.elementor-kit-4{--e-global-color-primary:#6A1511;--e-global-color-secondary:#FFC222;--e-global-color-text:#333333;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Maven Pro";--e-global-typography-secondary-font-family:"Maven Pro";--e-global-typography-text-font-family:"Maven Pro";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:normal;--e-global-typography-text-line-height:1.88em;--e-global-typography-accent-font-family:"Maven Pro";}.elementor-kit-4 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);}@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 *//* Imágenes, videos y iframes responsivos */
img, video, iframe {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Asegura que los contenedores se adapten correctamente */
section, .elementor-container, .elementor-widget, .elementor-column {
  box-sizing: border-box;
  flex-wrap: wrap;
}

/* Evita el desplazamiento lateral en pantallas pequeñas */
body, html {
  overflow-x: hidden;
  width: 100%;
}

/* Texto e interfaz más fluida en móviles */
* {
  -webkit-tap-highlight-color: transparent;
}

/* Ajustes para columnas que no se adaptan */
@media (max-width: 767px) {
  .elementor-column {
    width: 100% !important;
  }
}/* End custom CSS */