/* ============================================================
   VIWI SET-LOCATION CLEAN EXTERNAL CSS
   Purpose:
   - Keep only the fixes that helped visually.
   - Do NOT use fills.
   - Do NOT use footer::after.
   - Do NOT use footer giant shadow.
   - Do NOT modify hero/header/Crece HTML.
   Marker: VIWI_SETLOCATION_CLEAN_EXTERNAL_CSS
   ============================================================ */

/* Guard: hide only if old residues ever reappear */
#cobertura,
.viwi-footer-real-bottom-fill,
.viwi-footer-bottom-fill,
.viwi-footer-scoped-safe-fix-marker {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

/* Canvas/footer base: keep dark bottom without invasive pseudo elements */
html,
body {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* Keep visible surfaces protected */
#hero,
.hero {
  isolation: isolate;
}

#explora,
section#explora,
.section#explora {
  background: #f7f8fa !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 36px !important;
}

/* Footer real */
.footer,
footer.footer,
footer#footer,
footer.viwi-setlocation-index-footer-final {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  background: #07090c !important;
  color: #fff !important;
  box-shadow: none !important;
}

/* This was the only visual approach that improved the footer */
.footer-inner,
footer .footer-inner {
  padding-bottom: 120px !important;
}

/* Footer bottom cleanup */
.footer-bottom,
footer .footer-bottom {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

/* Footer typography polish scoped only to footer */
.footer-brand p,
.footer-bottom p,
footer .footer-brand p,
footer .footer-bottom p {
  font-weight: 400 !important;
  letter-spacing: -0.01em !important;
  line-height: 1.55 !important;
}

.footer-col h4,
footer .footer-col h4 {
  font-weight: 700 !important;
  letter-spacing: -0.01em !important;
}

.footer-col a,
.footer-links-inline a,
footer .footer-col a,
footer .footer-links-inline a {
  font-weight: 500 !important;
  line-height: 1.4 !important;
}

/* Crece buttons alignment */
.join-cta {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  text-align: center !important;
}

/* VIWI_CSS_FAILED_LAYERS_CLEANUP_KEEP_FOOTER_FIX */

/* ============================================================
   VIWI FOOTER COMPACT PREMIUM POLISH
   Scope: footer only.
   No hero/header/Crece/brain changes.
   Marker: VIWI_FOOTER_COMPACT_PREMIUM_POLISH
   ============================================================ */

footer.viwi-setlocation-index-footer-final,
footer.footer,
footer#footer {
  background: #07090c !important;
  color: #ffffff !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
}

footer.viwi-setlocation-index-footer-final .footer-inner,
footer.footer .footer-inner,
footer#footer .footer-inner {
  padding-top: 34px !important;
  padding-bottom: 34px !important;
}

footer.viwi-setlocation-index-footer-final .footer-grid,
footer.footer .footer-grid,
footer#footer .footer-grid {
  gap: 22px !important;
  align-items: flex-start !important;
}

footer.viwi-setlocation-index-footer-final .footer-brand img,
footer.footer .footer-brand img,
footer#footer .footer-brand img {
  width: 190px !important;
  max-width: 100% !important;
  margin-bottom: 12px !important;
}

footer.viwi-setlocation-index-footer-final .footer-brand p,
footer.footer .footer-brand p,
footer#footer .footer-brand p {
  font-size: 14px !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
  color: rgba(255,255,255,.82) !important;
  letter-spacing: -.01em !important;
  max-width: 300px !important;
}

footer.viwi-setlocation-index-footer-final .footer-col h4,
footer.footer .footer-col h4,
footer#footer .footer-col h4 {
  margin-bottom: 12px !important;
  color: #ff8a1f !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  letter-spacing: -.015em !important;
}

footer.viwi-setlocation-index-footer-final .footer-col a,
footer.viwi-setlocation-index-footer-final .footer-links-inline a,
footer.footer .footer-col a,
footer.footer .footer-links-inline a,
footer#footer .footer-col a,
footer#footer .footer-links-inline a {
  color: rgba(255,255,255,.86) !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  transition: color .18s ease, opacity .18s ease, transform .18s ease !important;
}

footer.viwi-setlocation-index-footer-final .footer-col a:hover,
footer.viwi-setlocation-index-footer-final .footer-links-inline a:hover,
footer.footer .footer-col a:hover,
footer.footer .footer-links-inline a:hover,
footer#footer .footer-col a:hover,
footer#footer .footer-links-inline a:hover {
  color: #ff9a2f !important;
  opacity: 1 !important;
  transform: translateX(2px) !important;
}

