/* Entrega 13 - footer centrado y redes sociales */
body.si-modern .footer-widgets .si-footer-centered-row {
  display: flex !important;
  justify-content: center !important;
  align-items: flex-start !important;
  flex-wrap: wrap !important;
  gap: 34px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
body.si-modern .footer-widgets .si-footer-centered-row > [class*="col-md-"] {
  float: none !important;
  width: min(30%, 340px) !important;
  max-width: 340px !important;
  min-width: 240px !important;
  text-align: center !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
}
body.si-modern .footer-widgets .widget,
body.si-modern .footer-widgets .textwidget,
body.si-modern .footer-widgets .widget-title {
  text-align: center !important;
}
body.si-modern .footer-widgets .widget-categories ul {
  display: inline-block !important;
  text-align: left !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
body.si-modern .footer-widgets .widget-categories li {
  text-align: left !important;
}
body.si-modern .footer-widgets .widget-title img {
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
}
body.si-modern .si-footer-socials {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 12px !important;
  margin-top: 18px !important;
}
body.si-modern .si-footer-socials a {
  width: 42px !important;
  height: 42px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  border: 1px solid rgba(255, 125, 32, .62) !important;
  background: linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,125,32,.18)) !important;
  color: #ff8a2a !important;
  font-size: 18px !important;
  text-decoration: none !important;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease !important;
}
body.si-modern .si-footer-socials a:hover {
  transform: translateY(-3px) !important;
  background: linear-gradient(135deg, #d8241f, #ff7a1a) !important;
  color: #fff !important;
  box-shadow: 0 12px 26px rgba(255, 100, 24, .24) !important;
}
body.si-modern .footer-widgets .textwidget a {
  word-break: break-word !important;
}
@media (max-width: 991px) {
  body.si-modern .footer-widgets .si-footer-centered-row {
    gap: 24px !important;
  }
  body.si-modern .footer-widgets .si-footer-centered-row > [class*="col-md-"] {
    width: min(100%, 420px) !important;
    max-width: 420px !important;
  }
}
