.elementor-kit-1132{--e-global-color-primary:#51C517;--e-global-color-secondary:#FAC713;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-1440eeaa:#4054B2;--e-global-color-7f510089:#23A455;--e-global-color-25706e09:#000;--e-global-color-44ffe82e:#FFF;--e-global-color-714443e:#C1FF72;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;--e-global-typography-77185f9-font-family:"Poppins";}.elementor-kit-1132 e-page-transition{background-color:#FFBC7D;}.elementor-kit-1132 a{font-family:"Poppins", font-family;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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);}@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 *//* Oculta el scrollbar pero permite el scroll */
html, body {
  height: 100%;
  overflow-y: scroll;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE/Edge */
  scroll-behavior: smooth; /* Scroll fluido */
}

body::-webkit-scrollbar {
  display: none; /* Chrome, Safari y Opera */
}

/* Asegura que los contenedores Elementor no sobrepasen el alto */
.elementor-section {
  overflow: hidden;
}

/* Control de scroll en dispositivos móviles y táctiles */
body {
  -webkit-overflow-scrolling: touch; /* Suavidad en iOS */
  touch-action: auto;
}/* End custom CSS */