footer.viwi-setlocation-index-footer-final .footer-divider,
footer.footer .footer-divider,
footer#footer .footer-divider {
  margin: 22px 0 14px !important;
  border-top: 1px solid rgba(255,255,255,.10) !important;
}

footer.viwi-setlocation-index-footer-final .footer-bottom,
footer.footer .footer-bottom,
footer#footer .footer-bottom {
  gap: 14px !important;
}

footer.viwi-setlocation-index-footer-final .footer-bottom p,
footer.footer .footer-bottom p,
footer#footer .footer-bottom p {
  color: rgba(255,255,255,.72) !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
  font-weight: 400 !important;
  letter-spacing: -.01em !important;
}

@media (max-width: 900px) {
  footer.viwi-setlocation-index-footer-final .footer-inner,
  footer.footer .footer-inner,
  footer#footer .footer-inner {
    padding-top: 30px !important;
    padding-bottom: 32px !important;
  }

  footer.viwi-setlocation-index-footer-final .footer-grid,
  footer.footer .footer-grid,
  footer#footer .footer-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 22px !important;
  }

  footer.viwi-setlocation-index-footer-final .footer-brand,
  footer.footer .footer-brand,
  footer#footer .footer-brand {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 560px) {
  footer.viwi-setlocation-index-footer-final .footer-grid,
  footer.footer .footer-grid,
  footer#footer .footer-grid {
    grid-template-columns: 1fr !important;
  }

  footer.viwi-setlocation-index-footer-final .footer-bottom,
  footer.footer .footer-bottom,
  footer#footer .footer-bottom {
    align-items: flex-start !important;
  }
}

/* VIWI_FOOTER_COMPACT_PREMIUM_POLISH_END */

/* ============================================================
   VIWI SET-LOCATION BLOCK A — ELIGE 4 CARDS
   Scope: only #elige block.
   Marker: VIWI_BLOCK_A_ELIGE_4_CARDS_CSS
   ============================================================ */

.viwi-sl-choice-section {
  background: #f7f8fa !important;
  padding: 42px 0 38px !important;
  margin: 0 !important;
}

.viwi-sl-choice-head {
  max-width: 760px !important;
  margin: 0 auto 26px !important;
  text-align: center !important;
}

.viwi-sl-choice-badge {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  min-height: 34px !important;
  padding: 8px 15px !important;
  border-radius: 999px !important;
  background: #fff8f1 !important;
  border: 1px solid rgba(255,122,24,.22) !important;
  color: #f26b00 !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 750 !important;
  letter-spacing: -.01em !important;
  margin-bottom: 12px !important;
}

.viwi-sl-choice-head h2 {
  margin: 0 0 10px !important;
  color: #111827 !important;
  font-size: clamp(28px, 3vw, 42px) !important;
  line-height: 1.05 !important;
  font-weight: 800 !important;
  letter-spacing: -.04em !important;
}

.viwi-sl-choice-head p {
  margin: 0 auto !important;
  max-width: 620px !important;
  color: rgba(17,24,39,.70) !important;
  font-size: 16px !important;
  line-height: 1.52 !important;
  font-weight: 450 !important;
}

.viwi-sl-choice-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
}

.viwi-sl-choice-card {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  min-height: 210px !important;
  padding: 24px 20px 22px !important;
  border-radius: 28px !important;
  background: rgba(255,255,255,.94) !important;
  border: 1px solid rgba(255,122,24,.20) !important;
  box-shadow: 0 18px 46px rgba(17,24,39,.055) !important;
  color: #111827 !important;
  text-decoration: none !important;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease !important;
}

.viwi-sl-choice-card:hover {
  transform: translateY(-4px) !important;
  border-color: rgba(255,122,24,.46) !important;
  box-shadow: 0 26px 68px rgba(17,24,39,.10) !important;
}

.viwi-sl-choice-icon {
  width: 62px !important;
  height: 62px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 22px !important;
  background: #fff2e7 !important;
  border: 1px solid rgba(255,122,24,.18) !important;
  margin-bottom: 16px !important;
  overflow: hidden !important;
}

.viwi-sl-choice-icon img {
  width: 38px !important;
  height: 38px !important;
  object-fit: contain !important;
  display: block !important;
}

