.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#000000;--e-global-color-accent:#FFDE59;--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:1300px;}.e-con{--container-max-width:1300px;}.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:100%;}.e-con{--container-max-width:100%;--container-default-padding-top:0%;--container-default-padding-right:10%;--container-default-padding-bottom:0%;--container-default-padding-left:10%;}}/* Start custom CSS *//* Scrollbar personalizado para Chrome, Edge y Safari */
::-webkit-scrollbar {
  width: 18px; /* ← Más ancho */
}

::-webkit-scrollbar-track {
  background: #000000; /* Fondo del scroll (puedes cambiarlo) */
}

::-webkit-scrollbar-thumb {
  background-color: #ffde59; /* Color amarillo */
  border-radius: 12px;
  border: 3px solid #000000; /* Hace que se vea más redondeado */
}

/* Scroll para Firefox */
* {
  scrollbar-width: auto; /* auto = más ancho que thin */
  scrollbar-color: #ffde59 #000000;
}
html, body {
  overflow-x: hidden !important;
}

.elementor-section {
  overflow: hidden !important;
}/* End custom CSS */