.elementor-kit-7{--e-global-color-primary:#005D00;--e-global-color-secondary:#338000;--e-global-color-text:#000000;--e-global-color-accent:#F4F1EC;--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;font-family:"Roboto", Sans-serif;line-height:2em;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 h1{font-family:"Montserrat", Sans-serif;font-weight:300;line-height:1.3em;}.elementor-kit-7 h2{font-family:"Montserrat", Sans-serif;font-weight:300;}.elementor-kit-7 h3{font-family:"Montserrat", Sans-serif;font-weight:300;line-height:1.4em;}.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 *//* ----------------------- Global ----------------------- */
body {
  background-color: #F5F5F5;
  overflow-x: hidden;
}

/* ----------------------- Animação Surgir ----------------------- */
.surgir { opacity: 0; transform: translateY(32px); transition: opacity 1s cubic-bezier(.4,0,.2,1), transform 1s cubic-bezier(.4,0,.2,1); will-change: transform, opacity; } .surgir-esquerda { transform: translateX(-48px); } .surgir-direita { transform: translateX(48px); } .surgir-baixo { transform: translateY(48px); } .surgir-fade { transform: none; } .surgir.visivel { opacity: 1; transform: translate(0, 0); }




/* Header inicial transparente */
.header-site {
  background-color: transparent;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

/* Header após scroll */
.header-site.header-solid {
  background-color: #E7E7E7 !important; /* cor do fundo */
  box-shadow: 0 2px 10px rgba(0,0,0,0.1); /* sombra suave opcional */
}


.bio-extra {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.bio-extra.ativo {
  max-height: 500px;
}

.toggle-bio {
  display: inline-block;
  margin-top: 15px;
  font-size: 14px;
  color: white;
  background-color: #338000;
  padding: 5px 15px;
  border-radius: 5px;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.toggle-bio:hover {
  background-color: #005D00;
}/* End custom CSS */