.elementor-kit-8{--e-global-color-primary:#C49F85;--e-global-color-secondary:#734327;--e-global-color-text:#734327;--e-global-color-accent:#FFEEE4;--e-global-typography-primary-font-family:"Open Sans";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:125%;--e-global-typography-secondary-font-family:"Open Sans";--e-global-typography-secondary-font-size:32px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-b58fafe-font-family:"Open Sans";--e-global-typography-b58fafe-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-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 a{color:var( --e-global-color-primary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-8 a:hover{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.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);}.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-8{--e-global-typography-primary-font-size:48px;--e-global-typography-secondary-font-size:32px;--e-global-typography-text-font-size:16px;--e-global-typography-accent-font-size:20px;--e-global-typography-b58fafe-font-size:20px;font-size:var( --e-global-typography-text-font-size );}.elementor-kit-8 a{font-size:var( --e-global-typography-secondary-font-size );}.elementor-kit-8 a:hover{font-size:var( --e-global-typography-secondary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-8{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-8 a{font-size:var( --e-global-typography-secondary-font-size );}.elementor-kit-8 a:hover{font-size:var( --e-global-typography-secondary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html, body {
    overflow-x: hidden !important; /* Evita rolagem horizontal indesejada /*
    overflow-y: auto !important; /* Garante rolagem vertical normal */
    height: auto !important;
}

/* Estiliza a barra de rolagem em todos os navegadores baseados em WebKit 
*::-webkit-scrollbar {
    width: 12px;
}

*::-webkit-scrollbar-track {
    background: #FFEFE6;
}

*::-webkit-scrollbar-thumb {
    background-image: linear-gradient(0deg, #C49F85 , #C49F85);
    border-radius: 20px;
    border: none;
}

/* Firefox 
* {
    scrollbar-width: thin;
    scrollbar-color: #C49F85 #FFEFE6;
}*/




html { 
    
    scroll-padding-top: 30px;
}/* End custom CSS */