: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: contain;
    background-repeat: no-repeat;
    padding-top: 350px;
    z-index: 2;
    position: relative;
}


.sec1_inte .fondoGrad {
    height: 100%;
    background-size: 614px;
    background-position: calc(100% + 300px) calc(100% - 100px);
    background-repeat: no-repeat;
}

.titAnim em {
    font-style: normal;

}

.titAnim p {
    margin: 0;

}

.col1 .tit {
    color: var(--beige);
    font-size: 67px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 100px;
}

.col1 .info p,
.col1 .info ul,
.col1 .info ol {
    color: var(--blanco);
    font-family: var(--fuentePrin);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;

    margin: 0px;
    margin-bottom: 35px;
}

.col1 .info h3 {
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 30px;
}

.col1 .info ul,
.col1 .info ol {
    margin: 0px;
    margin-bottom: 30px;
    padding-left: 25px
}

.col1 .info a,
.col1 .info a:hover,
.col1 .info a:visited {
    text-decoration: underline;
    color: var(--blanco);
    overflow-wrap: break-word;
}

.fondo-bot {
    border-radius: 0px 0px 64px 64px;
    overflow: hidden;
    z-index: 1;
    position: relative;
    background-size: cover;
    margin-top: -100px;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 790px;
    background-position: center bottom;
}

.fondo-azul {
    background-color: var(--azul);
}

.info {
    column-count: 2;
    column-gap: 50px;
}

@media (max-width:1750px) {
    .fondo-bot {
        background-size: 1800px;
    }
}


@media (max-width:1399px) {
    .sec1_inte {
        background-size: 1500px;
        background-position: center top;
    }

    .fondo-bot {
        background-size: 1500px;
        height: 650px;
    }

}

@media (max-width:991px) {
    .col1 .tit {
        font-size: 62px;
    }

    .col1 .info p,
    .col1 .info ul,
    .col1 .info ol {
        font-size: 16px;
    }

    .col1 .info h3 {
        font-size: 24px;
    }

    .titAnim em {
        display: inline-block;
    }
}

@media (max-width:500px) {
    .sec1_inte {
        background-size: 1000px
    }

    .fondo-bot {
        background-size: 1000px;
        height: 450px;
    }

    .col1 .tit {
        font-size: 55px;
        margin-bottom: 60px;
    }

    .col1 .info p,
    .col1 .info ul,
    .col1 .info ol {
        font-size: 14px;
        margin-bottom: 25px;
    }

    .sec1_inte {
        padding-top: 215px;
    }

    .col1 .info h3 {
        font-size: 20px;
    }

    .sec1_inte .fondoGrad {
        background-position: calc(100% + 300px) calc(100% - 500px);
    }

    .info {
        column-count: 1;
        column-gap: 0px;
    }

}

@media (max-width:390px) {
    .fondo-bot {
        background-size: 800px;
        height: 350px;
    }

    .col1 .tit {
        font-size: 38px;
    }

    .col1 .info h3 {
        font-size: 18px;
    }

}