.viwi-sl-choice-card strong {
  display: block !important;
  margin: 0 0 8px !important;
  color: #111827 !important;
  font-size: 18px !important;
  line-height: 1.15 !important;
  font-weight: 800 !important;
  letter-spacing: -.02em !important;
}

.viwi-sl-choice-card small {
  display: block !important;
  color: rgba(17,24,39,.66) !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  font-weight: 450 !important;
  margin-bottom: 16px !important;
}

.viwi-sl-choice-card em {
  margin-top: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 38px !important;
  padding: 10px 15px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg,#ff7a18,#ffad3d) !important;
  color: #fff !important;
  font-style: normal !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  box-shadow: 0 12px 24px rgba(255,122,24,.20) !important;
}

@media (max-width: 980px) {
  .viwi-sl-choice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 560px) {
  .viwi-sl-choice-section {
    padding: 34px 0 32px !important;
  }

  .viwi-sl-choice-grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .viwi-sl-choice-card {
    min-height: 190px !important;
  }
}

/* VIWI_BLOCK_A_ELIGE_4_CARDS_CSS_END */

/* ============================================================
   VIWI BLOCK A ICON POLISH + FALLBACK
   Scope: #elige icons only.
   Marker: VIWI_BLOCK_A_ICON_POLISH_FREEZE
   ============================================================ */

.viwi-sl-choice-icon[data-fallback]::before {
  content: attr(data-fallback);
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 38px !important;
  height: 38px !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg,#ff7a18,#ffad3d) !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  letter-spacing: -.02em !important;
}

.viwi-sl-choice-icon img[style*="display: none"] {
  display: none !important;
}

/* VIWI_BLOCK_A_ICON_POLISH_FREEZE_END */

/* ============================================================
   VIWI BLOCK A OFFERS ONLY FALLBACK
   Scope: Ofertas card only if selected image fails.
   Marker: VIWI_BLOCK_A_OFFERS_ONLY_FALLBACK_CSS
   ============================================================ */

#elige .viwi-sl-choice-card[href*="offer"] .viwi-sl-choice-icon[data-fallback="OF"]::before,
#elige .viwi-sl-choice-card[href*="oferta"] .viwi-sl-choice-icon[data-fallback="OF"]::before {
  content: "OF";
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 38px !important;
  height: 38px !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg,#ff7a18,#ffad3d) !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  letter-spacing: -.02em !important;
}

/* VIWI_BLOCK_A_OFFERS_ONLY_FALLBACK_CSS_END */

/* ============================================================
   VIWI BLOCK A EXACT FOUR ICONS FALLBACK CSS
   Scope: #elige icon fallback only.
   Marker: VIWI_BLOCK_A_EXACT_FOUR_ICONS_FALLBACK_CSS
   ============================================================ */

#elige .viwi-sl-choice-icon[data-fallback]::before {
  content: attr(data-fallback);
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 38px !important;
  height: 38px !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg,#ff7a18,#ffad3d) !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  letter-spacing: -.02em !important;
}

/* VIWI_BLOCK_A_EXACT_FOUR_ICONS_FALLBACK_CSS_END */



/* ============================================================
   VIWI BLOCK B VISIBILITY SCOPED REPAIR — FINAL
   Scope: only section#cobertura.viwi-sl-coverage-section
   Marker: VIWI_BLOCK_B_VISIBILITY_SCOPED_REPAIR_FINAL
   ============================================================ */

section#cobertura.viwi-sl-coverage-section {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  z-index: 2 !important;
  clear: both !important;
  width: 100% !important;
  min-height: 1px !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  background: #f7f8fa !important;
  padding: 36px 0 40px !important;
  margin: 0 !important;
  transform: none !important;
  clip: auto !important;
  clip-path: none !important;
}

section#cobertura.viwi-sl-coverage-section,
section#cobertura.viwi-sl-coverage-section * {
  box-sizing: border-box !important;
}

section#cobertura.viwi-sl-coverage-section > .container {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  max-width: 1180px !important;
  width: calc(100% - 40px) !important;
  margin: 0 auto !important;
  padding: 0 !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
}

section#cobertura .viwi-sl-coverage-shell {
  display: grid !important;
  visibility: visible !important;
  opacity: 1 !important;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.35fr) !important;
  gap: 24px !important;
  align-items: center !important;
  width: 100% !important;
  min-height: 190px !important;
  height: auto !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 26px !important;
  border-radius: 32px !important;
  background:
    radial-gradient(circle at top left, rgba(255,122,24,.18), transparent 36%),
    linear-gradient(135deg, #111722, #07090c) !important;
  border: 1px solid rgba(255,255,255,.11) !important;
  box-shadow: 0 24px 64px rgba(17,24,39,.13) !important;
  overflow: visible !important;
  transform: none !important;
}

