/* Zaragoza Advocats — Footer | Migrated from Custom CSS: M1 */
.footer-anna {
    background-color: #ede5de;
    padding: 80px 40px 60px;
    color: #27221f;
}
.footer-anna-contenedor { max-width: 1200px; margin: 0 auto; }
.footer-anna-titulo { margin: 0 0 60px; color: #27221f; font-size: 42px; font-weight: 300; }
.footer-anna-fila { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; gap: 30px; }
.footer-anna-col p { margin: 0; color: #27221f; font-size: 15px; line-height: 1.6; }
.footer-anna-col p a { color: inherit; text-decoration: none; cursor: pointer; }
.footer-link-foto { display: block; transition: opacity 0.3s ease; }
.footer-link-foto:hover { opacity: 0.85; }
.footer-foto-email { display: block; }
.col-boton { text-align: left; }
.btn-marron { display: inline-block; padding: 14px 32px; color: #ffffff; background-color: #a85e48; border-radius: 5px; font-size: 13px; letter-spacing: 1px; text-decoration: none; transition: background-color 0.3s ease; }
.btn-marron:hover { color: #ffffff; background-color: #9b6754; }
.footer-legal { margin-top: 48px; padding-top: 22px; border-top: 1px solid rgba(39, 34, 31, 0.15); text-align: center; }
.footer-legal p { margin: 0; color: #27221f; font-size: 13px; line-height: 1.6; text-align: center; }
.footer-legal a { color: #27221f; text-decoration: none; transition: color 0.2s ease; }
.footer-legal a:hover { color: #a85e48; text-decoration: underline; }
.footer-legal-separator { margin: 0 6px; }
.footer-legal button.cmplz-manage-consent { margin: 0; padding: 0; color: #27221f; background: none; border: 0; font: inherit; text-decoration: none; vertical-align: baseline; cursor: pointer; transition: color 0.2s ease; }
.footer-legal button.cmplz-manage-consent:hover { color: #a85e48; text-decoration: underline; }
.footer-clientes-link { display: block; margin-top: 16px; color: #27221f; font-size: 13.5px; font-weight: 500; line-height: 1.6; letter-spacing: 0.5px; text-decoration: none; cursor: pointer; transition: color 0.3s ease; }
.footer-clientes-link:hover { color: #a85e48; text-decoration: underline; }
@media (max-width: 768px) {
    .footer-anna-fila { flex-direction: column; align-items: flex-start; gap: 40px; }
}
@media (max-width: 480px) {
    .footer-anna { padding-top: 56px; padding-bottom: 48px; }
    .footer-anna-titulo { margin-bottom: 32px; font-size: 32px; }
    .footer-anna-fila { gap: 32px; }
    .footer-clientes-link { margin-top: 14px; font-size: 13px; }
}
