.elementor-kit-6{--e-global-color-primary:#1E3A8A;--e-global-color-secondary:#54595F;--e-global-color-text:#1E3A8A;--e-global-color-accent:#FF6000;--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;}.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){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}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 *//* Rolagem suave (respeita acessibilidade) */
@media (prefers-reduced-motion: no-preference){
  html { scroll-behavior: smooth; }
}

/* Offset base — ajuste se o header mudar de altura */
:root { --nca-offset: 96px; }                  /* desktop/tablet */
@media (max-width: 767px){
  :root { --nca-offset: 120px; }               /* mobile */
}

/* Compensa a barra admin do WP quando logado */
body.admin-bar { --nca-offset: calc(var(--nca-offset) + 32px); }
@media (max-width: 782px){
  body.admin-bar { --nca-offset: calc(var(--nca-offset) + 46px); }
}

/* Aplica o offset nos alvos #item01…#item10 */
:where([id^="item"]){ scroll-margin-top: var(--nca-offset); }

/* Feedback visual ao alcançar a âncora */
:where([id^="item"]):target{
  outline: 3px solid rgba(255, 215, 0, .55);
  border-radius: 12px;
  animation: nca-anchored 2s ease-out;
}

@keyframes nca-anchored{
  0%   { box-shadow: 0 0 0 12px rgba(255, 235, 59, .35); }
  100% { box-shadow: none; }
}

/* Texto responsivo dos botões (global, sem depender do widget) */
.texto-mobile{ display: none; }                 /* padrão: esconder o mobile */
@media (max-width: 767px){
  .texto-mobile{ display: inline; }
  .texto-desktop{ display: none; }
}/* End custom CSS */