.elementor-kit-8{--e-global-color-primary:#2D0A0A;--e-global-color-secondary:#755C15;--e-global-color-text:#912E23;--e-global-color-accent:#661717;--e-global-color-bf06e22:#9B9267;--e-global-color-b9f8402:#F6F1E7;--e-global-color-37abeec:#A57863;--e-global-color-3df62e8:#9494C8;--e-global-color-df984d5:#F4C1A5;--e-global-color-f0b39f6:#F4E9E4;--e-global-color-43b181e:#F8EFD9;--e-global-color-df642b2:#C8BEA6;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 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){--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 */html, body {
  overflow-x: hidden;
}


/* Chrome, Edge e Safari */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

/* Fundo da barra */
::-webkit-scrollbar-track {
  background: #2D0A0A;
}

/* Parte que desliza */
::-webkit-scrollbar-thumb {
  background: #661717;
  border-radius: 10px;
  transition: background 0.3s ease;
}

/* Hover */
::-webkit-scrollbar-thumb:hover {
  background: #912E23;
}


* {
  scrollbar-width: thin;
  scrollbar-color: #661717 #2D0A0A;
}

/* Corrige corte do dropdown no mobile */
.elementor-nav-menu--dropdown {
    position: absolute !important;
    z-index: 9999 !important;
}

/* Garante que o container não corte o menu */
.elementor-location-header,
.elementor-section,
.elementor-container {
    overflow: visible !important;
}/* End custom CSS */