: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: 515px 0px 70px;
    margin-bottom: 100px;
}

.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 .col1,
.sec1_inte .col2 {
    width: 50%;
}

.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 .tit {
        font-size: 54px;
    }

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

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

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

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

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

    .sec1_inte {
        padding: 515px 0px 50px;
        background-position: calc(100% + 600px) top;
        margin-bottom: 30px;
    }

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

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

    .sec1_inte::before {
        width: 358px;
        height: 358px;
        top: 600px;
        right: -180px;
    }
}

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

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

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






/* 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: 55px;
}

.sec2_inte .fila2 .txt p {
    margin: 0px;
}

.sec2_inte .fila2 .txt {
    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: 399px;
}

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

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

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

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

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

.sec2_inte .col3-txt2,
.sec2_inte .col3-img3 {
    margin-left: 15%;
    width: 85%;
}

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

.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 .col1-txt1,
    .sec2_inte .col1-img1 {
        width: 90%;
    }

    .sec2_inte .col3-txt2,
    .sec2_inte .col3-img3 {
        margin-left: 10%;
        width: 90%;
    }

    .sec2_inte .fila2 .txt {
        font-size: 25px;
    }

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

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

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

}

@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%;
    }

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

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

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

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

    .sec2_inte .col2-img2 {
        order: 5;
        height: 370px;
        margin-top: -20px;
    }

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

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

@media (max-width:1199px) {

    .sec2_inte .txt-top,
    .sec2_inte .fila2 .txt,
    .sec2_inte .fila2 .txt {
        font-size: 23px;
    }

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

    .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 .col2-img2 {
        height: 570px;
        margin-top: 0px;
    }

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

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

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

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

    .sec2_inte .txt-top,
    .sec2_inte .fila2 .txt,
    .sec2_inte .fila2 .txt {
        font-size: 20px;
    }

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

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

@media (max-width:500px) {

    .sec2_inte .txt-top,
    .sec2_inte .fila2 .txt,
    .sec2_inte .fila2 .txt {
        font-size: 18px;
    }

    .sec2_inte {
        margin-top: 50px;
    }

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

@media (max-width:390px) {

    .sec2_inte .txt-top,
    .sec2_inte .fila2 .txt,
    .sec2_inte .fila2 .txt {
        font-size: 16px;
    }

    .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: 45px;
    }

    .sec2_inte .btn-resul {
        font-size: 17px;
    }
    .fondo-azul {       
        padding-bottom: 140px;
    }
}

@media (max-width:350px) {

    .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-bot {
        font-size: 18px;
    }  
      .fondo-azul {       
        padding-bottom: 100px;
    }.sec2_inte .btn-resul {
        font-size: 14px;
    }
}

