.elementor-31199 .elementor-element.elementor-element-6d90452e{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-around;}.elementor-31199 .elementor-element.elementor-element-6d90452e.e-con{--align-self:center;}.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-weight:var( --e-global-typography-text-font-weight );}.elementor-31199 .elementor-element.elementor-element-34d7b8e8.elementor-element{--align-self:flex-start;--flex-grow:1;--flex-shrink:0;}.elementor-31199 .elementor-element.elementor-element-34d7b8e8{text-align:left;}.elementor-31199 .elementor-element.elementor-element-34d7b8e8 img{width:183px;border-radius:0px 0px 0px 0px;}.elementor-widget-search{--e-search-input-color:var( --e-global-color-text );}.elementor-widget-search.e-focus{--e-search-input-color:var( --e-global-color-text );}.elementor-widget-search .elementor-pagination{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-31199 .elementor-element.elementor-element-4613ae00 .e-search-submit{background-color:#F2F2F2;}.elementor-31199 .elementor-element.elementor-element-4613ae00{width:var( --container-widget-width, 406px );max-width:406px;--container-widget-width:406px;--container-widget-flex-grow:0;--e-search-placeholder-color:#BFBFBF;--e-search-input-color:#7A7A7A;--e-search-icon-submit-color:#949494;--e-search-submit-border-radius:6px 6px 6px 6px;--e-search-submit-padding:10px 10px 10px 15px;}.elementor-31199 .elementor-element.elementor-element-4613ae00.elementor-element{--align-self:center;--flex-grow:1;--flex-shrink:0;}.elementor-31199 .elementor-element.elementor-element-4613ae00 .e-search-input{line-height:1px;border-style:none;}.elementor-widget-mega-menu > .e-n-menu > .e-n-menu-wrapper > .e-n-menu-heading > .e-n-menu-item > .e-n-menu-title, .elementor-widget-mega-menu > .e-n-menu > .e-n-menu-wrapper > .e-n-menu-heading > .e-n-menu-item > .e-n-menu-title > .e-n-menu-title-container, .elementor-widget-mega-menu > .e-n-menu > .e-n-menu-wrapper > .e-n-menu-heading > .e-n-menu-item > .e-n-menu-title > .e-n-menu-title-container > span{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-mega-menu{--n-menu-divider-color:var( --e-global-color-text );}.elementor-31199 .elementor-element.elementor-element-589e06fc{--display:flex;}.elementor-31199 .elementor-element.elementor-element-34138bd{--display:flex;}.elementor-31199 .elementor-element.elementor-element-b96e819{--n-menu-dropdown-content-max-width:initial;--n-menu-heading-justify-content:flex-end;--n-menu-title-flex-grow:initial;--n-menu-title-justify-content:initial;--n-menu-title-justify-content-mobile:flex-end;--n-menu-heading-wrap:wrap;--n-menu-heading-overflow-x:initial;--n-menu-title-distance-from-content:0px;width:var( --container-widget-width, 34 );max-width:34;--container-widget-width:34;--container-widget-flex-grow:0;--n-menu-toggle-align:flex-start;--n-menu-toggle-icon-wrapper-animation-duration:500ms;--n-menu-title-space-between:0px;--n-menu-title-transition:300ms;--n-menu-icon-size:16px;--n-menu-toggle-icon-size:20px;--n-menu-toggle-icon-hover-duration:500ms;--n-menu-toggle-icon-distance-from-dropdown:0px;}.elementor-31199 .elementor-element.elementor-element-b96e819.elementor-element{--align-self:center;--flex-grow:1;--flex-shrink:0;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-31199 .elementor-element.elementor-element-b96e819{--n-menu-heading-justify-content:flex-end;--n-menu-title-flex-grow:initial;--n-menu-title-justify-content:initial;--n-menu-title-justify-content-mobile:flex-end;--n-menu-toggle-align:center;}.elementor-31199 .elementor-element.elementor-element-b96e819.elementor-element{--align-self:center;--flex-grow:1;--flex-shrink:0;}}/* Start custom CSS for mega-menu, class: .elementor-element-b96e819 *//* ------------------------------- */
/* 🔵 BOTÃO PRINCIPAL ("Começar Agora") */
/* ------------------------------- */
#menu-botao > div > span {
  background-color: #2268D7; /* azul padrão */
  color: #fff !important;
  font-weight: 600;
  font-size: 13px;
  padding: 10px 22px;
  border-radius: 6px;
  transition: all 0.25s ease-in-out;
  display: inline-block;
  margin-left: 14px;
}

#menu-botao > div > span:hover {
  background-color: #154B93; /* azul mais escuro no hover */
  transform: translateY(-1px);
  cursor: pointer;
}

/* ------------------------------- */
/* ⚫ LINKS PADRÃO DO MENU */
/* ------------------------------- */
#menu-link > div > span {
  color: #1E1E1E;
  font-weight: 500;
  font-size: 14px;
  padding: 6px 5px; /* reduzido p/ menor espaçamento */
  margin: 0 -10px; /* aproxima os itens */
  border-radius: 6px;
  transition: all 0.25s ease-in-out;
  display: inline-block;
}

#menu-link > div > span:hover {
  color: #2268D7;
  background-color: rgba(34, 104, 215, 0.08);
  transform: translateY(-1px);
}

/* ------------------------------- */
/* ⚙️ AJUSTE GERAL DO CONTAINER DE MENU */
/* ------------------------------- */
.elementor-nav-menu {
  justify-content: flex-start !important; /* puxa os links à esquerda */
  gap: 4px !important; /* reduz o espaço entre itens */
  padding-left: 0 !important;
}/* End custom CSS */