.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.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 *//* =====================================================================
   PF NAVBAR – ESTILOS ORIGINAIS (MANTIDOS)
   ===================================================================== */
.pf-nav{
  /* tema rápido */
  --pf-radius-xl: 40px;
  --pf-radius-lg: 28px;
  --pf-gap-lg: 24px;
  --pf-gap-md: 16px;
  --pf-gap-sm: 8px;
  --pf-blur: 20px;
  --pf-card-bg: rgba(42,42,42,.25);
  --pf-border: rgba(255,255,255,.12);
  --pf-border-inner: rgba(255,255,255,.04);
  --pf-text: #ffffff;
  --pf-text-muted: #b0b0b0;
  --pf-cta-bg: rgba(255,255,255,.90);
  --pf-cta-text: #2c2c2c;
  --pf-shadow-outer: 0 2px 4px -1px rgba(0,0,0,.06), 0 4px 6px -1px rgba(0,0,0,.08), 0 0 0 1px var(--pf-border-inner) inset;
  --pf-shadow-hover: 0 4px 8px -2px rgba(0,0,0,.08), 0 8px 16px -4px rgba(0,0,0,.12), 0 16px 32px -8px rgba(0,0,0,.08), 0 0 0 1px rgba(226,230,239,.08) inset;
  
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color: var(--pf-text);
  position: relative;
  max-width: 100%;
  border-radius: var(--pf-radius-xl);
  background: var(--pf-card-bg);
  backdrop-filter: blur(var(--pf-blur));
  -webkit-backdrop-filter: blur(var(--pf-blur));
  box-shadow: var(--pf-shadow-outer);
  border: 1px solid transparent;
  transition: box-shadow .6s cubic-bezier(.16,1,.3,1), backdrop-filter .6s cubic-bezier(.16,1,.3,1);
}

/* Borda/depth decorativas */
.pf-nav::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius: var(--pf-radius-xl);
  padding:1px;
  background: linear-gradient(180deg, rgba(226,230,239,.12) 0%, rgba(226,230,239,.08) 30%, rgba(226,230,239,0) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events:none;
  z-index:1;
}
.pf-nav::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius: var(--pf-radius-xl);
  box-shadow: inset 0 1px 2px rgba(255,255,255,.05), inset 0 -1px 2px rgba(0,0,0,.05);
  pointer-events:none;
  z-index:1;
  opacity:.8;
}
.pf-nav:hover{
  box-shadow: var(--pf-shadow-hover);
}

/* Camadas de vidro (com patch de filtro) */
.pf-nav__glass-filter,
.pf-nav__glass-overlay,
.pf-nav__glass-specular{
  position:absolute;
  inset:0;
  border-radius: inherit;
}
.pf-nav__glass-filter{
  z-index:1;
  filter: none !important;
  backdrop-filter: blur(24px) !important;
  -webkit-backdrop-filter: blur(24px) !important;
}
.pf-nav__glass-overlay{
  z-index:2;
  background: transparent;
}
.pf-nav__glass-specular{
  z-index:3;
}

/* Conteúdo principal */
.pf-nav__content{
  position:relative;
  z-index:4;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:40px;
  padding:12px 24px;
}

/* Logo */
.pf-nav__logo{
  display:flex;
  align-items:center;
  text-decoration:none;
  flex-shrink:0;
  z-index:10;
  margin-left:4px;
}
.pf-nav__logo img{
  height:24px;
  width:auto;
  display:block;
  transition:opacity .3s ease;
}
.pf-nav__logo:hover img{
  opacity:.85;
}

/* Lista desktop */
.pf-nav__list{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  flex:1;
}
.pf-nav__item{
  color:var(--pf-text);
  text-decoration:none;
  font-weight:400;
  font-size:12px;
  padding:6px 14px;
  border-radius:18px;
  white-space:nowrap;
  opacity:.75;
  transition: all .3s cubic-bezier(.16,1,.3,1);
}
.pf-nav__item:hover{
  background:rgba(255,255,255,.06);
  color:#e2e6ef;
  opacity:.95;
  box-shadow: 0 1px 2px rgba(0,0,0,.05), inset 0 1px 1px rgba(255,255,255,.05);
}
.pf-nav__item.is-active{
  font-size:13px;
  font-weight:600;
  opacity:1;
  text-shadow:0 0 20px rgba(255,255,255,.15);
}


.pf-nav__button:hover{
  letter-spacing:.8px;
  background: rgba(139,145,153,.25);
  color:#fff;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 5px 18px rgba(0,0,0,.18);
  transform: translateY(-1px);
  border:1px solid rgba(255,255,255,.15);
}
.pf-nav__button:active{
  background: rgba(107,114,122,.3);
  color:#fff;
  transform:none;
  transition:150ms;
}

