.elementor-964 .elementor-element.elementor-element-851ffd2{--display:flex;--position:absolute;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;top:0px;}.elementor-964 .elementor-element.elementor-element-851ffd2:not(.elementor-motion-effects-element-type-background), .elementor-964 .elementor-element.elementor-element-851ffd2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}body:not(.rtl) .elementor-964 .elementor-element.elementor-element-851ffd2{left:0px;}body.rtl .elementor-964 .elementor-element.elementor-element-851ffd2{right:0px;}.elementor-widget-theme-site-logo .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-widget-icon-list .elementor-icon-list-item:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-icon-list .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text, .elementor-widget-icon-list .elementor-icon-list-item > a{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-widget-icon-list .elementor-icon-list-text{color:var( --e-global-color-secondary );}.elementor-964 .elementor-element.elementor-element-e173dcb .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-964 .elementor-element.elementor-element-e173dcb .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-964 .elementor-element.elementor-element-e173dcb{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-964 .elementor-element.elementor-element-e173dcb .elementor-icon-list-text{transition:color 0.3s;}@media(max-width:1024px){.elementor-widget-theme-site-logo .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text, .elementor-widget-icon-list .elementor-icon-list-item > a{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-964 .elementor-element.elementor-element-851ffd2{--min-height:100vh;--justify-content:flex-start;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:1em;--padding-bottom:0em;--padding-left:0em;--padding-right:0em;top:0px;--z-index:999;}.elementor-964 .elementor-element.elementor-element-851ffd2.e-con{--align-self:stretch;}body:not(.rtl) .elementor-964 .elementor-element.elementor-element-851ffd2{left:0px;}body.rtl .elementor-964 .elementor-element.elementor-element-851ffd2{right:0px;}.elementor-widget-theme-site-logo .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-964 .elementor-element.elementor-element-312eb86{width:100%;max-width:100%;padding:0em 0em 1em 2em;text-align:start;}.elementor-964 .elementor-element.elementor-element-312eb86.elementor-element{--align-self:flex-start;}.elementor-964 .elementor-element.elementor-element-312eb86 img{width:120px;max-width:120px;}.elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text, .elementor-widget-icon-list .elementor-icon-list-item > a{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-964 .elementor-element.elementor-element-e173dcb{width:100%;max-width:100%;}.elementor-964 .elementor-element.elementor-element-e173dcb.elementor-element{--align-self:flex-start;}}/* Start custom CSS for icon-list, class: .elementor-element-e173dcb *//* Mobile nav lateral */
#nav-mobile.nav-mobile {
  width: 100%;
}

#nav-mobile.nav-mobile .elementor-icon-list-items {
  margin: 0;
  padding: 0;
}

#nav-mobile.nav-mobile .elementor-icon-list-item {
  list-style: none;
  margin: 0;
}

/* Link base */
#nav-mobile.nav-mobile .elementor-icon-list-item > a {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 52px;
  padding: 0 18px;
  text-decoration: none;
  background: transparent;
  border-left: 2px solid transparent; /* base pra borda */
  color: #2f3438;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.03em;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}

/* Texto acompanha a cor */
#nav-mobile.nav-mobile .elementor-icon-list-text {
  color: inherit;
}

/* Hover + ativo (borda sólida aqui também) */
#nav-mobile.nav-mobile .elementor-icon-list-item > a:hover,
#nav-mobile.nav-mobile .elementor-icon-list-item.is-current > a {
  background: #f5efe7;
  border-left: 2px solid #c85a1a;   /* borda sólida no hover + ativo */
  color: #c85a1a;
}

/* Toque mais confortável em telas pequenas */
@media (max-width: 767px) {
  #nav-mobile.nav-mobile .elementor-icon-list-item > a {
    min-height: 48px;
    padding-inline: 16px;
    font-size: 13px;
  }
}


/* Overlay escuro suave */
.nav-mobile-overlay{
  display: none;                        /* começa fechado */
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0,0,0,0.45);         /* fundo escuro suave */
}

/* Quando aberto */
.nav-mobile-overlay.is-open{
  display: block;
}

/* Painel lateral */
.nav-mobile-panel{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 90vw;                          /* ~90% da largura da tela */
  max-width: 380px;                     /* limite em telas maiores */
  background: #ffffff;
  box-shadow: 4px 0 30px rgba(0,0,0,0.25);
  overflow-y: auto;
}

/* Só pra garantir boa usabilidade em mobile */
@media (max-width: 767px){
  .nav-mobile-panel{
    width: 90vw;
    max-width: none;
  }
}/* End custom CSS */