:root {
    --asesores-blue: #397583;
    --white: #FFF;
    --black: #000;
}

.legales-page p[innerHTML*="&nbsp;"], .legales-page p:empty {
    display: none !important;
}

.legales-page section.cabecera h2.titulo-pagina {
    max-width: 1280px !important;
    margin: 0 auto;
    text-align: center;
    text-wrap: balance;
}

.legales-page section.contenido ul, .legales-page section.contenido ul li {
    list-style-type: disc;
}

.legales-page section.contenido ul {
    padding: revert;
    margin: 0 0 1em;
}

.legales-page section.contenido h2 {
    font-size: 33px;
    color: var(--asesores-blue);
    font-weight: 700;
}

.legales-page section.contenido h3 {
    font-size: 27px;
    font-weight: 600;
}

.legales-page section.contenido a {
    color: var(--asesores-blue);
    font-weight: 500;
}

.legales-page section.contenido h2 {
    margin-top: 1.5em;
}

.legales-page section.contenido h3 {
    margin-top: 1em;
}

.legales-page section.contenido div:has(span) {
    margin: 0 auto 28px;
}

.legales-page section.contenido strong {
    font-weight: 700;
}

.legales-page section.contenido .contactanos-btn {
    background-color: var(--asesores-blue);
    color: var(--white);
    border-radius: 3em;
    padding: 10px 25px;
    font-weight: 600;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
}