/** Shopify CDN: Minification failed

Line 24:14 Expected identifier but found whitespace
Line 24:16 Unexpected "{"
Line 24:25 Expected ":"
Line 24:51 Expected ":"
Line 25:17 Expected identifier but found whitespace
Line 25:19 Unexpected "{"
Line 25:28 Expected ":"
Line 25:57 Expected ":"
Line 206:6 Expected identifier but found whitespace
Line 206:8 Unexpected "{"
... and 30 more hidden warnings

**/


/* CSS from section stylesheet tags */
.yhm-stats-section {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  padding-top: {{ section.settings.padding_top }}px;
  padding-bottom: {{ section.settings.padding_bottom }}px;
}

.yhm-stat {
  text-align: center;
  min-width: 120px;
}

.yhm-stat img {
  max-width: 60px;
  margin-bottom: 0.5rem;
}

.yhm-stat-number {
  font-weight: bold;
  color: #000;
}

.yhm-stat-text {
  color: #555;
}
.yhm-banner-overlay {
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding-top: var(--pt);
  padding-bottom: var(--pb);
}
.yhm-banner-bg {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.2s ease-out;
}
.yhm-overlay-content {
  position: absolute;
  top:0; left:0;
  width:100%; height:100%;
}
.yhm-circle {
  position: absolute;
  border-radius: 50%;
  z-index: 2;
}
.yhm-text-block {
  position: absolute;
  font-weight: 600;
  z-index: 3;
  transition: transform 0.2s ease-out;
}
/* Ocultar círculos en móvil */
@media (max-width:768px){
  .yhm-circle { display: none !important; }
}
.yhm-banner-paint-section { position: relative; width: 100%; overflow: hidden; --mouse-color: #F47440; --mobile-scale: 0.88; }
.yhm-banner-paint-section .banner-bg { width: 100%; display: block; height: auto; }
.yhm-banner-paint-section .yhm-banner-background { position: relative; }
.yhm-banner-paint-section .paint-effect { position: absolute; inset: 0; pointer-events: none; z-index: 2; }
.yhm-banner-paint-section .banner-content { position: absolute; inset: 0; z-index: 4; pointer-events: none; }

/* stroke (soft radial blotch) */
.yhm-banner-paint-section .stroke {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 40%, rgba(244,116,64,0.95) 0%, rgba(244,116,64,0.75) 35%, rgba(244,116,64,0.25) 60%, rgba(244,116,64,0) 100%);
  opacity: 0; transform: scale(0.8); transition: opacity 0.6s ease-out, transform 0.6s ease-out; pointer-events: none; z-index: 3;
}

/* block base */
.banner-block { position: absolute; pointer-events: auto; z-index: 6; max-width: 90%; transform-origin: center center; }

/* Use CSS vars for font sizes so we can scale on mobile */
.banner-block { --block-font-size: 18px; --btn-font-size: 16px; }
.banner-block h1, .banner-block p, .banner-block span { margin: 0; color: inherit; font-weight: 600; line-height: 1.05; font-size: var(--block-font-size); white-space: nowrap; }
.banner-block.text p { white-space: normal; max-width: 320px; }

/* Button */
.banner-block .btn { display: inline-block; text-decoration: none; border-radius: 6px; padding: 0.5rem 1rem; font-size: var(--btn-font-size); }

