.elementor-kit-11{--e-global-color-primary:#3F3F3F;--e-global-color-secondary:#616161;--e-global-color-text:#333333;--e-global-color-accent:#262626;--e-global-color-ad4fccc:#FFFFFF;--e-global-color-403176c:#000000;--e-global-color-ec7ebc0:#F2F2F2;--e-global-color-548d191:#C9C9C9;--e-global-color-42bc2e4:#797979;--e-global-color-35b2993:#FFFFFF00;--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-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-f79b2b6-font-family:"Roboto";--e-global-typography-f79b2b6-font-size:17px;--e-global-typography-f79b2b6-font-weight:400;color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-11 button,.elementor-kit-11 input[type="button"],.elementor-kit-11 input[type="submit"],.elementor-kit-11 .elementor-button{background-color:var( --e-global-color-548d191 );font-family:var( --e-global-typography-f79b2b6-font-family ), Sans-serif;font-size:var( --e-global-typography-f79b2b6-font-size );font-weight:var( --e-global-typography-f79b2b6-font-weight );color:var( --e-global-color-text );border-radius:30px 30px 30px 30px;}.elementor-kit-11 button:hover,.elementor-kit-11 button:focus,.elementor-kit-11 input[type="button"]:hover,.elementor-kit-11 input[type="button"]:focus,.elementor-kit-11 input[type="submit"]:hover,.elementor-kit-11 input[type="submit"]:focus,.elementor-kit-11 .elementor-button:hover,.elementor-kit-11 .elementor-button:focus{background-color:var( --e-global-color-secondary );color:var( --e-global-color-ad4fccc );}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.elementor-kit-11 a{color:var( --e-global-color-primary );}.elementor-kit-11 a:hover{color:var( --e-global-color-secondary );}.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);}.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-11{--e-global-typography-f79b2b6-font-size:17px;font-size:var( --e-global-typography-text-font-size );}.elementor-kit-11 button,.elementor-kit-11 input[type="button"],.elementor-kit-11 input[type="submit"],.elementor-kit-11 .elementor-button{font-size:var( --e-global-typography-f79b2b6-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-11{--e-global-typography-f79b2b6-font-size:17px;font-size:var( --e-global-typography-text-font-size );}.elementor-kit-11 button,.elementor-kit-11 input[type="button"],.elementor-kit-11 input[type="submit"],.elementor-kit-11 .elementor-button{font-size:var( --e-global-typography-f79b2b6-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Ajuste tamaño pantallas */
.e-con-boxed > .e-con-inner {
    max-width: 100rem;
    padding-left: 4%;
    padding-right: 4%;
}

@media only screen and (max-width: 767px) {

    .e-con-boxed > .e-con-inner {
        max-width: 100rem;
        padding-left: 5%;
        padding-right: 5%;
    }

}

/* Clase para ocultar en distintos dispositivos */

@media only screen and (max-width: 767px) {
    .hide_mobile{
        display: none !important;
    }
}

@media only screen and (min-width: 767px) and (max-width: 1024px) {
    .hide_tablet{
        display: none !important;
    }
}
 
@media only screen and (min-width: 1024px) {    
    .hide_desktop{
        display: none !important;
    }
}

/* Ajuste Recaptcha */

.grecaptcha-badge {
    z-index: 1000;
}

/*Evitar scroll horizontal */
body,html {
    overflow-x: hidden !important;
}/* End custom CSS */