: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);
}


/* bloque 1
--------------------------------------------- */
.sec1_inte {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-color: var(--azul);
    background-repeat: no-repeat;
    background-position: top center;
    padding: 410px 0px 20px;
    overflow: hidden;
    position: relative;
}

.sec1_inte::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/wp-content/uploads/2024/01/fondo-grad.svg');
    background-size: 200%;
    background-position: top left;
}

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

.sec1_inte .tit {
    width: 70%;
}

.sec1_inte .explorar-btn {
    width: 110px;
}

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

.sec1_inte .tit p {
    margin: 0;
}

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

}

.sec1_inte .espacio {
    margin-bottom: 150px;
}


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

.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:1399px) {

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

    .sec1_inte .espacio {
        margin-bottom: 150px;
    }
}

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

@media (max-width:991px) {
    .sec1_inte .tit {
        width: 100%;
        font-size: 54px;
        margin-bottom: 70px;
    }

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

    .sec1_inte::before {
        width: 210%;
    }
}

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

@media (max-width:500px) {
    .sec1_inte {
        padding: 390px 0px 50px;
    }

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

    .sec1_inte .espacio {
        margin-bottom: 100px;
    }

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

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

@media (max-width:390px) {
    .sec1_inte {
        padding: 350px 0px 50px;
    }

    .sec1_inte .tit {
        font-size: 38px;
    }
    .sec1_inte .tit {
        font-size: 35px;
    }
}

@media (max-width:350px) {
    .sec1_inte {
        padding: 270px 0px 50px;
    }

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





/* bloque 2
--------------------------------------------- */
.pag-intemares {
    position: relative;
    overflow: hidden;
}

.sec2_inte {
    position: relative;
    background-color: var(--azul);
    padding-bottom: 160px;
    border-radius: 0 0 64px 64px;
}

.sec2_inte::before {
    content: "";
    position: absolute;
    top: -250px;
    right: -300px;
    width: 614px;
    height: 614px;
    background-image: url('/wp-content/uploads/2024/01/Gradiente-azul.svg');
    background-size: cover;
    z-index: 2;
}

.sec2_inte .col1 {
    width: 49%;
    padding-left: 11%;

}

.tit-info {
    color: var(--blanco);
    font-family: var(--fuentePrin);
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 30px;
}

.parr-info p {
    margin: 0;
}

.parr-info {
    color: var(--blanco);
    font-family: var(--fuentePrin);
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 55px;
}

.btn-mas,
.btn-mas:hover,
.btn-mas:active,
.btn-mas:visited {
    background-color: var(--beige);
    border-radius: 16px;
    color: var(--azul);
    font-family: var(--fuentePrin);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 35px 35px 35px 80px;
    display: inline-block;
    width: 455px;
    background-image: url('/wp-content/uploads/2023/12/ico-publicacion.svg');
    background-position: 22px 24px;
    background-repeat: no-repeat;
    background-size: 42px;
    text-decoration: none;
}



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

    .parr-info {
        font-size: 24px;
    }
}

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

    .parr-info {
        font-size: 22px;
    }

    .sec2_inte .col1 {
        width: 60%;
    }
}



@media (max-width:767px) {
    .tit-info {
        font-size: 36px;
        margin-bottom: 25px;
    }

    .sec2_inte .col1 {
        width: 100%;
        padding-left: 5%;
    }

    .sec2_inte::before {
        top: -250px;
        right: -200px;
        width: 400px;
        height: 400px;
    }
}


@media (max-width:570px) {
    .sec2_inte .col1 {
        padding-left: 0;
    }
}


@media (max-width:500px) {

    .btn-mas,
    .btn-mas:hover,
    .btn-mas:active,
    .btn-mas:visited {
        width: 100%;
        font-size: 18px;
        padding: 35px 35px 35px 80px;
    }

    .sec2_inte {
        padding-bottom: 120px;
    }
    .tit-info {
        font-size: 34px;
    }
}

@media (max-width:390px) {

    .btn-mas,
    .btn-mas:hover,
    .btn-mas:active,
    .btn-mas:visited {
        padding: 25px 25px 25px 70px;
        background-position: 18px 14px;
        background-size: 40px;
    }
    .tit-info {
        font-size: 30px;
    }
    .parr-info {
        font-size: 18px;
    }
}

@media (max-width:350px) {
    .tit-info {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .btn-mas,
    .btn-mas:hover,
    .btn-mas:active,
    .btn-mas:visited {
        padding: 20px 20px 20px 60px;
        background-position: 10px 10px;
        background-size: 38px;
        font-size: 16px;

    }

    .parr-info {
        font-size: 16px;
    }

    .sec2_inte {
        padding-bottom: 100px;
    }
}