.elementor-3121 .elementor-element.elementor-element-816b06d{--display:flex;}/* Start custom CSS for html, class: .elementor-element-229842a */:root{
  --bg:#0b0c10;
  --card:#11131a;
  --text:#f5f7ff;
  --muted:#b9bfd6;
  --line: rgba(255,255,255,.10);
  --axd:#ff6a00;
  --axd2:#ff8a3d;
  --ok:#21c55d;
  --shadow: 0 18px 40px rgba(0,0,0,.45);
  --radius:18px;
  --max:1120px;
  --font: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Helvetica Neue", Noto Sans, "Apple Color Emoji","Segoe UI Emoji";
}
*{ box-sizing:border-box; }
html,body{
  margin:0; padding:0;
  background: radial-gradient(1200px 700px at 10% 0%, rgba(255,106,0,.18), transparent 55%),
              radial-gradient(900px 600px at 90% 10%, rgba(255,138,61,.12), transparent 55%),
              var(--bg);
  color:var(--text); font-family:var(--font);
}
html{ scroll-behavior:smooth; }
a{ color:inherit; text-decoration:none; }
img{ max-width:100%; display:block; }

.wrap{ max-width:var(--max); margin:0 auto; padding:0 18px; }

.topbar{
  position:sticky; top:0; z-index:50;
  backdrop-filter: blur(10px);
  background: rgba(11,12,16,.70);
  border-bottom: 1px solid var(--line);
}
.topbar .inner{
  display:flex; align-items:center; justify-content:space-between;
  gap:14px; padding:14px 0;
}
.brand{ display:flex; align-items:center; gap:12px; min-width:0; }
.brand .name{ line-height:1.05; min-width:0; }
.brand .name strong{ display:block; font-size:15px; letter-spacing:.6px; color:#fff; }
.brand .name span{ display:block; font-size:12px; color:rgba(255,255,255,.85); }

/* ✅ LOGO QUADRADO BRANCO (substitui o laranja) */
.logo{
  width:44px; height:44px;
  border-radius:12px;                 /* quadrado arredondado */
  background:#ffffff !important;      /* branco */
  border:1px solid rgba(0,0,0,.10);
  box-shadow: 0 10px 25px rgba(0,0,0,.25);
  display:grid; place-items:center;
  overflow:hidden;
  flex:0 0 auto;
  padding:6px;
}
.logo img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}

/* Menu */
.nav{ display:flex; align-items:center; gap:10px; flex-wrap:wrap; justify-content:flex-end; }
.nav a{ font-size:13px; color:rgba(255,255,255,.85); padding:8px 10px; border-radius:999px; }
.nav a:hover{ background: rgba(255,255,255,.06); color:#fff; }

/* Botões */
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  gap:10px; padding:12px 16px;
  border-radius:999px; border:1px solid transparent;
  font-weight:700; font-size:14px; cursor:pointer;
  transition:.18s ease; user-select:none; white-space:nowrap;
}
.btn-primary{
  background: linear-gradient(135deg, var(--axd), var(--axd2));
  color:#120a05;
  box-shadow: 0 16px 30px rgba(255,106,0,.20);
}
.btn-primary:hover{ transform: translateY(-1px); filter:saturate(1.05); }
.btn-ghost{
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.10);
  color: var(--text);
}
.btn-ghost:hover{ background: rgba(255,255,255,.10); }

/* Hero */
.hero{ padding: 44px 0 18px; }
.hero-grid{
  display:grid; gap:18px;
  grid-template-columns: 1.25fr .75fr;
  align-items:stretch;
}
@media (max-width: 980px){
  .hero-grid{ grid-template-columns:1fr; }
  .nav{ display:none; }
}

