.footer {
    background-color: var(--primary, #003366);
    color: rgba(255, 255, 255, 0.8);
    padding: 10px 0;
    font-size: 0.8rem;
    line-height: 1.5;
}

.footer a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s;
}

.footer a:hover {
    color: white;
    text-decoration: underline;
}

.footer .footer-logo img {
    height: 40px;
}

.footer-links-inline {
    margin: 0;
    padding: 0;
}

.footer-links-inline a {
    margin: 0 4px;
}

.footer-links-inline .pipe {
    color: rgba(255, 255, 255, 0.3);
    margin: 0 2px;
}

.footer-sedes {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.72rem;
}

.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    font-size: 14px;
    margin-left: 4px;
    text-decoration: none;
    transition: opacity 0.3s;
}

.footer-social a:hover {
    opacity: 0.7;
    text-decoration: none;
}

.footer-social .fab.fa-twitter {
    background: #55ACEE;
    color: white;
    padding: 0;
    width: 28px;
    height: 28px;
}

.footer-social .fab.fa-youtube {
    background: #bb0000;
    color: white;
    padding: 0;
    width: 28px;
    height: 28px;
}

.footer-social .fab.fa-instagram {
    background: #125688;
    color: white;
    padding: 0;
    width: 28px;
    height: 28px;
}

.footer-social .footer-x-icon {
    background: white;
    color: black;
    font-weight: 900;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 13px;
}
