footer {
    background-color: #ffffff; /* Blanco */
    color: #000000; /* Texto negro */
  }
  
  footer a {
    color: #000000; /* Enlaces negros */
    text-decoration: none; /* Sin subrayado */
    transition: color 0.3s ease;
  }
  
  footer a:hover {
    color: #555555; /* Un gris más oscuro al pasar el cursor */
    text-decoration: none;
  }
  
  footer h6 {
    color: #000000;
  }
  
  footer p,
  footer li {
    color: #000000;
  }
  
  footer .border-top {
    border-top: 1px solid #e0e0e0;
  }
  