footer.footer-wrapper {
    background-color: #f0f0f0; /* gris claro */
    color: #333;
}

footer.footer-wrapper a {
    color: #333;
    text-decoration: none;
}

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

footer.footer-wrapper p {
    margin-bottom: 0.5rem;
}

footer.footer-wrapper .footer-social a {
    font-weight: 600;
}
