.elementor-kit-6{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#262626;--e-global-color-text:#000000;--e-global-color-accent:#E2C97C;--e-global-color-a9ea1b7:#D3D3D3;--e-global-color-3b2b2a5:#75797E;--e-global-typography-primary-font-family:"Inter Tight";--e-global-typography-primary-font-weight:400;--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-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1360px;}.e-con{--container-max-width:1360px;}.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 */.headline {
  font-family: "inter Tight", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  letter-spacing: -0.5px;
}
.headline-text {
  font-weight: 500;
}


/* Palavra animada */
#word-rotate {
  margin-left: 7px;
  font-weight: 500;
  color: #E2C97C;
  display: inline-block;
  min-width: 130px; /* evita pulo de layout */
  transition: opacity 0.25s ease;
}
.menu-mobile {
  max-height: 0;
  overflow: hidden;
  transition: max-height .0s ease;
}

.menu-mobile {
  position: absolute;
  top: 100%; /* abre logo abaixo do header */
  left: 0;
  width: 100%;
  background: #fff;

  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;

  z-index: 1000;
}

.menu-mobile.open {
  max-height: 150px; /* ajuste se precisar */
}/* End custom CSS */