/*
 * REY — Footer canónico
 * Generado automáticamente desde src/index.html.
 * Debe cargarse después del CSS particular de cada página.
 */

html body.rey-footer-canonical #footer {
  --ff-display: "Montserrat", Arial, sans-serif !important;
  --ff-body: "Montserrat", Arial, sans-serif !important;
  --max-w: 1200px !important;
  --red: #E7191F !important;
  --footer-bg: #111217 !important;
  --footer-text: rgba(255,255,255,0.55) !important;
  --footer-muted: #8C8C96 !important;
  --text-primary: #FFFFFF !important;
  --rey-social-bg: rgba(255,255,255,.025) !important;
  --rey-social-border: rgba(255,255,255,.28) !important;
  --rey-social-color: #f4f7fb !important;
  --rey-social-hover-bg: #ffffff !important;
  --rey-social-hover-color: #0d0f16 !important;
  font-family: "Montserrat", Arial, sans-serif !important;
}

html body.rey-footer-canonical #footer,
html body.rey-footer-canonical #footer *,
html body.rey-footer-canonical #footer *::before,
html body.rey-footer-canonical #footer *::after {
  box-sizing: border-box !important;
}

html body.rey-footer-canonical #footer h1,
html body.rey-footer-canonical #footer h2,
html body.rey-footer-canonical #footer h3,
html body.rey-footer-canonical #footer h4,
html body.rey-footer-canonical #footer p,
html body.rey-footer-canonical #footer ul,
html body.rey-footer-canonical #footer li {
  margin: 0 !important;
  padding: 0 !important;
}

html body.rey-footer-canonical #footer ul {
  list-style: none !important;
}

html body.rey-footer-canonical #footer a {
  text-decoration: none !important;
}

html body.rey-footer-canonical #footer img {
  display: block !important;
  max-width: 100% !important;
  height: auto;
}

@media (min-width:1600px) {
  html body.rey-footer-canonical #footer {
    --max-w: 1440px !important;
  }
}

@media (min-width:2000px) {
  html body.rey-footer-canonical #footer {
    --max-w: 1800px !important;
  }
}

html body.rey-footer-canonical #footer {
  background: #111217 !important;
  border-top: 1px solid rgba(255,255,255,0.08) !important;
  padding: clamp(40px,6vw,72px) 24px clamp(20px,3vw,32px) !important;
}

html body.rey-footer-canonical #footer .footer-grid {
  max-width: var(--max-w) !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr !important;
  gap: clamp(24px,3vw,40px) !important;
  margin-bottom: clamp(32px,5vw,60px) !important;
}

html body.rey-footer-canonical #footer .footer-brand p {
  font-size: 14px !important;
  color: var(--footer-muted) !important;
  line-height: 1.65 !important;
  max-width: 260px !important;
  margin-top: .75rem !important;
}

html body.rey-footer-canonical #footer .footer-socials {
  display: flex !important;
  gap: 8px !important;
  margin-top: 1.25rem !important;
  flex-wrap: wrap !important;
}

html body.rey-footer-canonical #footer .footer-col h4 {
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: var(--footer-muted) !important;
  margin-bottom: 1rem !important;
}

html body.rey-footer-canonical #footer .footer-col ul {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}

html body.rey-footer-canonical #footer .footer-col ul li a {
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.8 !important;
  color: var(--footer-text) !important;
  transition: color .2s !important;
}

html body.rey-footer-canonical #footer .footer-col ul li a:hover {
  color: #fff !important;
}

html body.rey-footer-canonical #footer .footer-btm {
  max-width: var(--max-w) !important;
  margin: 0 auto !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  padding-top: clamp(16px,2vw,28px) !important;
  border-top: 1px solid rgba(255,255,255,0.08) !important;
  font-size: 13px !important;
  color: var(--footer-muted) !important;
}

html body.rey-footer-canonical #footer .footer-legal {
  display: flex !important;
  gap: 20px !important;
  flex-wrap: wrap !important;
}

