.elementor-kit-7{--e-global-color-primary:#053858;--e-global-color-secondary:#0B2C3A;--e-global-color-text:#000000;--e-global-color-accent:#E53935;--e-global-color-background:#F5F5F5;--e-global-color-backgroundAccent:#D9D9D9;--e-global-color-transparent:#00000000;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:24px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Lato";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Lato";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-line-height:1.5em;--e-global-typography-heading-xl-font-family:"Poppins";--e-global-typography-heading-xl-font-size:56px;--e-global-typography-heading-xl-font-weight:600;--e-global-typography-heading-xl-line-height:1.2em;--e-global-typography-heading-l-font-family:"Poppins";--e-global-typography-heading-l-font-size:48px;--e-global-typography-heading-l-font-weight:600;--e-global-typography-heading-l-line-height:1.2em;--e-global-typography-heading-m-font-family:"Poppins";--e-global-typography-heading-m-font-size:40px;--e-global-typography-heading-m-font-weight:600;--e-global-typography-heading-m-line-height:1.2em;--e-global-typography-heading-s-font-family:"Poppins";--e-global-typography-heading-s-font-size:18px;--e-global-typography-heading-s-font-weight:500;--e-global-typography-body-s-font-family:"Lora";--e-global-typography-body-s-font-size:14px;--e-global-typography-body-s-font-weight:400;--e-global-typography-body-s-line-height:1.5em;background-color:var( --e-global-color-background );}.elementor-kit-7 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-kit-7{--e-global-typography-primary-font-size:22px;--e-global-typography-secondary-font-size:18px;--e-global-typography-heading-xl-font-size:48px;--e-global-typography-heading-l-font-size:40px;--e-global-typography-heading-m-font-size:32px;--e-global-typography-heading-s-font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{--e-global-typography-primary-font-size:18px;--e-global-typography-secondary-font-size:16px;--e-global-typography-heading-xl-font-size:40px;--e-global-typography-heading-l-font-size:32px;--e-global-typography-heading-m-font-size:32px;--e-global-typography-heading-s-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Evita scroll horizontal global */
html, body {
  overflow-x: hidden;
  max-width: 100%;
}

/* Nada debe superar el ancho de la pantalla */
.elementor-section,
.elementor-container,
.elementor-column,
.entry-content,
.site,
.wrapper,
.container {
  max-width: 100vw;
}

/* Enlaces/Palabras/URLs largas: que corten y bajen de línea */
.entry-content,
.elementor-widget-text-editor,
.elementor-widget-theme-post-content,
.post-content,
.single-post .content,
.page .content {
  overflow-wrap: anywhere;     /* lo más permisivo para móviles */
  word-break: break-word;      /* fallback para navegadores viejos */
  hyphens: auto;
}

/* Enlaces mostrados como texto muy largo (por si alguno fuerza una sola línea) */
.entry-content a,
.elementor-widget-text-editor a {
  white-space: normal !important;
  word-break: break-word;
}

/* Imágenes, iframes, vídeos siempre responsivos */
img,
figure img,
.wp-block-image img,
iframe,
video,
embed,
object {
  max-width: 100% !important;
  display: block;
}

/* Tablas: que no rompan el layout y permitan scroll interno si hace falta */
.entry-content table,
.elementor-widget-text-editor table {
  width: 100% !important;
  display: block;
  overflow-x: auto;
}

/* Cualquier widget que venga con nowrap (algunos temas lo hacen) */
*[style*="white-space:nowrap"] {
  white-space: normal !important;
}/* End custom CSS */