footer a[aria-label="Ir a la página de inicio"] img {
  height: 2rem !important;
  width: auto !important;
  max-width: 9rem;
  object-fit: contain !important;
  background: transparent !important;
  aspect-ratio: auto !important;
}

footer .footer-social-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

footer .footer-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  flex: 0 0 2.5rem;
  padding: 0;
  box-sizing: border-box;
}

footer .footer-social img {
  width: 1.25rem;
  height: 1.25rem;
  object-fit: contain !important;
  display: block;
  background: transparent !important;
}
