: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 Page general
--------------------------------------------- */


#page-general .sec_page {
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 350px;
    z-index: 2;
    position: relative;
    background-color: var(--azul);
}

#page-general .fila_page {
    flex-direction: column;
    min-height: 500px;
}

#page-general .tit-content {
    color: var(--beige);
    font-size: 67px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 100px;
    width: 55%;
}

#page-general .info-content {
    width: 100%;

}

#page-general .info-content {
    column-count: 2;
    column-gap: 80px;
    
}


#page-general .info-content p,
#page-general .info-content ul,
#page-general .info-content ol,
#page-general .info-content a,
#page-general .info-content a:hover,
#page-general .info-content a:active,
#page-general .info-content a:visited,
#page-general .info-content span,
#page-general .info-content ul li,
#page-general .info-content ol li {
    color: var(--blanco) !important;
    font-family: var(--fuentePrin) !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 140%;
    margin: 0px;
    margin-bottom: 35px !important;
    text-align: left !important;
    background-color: var(--trans) !important;
}

#page-general .info-content h2 {
    font-size: 30px !important;
    text-align: left !important;
    margin: 0px;
    margin-bottom: 35px !important;
    background-color: var(--trans) !important;
}

#page-general .info-content h3,
#page-general .info-content h4,
#page-general .info-content h5,
#page-general .info-content h6 {
    font-size: 25px !important;
    text-align: left !important;
    margin: 0px;
    margin-bottom: 35px !important;
    background-color: var(--trans) !important;
}

#page-general .info-content ul {
    margin: 0;
    padding: 0;
    margin-left: 25px;
}

#page-general .info-content ul li {
    display: inline-block;
}

#page-general .info-content ul li::before {
    content: "";
    position: absolute;
    margin-top: 2px;
    margin-left: -30px;
    height: 18px;
    width: 18px;
    background-image: url('/wp-content/uploads/2023/12/check-blanco.svg');
    background-size: contain;
}

#page-general .info-content ul li>ul li::before {
    background-image: unset !important;
}

#page-general .info-content ul li>ul li>ul li::before {
    background-image: url('/wp-content/uploads/2023/12/check-blanco.svg') !important;
}


#page-general .fondo-bot {
    border-radius: 0px 0px 64px 64px;
    overflow: hidden;
    z-index: 1;
    position: relative;
    background-size: cover;
    height: 650px;
    background-position: center top;
}

@media (max-width:1699px) {
    #page-general .tit-content {
        width: 70%;
        font-size: 62px;
    }
    #page-general .info-content h2 {
        font-size: 28px !important;
        margin-bottom: 30px !important;
    }
    
    #page-general .info-content h3,
    #page-general .info-content h4,
    #page-general .info-content h5,
    #page-general .info-content h6 {
        font-size: 22px !important;
        margin-bottom: 30px !important;
    }
}


@media (max-width:1499px) {
    #page-general .tit-content {
        width: 100%;
        font-size: 58px;
    }
}

@media (max-width:1200px) {
    #page-general .tit-content {
        font-size: 52px;
    }
    #page-general .info-content h2 {
        font-size: 25px !important;
    }
    
    #page-general .info-content h3,
    #page-general .info-content h4,
    #page-general .info-content h5,
    #page-general .info-content h6 {
        font-size: 20px !important;
    }
}


@media (max-width:991px) {

    #page-general .sec_page {
        padding-top: 250px;
        background-size: 1000px;
        background-position: top center;
    }

    #page-general .tit-content {
        font-size: 45px;
        margin-bottom: 70px;
    }

    #page-general .fila_page {
        min-height: 100px;
    }

    #page-general .info-content p,
    #page-general .info-content ul,
    #page-general .info-content ol,
    #page-general .info-content a,
    #page-general .info-content a:hover,
    #page-general .info-content a:active,
    #page-general .info-content a:visited,
    #page-general .info-content span,
    #page-general .info-content ul li,
    #page-general .info-content ol li {
        font-size: 16px;
        margin-bottom: 30px !important;
    }

    #page-general .fondo-bot {
        height: 550px;
    }

}


@media (max-width:767px) {
    #page-general .tit-content {
        font-size: 42px;
    }

    #page-general .info-content {
        column-count: 1;
        column-gap: 0px;
    }
    #page-general .info-content h2 {
        font-size: 22px !important;
    }
    
    #page-general .info-content h3,
    #page-general .info-content h4,
    #page-general .info-content h5,
    #page-general .info-content h6 {
        font-size: 18px !important;
    }
}

@media (max-width:500px) {
    #page-general .tit-content {
        font-size: 40px;
    }

    #page-general .fondo-bot {
        height: 450px;
    }
}

@media (max-width:350px) {
    #page-general .tit-content {
        font-size: 28px;
    }

    #page-general .info-content p,
    #page-general .info-content ul,
    #page-general .info-content ol,
    #page-general .info-content a,
    #page-general .info-content a:hover,
    #page-general .info-content a:active,
    #page-general .info-content a:visited,
    #page-general .info-content span,
    #page-general .info-content ul li,
    #page-general .info-content ol li {
        font-size: 15px;
    }

    #page-general .fondo-bot {
        height: 350px;
    }
    #page-general .info-content h2 {
        font-size: 18px !important;
        margin-bottom: 25px !important;
    }
    
    #page-general .info-content h3,
    #page-general .info-content h4,
    #page-general .info-content h5,
    #page-general .info-content h6 {
        font-size: 16px !important;
        margin-bottom: 25px !important;
    }
}