.card{
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.hero-left{ padding: 26px; position:relative; overflow:hidden; }
.badge{
  display:inline-flex; align-items:center; gap:8px;
  padding:8px 12px; border-radius:999px;
  background: rgba(33,197,93,.12);
  border: 1px solid rgba(33,197,93,.22);
  color: #bff3cf;
  font-weight:700;
  font-size:12px;
}
.hero h1{
  margin:14px 0 10px;
  font-size: clamp(28px, 3.3vw, 46px);
  line-height:1.05;
  letter-spacing:-.7px;
}
.hero p{
  margin:0 0 18px;
  color: var(--muted);
  font-size: 15px;
  line-height:1.55;
  max-width: 62ch;
}
.hero-cta{ display:flex; gap:10px; flex-wrap:wrap; align-items:center; }
.mini{
  margin-top:14px;
  display:flex; gap:10px; flex-wrap:wrap;
  color: var(--muted);
  font-size:12px;
}
.chip{
  display:inline-flex; gap:8px; align-items:center;
  padding:8px 10px; border-radius:999px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
}

.hero-right{ padding: 16px; display:grid; gap:12px; }

/* ✅ Correção “vazio” dos cards de imagem */
.imgbox{
  border-radius: 16px; overflow:hidden;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.02);
  position:relative;
  min-height: 0 !important;
  height: auto !important;
  aspect-ratio: 16 / 9;
}
.imgbox img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  display:block !important;
}
.hero-right .imgbox{ aspect-ratio: 4 / 3; }

.imgcap{
  position:absolute; left:12px; bottom:12px;
  padding:8px 10px; border-radius:12px;
  background: rgba(0,0,0,.50);
  border: 1px solid rgba(255,255,255,.10);
  color: rgba(255,255,255,.92);
  font-size:12px;
  backdrop-filter: blur(8px);
}

/* Seções */
section{ padding: 22px 0; }
.section-title{
  display:flex; align-items:flex-end; justify-content:space-between; gap:12px;
  margin: 0 0 12px;
  flex-wrap: wrap;
}
.section-title h2{ margin:0; font-size: 22px; letter-spacing:-.4px; }
.section-title p{ margin:0; color: var(--muted); font-size: 13px; }

.grid-3{ display:grid; gap:12px; grid-template-columns: repeat(3, 1fr); }
.grid-2{ display:grid; gap:12px; grid-template-columns: repeat(2, 1fr); }
@media (max-width: 980px){
  .grid-3{ grid-template-columns:1fr; }
  .grid-2{ grid-template-columns:1fr; }
}

/* Features */
.feature{ padding:16px; }
.feature .icon{
  width:42px; height:42px; border-radius:14px;
  display:grid; place-items:center;
  background: rgba(255,106,0,.12);
  border: 1px solid rgba(255,106,0,.20);
  margin-bottom: 10px;
  font-weight:900;
  color: var(--axd2);
}
.feature h3{ margin: 0 0 8px; font-size: 15px; }
.feature p{ margin: 0; color: var(--muted); font-size: 13px; line-height:1.55; }

/* Rotas */
.routes{ padding: 16px; }
.route-row{
  display:flex; align-items:center; justify-content:space-between; gap:10px;
  padding: 12px; border-radius: 14px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  margin-top: 10px;
}
.route-row strong{ font-size: 13px; }
.route-row span{ color: var(--muted); font-size: 12px; }
.tag{
  display:inline-flex; align-items:center; gap:8px;
  padding:8px 10px; border-radius:999px;
  background: rgba(255,106,0,.14);
  border: 1px solid rgba(255,106,0,.22);
  color: #ffd7bf;
  font-weight:800;
  font-size:12px;
  white-space:nowrap;
}

/* Galeria */
.gallery{ padding: 16px; }
.gallery-grid{
  display:grid; gap:10px;
  grid-template-columns: repeat(12, 1fr);
}
.g1{ grid-column: span 7; min-height: 220px; }
.g2{ grid-column: span 5; min-height: 220px; }
.g3{ grid-column: span 4; min-height: 200px; }
.g4{ grid-column: span 4; min-height: 200px; }
.g5{ grid-column: span 4; min-height: 200px; }
@media (max-width: 980px){
  .g1,.g2,.g3,.g4,.g5{ grid-column: span 12; }
}
.gallery-grid .imgbox{
  aspect-ratio: auto;
  height: auto !important;
  min-height: unset !important;
}

