.elementor-kit-6{--e-global-color-primary:#6A705B;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-5edae77:#1F1F1F;--e-global-color-562c202:#F5F5F5;--e-global-color-6a1d50c:#DFDEDA;--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-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 */html, body {
  overflow-x: hidden !important;
}

/* ===== Estado inicial (antes de scroll): verde olivo CON blur ===== */
.sticky-header {
  --header-height: 90px;
  --shrink-me: 0.70; /* Desktop / tablet: se reduce al 70% */
  --transition: .2s ease-in-out;

  /* Verde olivo siempre visible */
  background-color: rgba(106, 112, 91, .8) !important; /* #6a705b */
  background-image: none !important;
  opacity: 1 !important;
  isolation: isolate;

  /* Blur desde el inicio */
  -webkit-backdrop-filter: blur(10px) !important;
  backdrop-filter: blur(10px) !important;
  filter: none !important;

  transition:
    background-color var(--transition),
    background-image var(--transition),
    backdrop-filter var(--transition),
    opacity var(--transition);
}

/* ===== Estado sticky (después de scroll): mismo verde, mismo blur, sin sombra ===== */
.sticky-header.elementor-sticky--effects {
  background-color: rgba(106, 112, 91, .8) !important;
  background-image: none !important;
  opacity: 1 !important;
  isolation: isolate;

  /* Mantenemos el mismo blur */
  -webkit-backdrop-filter: blur(10px) !important;
  backdrop-filter: blur(10px) !important;
  filter: none !important;
  box-shadow: none !important;
}

/* Altura/encogimiento del contenedor */
.sticky-header > .elementor-container {
  transition: min-height var(--transition) !important;
}

.sticky-header.elementor-sticky--effects > .elementor-container {
  min-height: calc(var(--header-height) * var(--shrink-me)) !important;
  height: calc(var(--header-height) * var(--shrink-me));
  box-shadow: none !important;
}

/* Padding del menú */
.sticky-header .elementor-nav-menu--main .elementor-item {
  transition: padding var(--transition);
}

.sticky-header.elementor-sticky--effects .elementor-nav-menu--main .elementor-item {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

/* Logo shrink */
.sticky-header > .elementor-container .logo img {
  transition: max-width var(--transition) !important;
}

.sticky-header.elementor-sticky--effects .logo img {
  max-width: calc(100% * var(--shrink-me));
}

/* Color del texto/links al hacer scroll */
.sticky-header.elementor-sticky--effects .elementor-button-text,
.sticky-header.elementor-sticky--effects .elementor-item {
  color: #ffffff !important;
}

/* Evitar overlays y sombras en pseudo-elementos en ambos estados */
.sticky-header::before,
.sticky-header::after,
.sticky-header.elementor-sticky--effects::before,
.sticky-header.elementor-sticky--effects::after {
  content: none !important;
  box-shadow: none !important;
  background-image: none !important;
}

/* ===== AJUSTE MOBILE: solo 8% más pequeño ===== */
@media (max-width: 767px) {
  .sticky-header {
    --shrink-me: 0.92; /* En mobile: solo 8% de reducción */
  }
}


/* add this to your custom CSS in the site settings */

html {
  scroll-behavior: auto !important;
}
html.lenis {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}/* End custom CSS */