/* ENE 1.0.72 — pesquisa em primeiro plano, filtros móveis recolhíveis, azul institucional e seletor de países pesquisável. */
:root{
  --ene-brand-blue:#1647d8;
  --ene-brand-blue-hover:#0d35ad;
  --ene-brand-blue-soft:#edf3ff;
}

/* A sugestão da pesquisa da página inicial deve ficar por cima do conteúdo seguinte. */
.ene-home-hero-v1061{
  overflow:visible!important;
  isolation:isolate;
  z-index:20!important;
}
.ene-home-hero-v1061::before,.ene-home-hero-v1061::after{z-index:-1!important}
.ene-home-search-v1061{
  isolation:isolate;
  z-index:30!important;
  overflow:visible!important;
}
.ene-home-search-v1061:focus-within{z-index:2600!important}
.ene-home-search-keyword-v1061{z-index:3!important}
.ene-home-search-suggestions-v1061,
.ene-home-search-v1061 .ene-inline-search-results{
  z-index:2700!important;
  max-height:min(360px,52vh)!important;
  overflow:auto!important;
  background:#fff!important;
  border-color:#d8e2f0!important;
  box-shadow:0 22px 58px rgba(9,28,72,.2)!important;
}
.ene-home-partners-v1061,.ene-home-journeys-v1061,.ene-home-world-v1061,
.ene-home-summary-v1061,.ene-home-testimonials-v1061,.ene-home-blog-v1061,.ene-home-final-v1061{
  position:relative;
  z-index:1;
}

