.elementor-kit-5{--e-global-color-primary:#2E1D00;--e-global-color-secondary:#4D3408;--e-global-color-text:#FFFFFF;--e-global-color-accent:#AD5822;--e-global-typography-primary-font-family:"Darker Grotesque";--e-global-typography-primary-font-size:54px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Darker Grotesque";--e-global-typography-secondary-font-size:29px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.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{padding-right:0px;padding-left:0px;}@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 */html::before {
    content: "";
    position: fixed;
    inset: 0;
    background-image: radial-gradient(at 20% 80%, #fff 1px, transparent 0);
    background-size: 3px 3px;
    pointer-events: none;
    z-index: 999;
    opacity: 0.050;
    mix-blend-mode: plus-lighter;
    user-select: none;
}

/* Ajuste fino para mobile */
@media (max-width: 768px) {
    html::before {
        background-image: radial-gradient(at 20% 80%, #fff 0.6px, transparent 0);
        background-size: 4px 4px;
        opacity: 0.035;
    }
}/* End custom CSS */