.elementor-kit-6{--e-global-color-primary:#00164F;--e-global-color-secondary:#FFB11D;--e-global-color-text:#000000;--e-global-color-accent:#FFFFFF;--e-global-color-ef5dcef:#061C4F;--e-global-color-b31dc8a:#FEAF34;--e-global-color-a6c6bb9:#FEFAF3;--e-global-color-6a8f355:#FFFFFF;--e-global-color-ccf8f63:#1F3361;--e-global-color-c489a75:#6F6F6F;--e-global-color-6b5bd76:#01072F;--e-global-color-b5c1c79:#BEBEBE;--e-global-color-ba0e0aa:#D6D6D6;--e-global-color-ecc5353:#DF9A2F;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:50px;--e-global-typography-secondary-font-family:"Graduate";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Graduate";--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: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 *//* ===== Ajuste: só fica branco quando sticky + effects ===== */
/* Estado inicial: transparente */
#header {
  background-color: transparent !important;
  box-shadow: none !important;
}

/* Sticky ativo mas ainda sem efeitos (antes do offset) → continua transparente */
#header.elementor-sticky--active:not(.elementor-sticky--effects) {
  background-color: transparent !important;
  box-shadow: none !important;
}

/* ===== Seu bloco (agora com !important para vencer o transparente) ===== */
#header.elementor-sticky--effects {
  background-color: #fff !important;
  transition: all .5s ease;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1) !important;
}

#header.elementor-sticky--effects .logo img {
  content:url('https://willyjanz.com/wp-content/uploads/2025/11/SEM-FUNDO_FUND-I__LOGO_WILLY-JANZ_H_FUNDO-BRANCO-scaled.png');
}

#header.elementor-sticky--effects .roblox li a {
  color: #FFC300 !important;
}
/* CTA do header: define a cor por variável */
#header { --cta-bg: linear-gradient(90deg, #FFC400, #FF9F00, #FFC400); } /* topo = amarelo */
#header.elementor-sticky--effects { --cta-bg: linear-gradient(90deg, #0F3EEA, #001F99, #0F3EEA); } /* sticky = azul *//* End custom CSS */