html body.rey-footer-canonical #footer .footer-legal a {
  color: var(--footer-muted) !important;
  transition: color .2s !important;
}

html body.rey-footer-canonical #footer .footer-legal a:hover {
  color: #fff !important;
}

@media(max-width:900px) {
html body.rey-footer-canonical #footer .footer-grid {
  grid-template-columns: 1fr 1fr !important;
  gap: 24px !important;
}
}

@media(max-width:600px) {
html body.rey-footer-canonical #footer .footer-grid {
  grid-template-columns: 1fr !important;
}

html body.rey-footer-canonical #footer .footer-btm {
  flex-direction: column !important;
  text-align: center !important;
}
}

html body.rey-footer-canonical #footer .footer-brand .logo img {
  height: 29px !important;
  display: block !important;
}

html body.rey-footer-canonical #footer .footer-brand .logo {
  color: #ffffff !important;
}

html body.rey-footer-canonical #footer .footer-brand .logo .logo-word {
  display: none !important;
}

html body.rey-footer-canonical #footer .footer-col h4 {
  font-size: 1.2em !important;
  font-weight: 900 !important;
  letter-spacing: .01em !important;
}

html body.rey-footer-canonical #footer .footer-store-links {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  margin-top: 12px !important;
}

html body.rey-footer-canonical #footer .footer-values li a {
  cursor: pointer !important;
}

html body.rey-footer-canonical #footer .rey-footer-actions {
  margin-top: 22px !important;
}

html body.rey-footer-canonical #footer .rey-store-list {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 14px !important;
  width: 100% !important;
  margin: 18px 0 22px !important;
}

html body.rey-footer-canonical #footer .rey-store-btn {
  min-height: 64px !important;
  border-radius: 18px !important;
  color: #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  text-decoration: none !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  cursor: default !important;
  user-select: none !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  box-shadow: 0 16px 34px rgba(0,0,0,.22) !important;
  overflow: hidden !important;
  padding: 0 18px !important;
  margin: 0 !important;
}

html body.rey-footer-canonical #footer .rey-store-btn svg {
  width: 27px !important;
  height: 27px !important;
  display: block !important;
  fill: currentColor !important;
  flex: 0 0 auto !important;
}

html body.rey-footer-canonical #footer .rey-store-btn.appstore {
  background: linear-gradient(135deg,#111827,#0a84ff) !important;
}

html body.rey-footer-canonical #footer .rey-store-btn.googleplay {
  background: linear-gradient(135deg,#4285f4,#34a853 36%,#fbbc05 68%,#ea4335) !important;
}

html body.rey-footer-canonical #footer .rey-store-btn.disabled {
  pointer-events: none !important;
}

html body.rey-footer-canonical #footer .rey-store-text {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  line-height: 1.05 !important;
  min-width: 0 !important;
}

html body.rey-footer-canonical #footer .rey-store-small {
  font-size: 11px !important;
  font-weight: 850 !important;
  opacity: .82 !important;
  letter-spacing: .02em !important;
  margin-bottom: 4px !important;
  white-space: nowrap !important;
}

html body.rey-footer-canonical #footer .rey-store-name {
  font-size: 18px !important;
  font-weight: 950 !important;
  white-space: nowrap !important;
}

html body.rey-footer-canonical #footer .rey-socials {
  display: flex !important;
  gap: 12px !important;
  flex-wrap: wrap !important;
  margin: 0 !important;
}

html body.rey-footer-canonical #footer .rey-social-btn {
  width: 54px !important;
  height: 54px !important;
  border-radius: 16px !important;
  color: #fff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  user-select: none !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  box-shadow: 0 14px 28px rgba(0,0,0,.22) !important;
  position: relative !important;
  overflow: hidden !important;
  margin: 0 !important;
  transition: .18s ease !important;
}

html body.rey-footer-canonical #footer .rey-social-btn:hover {
  transform: translateY(-1px) !important;
  filter: brightness(1.06) !important;
}