/* Depoimentos */
.quote{ padding:16px; }
.quote p{ margin:0 0 10px; color: var(--text); font-size: 14px; line-height:1.6; }
.quote .who{ display:flex; align-items:center; gap:10px; color: var(--muted); font-size: 12px; }
.avatar{
  width:34px; height:34px; border-radius:12px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.10);
  overflow:hidden;
  flex: 0 0 auto;
}
.avatar img{ width:100%; height:100%; object-fit:cover; }

/* FAQ */
details{
  padding: 14px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
}
details + details{ margin-top:10px; }
summary{ cursor:pointer; font-weight:800; font-size: 13px; }
details p{ margin:10px 0 0; color: var(--muted); font-size: 13px; line-height:1.6; }

/* Contato */
.contact{ padding: 16px; }
label{ display:block; font-size:12px; color: var(--muted); margin: 10px 0 6px; }
input, textarea{
  width:100%;
  padding: 12px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.18);
  color: var(--text);
  outline:none;
}
input:focus, textarea:focus{ border-color: rgba(255,106,0,.35); box-shadow: 0 0 0 4px rgba(255,106,0,.12); }
textarea{ min-height: 110px; resize: vertical; }
.fineprint{ margin-top:10px; color: var(--muted); font-size: 12px; line-height:1.5; }

.contact-hero{
  border-radius: 16px;
  overflow:hidden;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.02);
  position:relative;
  min-height: 0 !important;
  aspect-ratio: 4 / 3;
}
.contact-hero img{ width:100% !important; height:100% !important; object-fit:cover !important; }
.contact-hero .cap{
  position:absolute; left:12px; bottom:12px;
  padding:10px 12px; border-radius:14px;
  background: rgba(0,0,0,.52);
  border: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(10px);
  max-width: calc(100% - 24px);
}
.contact-hero .cap strong{ display:block; font-size:13px; letter-spacing:.2px; }
.contact-hero .cap span{ display:block; font-size:12px; color: rgba(255,255,255,.85); margin-top:2px; }

/* Footer */
footer{
  padding: 22px 0 34px;
  color: var(--muted);
  font-size: 12px;
  border-top: 1px solid var(--line);
  margin-top: 18px;
}

