/* Footer */
.footer {
  position: relative;
  background: url("../img/FooterFondo.webp") center/cover no-repeat;
  color: #fff;
}

.footer-overlay {
  background: rgba(0, 0, 0, 0.65); /* Overlay oscuro */
  padding: 40px 0;
}

.footer .slogan {
  font-size: 0.95rem;
  line-height: 1.5;
}

.footer .slogan .highlight {
  color: #f9a825;
  font-weight: bold;
}

.footer h5 {
  margin-bottom: 15px;
}

.footer-link {
  color: #fff;
  text-decoration: none;
  display: block;
  margin-bottom: 6px;
  transition: color 0.3s;
}

.footer-link:hover {
  color: #f9a825;
}

.social-link {
  color: #fff;
  font-size: 1.5rem;
  transition: color 0.3s;
}

.social-link:hover {
  color: #f9a825;
}

.seal {
  max-width: 100%;
  height: auto;
  display: block;
}