html body.rey-footer-canonical #footer .rey-social-btn svg {
  width: 24px !important;
  height: 24px !important;
  display: block !important;
  fill: currentColor !important;
}

html body.rey-footer-canonical #footer .rey-social-btn.instagram {
  background: linear-gradient(135deg,#f58529,#dd2a7b 52%,#8134af) !important;
}

html body.rey-footer-canonical #footer .rey-social-btn.facebook {
  background: #1877f2 !important;
}

html body.rey-footer-canonical #footer .rey-social-btn.tiktok {
  background: #111 !important;
  box-shadow: inset 3px 0 0 #25f4ee, inset -3px 0 0 #fe2c55, 0 14px 28px rgba(0,0,0,.22) !important;
}

html body.rey-footer-canonical #footer .rey-social-btn.x {
  background: #000 !important;
}

html body.rey-footer-canonical #footer .rey-social-btn.youtube {
  background: #ff0000 !important;
}

html body.rey-footer-canonical #footer .rey-social-btn.linkedin {
  background: #0a66c2 !important;
}

@media(max-width:640px) {
html body.rey-footer-canonical #footer .rey-store-list {
  grid-template-columns: 1fr !important;
}

html body.rey-footer-canonical #footer .rey-store-btn {
  min-height: 60px !important;
  font-size: 16px !important;
}

html body.rey-footer-canonical #footer .rey-store-name {
  font-size: 17px !important;
}

html body.rey-footer-canonical #footer .rey-social-btn {
  width: 50px !important;
  height: 50px !important;
  border-radius: 14px !important;
}
}

html body.rey-footer-canonical #footer .rey-store-list {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 14px !important;
  width: 100% !important;
  margin: 18px 0 22px !important;
}

html body.rey-footer-canonical #footer .rey-store-btn.appstore,
html body.rey-footer-canonical #footer .rey-store-btn.googleplay {
  background: linear-gradient(180deg,#181818 0%, #090909 100%) !important;
  border: 1px solid rgba(255,255,255,.20) !important;
  border-radius: 16px !important;
  min-height: 72px !important;
  box-shadow: 0 12px 28px rgba(0,0,0,.26) !important;
  justify-content: flex-start !important;
  align-items: center !important;
  padding: 12px 18px !important;
  gap: 14px !important;
  color: #ffffff !important;
}

html body.rey-footer-canonical #footer .rey-store-btn.appstore svg,
html body.rey-footer-canonical #footer .rey-store-btn.googleplay svg {
  width: 30px !important;
  height: 30px !important;
  fill: #ffffff !important;
  flex: 0 0 auto !important;
}

html body.rey-footer-canonical #footer .rey-store-text {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  line-height: 1.02 !important;
  min-width: 0 !important;
}

html body.rey-footer-canonical #footer .rey-store-small {
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  opacity: .78 !important;
  margin-bottom: 5px !important;
  white-space: normal !important;
}

html body.rey-footer-canonical #footer .rey-store-name {
  font-size: 22px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  letter-spacing: -.02em !important;
  white-space: nowrap !important;
}

@media(max-width:640px) {
html body.rey-footer-canonical #footer .rey-store-list {
  grid-template-columns: 1fr !important;
}

html body.rey-footer-canonical #footer .rey-store-btn.appstore,
html body.rey-footer-canonical #footer .rey-store-btn.googleplay {
  min-height: 66px !important;
  padding: 10px 16px !important;
  gap: 12px !important;
}

html body.rey-footer-canonical #footer .rey-store-btn.appstore svg,
html body.rey-footer-canonical #footer .rey-store-btn.googleplay svg {
  width: 28px !important;
  height: 28px !important;
}

html body.rey-footer-canonical #footer .rey-store-name {
  font-size: 20px !important;
}

html body.rey-footer-canonical #footer .rey-store-small {
  font-size: 9px !important;
}
}

html body.rey-footer-canonical #footer .rey-footer-actions {
  margin-top: 34px !important;
}

html body.rey-footer-canonical #footer .rey-store-list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 18px !important;
  width: 100% !important;
  max-width: 540px !important;
  margin: 26px 0 18px !important;
  align-items: stretch !important;
}