/* Floating WhatsApp */
.whats-float{
  position: fixed; right: 18px; bottom: 18px; z-index: 80;
  display:flex; align-items:center; gap:10px;
  padding: 12px 14px;
  border-radius: 999px;
  background: rgba(33,197,93,.14);
  border: 1px solid rgba(33,197,93,.25);
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 40px rgba(0,0,0,.45);
  max-width: calc(100vw - 36px);
}
.whats-dot{
  width:12px; height:12px; border-radius:999px;
  background: var(--ok);
  box-shadow: 0 0 0 6px rgba(33,197,93,.16);
  flex: 0 0 auto;
}
.whats-float strong{ font-size: 12px; }
.whats-float span{ display:block; font-size: 11px; color: #d7ffe5; opacity:.95; }
.whats-float:hover{ transform: translateY(-1px); }

/* Slogan (PNG) */
.slogan{
  margin-top: 14px;
  width: min(420px, 100%);
  opacity: .98;
  filter: drop-shadow(0 12px 22px rgba(0,0,0,.45));
}
@media (max-width: 980px){
  .slogan{ width: min(360px, 100%); }
}

/* Sobre (stats) */
.about{ padding: 16px; }
.stats{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap:12px;
  margin-top: 10px;
}
@media (max-width: 980px){
  .stats{ grid-template-columns: repeat(2, 1fr); }
}
.stat{
  padding:14px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
}
.stat .n{
  font-size: 26px;
  font-weight: 900;
  letter-spacing: -.6px;
  line-height:1;
}
.stat .l{
  margin-top: 6px;
  font-size: 12px;
  color: var(--muted);
  line-height:1.4;
}
.about .note{
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

/* Mobile ajustes */
@media (max-width: 520px){
  .btn{ width:100%; }
  .route-row{ flex-direction:column; align-items:flex-start; }
  .whats-float{ left: 18px; right: 18px; justify-content:center; }
  .whats-float span{ display:none; }
  body{ padding-bottom: 84px; }
  .hero-right .imgbox{ aspect-ratio: 16/10; }
  .imgbox{ aspect-ratio: 4/3; }
}

/* Divisor */
.divider{ height:1px; background: var(--line); margin: 12px 0; }

.about-text{
  margin: 12px 0 0;
  color: rgba(255,255,255,.85);
  font-size: 13px;
  line-height: 1.7;
  max-width: 70ch;
}

.about-fill{
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 14px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
}

.about-pill{
  display: inline-flex;
  align-items: center;
  padding: 10px 12px;
  border-radius: 999px;
  font-size: 12px;
  color: rgba(255,255,255,.88);
  background: rgba(0,0,0,.18);
  border: 1px solid rgba(255,255,255,.10);
}

/* ===== FUNCIONÁRIO DO MÊS ===== */

.employee{
  position: relative;
  padding: 18px;
  overflow: hidden;
}

.employee-wrap{
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}

.employee-photo{
  width: 120px;
  height: 160px;
  border-radius: 16px;
  overflow: hidden;
  border: 2px solid rgba(255,255,255,.18);
  box-shadow: 0 12px 30px rgba(0,0,0,.45);
  background: rgba(0,0,0,.25);
}

.employee-photo img{
  width:100%;
  height:100%;
  object-fit: cover;
}

.employee-info{
  flex:1;
  min-width: 220px;
}

.employee-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 12px;
  border-radius:999px;
  background: rgba(255,106,0,.16);
  border: 1px solid rgba(255,106,0,.35);
  color: #ffd7bf;
  font-size:12px;
  font-weight:800;
  margin-bottom:8px;
}

.employee-info h3{
  margin:0 0 6px;
  font-size: 18px;
  letter-spacing:.2px;
}

.employee-info p{
  margin:0;
  font-size:13px;
  line-height:1.6;
  color: rgba(255,255,255,.88);
}

/* Fundo brilho festivo */
.employee-glow{
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(600px 200px at 20% -20%, rgba(255,106,0,.18), transparent 60%),
    radial-gradient(500px 200px at 80% 120%, rgba(33,197,93,.18), transparent 60%);
}

/* Canvas fogos/confetes */
#employeeFX{
  position:absolute;
  inset:0;
  pointer-events:none;
  z-index:2;
}

/* Mobile */
@media (max-width:520px){
  .employee-wrap{
    justify-content:center;
    text-align:center;
  }
  .employee-photo{
    margin:auto;
  }
}

/* ===== LINHA EXTRA NO "SOBRE" (para preencher o lado direito) ===== */
.about-row-2{
  margin-top: 12px;
}

/* ===== FUNCIONÁRIO DO MÊS (ajuste para ficar mais cheio) ===== */
.employee{
  position: relative;
  padding: 18px;
  overflow: hidden;
  min-height: 250px;
}

.employee-wrap{
  display:flex;
  gap:16px;
  align-items:center;
  flex-wrap:wrap;
}

.employee-photo{
  width: 120px;
  height: 160px;
  border-radius: 16px;
  overflow:hidden;
  border: 2px solid rgba(255,255,255,.18);
  background: rgba(0,0,0,.25);
  flex: 0 0 auto;
}

.employee-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.employee-info{
  flex:1;
  min-width: 240px;
}

