/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html,
body {
    height: 100%;
}

h1{
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}


.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0px solid;
}

img {
    max-width: 100%;
    height: auto;
}

.fix {
    overflow: hidden;
}

p {
    margin: 0 0 15px;
    color: #444;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", sans-serif;
    margin: 0 0 15px;
    color: #464646;
    font-weight: 700;
}

h1 {
    font-size: 48px;
    line-height: 50px;
}

h2 {
    font-size: 38px;
    line-height: 40px;
}

h3 {
    font-size: 30px;
    line-height: 32px;
}

h4 {
    font-size: 24px;
    line-height: 26px;
}

h5 {
    font-size: 20px;
    line-height: 22px;
}

h6 {
    font-size: 16px;
    line-height: 20px;
}



a:hover {
    color: #3EC1D5;
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0 none;
}

body {
    background: #fff none repeat scroll 0 0;
    color: #444;
    font-size: 1.2rem;
    text-align: left;
    overflow-x: hidden;
    line-height: 1.4rem;
}
.txt-just{
    text-align: justify !important;
}

.pad4 {
    padding: 4% 0%;
}

@media(max-width:767px) {
    body {
        font-size: 1.1rem;
    }
    h2 {
        font-size: 2.2rem;
    }
}

.navbar-mobile .mobile-nav-toggle {
    width: 30px;
    height: 30px;
}

i.bi.mobile-nav-toggle.bi-x::after {
    content: url("../img/svg/Pixtor-22-WebInstitucional_Cerrar.svg");
    position: absolute;
    width: 100px !important;
    height: 30px;
    visibility: visible;
    z-index: 9999;
}

/*--------------------------------------------------------------
# scroll bar
--------------------------------------------------------------*/


/*definimos el ancho del scroll */

::-webkit-scrollbar {
    width: auto;
}


/*definimos el color de fondo de de la barra de scroll */

::-webkit-scrollbar-track {
    background: #ffffff;
}


/*personalizamos el scroll*/

::-webkit-scrollbar-thumb {
    border-radius: auto;
    background: linear-gradient(180deg, #3a683d 0%, #3a683d 35%, #3a683d 100%);
}

/*--------------------------------------------------------------
# HOME
--------------------------------------------------------------*/
#hero{
    min-height: 680px;
    background-image: url(../img/home/hero-home-anglo.webp);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
#hero h1{
    color: #fff;
    font-weight: 700;
}
#hero .conoce{
    column-gap: 10px;
    row-gap: 10px;
    justify-content: space-between;
}
#hero .campus{
    min-height: 300px;
    width: 32%;
    display: flex;
    align-items: flex-start;
    border-radius: 10px;
    padding: 20px;
    flex-direction: column;
    justify-content: flex-end;
}
#hero h2{
    color: #fff;
    font-size: 32px;
    font-weight: 700;
}
#hero .petrolera{
background-image: url(../img/home/Anglo-24-CampusInicio-Petrolera.webp);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
#hero .campbell{
    background-image: url(../img/home/Anglo-24-CampusInicioCampbell.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
#hero .altamira{
    background-image: url(../img/home/Anglo-24-CampusInicioAltamira.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
#hero .division{
    background-image: url(../img/home/Anglo-24-CampusInicio-Petrolera.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
#hero .petrolera:hover{
    background-image: url(../img/home/Anglo-24-CampusInicioPetroleraSeleccionado.webp);
    }
    #hero .campbell:hover{
        background-image: url(../img/home/Anglo-24-CampusInicioCampbellSeleccionado.webp);
    }
    #hero .altamira:hover{
        background-image: url(../img/home/Anglo-24-CampusInicioAltamiraSeleccionado.webp);
    }
    #hero .division:hover{
        background-image: url(../img/home/Anglo-24-CampusInicioPetroleraSeleccionado.webp);
    }

#hero .campus ul{
    display: none;
}
#hero .campus:hover ul{
    display: block;
    color: #fff;
}
#hero img.flechas{
    position: absolute;
    width: 35px;
    right: 20px;
    bottom: 20px;
}

#fil-int{
    padding: 100px 100px 50px 100px;
}
#filosofia{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 30px;
    border: 1px solid #c2dacb;
    border-radius: 10px;
    background-color: #ffffff;
}