html body.rey-footer-canonical #footer .rey-store-btn.badge-ref {
  width: 100% !important;
  min-height: 58px !important;
  background: #000 !important;
  border: 1.5px solid rgba(255,255,255,.42) !important;
  border-radius: 12px !important;
  box-shadow: 0 8px 18px rgba(0,0,0,.18) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 12px !important;
  padding: 8px 14px !important;
  color: #fff !important;
  text-decoration: none !important;
  overflow: hidden !important;
}

html body.rey-footer-canonical #footer .rey-store-btn.badge-ref.disabled {
  pointer-events: none !important;
  cursor: default !important;
}

html body.rey-footer-canonical #footer .store-badge-icon {
  width: 30px !important;
  min-width: 30px !important;
  height: 30px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 30px !important;
}

html body.rey-footer-canonical #footer .store-badge-icon svg {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

html body.rey-footer-canonical #footer .store-badge-icon.apple-white {
  color: #fff !important;
}

html body.rey-footer-canonical #footer .store-badge-copy {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  line-height: 1 !important;
  min-width: 0 !important;
  flex: 1 1 auto !important;
}

html body.rey-footer-canonical #footer .store-badge-top {
  display: block !important;
  font-size: 10px !important;
  line-height: 1.05 !important;
  font-weight: 700 !important;
  letter-spacing: .02em !important;
  color: #fff !important;
  opacity: .92 !important;
  margin-bottom: 3px !important;
  white-space: nowrap !important;
  text-transform: none !important;
}

html body.rey-footer-canonical #footer .store-badge-name {
  display: block !important;
  font-size: 16px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  letter-spacing: -.01em !important;
  color: #fff !important;
  white-space: nowrap !important;
}

html body.rey-footer-canonical #footer .rey-socials {
  display: flex !important;
  gap: 14px !important;
  flex-wrap: wrap !important;
  margin-top: 10px !important;
}

@media (max-width: 720px) {
html body.rey-footer-canonical #footer .rey-store-list {
  grid-template-columns: 1fr !important;
  gap: 12px !important;
  max-width: none !important;
}

html body.rey-footer-canonical #footer .rey-store-btn.badge-ref {
  min-height: 56px !important;
  padding: 8px 13px !important;
  gap: 11px !important;
}

html body.rey-footer-canonical #footer .store-badge-icon {
  width: 28px !important;
  min-width: 28px !important;
  height: 28px !important;
  flex: 0 0 28px !important;
}

html body.rey-footer-canonical #footer .store-badge-top {
  font-size: 9px !important;
}

html body.rey-footer-canonical #footer .store-badge-name {
  font-size: 15px !important;
}
}

html body.rey-footer-canonical #footer .rey-socials,
html body.rey-footer-canonical #footer .footer-socials {
  display: flex !important;
  gap: 14px !important;
  flex-wrap: wrap !important;
  align-items: center !important;
}

html body.rey-footer-canonical #footer .rey-social-btn,
html body.rey-footer-canonical #footer .footer-socials .soc {
  width: 45px !important;
  height: 45px !important;
  border-radius: 999px !important;
  color: var(--rey-social-color) !important;
  background: var(--rey-social-bg) !important;
  border: 1.4px solid var(--rey-social-border) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  user-select: none !important;
  box-shadow: 0 12px 26px rgba(0,0,0,.14) !important;
  transition: background .18s ease,
    color .18s ease,
    border-color .18s ease,
    transform .18s ease,
    box-shadow .18s ease !important;
}

html body.rey-footer-canonical #footer .rey-social-btn.instagram,
html body.rey-footer-canonical #footer .rey-social-btn.facebook,
html body.rey-footer-canonical #footer .rey-social-btn.tiktok,
html body.rey-footer-canonical #footer .rey-social-btn.x,
html body.rey-footer-canonical #footer .rey-social-btn.youtube,
html body.rey-footer-canonical #footer .rey-social-btn.linkedin {
  background: var(--rey-social-bg) !important;
  color: var(--rey-social-color) !important;
  border-color: var(--rey-social-border) !important;
  box-shadow: 0 12px 26px rgba(0,0,0,.14) !important;
}