.employee-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 12px;
  border-radius:999px;
  background: rgba(255,106,0,.16);
  border: 1px solid rgba(255,106,0,.35);
  color: #ffd7bf;
  font-size:12px;
  font-weight:800;
  margin-bottom:8px;
}

.employee-info h3{
  margin:0 0 6px;
  font-size: 18px;
  letter-spacing:.2px;
}

.employee-info p{
  margin:0;
  font-size:13px;
  line-height:1.6;
  color: rgba(255,255,255,.88);
}

.employee-glow{
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(600px 220px at 15% -10%, rgba(255,106,0,.18), transparent 60%),
    radial-gradient(520px 240px at 85% 115%, rgba(33,197,93,.18), transparent 60%);
}

#employeeFX{
  position:absolute;
  inset:0;
  pointer-events:none;
  z-index:2;
}

/* ===== CARD MASCOTE (preenche o lado direito) ===== */
.mascot-card{
  padding: 18px;
  position: relative;
  overflow: hidden;
  min-height: 250px;
}

.mascot-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:10px;
}

.mascot-head h3{
  margin:0;
  font-size:18px;
}

.mascot-head p{
  margin:0;
  color: var(--muted);
  font-size: 13px;
}

.mascot-body{
  display:flex;
  gap:14px;
  align-items:center;
  flex-wrap:wrap;
}

.mascot-img{
  width: 150px;
  height: 150px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.18);
  flex: 0 0 auto;
}

.mascot-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.mascot-text{
  flex:1;
  min-width: 240px;
}

.mascot-text p{
  margin:0;
  color: rgba(255,255,255,.88);
  font-size:13px;
  line-height:1.6;
}

.mascot-cta{
  margin-top: 12px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.mascot-bg{
  position:absolute;
  inset:-40px;
  background:
    radial-gradient(500px 260px at 20% 0%, rgba(255,106,0,.12), transparent 60%),
    radial-gradient(520px 260px at 80% 100%, rgba(255,255,255,.06), transparent 65%);
  pointer-events:none;
}

@media (max-width:520px){
  .mascot-body{ justify-content:center; text-align:center; }
  .mascot-img{ margin: 0 auto; }
}


/* ====== COMPROMISSO: imagem preenchendo o card ====== */
.card.compromisso{
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* faz a área da imagem ocupar todo o restante do card */
.card.compromisso .imgbox.fill{
  flex: 1 1 auto;
  height: 100% !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
}

/* garante que a imagem preencha vertical e horizontal */
.card.compromisso .imgbox.fill img{
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

/* ===== INSTAGRAM AXD ===== */

.insta-card{
  padding: 16px;
  margin-top: 12px;
}

.insta-content{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.insta-content strong{
  font-size: 15px;
}

.insta-content p{
  margin: 4px 0 0;
  font-size: 13px;
  color: rgba(255,255,255,.8);
}

@media(max-width:520px){
  .insta-content{
    text-align: center;
    justify-content: center;
  }
}


/* ===== MAPA AXD AJUSTE PROFISSIONAL ===== */

.fill-map{
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.fill-map iframe{
  width: 100% !important;
  height: 100% !important;
  min-height: 420px;
  border: none !important;
  border-radius: 18px;
}

/* Desktop grande */
@media (min-width:1200px){
  .fill-map iframe{
    min-height: 460px;
  }
}

/* Mobile */
@media (max-width:520px){
  .fill-map iframe{
    min-height: 300px;
  }
}

// ===== ANIMAÇÃO SUAVE AO ROLAR =====

const revealElements = document.querySelectorAll(".reveal");

const revealObserver = new IntersectionObserver((entries) => {
  entries.forEach(entry => {
    if(entry.isIntersecting){
      entry.target.classList.add("show");
      revealObserver.unobserve(entry.target);
    }
  });
},{
  threshold: 0.15
});

revealElements.forEach(el => revealObserver.observe(el));/* End custom CSS */