.legal-container {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 15px;
    margin-top: 100px;
}

h5 {
    color: #9D2235 !important;
    font-size: 1.2em;
    font-weight: bold;
}

.salto-linea {
    display: block; 
    height: 20px; 
    clear: both; 
}

.legal-link {
    text-decoration: underline; 
    color: #9D2235;
}

.legal-link:hover {
    color: #7c1a2a; 
    text-decoration: underline; 
}

table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

th, td {
    border-bottom: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}

th {
    text-transform: uppercase;
    font-size: 14px;
    color: #333;
}

table a {
    color: #9D2235;
    text-decoration: underline;
}

table a:hover {
    color: #7c1a2a;
}
