.elementor-kit-5{--e-global-color-primary:#00A189;--e-global-color-secondary:#00475E;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-478c795:#EBF6F2;--e-global-color-d75d185:#171717;--e-global-color-7b05134:#35C3C5;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;font-family:"Poppins", Sans-serif;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{font-family:"Poppins", Sans-serif;}.elementor-kit-5 h2{font-family:"Poppins", Sans-serif;}.elementor-kit-5 h3{font-family:"Poppins", Sans-serif;}.elementor-kit-5 h4{font-family:"Poppins", Sans-serif;}.elementor-kit-5 h5{font-family:"Poppins", Sans-serif;}.elementor-kit-5 h6{font-family:"Poppins", Sans-serif;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{font-family:"Poppins", Sans-serif;}.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 *//* ===== Scrollbar Customizada ===== */
::-webkit-scrollbar {
  width: 10px;
}

/* Trilha (fundo) */
::-webkit-scrollbar-track {
  background: #171717; /* fundo escuro */
  border: 0px solid #00323D; /* contorno sutil verde profundo */
}

/* Polegar (thumb) */
::-webkit-scrollbar-thumb {
  background: #00A189; /* verde-água principal */
  border-radius: 5px;
  transition: background 0.3s ease;
}

/* Hover do polegar */
::-webkit-scrollbar-thumb:hover {
  background: #00475E; /* verde petróleo médio */
}

/* ===== Compatibilidade Firefox ===== */
* {
  scrollbar-width: thin;
  scrollbar-color: #00A189 #171717;
}

/* ===== Tema Claro (opcional) ===== */
body.light-mode::-webkit-scrollbar-track {
  background: #EBF6F2;
}
body.light-mode::-webkit-scrollbar-thumb {
  background: #00475E;
}

html,body{
width:100%;
overflow-x:hidden;
}
[data-elementor-type="wp-page"] {
    overflow: hidden !important;
}/* End custom CSS */