/**
 * Overrides producción — home sandbox (/)
 * Alta especificidad vs Blocksy en front-page.
 */

body.todoexiste-home-page {
  background: var(--te-bg, #f5f5f7) !important;
  overflow-x: hidden;
}

body.todoexiste-home-page #header,
body.todoexiste-home-page .ct-header,
body.todoexiste-home-page #offcanvas,
body.todoexiste-home-page .ct-breadcrumbs,
body.todoexiste-home-page .hero-section {
  display: none !important;
}

body.todoexiste-home-page .te-header {
  background: rgba(22, 22, 24, 0.95) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

body.todoexiste-home-page .swiper-pagination-bullet-active {
  background: #111827 !important;
}

body.todoexiste-home-page .swiper-button-next,
body.todoexiste-home-page .swiper-button-prev {
  color: #111827 !important;
}
