.elementor-kit-7{--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;font-family:"Urbanist", Sans-serif;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 h1{font-family:"La Belle Aurore", Sans-serif;}.elementor-kit-7 h2{font-family:"La Belle Aurore", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1600px;}.e-con{--container-max-width:1600px;}.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);}@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.lenis {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

/* --- BARRA DE DESPLAZAMIENTO PERSONALIZADA --- */

/* Navegadores Webkit */
::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

/* Fondo de la barra */
::-webkit-scrollbar-track {
    background: #FDDB00; 
}

/* Elemento que se desplaza */
::-webkit-scrollbar-thumb {
    background: #101820; 
    border-radius: 6px;
    border: 2px solid #FDDB00;
}

/* Hover del elemento */
::-webkit-scrollbar-thumb:hover {
    background: #1a1a1a;
}

/* Firefox */
html {
    scrollbar-width: auto;
    scrollbar-color: #0a0a0a #FDDB00;
}/* End custom CSS */