.elementor-kit-13{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-weight:500;background-color:#FFFFFF;}.elementor-kit-13 e-page-transition{background-color:#000000;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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:768px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* =========================================================
   CSS ESENCIAL: FONDO BLANCO + RESPONSIVE PERFECTO
   ========================================================= */

/* 1. Fondo blanco limpio forzado en todo el sitio */
html,
body,
#page,
#content,
.site,
.site-content,
.main-page-wrapper,
.elementor,
.elementor-page,
.elementor-section,
.e-con,
.e-con-boxed,
.e-con-full {
    background-color: #ffffff !important;
    background-image: none !important;
}

/* 2. Cero descuadres o scroll horizontal en móviles */
html, 
body {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box;
}

*, 
*::before, 
*::after {
    box-sizing: border-box !important;
    -webkit-tap-highlight-color: transparent;
}

/* 3. Limpieza de widgets HTML de Elementor */
.elementor-html-container,
.elementor-widget-html,
.elementor-widget-html .elementor-widget-container {
    margin: 0 !important;
    padding: 0 !important;
}

/* 4. Imágenes y videos siempre adaptables (no se desbordan) */
img,
video,
iframe {
    max-width: 100% !important;
    height: auto !important;
    display: block;
}

/* 5. Títulos balanceados (evita palabras sueltas en celulares) */
h1, h2, h3, h4, h5, h6,
.elementor-heading-title {
    text-wrap: balance;
    overflow-wrap: break-word;
    word-break: break-word;
}

/* 6. Navegación fluida y enlaces ancla sin saltos bruscos */
html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[id] {
    scroll-margin-top: 80px;
}/* End custom CSS */