footer .social {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 20px !important;
  width: 100%;
}
/* Centraliza os ícones no footer sem mexer no HTML */
.footer .flex.justify-center {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 20px !important;
}
.footer .flex.justify-center a {
  margin: 0 10px !important;
  float: none !important;
}