section#cobertura .viwi-sl-coverage-copy {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  padding: 4px !important;
  min-width: 0 !important;
}

section#cobertura .viwi-sl-coverage-badge {
  display: inline-flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 34px !important;
  padding: 8px 14px !important;
  border-radius: 999px !important;
  background: rgba(255,122,24,.14) !important;
  border: 1px solid rgba(255,122,24,.28) !important;
  color: #ffad3d !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 750 !important;
  letter-spacing: -.01em !important;
  margin: 0 0 13px !important;
}

section#cobertura .viwi-sl-coverage-copy h2 {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  margin: 0 0 10px !important;
  color: #ffffff !important;
  font-size: clamp(25px, 2.7vw, 38px) !important;
  line-height: 1.05 !important;
  font-weight: 800 !important;
  letter-spacing: -.04em !important;
}

section#cobertura .viwi-sl-coverage-copy p {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  margin: 0 !important;
  max-width: 430px !important;
  color: rgba(255,255,255,.76) !important;
  font-size: 15px !important;
  line-height: 1.54 !important;
  font-weight: 430 !important;
}

section#cobertura .viwi-sl-coverage-grid {
  display: grid !important;
  visibility: visible !important;
  opacity: 1 !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 13px !important;
  min-width: 0 !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
}

section#cobertura .viwi-sl-coverage-card {
  display: grid !important;
  visibility: visible !important;
  opacity: 1 !important;
  grid-template-columns: 42px minmax(0, 1fr) !important;
  grid-template-areas:
    "icon title"
    "icon text" !important;
  column-gap: 13px !important;
  align-items: center !important;
  min-height: 94px !important;
  height: auto !important;
  max-height: none !important;
  padding: 15px !important;
  border-radius: 22px !important;
  background: rgba(255,255,255,.08) !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  text-decoration: none !important;
  color: #fff !important;
  overflow: visible !important;
  transform: none !important;
  transition: transform .18s ease, background .18s ease, border-color .18s ease !important;
}

section#cobertura .viwi-sl-coverage-card:hover {
  transform: translateY(-3px) !important;
  background: rgba(255,255,255,.11) !important;
  border-color: rgba(255,122,24,.40) !important;
}

section#cobertura .viwi-sl-coverage-card span {
  grid-area: icon !important;
  width: 42px !important;
  height: 42px !important;
  display: inline-flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 16px !important;
  background: linear-gradient(135deg,#ff7a18,#ffad3d) !important;
  box-shadow: 0 12px 28px rgba(255,122,24,.18) !important;
  font-size: 20px !important;
  line-height: 1 !important;
}

section#cobertura .viwi-sl-coverage-card strong {
  grid-area: title !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  margin: 0 0 4px !important;
  color: #fff !important;
  font-size: 15px !important;
  line-height: 1.16 !important;
  font-weight: 780 !important;
  letter-spacing: -.02em !important;
}

section#cobertura .viwi-sl-coverage-card small {
  grid-area: text !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  color: rgba(255,255,255,.68) !important;
  font-size: 13px !important;
  line-height: 1.34 !important;
  font-weight: 430 !important;
}

@media (max-width: 900px) {
  section#cobertura .viwi-sl-coverage-shell {
    grid-template-columns: 1fr !important;
    padding: 23px !important;
  }

  section#cobertura .viwi-sl-coverage-copy {
    text-align: center !important;
  }

  section#cobertura .viwi-sl-coverage-copy p {
    margin: 0 auto !important;
  }
}

@media (max-width: 560px) {
  section#cobertura.viwi-sl-coverage-section {
    padding: 30px 0 34px !important;
  }

  section#cobertura.viwi-sl-coverage-section > .container {
    width: calc(100% - 28px) !important;
  }

  section#cobertura .viwi-sl-coverage-shell {
    border-radius: 26px !important;
    padding: 18px !important;
  }

  section#cobertura .viwi-sl-coverage-grid {
    grid-template-columns: 1fr !important;
  }
}

/* VIWI_BLOCK_B_VISIBILITY_SCOPED_REPAIR_FINAL_END */
