.elementor-kit-147{--e-global-color-primary:#FAF7F7;--e-global-color-secondary:#121212;--e-global-color-text:#EEE9E9;--e-global-color-accent:#FFFFFF;--e-global-typography-primary-font-family:"Outfit";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Outfit";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Manrope";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Manrope";--e-global-typography-accent-font-weight:700;font-family:"Manrope", Sans-serif;font-weight:400;}.elementor-kit-147 e-page-transition{background-color:#FFBC7D;}.elementor-kit-147 h1{font-family:"Outfit", Sans-serif;font-weight:800;}.elementor-kit-147 h2{font-family:"Outfit", Sans-serif;font-weight:600;}.elementor-kit-147 h3{font-family:"Outfit", Sans-serif;font-weight:500;}.elementor-kit-147 h4{font-family:"Outfit", Sans-serif;font-weight:400;}.elementor-kit-147 h5{font-family:"Outfit", Sans-serif;}.elementor-kit-147 h6{font-family:"Manrope", Sans-serif;font-weight:600;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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-kit-147{--e-global-typography-accent-font-size:17px;}.elementor-kit-147 p{margin-bottom:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html, body {
  overflow-x: hidden;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 1.3; /* Más compacto pero legible */
}

body::-webkit-scrollbar {
  width: 0px; /* Oculta scroll vertical */
  background: transparent;
}

/* Compactar secciones sin alterar márgenes visuales */
section, .elementor-section {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

/* Compactar espacios entre widgets */
.elementor-widget {
  margin-bottom: 20px !important;
}

/* Evitar espacios excesivos entre títulos y párrafos */
h1, h2, h3, p {
  margin-top: 0.4em;
  margin-bottom: 0.6em;
}

/* Optimiza el contenido para móvil */
@media (max-width: 768px) {
  .elementor-widget {
    margin-bottom: 15px !important;
  }

  section, .elementor-section {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}/* End custom CSS */