.elementor-kit-1675{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-40f18c63:#4054B2;--e-global-color-26ecdcfd:#23A455;--e-global-color-24e485d5:#000;--e-global-color-4e047551:#FFF;--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-1675 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1240px;}.e-con{--container-max-width:1240px;}.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:990px){.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 *//* MOBILE: header sticky adaptativo + alinhamento estável */
@media (max-width: 768px){

  /* Controles */
  .elementor-location-header{
    /* Altura da barra: ajuste os limites */
    --cm-bar-min: 32px;
    --cm-bar-fluid: 14vw;
    --cm-bar-max: 42px;
    --cm-sticky-h: clamp(var(--cm-bar-min), var(--cm-bar-fluid), var(--cm-bar-max));

    /* Botão hambúrguer */
    --cm-burger-bg: #dd692e;
    --cm-burger-size: 42px;
    --cm-burger-radius: 4px;
    --cm-burger-icon-size: 24px;
  }

  /* Barra fixa no topo com altura adaptativa */
  .elementor-3161 [data-id="93a9780"]{
    position: fixed; top: 0; left: 0; right: 0; z-index: 10000;
    background: #fff;
    border-bottom: 1px solid rgba(0,0,0,.08);
    box-shadow: 0 2px 10px rgba(0,0,0,.05);
    min-height: var(--cm-sticky-h);
    margin: 0 !important;
    padding: 0 !important;
  }

  body:not(.elementor-editor-active){
    padding-top: var(--cm-sticky-h);
  }

  /* Hambúrguer */
  .elementor-3161 .elementor-element-9d71ff4{
    grid-column: 1; justify-self: start;
    width: var(--cm-burger-size);
    margin: 0 !important; padding: 0 !important;
  }
  .elementor-3161 .elementor-element-9d71ff4 .elementor-widget-container{
    padding: 0 !important;
  }
  .elementor-3161 .elementor-element-9d71ff4 .elementor-menu-toggle{
    width: var(--cm-burger-size);
    height: var(--cm-burger-size);
    display: grid; place-items: center;
    background: var(--cm-burger-bg) !important;
    border-radius: var(--cm-burger-radius);
    border: 0; margin: 0; line-height: 0;
    transform: none;
  }
  .elementor-3161 .elementor-element-9d71ff4 .elementor-menu-toggle i,
  .elementor-3161 .elementor-element-9d71ff4 .elementor-menu-toggle svg{
    color: #fff; fill: #fff; stroke: #fff;
    font-size: var(--cm-burger-icon-size);
  }
/* MOBILE: espaço obrigatório de 60px após o header */
@media (max-width: 768px){
  /* controle do “gap” pós-header */
  .elementor-location-header{
    --cm-content-gap: 60px; /* ajuste se quiser outro valor */
  }

  /* compensa: altura do header + 60px fixos */
  body:not(.elementor-editor-active){
    padding-top: calc(var(--cm-sticky-h) + var(--cm-content-gap)) !important;
  }
}/* End custom CSS */