:root {
    --negro: #000000;
    --blanco: #FFFFFF;
    --trans: transparent;
    --azul: #003B64;
    --amarillo: #E3AB00;
    --beige: #F4F1EA;
    --fuentePrin: 'Helvetica Neue', sans-serif;
    --fuenteSec: 'BenHand';
}

body {
    color: var(--beige);
    font-family: var(--fuentePrin);
}

.fondo-azul {
    background-color: var(--azul);
    padding-bottom: 160px;
    border-radius: 0px 0px 64px 64px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

/* bloque 1
--------------------------------------------- */
.sec1_inte {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-color: var(--azul);
    background-repeat: no-repeat;
    background-position: top center;
    padding: 500px 0px 75px;
    margin-bottom: 90px;
}

.sec1_inte::before {
    content: "";
    position: absolute;
    width: 928px;
    height: 1140px;
    top: 200px;
    right: -400px;
    background-image: url('/wp-content/uploads/2023/10/acc-invet-Gradiente.svg');
    background-size: contain;
}

.sec1_inte .fila1 {
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.sec1_inte .col2 {
    justify-content: flex-end;
}

.sec1_inte .tit p {
    margin: 0px;
}

.sec1_inte .tit {
    color: var(--beige);
    font-family: var(--fuentePrin);
    font-size: 68px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.sec1_inte .tit em {
    display: inline-block;
    font-style: normal !important;
}

.explorar-btn {
    text-decoration: none;
    margin-bottom: 5px;
    color: var(--beige);
    width: 120px;
}

.explorar-btn:active,
.explorar-btn:hover,
.explorar-btn:visited {
    color: var(--beige);
}

.explorar-btn .img-btn {
    width: 20px;
    height: 20px;
    margin-right: 15px;
}

.explorar-btn .txt-btn {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

@media (max-width:1699px) {
    .sec1_inte .tit {
        font-size: 64px;
    }
}

@media (max-width:1399px) {
    .sec1_inte .tit {
        font-size: 60px;
    }
}

@media (max-width:1199px) {
    .sec1_inte .tit {
        font-size: 56px;
    }

    .sec1_inte {
        padding: 450px 0px 70px;
        margin-bottom: 50px;
    }
}

@media (max-width:991px) {

    .sec1_inte .fila1 {
        flex-direction: column;
        align-items: flex-start;
    }

    .sec1_inte .col2 {
        justify-content: flex-start;
    }

    .sec1_inte .col1 {
        margin-bottom: 60px;
    }
}

@media (max-width:767px) {}

@media (max-width:500px) {
    .sec1_inte {
        background-position: center bottom;
        background-size: cover;
        background-image: url('/wp-content/uploads/2023/11/fondo1-movil-4.jpg') !important;
    }

    .sec1_inte {
        padding: 400px 0px 50px;
        margin-bottom: 30px;
    }

    .sec1_inte .tit {
        font-size: 59px;
    }

    .explorar-btn .img-btn {
        width: 17px;
        height: 17px;
    }

    .explorar-btn .txt-btn {
        font-size: 18px;
    }

    .sec1_inte::before {
        opacity: 0;
    }
}


@media (max-width:380px) {
    .sec1_inte .tit {
        font-size: 50px;
    }

    .sec1_inte {
        padding: 400px 0px 40px;
        margin-bottom: 30px;
    }
}

@media (max-width:330px) {
    .sec1_inte .tit {
        font-size: 40px;
    }
}





/* bloque 2
--------------------------------------------- */
.sec2_inte {
    position: relative;
}

.sec2_inte .txt-top p {
    margin: 0px;
}

.sec2_inte .txt-top {
    color: var(--beige);
    font-family: var(--fuentePrin);
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 50px;
}

.sec2_inte .fila2 {
    column-width: 25em;
    margin-bottom: 40px;
}

.sec2_inte .fila2 .txt p,
.col-bot-txt3 p {
    margin: 0px;
}

.sec2_inte .fila2 .txt,
.col-bot-txt3,
.sec2_inte .fila2 a,
.sec2_inte .fila2 a:hover,
.sec2_inte .fila2 a:active,
.sec2_inte .fila2 a:visited {
    color: var(--beige);
    font-family: var(--fuentePrin);
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}


.sec2_inte .parallax-cont {
    position: relative;
    width: 100%;
    /* height: 399px; */
    overflow: hidden;
    border-radius: 16px;
}

.sec2_inte .parallax-cont .parallax {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    position: absolute;
}


.sec2_inte .parallax-img1 {
    height: 290px;
}

.sec2_inte .parallax-img2 {
    height: 697px;
}

.sec2_inte .parallax-img3 {
    height: 363px;
}

.sec2_inte .parallax-img2 {
    width: 115%;
    margin-left: -8.5%;
    height: 698px;
}

.sec2_inte .col1-txt1 {
    margin-bottom: 43px;
}


.sec2_inte .col1-txt1,
.sec2_inte .col1-img1 {
    width: 85.5%;
}

.sec2_inte .col3-txt2 {
    margin-top: 50px;
}

.sec2_inte .col3-txt2,
.sec2_inte .col3-img3 {
    margin-left: 13%;
    width: 85.5%;
}

.sec2_inte .col-bot-txt3 {
    margin-bottom: 45px;
}

.sec2_inte .txt-bot {
    color: var(--beige);
    font-family: var(--fuentePrin);
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.sec2_inte .info p {
    margin: 0px;
}

.sec2_inte .info .txt-bot {
    margin-bottom: 30px;
}

.sec2_inte .btn-resul {
    color: var(--azul);
    font-family: var(--fuentePrin);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: inline-block;
    background-color: var(--beige);
    border-radius: 150px;
    padding: 8px 19px;
    text-decoration: none;
}

@media (max-width:1699px) {

    .sec2_inte .fila2 .txt,
    .col-bot-txt3 {
        font-size: 25px;
    }

    .sec2_inte .parallax-img1 {
        height: 250px;
    }

    .sec2_inte .parallax-img2 {
        height: 710px;
    }

    .sec2_inte .parallax-img3 {
        height: 340px;
    }

}

@media (max-width:1399px) {
    .sec2_inte .fila2 {
        display: -ms-flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        gap: 2%;
        align-items: flex-start;
    }

    .sec2_inte .col1-txt1 {
        margin: 0px;
    }

    .sec2_inte .col3-txt2 {
        margin-top: 40px;
    }

    .sec2_inte .col3-txt2,
    .sec2_inte .col3-img3 {
        margin-left: 0px;
    }

    .sec2_inte .col2-img2 {
        width: 50%;
        height: 310px;
        margin-top: -60px;
        margin-left: 0;
    }

    .sec2_inte .col1-txt1,
    .sec2_inte .col3-txt2 {
        width: 44%;
        margin-right: 4%;
    }

    .sec2_inte .col1-img1,
    .sec2_inte .col3-img3 {
        width: 24%;
        height: 200px;
    }

    .sec2_inte .col1-txt1 {
        order: 1;
    }

    .sec2_inte .col1-img1 {
        order: 2;
    }

    .sec2_inte .col2-img2 {
        order: 5;

    }

    .sec2_inte .col3-img3 {
        order: 3;
    }

    .sec2_inte .col3-txt2 {
        order: 4;
    }

}

@media (max-width:1199px) {

    .sec2_inte .txt-top,
    .sec2_inte .fila2 .txt,
    .col-bot-txt3,
    .sec2_inte .fila2 a,
    .sec2_inte .fila2 a:hover,
    .sec2_inte .fila2 a:active,
    .sec2_inte .fila2 a:visited {
        font-size: 23px;
    }

    .sec2_inte .col2-img2 {
        margin-top: -70px;
    }

    .sec2_inte .txt-bot {
        font-size: 24px;
    }
}


@media (max-width:991px) {
    .sec2_inte {
        width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    .sec2_inte .txt-top {
        margin-bottom: 30px;
    }

    .sec2_inte .col1-txt1 {
        order: 1;
        width: 100%;
        margin-bottom: 30px;
    }

    .sec2_inte .col1-txt1,
    .sec2_inte .col3-txt2 {
        margin-right: 0px;
    }

    .sec2_inte .col1-img1,
    .sec2_inte .col3-img3 {
        width: 47%;
        height: 230px;
        margin-bottom: 30px;
    }

    .sec2_inte .col1-img1 {
        order: 2;
    }

    .sec2_inte .col2-img2 {
        order: 4;
        width: 100%;
        height: 400px;
        margin-top: 0px;
    }


    .sec2_inte .col3-img3 {
        order: 3;
    }

    .sec2_inte .col3-txt2 {
        order: 5;
        width: 100%;
    }

    .sec2_inte .txt-top,
    .sec2_inte .fila2 .txt,
    .col-bot-txt3,
    .sec2_inte .fila2 a,
    .sec2_inte .fila2 a:hover,
    .sec2_inte .fila2 a:active,
    .sec2_inte .fila2 a:visited {
        font-size: 22px;
    }

    .sec2_inte .fila2 {
        justify-content: space-between;
    }
}

@media (max-width:767px) {
    .sec2_inte {
        width: 100%;
    }
}

@media (max-width:500px) {
    .sec2_inte {
        margin-top: 40px;
    }

    .sec2_inte .txt-bot {
        font-size: 22px;
    }

    .sec2_inte .btn-resul {
        font-size: 17px;
        margin-left: auto;
        margin-right: auto;
        display: table;
        text-align: center;
    }
}

@media (max-width:390px) {
    .sec2_inte .col2-img2 {
        height: 427px;
    }

    .sec2_inte .col1-img1,
    .sec2_inte .col3-img3 {
        height: 204px;
        width: 48%;
        margin-bottom: 15px;
    }

    .sec2_inte .col1-txt1 {
        margin-bottom: 40px;
    }

    .sec2_inte .col3-txt2 {
        margin-top: 40px;
    }

    .sec2_inte .col-bot-txt3 {
        margin-bottom: 40px;
    }

    .fondo-azul {
        padding-bottom: 110px;
    }
}

@media (max-width:380px) {
    .sec2_inte .col1-img1,
    .sec2_inte .col3-img3 {
        height: 150px;
    }

    .sec2_inte .col2-img2 {
        height: 350px;
    }

    .sec2_inte .col3-txt2 {
        margin-top: 35px;
    }

    .sec2_inte .col1-txt1 {
        margin-bottom: 35px;
    }
    .sec2_inte .txt-top,
    .sec2_inte .fila2 .txt,
    .col-bot-txt3,
    .sec2_inte .fila2 a,
    .sec2_inte .fila2 a:hover,
    .sec2_inte .fila2 a:active,
    .sec2_inte .fila2 a:visited {
        font-size: 18px;
    }

    .sec2_inte .txt-bot {
        font-size: 18px;
    }

    .fondo-azul {
        padding-bottom: 100px;
    }

    .sec2_inte .btn-resul {
        font-size: 16px;

    }
}


