.elementor-widget-container > .uael-party-propz-wrap i{color:var( --e-global-color-primary );}.elementor-widget-container > .uael-party-propz-wrap svg{fill:var( --e-global-color-primary );}.elementor-323 .elementor-element.elementor-element-4c48206{--display:flex;--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;}.elementor-widget-html .uael-party-propz-widget-wrap i{color:var( --e-global-color-primary );}.elementor-widget-html .uael-party-propz-widget-wrap svg{fill:var( --e-global-color-primary );}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-528a62e *//* ====== PILL NAV (estilo do print) ====== */

/* Ajuste para o conteúdo não ficar escondido atrás do menu */
:root { --pillNavH: 64px; }
body { padding-top: calc(var(--pillNavH) + 58px); }

/* nav fixo com “respiro” igual ao print */
.pillNav{
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  z-index: 99999;
  pointer-events: none; /* só a pill recebe clique */
}

/* container central */
.pillNav__container{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 14px;
  pointer-events: auto;
}

/* a “pill” */
.pillNav__bar{
  height: var(--pillNavH);
  border-radius: 999px;
  padding: 10px 14px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;

  /* início: transparente */
  background: rgba(10, 16, 29, 0.0);
  border: 1px solid rgba(255,255,255,0.0);
  box-shadow: 0 0 0 rgba(0,0,0,0);

  transition: all .28s ease;
}

/* estado ao scroll (vidro/navy) */
.pillNav.is-scrolled .pillNav__bar{
  background: linear-gradient(180deg, rgba(17,24,39,0.86) 0%, rgba(10,16,29,0.82) 100%);
  border: 1px solid rgba(255,255,255,0.10);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 12px 34px rgba(0,0,0,0.40);
}

/* ===== Brand ===== */
.pillNav__brand{
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  min-width: 50px; /* ajuda centralizar links */
}


/* Se usar imagem */
.pillNav__logoImg{
  width:80px;
  height: 40px;
  border-radius: 999px;
  object-fit: contain;
  display: block;
}

/* Texto da marca */
.pillNav__brandText{
  display: none;
  align-items: baseline;
  gap: 6px;
  white-space: nowrap;
}
.pillNav__brandName{
  color: #ffffff;
  font-weight: 800;
  font-size: 16px;
}
.pillNav__brandTag{
  color: #FFD700;
  font-weight: 700;
  font-size: 16px;
}

/* ===== Links (centro) ===== */
.pillNav__links{
  display: none;
  flex: 1 1 auto;
  justify-content: center;
  align-items: center;
  gap: 26px;
}
.pillNav__links a{
  text-decoration: none;
  color: #94a3b8;
  font-weight: 600;
  font-size: 14px;
  transition: color .2s ease;
}
.pillNav__links a:hover{
  color: #FFD700;
}

/* ===== CTA ===== */
.pillNav__cta{
  display: none;
  text-decoration: none;
  white-space: nowrap;

  padding: 10px 18px;
  border-radius: 999px;

  background: linear-gradient(90deg, #FFD700, #FFB800);
  color: #0b1220;
  font-weight: 900;
  font-size: 14px;

  border: 1px solid rgba(255,215,0,0.55);
  box-shadow: 0 0 22px rgba(255,215,0,0.22);
  transition: transform .2s ease, box-shadow .2s ease;
}
.pillNav__cta:hover{
  transform: translateY(-1px);
  box-shadow: 0 0 30px rgba(255,215,0,0.35);
}

/* ===== Toggle mobile ===== */
.pillNav__toggle{
  background: transparent;
  border: 0;
  color: #ffffff;
  padding: 10px 12px;
  border-radius: 999px;
  cursor: pointer;
  transition: background .2s ease;
}
.pillNav__toggle:hover{
  background: rgba(255,255,255,0.06);
}

/* ===== Menu mobile ===== */
.pillNav__mobile{
  display: none;
  margin-top: 10px;
  border-radius: 18px;

  background: linear-gradient(180deg, rgba(17,24,39,0.90), rgba(10,16,29,0.86));
  border: 1px solid rgba(255,255,255,0.10);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  padding: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.35);
}
.pillNav__mobile a{
  display: block;
  padding: 10px 12px;
  border-radius: 12px;
  text-decoration: none;
  color: #ffffff;
  font-weight: 700;
}
.pillNav__mobile a:hover{
  background: rgba(255,255,255,0.06);
  color: #FFD700;
}
.pillNav__mobileCta{
  margin-top: 10px;
  text-align: center;
  background: linear-gradient(90deg, #FFD700, #FFB800);
  color: #0b1220 !important;
  border: 1px solid rgba(255,215,0,0.55);
  font-weight: 900 !important;
}

/* ===== Responsivo ===== */
@media (min-width: 640px){
  .pillNav__brandText{ display: inline-flex; }
}
@media (min-width: 1024px){
  .pillNav__links{ display: flex; }
  .pillNav__cta{ display: inline-flex; }
  .pillNav__toggle{ display: none; }
  .pillNav__mobile{ display: none !important; }
}
/* ===========================
   FIX: no Desktop esconder menu mobile / hamburger
   =========================== */

/* MOBILE / TABLET (até 1023px) */
@media (max-width: 1023px){
  .pillNav__links,
  .pillNav__cta{
    display: none !important;
  }

  .pillNav__toggle{
    display: inline-flex !important;
  }
}

/* DESKTOP (a partir de 1024px) */
@media (min-width: 1024px){
  .pillNav__toggle{
    display: none !important;  /* esconde o hamburger */
  }

  .pillNav__mobile{
    display: none !important;  /* garante que o menu mobile nunca apareça */
  }

  .pillNav__links{
    display: flex !important;
  }

  .pillNav__cta{
    display: inline-flex !important;
  }
}

/* ================================
   LINK PREMIUM + INDICADOR ATIVO
   ================================ */

.pillNav__links a{
  position: relative;
  padding: 6px 2px;
}

/* linha animada (base invisível) */
.pillNav__links a::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: 0%;
  height: 2px;
  border-radius: 999px;
  transform: translateX(-50%);

  background: linear-gradient(90deg, #FFD700, #3B82F6);
  box-shadow: 0 0 10px rgba(255,215,0,0.45);

  transition: width .25s ease;
}

/* hover */
.pillNav__links a:hover::after{
  width: 100%;
}

/* estado ativo */
.pillNav__links a.is-active{
  color: #ffffff;
  font-weight: 800;
}

.pillNav__links a.is-active::after{
  width: 100%;
}

/* micro glow no ativo */
.pillNav__links a.is-active{
  text-shadow: 0 0 8px rgba(255,215,0,0.25);
}/* End custom CSS */