.elementor-kit-6{--e-global-color-primary:#06061A;--e-global-color-secondary:#8A28D9;--e-global-color-text:#04D0D6;--e-global-color-accent:#FFFFFF;--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;background-color:var( --e-global-color-primary );}.elementor-kit-6 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){--kit-widget-spacing: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 .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* =====================================================
   STARLIGHT — Reveal: scale sutil + opacidad
   ===================================================== */

.sl-title,
.sl-sub,
.sl-btn-1,
.sl-btn-2 {
  opacity: 0 !important;
  transform: scale(0.97) !important;
  will-change: opacity, transform;
}

.sl-title {
  transition:
    opacity   0.9s cubic-bezier(.4, 0, .2, 1) 0ms,
    transform 0.9s cubic-bezier(.4, 0, .2, 1) 0ms !important;
}
.sl-sub {
  transition:
    opacity   0.9s cubic-bezier(.4, 0, .2, 1) 180ms,
    transform 0.9s cubic-bezier(.4, 0, .2, 1) 180ms !important;
}
.sl-btn-1 {
  transition:
    opacity   0.8s cubic-bezier(.4, 0, .2, 1) 360ms,
    transform 0.8s cubic-bezier(.4, 0, .2, 1) 360ms !important;
}
.sl-btn-2 {
  transition:
    opacity   0.8s cubic-bezier(.4, 0, .2, 1) 500ms,
    transform 0.8s cubic-bezier(.4, 0, .2, 1) 500ms !important;
}

.sl-title.sl-show,
.sl-sub.sl-show,
.sl-btn-1.sl-show,
.sl-btn-2.sl-show {
  opacity: 1 !important;
  transform: scale(1) !important;
}

/* Forzar que sticky funcione — Elementor bloquea con overflow */
#sl-scroll-wrapper {
  overflow: visible !important;
}

#sl-scroll-wrapper > * {
  overflow: visible !important;
}

/* Contenedores de Elementor que bloquean sticky */
.elementor-section-wrap,
.elementor-inner,
.e-con-inner,
[data-elementor-type="wp-page"],
.elementor {
  overflow: visible !important;
  overflow-x: clip !important;
}/* End custom CSS */