/* --- ESTILOS DEL FOOTER --- */
footer {
    background-color: var(--primary-blue);
    color: var(--white);
    text-align: center;
    padding: 2rem;
    margin-top: 2rem;
}

/* Si luego agregas iconos de redes al footer, sus estilos irían aquí */