.elementor-kit-1201{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-1201 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-header .site-navigation ul.menu li a{color:#02010100;}.site-header .site-navigation-toggle{background-color:#02010100;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* 1) Variable para vh dinámico */
:root {
  --vh: 1vh;
}

/* 2) Cada sección ocupa siempre el 100% dinámico */
.hero-section {
  height: calc(var(--vh) * 100);
  position: relative;
}

/* 3) Contenedor lateral de puntos y flechas, con auto-hide */
.nav-dots {
  position: fixed;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;

  background: rgba(0, 0, 0, 0.4);
  padding: 8px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.5);

  transition: opacity .4s;
  opacity: 0;
  pointer-events: none;
}
/* Cuando tenga esta clase, se muestra */
.nav-dots.visible {
  opacity: 1;
  pointer-events: auto;
}

/* 4) Estilo de las flechas */
.nav-dots .arrow {
  cursor: pointer;
  margin: 6px 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  user-select: none;
  transition: color .2s, transform .2s;
  color: #fff;
}
.nav-dots .arrow:hover {
  color: #ffcc00;
  transform: scale(1.1);
}

/* 5) Lista de puntos */
.nav-dots ul {
  list-style: none;
  padding: 0;
  margin: 6px 0;
  display: flex;
  flex-direction: column;
}
.nav-dots li {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(255,255,255,0.85);
  margin: 10px 0;
  cursor: pointer;
  transition: background .3s, transform .2s;
  box-shadow: 0 2px 6px rgba(0,0,0,0.4);
}
.nav-dots li:hover {
  transform: scale(1.2);
}
.nav-dots li.active {
  background: #ffcc00;
}

.wc-stripe-payment-request-wrapper,
#wc-stripe-payment-request-button-separator {
  display: block !important;
  visibility: visible !important;
}

/* Quitar cualquier cabecera/espaciado del tema */
body.woocommerce-cart .entry-header,
body.woocommerce-checkout .entry-header,
body.woocommerce-cart .page-header,
body.woocommerce-checkout .page-header {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
}

/* Eliminar margen/padding del contenedor principal */
body.woocommerce-cart .site-content,
body.woocommerce-checkout .site-content,
body.woocommerce-cart .content-area,
body.woocommerce-checkout .content-area,
body.woocommerce-cart .site-main,
body.woocommerce-checkout .site-main {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Si la página está hecha con Elementor: sin margen en la primera sección */
body.woocommerce-cart .elementor-section-wrap > .elementor-section:first-child,
body.woocommerce-checkout .elementor-section-wrap > .elementor-section:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* (Opcional) bloques de WP que añaden margen arriba (Astra/Kadence/GP) */
body.woocommerce-cart .entry-content > .wp-block-group:first-child,
body.woocommerce-checkout .entry-content > .wp-block-group:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}





/* ==== Lovely Golden – Encabezados decorativos ==== */
.lg-heading {
  position: relative;
  margin: 20px 0 14px 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  letter-spacing: .5px;

  /* degradado en texto */
  background: linear-gradient(180deg, #F1BD87 0%, #E48944 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2rem;
}

/* línea decorativa */
.lg-heading::after {
  content: "";
  display: block;
  height: 4px;
  width: 60px;
  margin: 8px auto 0 auto;
  border-radius: 999px;
  background: #F1BD87;
  opacity: .8;
}

/* Responsive */
@media (max-width: 768px){
  .lg-heading { font-size: 1.6rem; }
}/* End custom CSS */