#filosofia .fil1{
    width: 30%;
}
#filosofia .fil2{
    width: 70%;
    height: 520px;
    overflow-y: auto;
    padding-right: 40px;
}
#filosofia .nav-pills .nav-link.active{
    background-color: #3a683d;
    padding: 14px 30px;
    width: 80%;
    color: #fff;
    font-weight: 700;
}
#filosofia .nav-link{
    padding: 12px 30px;
    width: 80%;
    color: #000000;
}
#filosofia ::-webkit-scrollbar-track {
    background: transparent;
    border: solid 1px #3a683d;
    border-radius: 50px;
}
#filosofia ::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,0) 20%, rgba(58,104,61,1) 20%, rgba(58,104,61,1) 80%, rgba(255,255,255,0) 80%);
}
#filosofia p{
    color: #000000;
}
#filosofia h2{
    color: #000000;
    font-weight: 700;
}
#filosofia img{
    border-radius: 10px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
#filosofia .tab-content>.active {
    display: block;
    display: flex;
    flex-wrap: nowrap;
    row-gap: 20px;
    flex-direction: column;
}


#video-contacto{
    padding: 0px 100px  100px 100px;
}
#video-contacto .nuestro img{
    flex-direction: row;
    align-items: center;
    min-height: 310px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
#video-contacto .contactanos{
    background-image: url(../img/home/general-contactanos.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: row;
    align-items: center;
    min-height: 310px;
}
#video-contacto .nuestro a{
    background-color: #3a683d;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
}
#video-contacto .contactanos a{
    background-color: #98d664;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
}
#video-contacto .nuestro h2{
    color: #fff;
    margin-bottom: 30px;
}
#video-contacto .contactanos h2{
    color:#2a7269;
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 32px;
}
#video-contacto .nuestro a{
    background-color: #98d664;
    color: #fff;
}

/*--------------------------------------------------------------
# HOME TABLET 1024PX
--------------------------------------------------------------*/
@media(max-width:1024px){
    #hero {
        padding: 100px 40px 80px 40px;
    }
    #fil-int {
        padding: 80px 40px;
    }
    #filosofia {
        padding: 20px;
    }
    #video-contacto {
        padding: 80px 40px;
    }
}
/*--------------------------------------------------------------
# HOME TABLET 991PX
--------------------------------------------------------------*/
@media(max-width:991px){
    #filosofia .nav-pills .nav-link.active{
        padding: 12px 10px;
    }
    #filosofia .nav-link{
        padding: 12px 10px;
    }
}

/*--------------------------------------------------------------
# HOME MOVIL 880PX
--------------------------------------------------------------*/
@media(max-width:991px){
    #hero {
        padding: 100px 30px 70px 30px;
    }
    #hero .campus {
        min-height: 240px;
    }
    #fil-int {
        padding: 70px 30px;
    }
    #video-contacto {
        padding: 70px 30px;
    }
    #video-contacto .nuestro img {
        min-height: 200px;
    }
    #video-contacto .contactanos {
        min-height: 250px;
    }
    #filosofia .nav-pills .nav-link.active {
        padding: 14px;
        width: 90%;
        align-content: center;
        align-items: center;
    }
    #filosofia .nav-link {
        padding: 14px;
        width: 90%;
    }
}

/*--------------------------------------------------------------
# HOME MOVIL 666PX
--------------------------------------------------------------*/
@media(max-width:666px){
    #hero{
        background-position: center right;
    }
    #hero .campus {
        width: 100%;
    }
    #hero h2{
        font-size: 26px;
    }
    .card-deck {
        display: flex;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        row-gap: 20px;
        flex-direction: column !important;
    }
    #hero .campus {
        min-height: 260px;
    }
    /*Por confirmar*/
    #filosofia .fil1 {
        width: 100%;
        flex-direction: row !important;
        justify-content: space-between;
    }
    #filosofia .nav-pills .nav-link.active {
        width: 50%;
        font-weight: 700;
    }
    #filosofia .nav-link {
        width: 50%;
    }
    #filosofia .fil2 {
        width: 100%;
        padding-right: 10px;
    }
    #fil-int {
        padding: 70px 4px;
    }
    #filosofia .nav-pills .nav-link.active {
        width: 16%;
        font-weight: 700;
        font-size: 12px;
        text-align: center;
        padding: 0px;
    }
    #filosofia .nav-link {
        width: 16%;
        font-size: 12px;
        text-align: center;
        padding: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #filosofia {
        padding: 20px;
        row-gap: 20px;
    }
    #video-contacto .nuestro img {
        min-height: 280px;
    }
    .contactanos .text-center{
        min-height: 280px;
        display: flex;
        align-items: center;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
    }
    #video-contacto {
        padding: 0px 30px 70px 30px;
    }
    #video-contacto .contactanos h2{
        font-size: 26px;
        margin-bottom: 20px;
    }
}