.elementor-kit-66{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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;--e-preloader-animation:pulse;--e-preloader-animation-duration:1000ms;--e-preloader-delay:300ms;--e-preloader-width:6%;--e-preloader-max-width:19%;}.elementor-kit-66 e-page-transition{background-color:#2B2D42;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;}.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);}.elementor-lightbox{background-color:#2B2D42;--lightbox-ui-color:#2B2D42;--lightbox-header-icons-size:0px;}.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 *//* Header transparente sobre o banner */
header.wp-block-template-part {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background: transparent !important;
  transition: background-color 0.4s ease, box-shadow 0.4s ease;
}

/* Cor dos links e ícones no estado transparente */
header.wp-block-template-part .wp-block-navigation-item__content,
header.wp-block-template-part .wp-block-navigation__responsive-container-open svg path,
header.wp-block-template-part .wp-social-link {
  color: #ffffff !important;
  fill: #ffffff !important;
}

/* Header fixo e com fundo ao rolar */
header.wp-block-template-part.scrolled {
  position: fixed;
  background: #ffffff !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}

/* Cor escura dos links ao rolar */
header.wp-block-template-part.scrolled .wp-block-navigation-item__content,
header.wp-block-template-part.scrolled .wp-block-navigation__responsive-container-open svg path,
header.wp-block-template-part.scrolled .wp-social-link {
  color: #000000 !important;
  fill: #000000 !important;
}/* End custom CSS */