/* Make text scale on mobile */
@media (max-width: 767px) {
  .banner-block h1, .banner-block p, .banner-block span { font-size: calc(var(--block-font-size) * var(--mobile-scale)); white-space: normal; }
  .banner-block .btn { font-size: calc(var(--btn-font-size) * var(--mobile-scale)); }
  .banner-block.text p { max-width: 90vw; }

  @media (max-width: 767px) {
  .banner-block.title-block,
  .banner-block.text p,
  .banner-block span,
  .banner-block h1,
  .banner-block .btn,
  .banner-block p,
  .banner-block.button-block {
    display: none !important;
  }
}
}
.yhm-banner-overlay {
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
.yhm-banner-bg {
  width: 100%;
  height: auto;
  display: block;
}
.yhm-overlay-content {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  pointer-events: none; /* evita que los decorativos interfieran con clicks por defecto */
}

/* círculos */
.yhm-circle {
  position: absolute;
  border-radius: 50%;
  z-index: 2;
  transition: transform 0.25s ease; opacity: 0.25s ease;
  transform-origin: center; 
  pointer-events: auto;
}
.yhm-circle:hover { 
  transform: scale(1.05); 
}

/* textos y títulos (compartido) */
.yhm-text-block,
.yhm-title-block {
  position: absolute;
  z-index: 3;
  display: inline-block;
  transition: transform 0.25s ease, opacity 0.25s ease;
  transform-origin: center;
  pointer-events: auto; /* los textos sí deben permitir interacción */
}
.yhm-text-block:hover,
.yhm-title-block:hover {
  transform: scale(1.05);
}

/* clase para ocultar en móvil (regla CSS) */
@media (max-width: 768px) {
  .yhm-circle { display: none !important; }
  .yhm-banner-overlay .hide-mobile { display: none !important; }
}

/* pequeño ajuste visual para que el texto no quede pegado al borde en móviles */
@media (max-width: 480px) {
  .yhm-text-block, .yhm-title-block { padding: 0 6px; box-sizing: border-box; }
}
.yhm-bpaint-section canvas.paint-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}
.yhm-bpaint-section { position: relative; width: 100%; overflow: hidden; --mouse-color: #F47440; --mobile-scale: 0.88; }
.yhm-bpaint-section .banner-bg { width: 100%; display: block; height: auto; }
.banner-content { position: absolute; inset: 0; z-index: 4; pointer-events: none; }
.banner-block { position: absolute; pointer-events: auto; max-width: 90%; transform-origin: center center; --block-font-size: 18px; --btn-font-size: 16px; }
.banner-block h1, .banner-block p, .banner-block span { margin:0; color:inherit; line-height:1.05; font-size:var(--block-font-size); white-space:nowrap; }
.banner-block.text p { white-space:normal; max-width: 320px; }
.banner-block .btn { display:inline-block; text-decoration:none; border-radius:6px; padding:0.5rem 1rem; font-size:var(--btn-font-size); }
/* Escala móvil y ocultar blocks si necesario */
@media (max-width:767px) {
  .banner-block h1, .banner-block p, .banner-block span { font-size:calc(var(--block-font-size) * var(--mobile-scale)); }
  .banner-block .btn { font-size:calc(var(--btn-font-size) * var(--mobile-scale)); }
  .banner-block.text p { max-width:90vw; }
  .banner-block.title-block, .banner-block.text-block, .banner-block.caption-block, .banner-block.button-block { display:none !important; }
}
.yhm-counters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: {{ section.settings.gap }}rem;
  padding-top: {{ section.settings.padding_top }}px;
  padding-bottom: {{ section.settings.padding_bottom }}px;
}

.yhm-stat {
  flex: 1 1 300px;
  max-width: 350px;
  text-align: center;
}

.yhm-stat img {
  display: block;
  margin: 0 auto;
}

.yhm-number {
  font-size: {{ section.settings.number_size }}px;
  font-weight: bold;
}

.yhm-text {
  font-size: {{ section.settings.text_size }}px;
}
.yhm-fade-banner {
  background-size: cover;
  background-position: center;
  text-align: center;
  position: relative;
}

.yhm-fade-content {
  max-width: 900px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(40px);
}

.yhm-fade-content.visible {
  opacity: 1;
  transform: translateY(0);
  transition: all ease-in-out;
}

/* Ajustes responsive para móvil */
@media (max-width: 767px) {
  .yhm-fade-banner {
    background-size: cover;       /* Evita repetición */
    background-position: top center;
    padding-top: 60px;            /* Ajusta altura */
    padding-bottom: 60px;
  }
  
  .yhm-fade-content {
    max-width: 90%;
  }

  .yhm-fade-title {
    font-size: 24px !important;
  }
  .yhm-fade-subtitle {
    font-size: 14px !important;
  }
  .yhm-fade-text {
    font-size: 12px !important;
  }
}
.yhm-features-grid {
  max-width: 1200px;
  margin: 0 auto;
}

/* Imagen grande */
.yhm-big-image {
  grid-column: 1 / -1;
}
.yhm-big-img {
  max-width: 1200px;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  transition: transform 0.3s ease;
  display: block;
  margin: 0px;
  margin-bottom: 20px;
}
.yhm-big-img:hover {
  transform: scale(1.03);
}

/* Grid desktop */
.yhm-grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: {{ section.settings.column_gap }}rem;
  row-gap: {{ section.settings.gap }}rem;
}

/* Features */
.yhm-feature {
  text-align: center;
}
.yhm-feature-img {
  border-radius: 10px;
  transition: transform 0.3s ease;
}
.yhm-feature-img:hover {
  transform: scale(1.05);
}
.yhm-feature-link {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.yhm-feature-link:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}
.yhm-feature-text {
  margin-top: 0.5rem;
}

/* Responsive móvil - carrusel horizontal */
@media (max-width: 768px) {
  .yhm-grid-container {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: {{ section.settings.gap }}rem;
    padding-bottom: 1rem;
    scroll-snap-type: x mandatory;
  }
  .yhm-feature {
    flex: 0 0 70%; /* ancho del slide */
    margin: 0;
    scroll-snap-align: start;
  }
  .yhm-big-img {
    max-width: 100%;
  }
}

