.elementor-kit-131{--e-global-color-primary:#0050C3;--e-global-color-secondary:#171E43;--e-global-color-text:#B2B5C6;--e-global-color-accent:#00B4E6;--e-global-color-952d6c1:#010B23;--e-global-color-0659cc1:#0F7DDC;--e-global-color-4dda93b:#BCDFFD;--e-global-color-fe35856:#FFFFFF;--e-global-color-82fe00a:#777B8C;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:56px;--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;}.elementor-kit-131 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1180px;}.e-con{--container-max-width:1180px;}.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 *//* Define o header fixo e garante prioridade sobre o conteúdo */
.header-fixo {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: #000000; /* ou cor desejada */
  transition: all 0.25s ease;
}

/* Efeito de sombra e opacidade ao rolar */
.header-fixo.is-scrolled {
  box-shadow: 0 6px 20px rgba(0,0,0,0.25);
  background: rgba(0,0,0,0.95);
}/* End custom CSS */