.elementor-kit-8{--e-global-color-primary:#3B7748;--e-global-color-secondary:#1A1A1A;--e-global-color-text:#1A1A1A;--e-global-color-accent:#1A1A1A;--e-global-color-3dfeddb:#57AF3C;--e-global-color-386516c:#C7F7B7;--e-global-color-c9a60b4:#FFFFFF;--e-global-color-2a659de:#666666;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:600;color:var( --e-global-color-secondary );font-family:"Inter", Sans-serif;font-size:20px;font-weight:400;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{background-color:var( --e-global-color-3dfeddb );font-family:"Inter", Sans-serif;font-size:16px;font-weight:300;text-shadow:0px 0px 10px rgba(0,0,0,0.3);color:var( --e-global-color-c9a60b4 );border-radius:25px 25px 25px 25px;padding:10px 30px 10px 30px;}.elementor-kit-8 button:hover,.elementor-kit-8 button:focus,.elementor-kit-8 input[type="button"]:hover,.elementor-kit-8 input[type="button"]:focus,.elementor-kit-8 input[type="submit"]:hover,.elementor-kit-8 input[type="submit"]:focus,.elementor-kit-8 .elementor-button:hover,.elementor-kit-8 .elementor-button:focus{background-color:var( --e-global-color-c9a60b4 );color:var( --e-global-color-primary );border-style:none;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 a{color:var( --e-global-color-primary );font-family:"Inter", Sans-serif;font-weight:300;}.elementor-kit-8 a:hover{color:var( --e-global-color-primary );font-family:"Inter", Sans-serif;font-weight:300;text-decoration:underline;}.elementor-kit-8 h1{color:#1A1A1A;font-family:"Inter", Sans-serif;font-size:18px;font-weight:300;}.elementor-kit-8 h2{color:#000000;font-family:"Inter", Sans-serif;font-size:36px;font-weight:600;}.elementor-kit-8 h3{color:var( --e-global-color-primary );font-family:"Inter", Sans-serif;font-size:26px;font-weight:600;}.elementor-kit-8 h4{color:var( --e-global-color-secondary );font-family:"Inter", Sans-serif;font-size:20px;font-weight:400;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.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 */body{
    margin-top:-10px;
}
/* Evitar que cualquier sección genere scroll horizontal */
html,
body {
    overflow-x: hidden;
}


/* Título Resolver */
.titulo-resolver {
    position: relative;
    z-index: 1;
    overflow: visible;
}


/* Barra verde */
.titulo-resolver::before {
    content: "";
    position: absolute;

    top: 50%;
    left: 50%;

    /* salir desde el centro del contenedor */
    width: 100vw;
    height: 62px;

    transform: translate(-50%, -50%);

    background: linear-gradient(
        90deg,
        #50ad39 0%,
        #438d40 55%,
        #347542 100%
    );

    border-radius: 16px 0 0 16px;

    z-index: -1;
    pointer-events: none;
}


/* ==============================
   Corrección slider / imágenes
   ============================== */


/* Contenedores Elementor */
.elementor-section,
.elementor-container,
.elementor-column,
.elementor-widget-wrap {
    max-width: 100%;
}


/* Imágenes */
.elementor-widget-image img,
.swiper-slide img,
.elementor-slideshow img {
    max-width: 100%;
    height: auto;
}


/* Slider */
.swiper,
.swiper-container {
    max-width: 100%;
    overflow: hidden;
}


/* Si el slider usa flex */
.swiper-wrapper {
    max-width: 100%;
}


/* Evitar que columnas internas rompan */
.elementor-widget {
    min-width: 0;
}/* End custom CSS */