/* Ajustes intermedios tablet */
@media (max-width: 1024px) {
  .yhm-grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
.tabs-carousel-section { padding: 2rem; }
.tabs-carousel-tabs { display: flex; gap: 1rem; margin-bottom: 1rem; flex-wrap: wrap; }
.tabs-carousel-tabs button { background: #eee; border: none; padding: 0.5rem 1rem; cursor: pointer; border-radius: 6px; }
.tabs-carousel-tabs button.active { background: #000; color: #fff; }
.swiper { width: 100%; }
.swiper-slide { text-align: center; }
.swiper-slide img { 
  max-width: 500px; 
  height: auto;   /* 👈 Más grande en desktop */
  object-fit: contain; 
  border-radius: 8px; 
  margin: 0 auto;
}
.tabs-carousel-content { display: none; }
.tabs-carousel-content.active { display: block; }
/* Paginación visible solo en móvil */
.swiper-pagination { display: none; }
@media (max-width: 767px) {
  .swiper-slide img {
    height: 60vh; /* 👈 Más grande en móvil */
  }
  .swiper-pagination {
    display: block;
    bottom: 10px;
  }
  .swiper-pagination-bullet {
    background-color: #F47440 !important;
    opacity: 1;
  }
  .swiper-pagination-bullet-active {
    background-color: #F47440 !important;
  }
}
.tabs-carousel-section {
  padding: 2rem;
}

.tabs-carousel-tabs {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
  justify-content: center;
  border-bottom: 1px solid #eee;
}

.tabs-carousel-tabs button {
  background: transparent !important; /* asegura que no haya fondo */
  border: none;
  padding: 0.5rem 1rem;
  cursor: pointer;
  position: relative;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  transition: all 0.3s ease;
  color: #333;
}

.tabs-carousel-tabs button:hover {
  opacity: 0.8;
}

.tabs-carousel-tabs button.active {
  font-weight: bold;
  color: #000000 !important;
  background: transparent !important; /* fuerza a quitar fondo negro */
}

.tabs-carousel-tabs button.active::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  height: 3px;
  background: #f58220;
}

/* contenido de slides */
.tabs-carousel-content {
  display: none;
}

.tabs-carousel-content.active {
  display: block;
}

.tabs-carousel-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1rem;
}

.tabs-carousel-slide img {
  max-width: 100%;
  height: auto;
}
.tabs-carousel-section { padding: 2rem; }
.tabs-carousel-tabs { display: flex; gap: 1rem; margin-bottom: 1rem; }
.tabs-carousel-tabs button { background: #eee; border: none; padding: 0.5rem 1rem; cursor: pointer; }
.tabs-carousel-tabs button.active { background: #000; color: #fff; }

.swiper { width: 100%; }
.swiper-slide { background: #f9f9f9; text-align: center; border-radius: 8px; padding: 1rem; }
.swiper-slide img { max-width: 100%; height: auto; }
.tabs-carousel-content { display: none; }
.tabs-carousel-content.active { display: block; }

/* Paginación visible solo en móvil */
.swiper-pagination {
  display: none;
}
@media (max-width: 767px) {
  .swiper-pagination {
    display: block;
    bottom: 10px;
  }
  .swiper-pagination-bullet {
    background-color: #F47440 !important;
    opacity: 1;
  }
  .swiper-pagination-bullet-active {
    background-color: #F47440 !important;
  }
}
/* Contenedor general */
.slides-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
  font-family: Arial, sans-serif;
}

/* Swiper */
.slides-swiper {
  position: relative;
  overflow: hidden;
}

.slides-swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.5rem;
}

.slides-swiper .swiper-slide img {
  width: 100%;
  max-width: 400px;
  border-radius: 8px;
  object-fit: cover;
}

/* Texto debajo */
.slide-text {
  max-width: 400px;
}

.slide-text h3 {
  font-size: 1.5rem;
  margin: 0.5rem 0 0.3rem;
  color: #222;
}

.slide-text p {
  font-size: 1rem;
  color: #555;
  margin: 0 0 1rem;
}

/* Botón */
.slide-button {
  display: inline-block;
  background-color: #f58220;
  color: #fff;
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.slide-button:hover {
  background-color: #d46c10;
}

/* Flechas */
.swiper-button-next,
.swiper-button-prev {
  color: #f58220;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  border-radius: 50%;
  background: rgba(245,130,32,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: rgba(245,130,32,0.4);
}

/* Contador */
.slide-counter {
  margin-top: 1rem;
  font-weight: 600;
  color: #f58220;
  font-size: 1rem;
  text-align: center;
}

/* Responsive */
@media (min-width: 768px) {
  .slides-swiper .swiper-slide {
    max-width: 400px;
  }
}