.legal-page {
    background: #f7f8fb;
}

.legal-page-title {
    padding-bottom: 58px;
}

.legal-page-title h1 {
    margin-bottom: 18px;
}

.legal-page-title > p {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}

.legal-modified {
    color: #7d8494;
}

.legal-rich-content {
    padding: 54px 60px;
    border: 1px solid #e2e5ec;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 18px 55px rgba(29, 36, 57, .06);
}

.legal-rich-content h2 {
    margin: 42px 0 18px;
    font-size: 28px;
}

.legal-rich-content h2:first-child {
    margin-top: 0;
}

.legal-rich-content h3 {
    margin: 32px 0 14px;
    font-size: 23px;
}

.legal-rich-content p,
.legal-rich-content li {
    color: #5e6472;
    font-size: 18px;
    line-height: 1.75;
}

.legal-rich-content ul,
.legal-rich-content ol {
    margin: 0 0 22px;
    padding-left: 28px;
}

.legal-rich-content a {
    color: #10a37f;
    text-decoration: underline;
}

@media (max-width: 767px) {
    .legal-page-title h1 {
        font-size: 38px !important;
    }

    .legal-rich-content {
        padding: 30px 22px;
        border-radius: 14px;
    }

    .legal-rich-content h2 {
        font-size: 24px;
    }

    .legal-rich-content p,
    .legal-rich-content li {
        font-size: 16px;
    }
}

/* =========================================================
   MENÚ EN PÁGINAS LEGALES
   Las páginas legales tienen fondo claro, por eso el menú
   debe verse blanco y con texto oscuro desde el inicio.
   ========================================================= */
#header.white-menu.navbar-dark {
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(25, 31, 48, .08);
}

#header.white-menu.navbar-dark .wsmainfull {
    background: #ffffff;
}

#header.white-menu.navbar-dark .wsmenu > .wsmenu-list > li > a.h-link {
    color: #202431 !important;
}

#header.white-menu.navbar-dark .logo-black {
    display: block;
}

#header.white-menu.navbar-dark .logo-white {
    display: none;
}

#header.white-menu.navbar-dark .wsanimated-arrow span,
#header.white-menu.navbar-dark .wsanimated-arrow span::before,
#header.white-menu.navbar-dark .wsanimated-arrow span::after {
    background: #202431;
}
