.elementor-kit-12{--e-global-color-primary:#E31B1B;--e-global-color-secondary:#3A3A3A;--e-global-color-text:#7C7C7C;--e-global-color-accent:#A81818;--e-global-color-b8a251b:#FFFFFF;--e-global-color-b75a4b1:#2DD50B;--e-global-color-ea97e32:#FFB700;--e-global-typography-primary-font-family:"New Machine bold Soft";--e-global-typography-primary-font-size:5rem;--e-global-typography-primary-font-weight:100;--e-global-typography-primary-letter-spacing:3px;--e-global-typography-secondary-font-family:"Saira Condensed";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Saira Semi Condensed";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Saira";--e-global-typography-accent-font-weight:500;font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-12 button,.elementor-kit-12 input[type="button"],.elementor-kit-12 input[type="submit"],.elementor-kit-12 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Saira", Sans-serif;font-weight:600;text-transform:uppercase;letter-spacing:-0.8px;color:var( --e-global-color-b8a251b );border-radius:0px 0px 0px 0px;padding:20px 20px 20px 20px;}.elementor-kit-12 button:hover,.elementor-kit-12 button:focus,.elementor-kit-12 input[type="button"]:hover,.elementor-kit-12 input[type="button"]:focus,.elementor-kit-12 input[type="submit"]:hover,.elementor-kit-12 input[type="submit"]:focus,.elementor-kit-12 .elementor-button:hover,.elementor-kit-12 .elementor-button:focus{background-color:var( --e-global-color-accent );color:var( --e-global-color-b8a251b );}.elementor-kit-12 e-page-transition{background-color:#FFBC7D;}.elementor-kit-12 p{margin-block-end:0px;}.elementor-kit-12 a{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-12 h1{font-family:"New Machine bold Soft", Sans-serif;font-size:7rem;font-weight:100;line-height:5.6rem;letter-spacing:3px;}.elementor-kit-12 h2{font-family:"New Machine bold Soft", Sans-serif;font-size:5.5rem;font-weight:100;letter-spacing:0.4px;}.elementor-kit-12 h3{font-family:"Saira Condensed", Sans-serif;font-weight:400;}.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);}@media(max-width:1024px){.elementor-kit-12{--e-global-typography-primary-line-height:5rem;--e-global-typography-text-font-size:1.3rem;}.elementor-kit-12 h1{line-height:6rem;letter-spacing:2.8px;}.elementor-kit-12 h2{line-height:5rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-12{--e-global-typography-primary-font-size:4rem;--e-global-typography-primary-line-height:3.8rem;--e-global-typography-secondary-font-size:1.4rem;--e-global-typography-text-font-size:1.2rem;}.elementor-kit-12 h1{font-size:4.5rem;line-height:3.8rem;}.elementor-kit-12 h2{font-size:5rem;line-height:4.4rem;}.elementor-kit-12 h3{font-size:1.3rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* 1. Evitar scroll horizontal sin romper sticky */
html, body {
    overflow-x: clip;
    width: 100%;
}

/* Fallback para navegadores que no soportan clip */
@supports not (overflow: clip) {
    html, body {
        overflow-x: hidden;
    }
}

/* 2. Box sizing universal */
*, *::before, *::after {
    box-sizing: border-box;
}

/* 3. Estilo personalizado al seleccionar texto */
::selection {
    background-color: #E31B1B;
    color: #FFF;
}

/* Firefox */
::-moz-selection {
    background-color: #E31B1B;
    color: #FFF;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  color: #E31B1B;
}/* End custom CSS */