/* Estilos adicionales para el footer */
footer h5 {
  font-size: 1.25rem;
  font-weight: bold;
}

footer p,
footer ul {
  font-size: 0.9rem;
}

footer a {
  text-decoration: none;
  color: white;
}

footer a:hover {
  text-decoration: underline;
}

footer ul li {
  margin-bottom: 0.5rem;
}

footer .list-unstyled {
  padding-left: 0;
}

footer img {
  margin-right: 8px;
}
