/* Estilos para los documentos legales de Casa Yanes */
.legal-wrapper {
    max-width: 820px;
    margin: 110px auto 60px;
    padding: 0 22px;
    text-align: left;
    color: #3e3e3d;
    line-height: 1.6;
}
.legal-wrapper h1 {
    font-family: 'Kalam', cursive;
    color: #259BDB;
    font-size: 2.4em;
    margin-bottom: 6px;
}
.legal-wrapper .legal-fecha {
    color: #777;
    font-size: .9em;
    margin-top: 0;
    margin-bottom: 30px;
}
.legal-wrapper h2 {
    font-family: 'Oswald', sans-serif;
    color: #259BDB;
    font-size: 1.35em;
    margin-top: 34px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 6px;
}
.legal-wrapper h3 {
    font-family: 'Oswald', sans-serif;
    color: #3e3e3d;
    font-size: 1.08em;
    margin-top: 24px;
}
.legal-wrapper p,
.legal-wrapper li {
    font-family: 'Oswald', sans-serif;
    font-size: 1em;
}
.legal-wrapper a {
    font-family: 'Oswald', sans-serif;
    color: #259BDB;
    word-break: break-word;
}
.legal-wrapper ul {
    padding-left: 22px;
}
.legal-wrapper table {
    width: 100%;
    border-collapse: collapse;
    margin: 18px 0;
    font-family: 'Oswald', sans-serif;
    font-size: .95em;
}
.legal-wrapper th,
.legal-wrapper td {
    border: 1px solid #d8d8d8;
    padding: 9px 11px;
    text-align: left;
    vertical-align: top;
}
.legal-wrapper th {
    background-color: #f4f9fc;
    color: #259BDB;
}
.legal-wrapper .legal-datos {
    background-color: #f4f9fc;
    border-left: 3px solid #259BDB;
    padding: 14px 18px;
    border-radius: 4px;
    margin: 16px 0;
}
.legal-wrapper .legal-datos p { margin: 5px 0; }
