.elementor-kit-880{--e-global-color-primary:#000000;--e-global-color-secondary:#E6E6E670;--e-global-color-text:#000000;--e-global-color-accent:#212121;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#FFFFFF;}.elementor-kit-880 button,.elementor-kit-880 input[type="button"],.elementor-kit-880 input[type="submit"],.elementor-kit-880 .elementor-button{background-color:#414141;color:#FFFFFF;box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.32);}.elementor-kit-880 button:hover,.elementor-kit-880 button:focus,.elementor-kit-880 input[type="button"]:hover,.elementor-kit-880 input[type="button"]:focus,.elementor-kit-880 input[type="submit"]:hover,.elementor-kit-880 input[type="submit"]:focus,.elementor-kit-880 .elementor-button:hover,.elementor-kit-880 .elementor-button:focus{background-color:#B6B6B6;}.elementor-kit-880 e-page-transition{background-color:#FFBC7D;}.site-footer{background-color:#D8D8D8;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end: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 */@media (max-width: 768px) {
    /* Ajusta el tamaño global del texto */
    body {
        font-size: 14px; /* Reduce el tamaño base de la fuente */
        line-height: 1.4; /* Ajusta el interlineado para hacer el texto más compacto */
    }

    /* Ajusta los contenedores para que ocupen todo el ancho */
    .elementor-container, .elementor-section {
        width: 100% !important; /* Asegura que el contenedor ocupe el ancho completo */
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* Ajusta el tamaño de las imágenes */
    img {
        max-width: 100% !important; /* Hace que las imágenes no excedan el tamaño de su contenedor */
        height: auto !important;
    }

    /* Ajusta los encabezados (H1, H2, etc.) para que sean más pequeños */
    h1 {
        font-size: 55px !important; /* Ajusta el tamaño de los encabezados principales */
    }

    h2 {
        font-size: 40px !important;
    }

    h3 {
        font-size: 25px !important;
    }

    h4, h5, h6 {
        font-size: 14px !important;
    }

    /* Ajusta el tamaño de los botones */
    .elementor-button {
        font-size: 12px !important; /* Reduce el tamaño de los botones */
        padding: 10px 15px !important; /* Ajusta el relleno para que el botón se vea más pequeño */
    }
}
html, body {
    overflow-x: hidden;
}/* End custom CSS */