/* Hambúrguer */
.pf-nav__hamburger{
  display:none;
  width:20px;
  height:14px;
  padding:0;
  border:0;
  background:transparent;
  cursor:pointer;
  position:relative;
  z-index:10;
  -webkit-tap-highlight-color: transparent;
}
.pf-nav__hamburger span{
  display:block;
  width:100%;
  height:1.5px;
  background:var(--pf-text);
  border-radius:2px;
  transition: all .35s cubic-bezier(.68,-.55,.27,1.55);
  transform-origin:center;
}
.pf-nav__hamburger.is-active span:nth-child(1){
  transform: translateY(6px) rotate(45deg);
}
.pf-nav__hamburger.is-active span:nth-child(2){
  opacity:0;
  transform: scaleX(0);
}
.pf-nav__hamburger.is-active span:nth-child(3){
  transform: translateY(-6px) rotate(-45deg);
}

/* Mobile menu container (frosted) */
.pf-nav__mobile{
  position:absolute;
  top: calc(100% + 12px);
  left:0;
  right:0;
  background: rgba(35,35,35,.92);
  backdrop-filter: blur(50px) saturate(180%) brightness(105%);
  -webkit-backdrop-filter: blur(50px) saturate(180%) brightness(105%);
  border-radius: 24px;
  overflow:hidden;
  box-shadow: 0 8px 32px rgba(0,0,0,.4), 0 4px 16px rgba(0,0,0,.3), 0 0 0 1px rgba(255,255,255,.12) inset;
  max-height: 0;
  opacity: 0;
  transform: translateY(-20px) scale(.95);
  pointer-events: none;
  transition: max-height .4s cubic-bezier(.68,-.55,.27,1.55), opacity .3s cubic-bezier(.16,1,.3,1), transform .4s cubic-bezier(.68,-.55,.27,1.55);
  z-index:5;
  will-change: max-height,opacity,transform;
}
.pf-nav__mobile.is-open{
  max-height: 520px;
  opacity:1;
  transform:none;
  pointer-events:auto;
}

/* Layers do mobile */
.pf-nav__mobile-glass-filter,
.pf-nav__mobile-glass-overlay{
  position:absolute;
  inset:0;
  border-radius:inherit;
}
.pf-nav__mobile-glass-filter{
  z-index:1;
  filter: none !important;
  backdrop-filter: blur(4px) !important;
  -webkit-backdrop-filter: blur(4px) !important;
}
.pf-nav__mobile-glass-overlay{
  z-index:2;
  background: transparent;
}

/* Bordas/depth mobile */
.pf-nav__mobile::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:24px;
  padding:1px;
  background: linear-gradient(180deg, rgba(226,230,239,.12) 0%, rgba(226,230,239,.08) 30%, rgba(226,230,239,0) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events:none;
  z-index:1;
}
.pf-nav__mobile::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:24px;
  box-shadow: inset 0 1px 2px rgba(255,255,255,.05), inset 0 -1px 2px rgba(0,0,0,.05);
  pointer-events:none;
  z-index:1;
  opacity:.8;
}

/* Conteúdo mobile */
.pf-nav__mobile-content{
  position:relative;
  z-index:4;
  padding:20px;
}
.pf-nav__mobile-list{
  list-style:none;
  margin:0 0 16px 0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:6px;
}
.pf-nav__mobile-item{
  color:var(--pf-text);
  text-decoration:none;
  font-weight:400;
  font-size:15px;
  padding:10px 14px;
  border-radius:14px;
  display:block;
  opacity:.75;
  transition: all .3s cubic-bezier(.16,1,.3,1);
  -webkit-tap-highlight-color: transparent;
}
.pf-nav__mobile-item:hover,
.pf-nav__mobile-item:active{
  background: rgba(255,255,255,.06);
  color:#e2e6ef;
  opacity:.95;
}
.pf-nav__mobile-item.is-active{
  font-weight:600;
  opacity:1;
  background: rgba(255,255,255,.08);
}
.pf-nav__button--mobile{
  width:100%;
  text-align:center;
  padding:10px 18px;
  font-size:10px;
}

/* Foco visível e rolagem suave */
.pf-nav :focus-visible{
  outline:2px solid #4a90e2;
  outline-offset:2px;
}
html{
  scroll-behavior:smooth;
}

/* Responsivo */
@media (max-width:1024px) and (min-width:769px){
  .pf-nav__content{
    gap:20px;
    padding:12px 24px;
  }
  .pf-nav__list{
    gap:4px;
  }
  .pf-nav__item{
    font-size:13px;
    padding:6px 12px;
  }
  .pf-nav__item.is-active{
    font-size:14px;
  }
  .pf-nav__button{
    padding:8px 16px;
    font-size:10px;
  }
  .pf-nav__logo img{
    height:22px;
  }
}

@media (max-width:768px){
  .pf-nav{
    border-radius:32px;
  }
  .pf-nav::before, .pf-nav::after{
    border-radius:32px;
  }
  .pf-nav__content{
    padding:16px 24px;
    gap:16px;
  }
  /* esconde desktop; mostra hambúrguer */
  .pf-nav__list,
  .pf-nav__button:not(.pf-nav__button--mobile){
    display:none;
  }
  .pf-nav__hamburger{
    display:flex;
    flex-direction:column;
    justify-content:space-between;
  }
  .pf-nav__logo{
    margin-left:0;
  }
  .pf-nav__logo img{
    height:22px;
  }
  .pf-nav__mobile{
    border-radius:28px;
  }
  .pf-nav__mobile::before, .pf-nav__mobile::after{
    border-radius:28px;
  }
  .pf-nav__mobile-content{
    padding:24px;
  }
}