html body.rey-footer-canonical #footer .rey-social-btn:hover,
html body.rey-footer-canonical #footer .footer-socials .soc:hover {
  background: var(--rey-social-hover-bg) !important;
  color: var(--rey-social-hover-color) !important;
  border-color: var(--rey-social-hover-bg) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 18px 34px rgba(0,0,0,.22) !important;
}

html body.rey-footer-canonical #footer .rey-social-btn svg,
html body.rey-footer-canonical #footer .footer-socials .soc svg {
  width: 25px !important;
  height: 25px !important;
  display: block !important;
  fill: currentColor !important;
}

html body.rey-footer-canonical #footer .rey-social-btn.youtube svg {
  width: 27px !important;
  height: 27px !important;
}

@media(max-width:640px) {
html body.rey-footer-canonical #footer .rey-social-btn,
html body.rey-footer-canonical #footer .footer-socials .soc {
  width: 40px !important;
  height: 40px !important;
}

html body.rey-footer-canonical #footer .rey-social-btn svg,
html body.rey-footer-canonical #footer .footer-socials .soc svg {
  width: 22px !important;
  height: 22px !important;
}
}

html body.rey-footer-canonical #footer .rey-store-btn.badge-ref {
  min-height: 58px !important;
  padding: 8px 14px !important;
  gap: 12px !important;
}

html body.rey-footer-canonical #footer .footer-brand .rey-store-list {
  display: grid !important;
  grid-template-columns: auto auto !important;
  justify-content: start !important;
  align-items: start !important;
  gap: 10px !important;
  margin: 18px 0 18px !important;
  max-width: none !important;
  width: auto !important;
}

html body.rey-footer-canonical #footer .footer-brand .rey-store-btn.badge-ref {
  width: 168px !important;
  min-width: 168px !important;
  max-width: 168px !important;
  min-height: 39px !important;
  padding: 5px 9px !important;
  border-radius: 9px !important;
  gap: 7px !important;
  justify-content: flex-start !important;
}

html body.rey-footer-canonical #footer .footer-brand .store-badge-icon {
  width: 20px !important;
  min-width: 20px !important;
  height: 20px !important;
  flex: 0 0 20px !important;
}

html body.rey-footer-canonical #footer .footer-brand .store-badge-copy {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  min-width: 0 !important;
}

html body.rey-footer-canonical #footer .footer-brand .store-badge-top {
  font-size: 6.5px !important;
  line-height: 1 !important;
  letter-spacing: .01em !important;
  white-space: nowrap !important;
}

html body.rey-footer-canonical #footer .footer-brand .store-badge-name {
  font-size: 12px !important;
  line-height: 1.05 !important;
  letter-spacing: -.01em !important;
  white-space: nowrap !important;
}

@media(max-width:720px) {
html body.rey-footer-canonical #footer .footer-brand .rey-store-list {
  grid-template-columns: auto auto !important;
  gap: 8px !important;
}

html body.rey-footer-canonical #footer .footer-brand .rey-store-btn.badge-ref {
  width: 154px !important;
  min-width: 154px !important;
  max-width: 154px !important;
  min-height: 38px !important;
  padding: 5px 8px !important;
}

html body.rey-footer-canonical #footer .footer-brand .store-badge-icon {
  width: 19px !important;
  min-width: 19px !important;
  height: 19px !important;
  flex: 0 0 19px !important;
}

html body.rey-footer-canonical #footer .footer-brand .store-badge-name {
  font-size: 11.5px !important;
}
}

html body.rey-footer-canonical #footer .footer-grid .footer-col h4,
html body.rey-footer-canonical #footer .footer-col h4 {
  font-size: 13px !important;
  color: #ffffff !important;
  font-weight: 800 !important;
  letter-spacing: .10em !important;
  line-height: 1.15 !important;
  margin-bottom: 22px !important;
}

