body::before,nav{position:fixed;top:0;left:0}.logo,nav{display:flex}body,nav{color:var(--texto)}body,header{position:relative}.botao-detalhes,.header-btn,.nav-links a{text-decoration:none}:root{--verde:#2e7d32;--verde-claro:#e9f5e7;--amarelo:#fdd835;--fundo:#fefefe;--texto:#222}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Poppins,sans-serif;scroll-behavior:smooth;z-index:0;background-color:var(--fundo)}body::before{content:"";right:0;bottom:0;background:url('../../Background/Background.webp') center center/cover no-repeat;opacity:.3;z-index:-1}nav{width:100%;padding:1.2rem 2rem;justify-content:space-between;align-items:center;z-index:999;transition:background .4s;background:0 0}nav.scrolled{background:var(--verde);color:#fff}.logo{align-items:center;font-size:1.6rem;font-weight:600;gap:.5rem}.language-switcher,.nav-right{align-items:center;display:flex}.logo img{height:70px;width:70px;vertical-align:middle}.nav-right{gap:1.5rem}.nav-links{display:flex;gap:1rem}.nav-links a{color:inherit;font-weight:500}.nav-links a:hover{color:var(--amarelo);transform:translateY(-2px)}.language-switcher{gap:.6rem}.language-switcher a{display:inline-block;padding:.2rem;border-radius:12px;transition:box-shadow .3s,background-color .3s,transform .3s}.language-switcher a.active{background-color:var(--amarelo);box-shadow:0 6px 12px rgba(0,128,0,.35);cursor:default}.language-switcher a:hover:not(.active){transform:translateY(-3px);filter:brightness(1.1)}.language-switcher .flag-icon{width:32px;height:32px;object-fit:contain;border-radius:8px;display:block}header{display:grid;grid-template-columns:1fr 1fr;height:100vh;min-height:300px;background:url('../../Background/car.webp') center/cover no-repeat;padding:0 5%;color:#fff;align-items:center}.hero-text{display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:1.5rem;text-shadow:1px 1px 5px #000;background-color:rgba(0,0,0,.5);padding:2rem;border-radius:16px}.coluna-taxi,.sobre,footer,h2,section>h2{text-align:center}.hero-text h1{font-size:3rem;margin:auto}.hero-image{display:flex;flex-direction:column;align-items:center;gap:1rem}.hero-image img{max-width:600px;width:100%;height:auto;display:block;margin:0 auto}.text-button-line{display:flex;flex-direction:row;align-items:center;gap:1rem}.text-button-line p{flex:1;max-width:550px;text-shadow:1px 1px 5px #000;font-size:1.2rem}.button-group,section{display:flex;flex-direction:column}.button-group{gap:1.5rem}.header-btn{background:var(--verde);text-shadow:1px 1px 5px rgba(0,0,0,.5);color:#fff;padding:.8rem 1.5rem;border:none;border-radius:30px;font-weight:600}.header-btn:hover{background:var(--amarelo)}#headerWrapper{width:100%;margin:0 auto;transform-origin:top center;transition:transform .1s;will-change:transform}section{padding:4rem 2rem;opacity:0;transform:translateY(40px);transition:.8s;align-items:center}section.visible{opacity:1;transform:translateY(0)}h2,section>h2{color:var(--verde);margin-bottom:2rem}section>div,section>form,section>p.sobre{background:#ffffffcc;backdrop-filter:blur(5px);border-radius:24px;padding:2rem;width:100%;max-width:80%;min-width:320px;text-align:left;box-shadow:0 4px 16px rgba(0,0,0,.05)}.services,.testemunhos{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.service,.testemunho{background:var(--verde-claro);border-radius:16px;padding:2rem;text-align:center;transition:transform .3s;box-shadow:0 2px 8px rgba(0,0,0,.05)}.service-icon,footer{background:var(--verde)}.coluna-taxi:hover,.service:hover,.testemunho:hover{transform:translateY(-6px);background:var(--amarelo)}.service-icon{color:#fff;font-size:2rem;width:50px;height:50px;border-radius:50%;line-height:50px;margin:0 auto 1rem}.service-img{width:60px;height:60px;object-fit:contain;margin-bottom:1rem;transition:transform .3s}.sobre,form{margin:0 auto}.service:hover .service-img{transform:scale(1.3)}.testemunho p{padding:1rem;font-weight:500}.sobre{font-size:1.1rem}.cartao-taxi{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;padding:2rem}.coluna-taxi{background-color:var(--verde-claro);border-radius:20px;padding:1.5rem;display:flex;flex-direction:column;align-items:center}.imagem-taxi{max-height:350px;max-width:100%;border-radius:8px;margin-bottom:1rem;height:auto}.titulo-taxi{font-size:1.5rem;margin-top:.5rem}.preco-km{font-size:1.75rem;color:#28a745;margin:1rem 0}.coluna-taxi-descrip{font-size:.75rem;margin-bottom:1rem}.coluna-taxi p:last-of-type{margin-top:auto}.botao-detalhes{display:inline-block;padding:.5rem 1rem;background-color:#007bff;color:#fff;border-radius:6px;transition:background .3s}.botao-detalhes:hover{background-color:#0056b3}.descricao-taxi ul{list-style:disc;padding-left:1.2rem;margin-bottom:1rem}.pagamentos-grid{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:.5rem}.pagamentos-grid img{height:70px;width:70px;object-fit:contain;filter:grayscale(.3);transition:transform .2s}.pagamentos-grid img:hover{transform:scale(1.2)}.palavras-chave-seo{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}form{max-width:600px;display:flex;flex-direction:column;gap:1rem}input,textarea{padding:.8rem;border-radius:8px;border:1px solid #ccc}footer{color:#fff;padding:2rem;margin-top:3rem}@media (max-width:1000px){.hero-text{padding:1.5rem;margin-right:1rem;gap:1rem}header{grid-template-columns:1fr;padding:1rem}.hero-image{display:none}}@media (max-width:768px){.cartao-taxi,.services,.testemunhos,header{grid-template-columns:1fr}nav{flex-direction:row;justify-content:space-between;align-items:center;padding:1rem 2rem;flex-wrap:nowrap}.logo{flex:1}.nav-right{display:flex;gap:1rem;align-items:center}.hero-image,.nav-links{display:none}.language-switcher{order:1;margin-left:auto}.cartao-taxi,header{padding:1rem}.hero-text{padding:1.5rem;gap:1rem}.hero-text h1{font-size:2rem}.hero-image{margin-top:2rem}.text-button-line{flex-direction:column;align-items:flex-start}.text-button-line p{font-size:1rem}.button-group{width:100%;flex-direction:column}.header-btn{width:100%;text-align:center}.imagem-taxi{width:100%;max-height:none}.pagamentos-grid img{height:40px}footer{font-size:.9rem}}@media (max-width:410px){.logo{font-size:1.2rem;gap:.3rem}.logo img{height:50px;width:50px}.language-switcher a{padding:.1rem;font-size:.85rem}.language-switcher .flag-icon{width:24px;height:24px;border-radius:6px}}@media (max-width:325px){nav{padding:.8rem 1rem}.logo{font-size:1rem}.logo img{height:40px;width:40px}.language-switcher a{font-size:.75rem;padding:.05rem}.language-switcher .flag-icon{width:20px;height:20px;border-radius:4px}}