.elementor-kit-5{--e-global-color-primary:#8B62B7;--e-global-color-secondary:#4B2F6D;--e-global-color-text:#333333;--e-global-color-accent:#FFCC02;--e-global-color-c4c7c11:#F2F2F2;--e-global-color-615470b:#25075F;--e-global-color-8e8bf57:#FFFFFF;--e-global-color-f70f905:#000000;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 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 */.morado {
  color: #4B2F6D;  
}

@media screen and (max-width: 767px) {
  /* Evita el desplazamiento horizontal */
  html, body {
    overflow-x: hidden;
    width: 100%;
  }

  /* Asegura que todos los elementos respeten el ancho del viewport */
  * {
    max-width: 100vw;
    box-sizing: border-box;
  }

  /* Previene desbordamientos en contenedores comunes */
  .container, .row, .section, .elementor-section, .elementor-container {
    overflow-x: hidden !important;
  }

  /* Imágenes, videos e iframes adaptables */
  img, video, iframe {
    max-width: 100%;
    height: auto;
  }
}/* End custom CSS */