@media(max-width:900px) {
html body.rey-footer-canonical #footer .footer-grid .footer-col h4,
html body.rey-footer-canonical #footer .footer-col h4 {
  font-size: 12px !important;
  color: #ffffff !important;
  letter-spacing: .09em !important;
}
}

html body.rey-footer-canonical #footer .rey-store-list a.rey-store-btn,
html body.rey-footer-canonical #footer .rey-store-list a.rey-store-btn {
  cursor: pointer !important;
  text-decoration: none !important;
  pointer-events: auto !important;
  transition: transform .22s ease,
    box-shadow .22s ease,
    border-color .22s ease,
    background-color .22s ease,
    opacity .22s ease !important;
  will-change: transform !important;
}

html body.rey-footer-canonical #footer .rey-store-list a.rey-store-btn:hover,
html body.rey-footer-canonical #footer .rey-store-list a.rey-store-btn:hover {
  transform: translateY(-3px) scale(1.025) !important;
  box-shadow: 0 14px 34px rgba(0,0,0,.28) !important;
  border-color: rgba(255,255,255,.34) !important;
  background: rgba(255,255,255,.12) !important;
  opacity: 1 !important;
}

html body.rey-footer-canonical #footer .rey-store-list a.rey-store-btn:active,
html body.rey-footer-canonical #footer .rey-store-list a.rey-store-btn:active {
  transform: translateY(-1px) scale(.995) !important;
}

html body.rey-footer-canonical #footer .rey-store-list a.rey-store-btn:focus-visible,
html body.rey-footer-canonical #footer .rey-store-list a.rey-store-btn:focus-visible {
  outline: 2px solid rgba(231,25,31,.85) !important;
  outline-offset: 4px !important;
}

/* === REY FOOTER RESPONSIVE AUTHORITY START === */

/*
 * Autoridad final de distribución.
 * Estas reglas deben permanecer al final del archivo
 * para imponerse sobre los estilos particulares
 * de Template 2 y de las páginas legales.
 */

html body.rey-footer-canonical #footer {
  width: 100% !important;
  max-width: none !important;
  overflow: hidden !important;
}

html body.rey-footer-canonical #footer .footer-grid {
  width: 100% !important;
  max-width: var(--max-w, 1200px) !important;
  margin-left: auto !important;
  margin-right: auto !important;

  display: grid !important;
  grid-template-columns:
    minmax(0, 2fr)
    minmax(0, 1fr)
    minmax(0, 1fr)
    minmax(0, 1fr)
    minmax(0, 1fr)
    !important;

  align-items: start !important;
  gap: clamp(24px, 3vw, 40px) !important;
  overflow: visible !important;
}

html body.rey-footer-canonical #footer .footer-brand,
html body.rey-footer-canonical #footer .footer-col {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  min-width: 0 !important;
  max-width: none !important;
  transform: none !important;
}

html body.rey-footer-canonical #footer .footer-values {
  display: flex !important;
  flex-direction: column !important;
  visibility: visible !important;
  opacity: 1 !important;
}

html body.rey-footer-canonical #footer .footer-btm {
  width: 100% !important;
  max-width: var(--max-w, 1200px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/*
 * Tablet y pantallas pequeñas:
 * exactamente la distribución responsive de la landing.
 */
@media (max-width: 900px) {
  html body.rey-footer-canonical #footer .footer-grid {
    grid-template-columns:
      minmax(0, 1fr)
      minmax(0, 1fr)
      !important;

    gap: 24px !important;
  }
}

/*
 * Móvil:
 * una sola columna.
 */
@media (max-width: 600px) {
  html body.rey-footer-canonical #footer .footer-grid {
    grid-template-columns:
      minmax(0, 1fr)
      !important;
  }

  html body.rey-footer-canonical #footer .footer-btm {
    flex-direction: column !important;
    text-align: center !important;
  }
}

/* === REY FOOTER RESPONSIVE AUTHORITY END === */