/* Acessibilidade de movimento */
@media (prefers-reduced-motion: reduce){
  .pf-nav *,
  .pf-nav__mobile *{
    transition:none !important;
    animation:none !important;
  }
}

/* =====================================================================
   PF NAV DROPDOWN (ECOSSISTEMA) - TAMANHOS REDUZIDOS
   ===================================================================== */

.pf-nav__item-with-dropdown {
  position: relative; 
}

/* A "PONTE" INVISÍVEL (Gap) */
.pf-nav__item-with-dropdown::before {
  content: "";
  position: absolute;
  top: 100%; 
  left: 0;
  right: 0;
  height: 8px; 
  background: transparent; 
  z-index: 99; 
}


/* 2. O container do Dropdown (caixa de vidro) */
.pf-nav__dropdown {
  position: absolute;
  z-index: 100; 
  top: calc(100% + 8px); 
  left: 50%;
  width: max-content; 
  
  /* ========================================= */
  /* ATUALIZAÇÃO: Opacidade da Navbar */
  background: var(--pf-card-bg); 
  backdrop-filter: blur(var(--pf-blur, 20px));
  -webkit-backdrop-filter: blur(var(--pf-blur, 20px));
  /* ========================================= */

  border-radius: 20px; 
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .4), 0 2px 8px rgba(0, 0, 0, .3), 0 0 0 1px rgba(255, 255, 255, .12) inset; 
  will-change: clip-path, opacity, transform;
}

/* Bordas e Filtros do Dropdown */
.pf-nav__dropdown::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px; 
  padding: 1px;
  background: linear-gradient(180deg, rgba(226, 230, 239, .12) 0%, rgba(226, 230, 239, .08) 30%, rgba(226, 230, 239, 0) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.pf-nav__dropdown::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px; 
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, .05), inset 0 -1px 2px rgba(0, 0, 0, .05);
  pointer-events: none;
  z-index: 1;
  
  /* ========================================= */
  /* ATUALIZAÇÃO: Opacidade da Navbar (0.8) */
  opacity: .8; 
  /* ========================================= */
}

.pf-nav__dropdown-glass-filter,
.pf-nav__dropdown-glass-overlay {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
}
.pf-nav__dropdown-glass-filter {
  z-index: 1;
  filter: none !important;
  backdrop-filter: blur(4px) !important;
  -webkit-backdrop-filter: blur(4px) !impor
}
.pf-nav__dropdown-glass-overlay {
  z-index: 2;
  background: transparent;
}

/* 4. Conteúdo (Logos) */
.pf-nav__dropdown-content {
  position: relative;
  z-index: 4; 
  display: flex;
  gap: 24px; 
  align-items: center;
  justify-content: center;
  padding: 16px 20px; 
}

/* 5. Animação "Morph/Drop" */
.pf-nav__dropdown {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-50%) translateY(-20px); 
  clip-path: circle(0% at 50% 0); 
  transition: opacity .2s ease, 
              visibility 0s .35s, 
              clip-path .35s cubic-bezier(0.2, .8, .2, 1), 
              transform .35s cubic-bezier(0.2, .8, .2, 1);
}
.pf-nav__item-with-dropdown:hover .pf-nav__dropdown,
.pf-nav__item-with-dropdown:focus-within .pf-nav__dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
  clip-path: circle(150% at 50% 0);
  transition-delay: 0s; 
}


/* =================================================== */
/* HOVER ("POP & LIFT") CORRIGIDO - TAMANHOS REDUZIDOS */
/* =================================================== */

.pf-nav__dropdown-item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 50px; 
  outline-offset: 4px;
  background: rgba(255, 255, 255, 0); 
  transform: translateY(0);
  transition: transform .3s cubic-bezier(.16, 1, .3, 1), 
              background .3s cubic-bezier(.16, 1, .3, 1),
              box-shadow .3s cubic-bezier(.16, 1, .3, 1);
  
  /* Padding com lateral aumentado (20px) */
  padding: 8px 20px; 
}

.pf-nav__dropdown-item img {
  display: block;
  height: 24px; 
  width: auto;
  opacity: .8;
  transform: scale(1);
  transition: transform .3s cubic-bezier(.16, 1, .3, 1), 
              opacity .3s cubic-bezier(.16, 1, .3, 1);
}

.pf-nav__dropdown-item:hover,
.pf-nav__dropdown-item:focus {
  transform: translateY(-2px); 
  background: rgba(255, 255, 255, .1);
  box-shadow: 0 2px 8px rgba(0,0,0,.2); 
}

.pf-nav__dropdown-item:hover img,
.pf-nav__dropdown-item:focus img {
  opacity: 1; 
  transform: scale(1.08); 
}

/* Ajuste no link pai (Mantido) */
.pf-nav__item-with-dropdown:hover .pf-nav__item {
  opacity: 1;
  color: #fff;
}/* End custom CSS */