:root {
    --principal: #113849;
    --secundario: #077B6E;
    --secundario-hover: #077B6E4D;
    --destacado: #F2FD64;
    --color-fondo: #2E9082;
    --negro: #000000;
    --blanco: #FFFFFF;
    --blanco-trans: #F5F4E4CC;
    --trans: transparent;
    --fuente-Kanit: "Kanit", sans-serif;
    --fuente-Montserrat: "Montserrat", sans-serif;
}

.pag-oportunidades {
    background-color: var(--secundario);
}

.pag-oportunidades .d-flex- {
    display: flex;
}


.sec1-opor {
    padding-top: 70px;
    min-height: 1000px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.sec1-opor H1 {
    color: var(--blanco);
    font-family: var(--fuente-Kanit);
    font-size: 100px;
    font-weight: 700;
    line-height: 180%;
    text-transform: uppercase;
    margin-top: 70px;
    text-align: center;
}


@media (max-width: 1537px) {
    .sec1-opor {
        min-height: 850px;
    }
}

@media (max-width: 1440px) {
    .sec1-opor {
        background-size: 1440px;
        min-height: 750px;
    }
}

@media (max-width: 991.98px) {
    .sec1-opor {
        background-size: 1000px;
        min-height: 650px;
    }

}

@media (max-width: 601px) {
    .sec1-opor {
        background-size: 800px;
        min-height: 550px;
    }


}


@media (max-width: 481px) {
    .sec1-opor {
        background-size: 700px;
        min-height: 450px;
    }

    .sec1-opor H1 {
        margin-top: 20px;
    }
}


/*SECCIÓN 2*/
.sec2-opor {
    position: relative;
}

.sec2-opor::before {
    content: "";
    position: absolute;
    width: 880px;
    height: 1400px;
    background-image: url(img/elpse-izq.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    opacity: 0.8;
}

.sec2-opor::after {
    content: "";
    position: absolute;
    width: 780px;
    height: 1300px;
    background-image: url(img/hexagono-izq.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 150px;
    left: 0;
    opacity: 0.8;
}


.sec2-opor .sec2-top {
    width: 85%;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}

.sec2-opor .sec2-top {
    text-align: center;
    font-family: var(--fuente-Kanit);
    font-style: normal;
    line-height: 130%;
}

.sec2-opor .sec2-top .tit-sec {
    padding: 0 10%;
}

.pag-oportunidades .tit-sec em{   
    font-size: calc(1.6rem + 1.5vw);
    color: var(--blanco);
    font-weight: 400;
    display: inline-block;
    line-height: 110%;
    font-style: normal !important;
}


@media (min-width: 1200px) {
    .pag-oportunidades .tit-sec em {
        font-size: 3.4rem;

    }
}

.tit-sec .white {
    color: var(--blanco) !important;
}

.tit-sec .yellow {
    color: var(--destacado) !important;
}

.tit-sec .strong  {
    font-weight: 700 !important;
}

.tit-sec .dis_inline  {
   display: inline !important;
}

/***************************************/



.pag-oportunidades p {
    color: var(--blanco);
}

@media (min-width: 1400px) {
    .container-img {
        max-width: 1320px;
    }
}

.container-img {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

.sec2-bot .cont-img {
    position: relative;
    width: 100%;
    height: 367px;
}

/* .sec2-bot .cont-img img {
    position: absolute;
    height: auto;
} */


.cont-img img {
    position: absolute;
    opacity: 0;
    animation: none;
}

.cont-img img.visible {
    animation: entrarImg 0.4s ease-out forwards;
}

.cont-img img:nth-of-type(odd) {
    transform: translate(250px, 150px);
}

.cont-img img:nth-of-type(even) {
    transform: translate(250px, -150px);
}

@keyframes entrarImg {
    80% {
        transform: translate(-20px, 0);

    }

    100% {
        transform: translate(0, 0);
        opacity: 1
    }
}

.sec2-bot .cont-img img:nth-of-type(1) {
    width: 22%;
    top: 60px;
    left: 0;
    animation-delay: 0.2s;
}

.sec2-bot .cont-img img:nth-of-type(2) {
    width: 20.8%;
    top: 20px;
    left: 21%;
    animation-delay: 0.4s;
}

.sec2-bot .cont-img img:nth-of-type(3) {
    width: 9.8%;
    left: 20%;
    bottom: 0;
    width: 140px;
    animation-delay: 0.6s;
}

.sec2-bot .cont-img img:nth-of-type(4) {
    width: 27.2%;
    top: 50px;
    right: 34%;
    animation-delay: 0.2s;
}

.sec2-bot .cont-img img:nth-of-type(5) {
    width: 10.5%;
    top: 35px;
    right: 25%;
    width: 135px;
    animation-delay: 0.4s;
}

.sec2-bot .cont-img img:nth-of-type(6) {
    width: 15.2%;
    right: 21%;
    bottom: 30px;
    width: 180px;
    animation-delay: 0.6s;
}

.sec2-bot .cont-img img:nth-of-type(7) {
    width: 30.4%;
    right: -30px;
    bottom: 25px;
    animation-delay: 0.2s;
}



@media (max-width:1100px) {
    .sec2-bot .cont-img {
        height: 340px;
    }

    .sec2-bot .cont-img img:nth-of-type(4) {
        width: 25%;
        right: 36%;
    }
}

@media (max-width: 991.98px) {
    .sec2-opor .sec2-top {
        width: 100%;
        margin-bottom: 30px;
    }

    .sec2-opor .sec2-top .tit-sec {
        padding: 0;
    }
}

@media (max-width:950px) {
    .sec2-bot .cont-img {
        height: 290px;
    }

    .sec2-bot .cont-img img:nth-of-type(2) {
        top: 0px;
    }

    .sec2-bot .cont-img img:nth-of-type(4) {
        width: 25%;
        right: 36%;
    }

    .sec2-bot .cont-img img:nth-of-type(5) {
        top: 0px;
        width: 15%;
    }

    .sec2-bot .cont-img img:nth-of-type(6) {
        width: 18%;
    }
}

@media (max-width:850px) {
    .sec2-bot .cont-img {
        height: 950px;
        width: 100%;
    }

    .container-img {
        width: 400px;
        padding: 0;
    }

    .sec2-bot .cont-img img:nth-of-type(2) {
        /* width: 196px; */
        width: 50%;
        right: 20px;
        left: auto;
    }

    .sec2-bot .cont-img img:nth-of-type(1) {
        width: 254px;
        top: 131px;
    }

    .sec2-bot .cont-img img:nth-of-type(3) {
        top: 280px;
        /* width: 128px; */
        width: 32%;
        right: 50px;
        left: auto;
    }

    .sec2-bot .cont-img img:nth-of-type(5) {
        top: 600px;
        /* width: 128px; */
        width: 32%;
        right: 50px;
    }

    .sec2-bot .cont-img img:nth-of-type(4) {
        /* width: 299px; */
        right: auto;
        left: 0;
        top: 365px;
        width: 75%;
    }

    .sec2-bot .cont-img img:nth-of-type(6) {
        width: 182px;
        width: 46%;
        left: 0;
        top: 630px;
    }

    .sec2-bot .cont-img img:nth-of-type(7) {
        width: 256px;
        right: 20px;
        bottom: 0;
    }
}



/*SECCION 3*/

.sec3-opor {
    background-size: 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 900px;
    margin-top: -40px;
    z-index: 1;
    position: relative;
}

.sec3-opor .container {
    gap: 1%;
}

.sec3-opor .col1 {
    width: 48%;
}

.sec3-opor .col2 {
    width: 50%;
}

.sec3-opor .col1 img {
    width: 100%;
}

.sec3-opor .col2 {
    margin-top: 85px;
}

.sec3-opor a {
    color: var(--blanco);
    text-decoration: underline;
}

@media (max-width: 1537px) {
    .sec3-opor {
        padding-bottom: 800px;
    }
}


@media (max-width: 1440px) {
    .sec3-opor {
        background-size: 1440px;
        padding-bottom: 670px;
    }

}

@media (max-width: 991.98px) {
    .sec3-opor {
        margin-top: 40px;
    }

    .sec3-opor .container {
        gap: 0;
        flex-direction: column;
    }

    .sec3-opor .col1,
    .sec3-opor .col2 {
        width: 100%;
    }

    .sec3-opor .col2 {
        margin-top: 0px;
    }
}

@media (max-width:850px) {

    .sec3-opor .col1 {
        width: 100%;
        margin-top: -120px;
    }

    .sec3-opor {
        background-size: 900px;
        padding-bottom: 450px;
    }
}


/*Footer color*/
footer#footer .sectionQ.topQ {
    background: var(--blanco) !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/*Fuentes tamaño*/
@media (max-width: 1537px) {
    .pag-oportunidades h1 {
        font-size: 80px;
    }


    .pag-oportunidades h3 {
        font-size: 28px;
    }

}

@media (max-width: 1440px) {
    .sec1-opor H1 {
        margin-top: 30px;
    }
}



@media (max-width: 991.98px) {
    .pag-oportunidades h1 {
        font-size: 60px;
    }

    .pag-oportunidades h3 {
        font-size: 25px;
    }

    .pag-oportunidades p {
        font-size: 18px;
    }

}

@media (max-width: 601px) {
    .pag-oportunidades h1 {
        font-size: 45px;
    }
}



@media (max-width: 481px) {
    .pag-oportunidades h1 {
        font-size: 35px;
    }

    .pag-oportunidades h3 {
        font-size: 22px !important;
    }

}