/* País pesquisável: digitação + sugestões + bandeira. */
.ene-country-combobox-v1072{isolation:isolate;overflow:visible!important;z-index:4}
.ene-country-combobox-v1072>input[type="search"]{
  min-width:0!important;
  width:100%!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  background:transparent!important;
  color:#101936!important;
  font:inherit!important;
  font-size:14px!important;
  padding:0!important;
}
.ene-country-flag-v1072{
  display:none;
  flex:0 0 auto;
  min-width:20px;
  font-size:18px;
  line-height:1;
}
.ene-country-flag-v1072.has-flag{display:inline-block}
.ene-country-options-v1072{
  position:absolute;
  left:8px;
  right:8px;
  top:calc(100% + 8px);
  z-index:2800;
  display:grid;
  gap:2px;
  max-height:300px;
  overflow:auto;
  padding:7px;
  border:1px solid #d8e2f0;
  border-radius:13px;
  background:#fff;
  box-shadow:0 22px 58px rgba(9,28,72,.19);
}
.ene-country-options-v1072[hidden]{display:none!important}
.ene-country-option-v1072{
  display:grid;
  grid-template-columns:24px minmax(0,1fr) auto;
  align-items:center;
  gap:9px;
  width:100%;
  min-height:40px;
  padding:7px 9px;
  border:0;
  border-radius:9px;
  background:transparent;
  color:#101936;
  text-align:left;
  cursor:pointer;
}
.ene-country-option-v1072:hover,.ene-country-option-v1072:focus-visible,.ene-country-option-v1072.is-active{
  outline:0;
  background:var(--ene-brand-blue-soft);
}
.ene-country-option-v1072 .flag{font-size:17px;line-height:1}
.ene-country-option-v1072 strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}
.ene-country-option-v1072 small{color:#74809a;font-size:10px}
.ene-country-empty-v1072{padding:12px;text-align:center;color:#69758c;font-size:11px}

/* Avatares sem fotografia usam o mesmo azul institucional no site público e nos painéis. */
.ene-user-avatar.is-initial,.ene-user-avatar.is-broken{
  background:linear-gradient(145deg,var(--ene-brand-blue),#2f6cff)!important;
  border-color:#85a5ff!important;
  color:#fff!important;
}
.ene-user-avatar.is-initial{box-shadow:0 3px 12px rgba(22,71,216,.22)!important}

/* Botões de destaque permanecem no mesmo azul institucional. */
.btn-primary,
.ene-admin-button:not(.secondary):not(.danger),
.ene-portal-button:not(.secondary):not(.danger),
.ene-admin-quick-add,
.ene-home-search-v1061>button,
.ene-company-primary-action-v1062,
.ene-catalog-apply-v1062,
.ene-filter-actions-v1063>button,
.ene-plan-card-v1064>a,
.ene-service-actions-v1063>a:first-child{
  background:var(--ene-brand-blue)!important;
  border-color:var(--ene-brand-blue)!important;
  color:#fff!important;
}
.btn-primary:hover,
.ene-admin-button:not(.secondary):not(.danger):hover,
.ene-portal-button:not(.secondary):not(.danger):hover,
.ene-admin-quick-add:hover,
.ene-home-search-v1061>button:hover,
.ene-company-primary-action-v1062:hover,
.ene-catalog-apply-v1062:hover,
.ene-filter-actions-v1063>button:hover,
.ene-plan-card-v1064>a:hover,
.ene-service-actions-v1063>a:first-child:hover{
  background:var(--ene-brand-blue-hover)!important;
  border-color:var(--ene-brand-blue-hover)!important;
  color:#fff!important;
}

/* Controle móvel: um único botão "Filtrar" mantém as telas compactas. */
.ene-mobile-filter-toggle-v1072{
  display:none;
  align-items:center;
  justify-content:space-between;
  gap:9px;
  width:100%;
  min-height:40px;
  padding:0 12px;
  border:1px solid #ced9ea;
  border-radius:10px;
  background:#fff;
  color:#17213d;
  font-size:12px;
  font-weight:800;
  cursor:pointer;
}
.ene-mobile-filter-toggle-v1072 .ene-filter-toggle-main-v1072{display:flex;align-items:center;gap:8px}
.ene-mobile-filter-toggle-v1072 .icon{width:16px!important;height:16px!important}
.ene-mobile-filter-toggle-v1072 .ene-filter-count-v1072{
  display:none;
  min-width:20px;
  height:20px;
  place-items:center;
  padding:0 5px;
  border-radius:999px;
  background:var(--ene-brand-blue);
  color:#fff;
  font-size:9px;
}
.ene-mobile-filter-toggle-v1072.has-active .ene-filter-count-v1072{display:grid}
.ene-mobile-filter-form-v1072{min-width:0}

@media(max-width:760px){
  .ene-mobile-filter-toggle-v1072{display:flex!important}
  .ene-mobile-filter-host-v1072{display:grid!important;gap:8px!important}
  .ene-mobile-filter-host-v1072.ene-mobile-filters-collapsed-v1072 .ene-mobile-filter-form-v1072{
    display:none!important;
  }
  .ene-filter-panel-v1063.ene-mobile-filter-host-v1072{padding:9px!important}
  .ene-filter-panel-v1063.ene-mobile-filter-host-v1072 .ene-filter-grid-v1063{margin-top:0!important}
  .ene-country-options-v1072{left:0;right:0;max-height:240px}
}
@media(max-width:560px){
  .ene-home-search-v1061{overflow:visible!important}
  .ene-home-search-suggestions-v1061{left:0!important;right:0!important}
  .ene-country-combobox-v1072{z-index:5}
}

/* Modo escuro. */
html[data-theme="dark"] .ene-country-options-v1072,
html[data-ene-theme="dark"] .ene-country-options-v1072,
html[data-theme="dark"] .ene-mobile-filter-toggle-v1072,
html[data-ene-theme="dark"] .ene-mobile-filter-toggle-v1072{
  background:#151b25!important;
  border-color:#303846!important;
  color:#f5f7fb!important;
}
html[data-theme="dark"] .ene-country-option-v1072,
html[data-ene-theme="dark"] .ene-country-option-v1072{color:#f5f7fb}
html[data-theme="dark"] .ene-country-option-v1072:hover,
html[data-ene-theme="dark"] .ene-country-option-v1072:hover{background:#202b42}
