.elementor-kit-6{--e-global-color-primary:#22577B;--e-global-color-secondary:#F1F7F1;--e-global-color-text:#3979A5;--e-global-color-accent:#65BC94;--e-global-color-3ae977c:#6CCCA0;--e-global-color-89ed3c1:#FFFFFF;--e-global-color-592dc28:#F1F1F1;--e-global-color-29d190a:#000000;--e-global-color-b872c4a:#8A8A8A;--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;--e-global-typography-48c6607-font-family:"Poppins";--e-global-typography-48c6607-font-size:32px;--e-global-typography-48c6607-font-weight:600;--e-global-typography-48c6607-line-height:42px;--e-global-typography-79fc86b-font-family:"Poppins";--e-global-typography-79fc86b-font-size:20px;--e-global-typography-79fc86b-font-weight:600;--e-global-typography-79fc86b-line-height:26px;}.elementor-kit-6 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){margin-block-end: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-kit-6{--e-global-typography-48c6607-font-size:26px;--e-global-typography-79fc86b-font-size:26px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Estilo da barra de rolagem - funciona no Chrome, Edge e Safari */
::-webkit-scrollbar {
  width: 10px; /* largura da barra */
}

/* Cor do trilho (fundo da barra) */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

/* Cor do “thumb” (parte que se move) */
::-webkit-scrollbar-thumb {
  background-color: #00bd93; /* cor principal */
  border-radius: 10px;
  border: 2px solid #f1f1f1; /* cria espaçamento visual */
}

/* Cor do thumb ao passar o mouse */
::-webkit-scrollbar-thumb:hover {
  background-color: #a67c00;
}

/* Para Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #00bd93 #f1f1f1;
}/* End custom CSS */