
    .footer-main {
    background-color: #f7f7f7 !important; /* gris plomo */
}
    .footer-foot{
         background-color: #eaeaea !important; /* gris plomo */
    }
 .footer-main p{
        color: black;
    }
    #footer h4 {
    color: #000 !important;       /* Negro */
    font-weight: 700 !important;  /* Más gruesito */
}
    #footer p {
    color: #000 !important;       /* Negro */
    font-weight: 400 !important;  /* Normal */
}
    #footer span{
        color: #000 !important;
    }

    #footer a{
        color: #000 !important;
    }
    #footer .logo-footer img {
    filter: brightness(0) invert(0); /* Convierte el blanco → negro */
}

