.elementor-kit-10{--e-global-color-primary:#EFECE4;--e-global-color-secondary:#2C463C;--e-global-color-text:#829C82;--e-global-color-accent:#746357;--e-global-color-359c85d:#DDCEBA;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"Red Hat Display";--e-global-typography-secondary-font-weight:800;--e-global-typography-secondary-letter-spacing:0.5px;--e-global-typography-text-font-family:"Red Hat Display";--e-global-typography-text-font-weight:400;--e-global-typography-text-letter-spacing:0.5px;--e-global-typography-accent-font-family:"Playfair";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-primary );}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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-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 *//* Barra de rolagem - Chrome, Edge, Safari */
::-webkit-scrollbar {
    width: 10px; /* largura vertical */
    height: 10px; /* altura horizontal */
}

::-webkit-scrollbar-track {
    background: #2C463C; /* fundo da trilha */
}

::-webkit-scrollbar-thumb {
    background: #829C82; /* cor da barrinha */
    border-radius: 5px; /* arredondamento */
}

::-webkit-scrollbar-thumb:hover {
    background: #6e856e; /* cor no hover (um pouco mais escura) */
}

/* Firefox */
html {
    scrollbar-width: thin;
    scrollbar-color: #829C82 #2C463C;
}


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