footer {
    /* Fondo negro solicitado - usar !important para evitar sobreescrituras posteriores */
    background-color: #000 !important;
    padding: 35px 0;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.06) !important;
    color: #ffffff !important;
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.social-links {
    display: flex;
    gap: 20px;
}

.social-links a {
    color: rgba(255,255,255,0.85) !important;
    font-size: 22px;
    transition: 0.3s ease;
}

.social-links a:hover {
    color: #808080 !important; /* gris */
}

footer p {
    color: rgba(255,255,255,0.9) !important;
    font-size: 0.95rem;
}
