.elementor-kit-983{--e-global-color-primary:#148C44;--e-global-color-secondary:#D8BE62;--e-global-color-text:#707A8C;--e-global-color-accent:#60A96C;--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-983 button,.elementor-kit-983 input[type="button"],.elementor-kit-983 input[type="submit"],.elementor-kit-983 .elementor-button{background-color:var( --e-global-color-primary );}.elementor-kit-983 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;gap:0px;}.site-header .header-inner{width:0px;max-width:100%;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-header .site-branding .site-logo img{width:100px;max-width:100px;}.site-header .site-description{text-shadow:0px 0px 10px rgba(0,0,0,0.3);}@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 *//* SCROLLBAR */

/* Remove o fundo amarelo do autofill e deixa o texto preto */
input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    -webkit-text-fill-color: #000;
    transition: background-color 5000s ease-in-out 0s;
}

/* Estilização da barra de rolagem */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f8f8f8;
}

::-webkit-scrollbar-thumb {
    background: #D8BE63;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
    background: #c6a254;
}


/* Estilização do seletor de moeda */
.styles_sliderCurrency__n7oDJ {
    background-color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 15px;
    border: 1px solid #e2e8f0;
    border-radius: 5px;
    outline: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    cursor: pointer;
}

.styles_sliderCurrency__n7oDJ:focus,
.styles_sliderCurrency__n7oDJ:hover {
    border-color: #333;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);

}

@media (max-width: 768px) {

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
 }

html {
    overflow-x: hidden;
 }

.footer-container,
.header,
.custom-banner,
.iframe-container {
    max-width: 100%;
    overflow-x: hidden;
 }
 
  ::-webkit-scrollbar {
     display: none;
  }
    
}

/* Desabilita cliques inicialmente nos botões/links alvo */
.produto-header a,
.produto-header button {
    pointer-events: none;
}/* End custom CSS */