.footer {
  background-color: #000;
  color: white;
  text-align: center;
  padding: 20px;
  font-family: Arial, sans-serif;
}

.footer-top,
.footer-middle,
.footer-bottom,
.footer-partners {
  margin-bottom: 20px;
}

.footer-top {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.footer-top a img {
  width: 24px;
  margin: 0 5px;
  vertical-align: middle;
}

.footer-middle img {
  margin: 0 10px;
  height: 40px;
}

.footer-bottom {
  font-size: 0.9em;
}

.footer-partners {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.footer-partners img {
  height: 60px;
  background: white;
  border-radius: 6px;
  padding: 5px;
}
.footer a i {
  font-size: 24px;
  margin-right: 10px;
  color: white;
  transition: color 0.3s ease;
}

.footer a i:hover {
  color: #ff4081; /* o el color que uses en la web */
}
.footer a {
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer a:hover {
  color: #ff4081;
  text-decoration: underline;
}
