.elementor-kit-3838{--e-global-color-primary:#5FB5C0;--e-global-color-secondary:#133C75;--e-global-color-text:#444444;--e-global-color-accent:#232323;--e-global-typography-primary-font-family:"Plus Jakarta Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Plus Jakarta Sans";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"DM Sans";--e-global-typography-accent-font-weight:400;}.elementor-kit-3838 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--container-default-padding-top:0px;--container-default-padding-right:15px;--container-default-padding-bottom:0px;--container-default-padding-left:15px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@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 *//* 1) Zera qualquer espaço que o WGL cria para "compensar" o sticky */
.wgl-sticky-placeholder,
.wgl-sticky-header-holder {
  height: 0 !important;
}

/* 2) Header sem “empurrar” o conteúdo */
.wgl-header,
header.wgl-header {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* 3) Garante que o header grude no topo */
.wgl-header,
.header_container,
.elementor-location-header {
  position: sticky;
  top: 0;
}

/* 4) Remove padding/margin de topo que alguns temas colocam no conteúdo */
body,
.site-content,
.page_content,
.content,
.main-wrapper,
.elementor {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* 5) Primeira seção da página não pode ter espaço no topo */
.elementor > .elementor-section:first-child,
.elementor > .e-container:first-child,
.elementor-section-wrap > section:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* 6) Se você estiver logado (barra admin do WP), respeita a barra */
.admin-bar .wgl-header { top: 32px; }
@media (max-width: 782px){
  .admin-bar .wgl-header { top: 46px; }
}/* End custom CSS */