@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


:root{
  --accent:#2b7eb6;
  --muted:#6b7280;
  --bg:#f7faf9;
  --card:#ffffff;
  --radius:16px;
}
*{box-sizing:border-box}
body{font-family:Inter, system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial; margin:0; color:#0f172a; background:var(--bg); -webkit-font-smoothing:antialiased}
.container{max-width:1100px;margin:0 auto;padding:1rem}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:1rem 0}
.brand{font-weight:700;color:var(--accent);letter-spacing:0.5px}
.nav{display:flex;gap:1rem}
.nav a{color:var(--muted);text-decoration:none}
.menu-toggle{display:none;background:none;border:0;font-size:1.4rem}
.hero{padding:2.5rem 0}
.hero-inner{display:grid;grid-template-columns:1fr 420px;gap:2rem;align-items:center}
.hero-inner img{width:100%;height:320px;object-fit:cover;border-radius:var(--radius);box-shadow:0 8px 30px rgba(2,6,23,0.08)}
.hero h2{font-size:1.8rem;margin:0 0 0.5rem}
.sobre{padding:2rem 0}
.cards{display:flex;gap:2rem;margin-top:1rem}
.card{background:var(--card);padding:1rem;border-radius:12px;flex:1;box-shadow:0 6px 18px rgba(2,6,23,0.06)}
.fotos{padding:2rem 0}
.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:0.6rem}
.gallery img{width:100%;height:200px;object-fit:cover;border-radius:10px;cursor:pointer;transition:transform .18s}
.gallery img:hover{transform:scale(1.03)}
.contato{padding:2rem 0}
.form{display:grid;gap:0.6rem;max-width:520px}
.form input,.form textarea{padding:0.6rem;border-radius:8px;border:1px solid #e6e9ee}
.site-footer{padding:1.2rem 0;text-align:center;color:var(--muted)}
.lightbox{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(2,6,23,0.6);visibility:hidden;opacity:0;transition:opacity .2s}
.lightbox[aria-hidden="false"]{visibility:visible;opacity:1}
.lightbox img{max-width:90%;max-height:80%;border-radius:8px;box-shadow:0 18px 60px rgba(2,6,23,0.6)}
.close-lightbox{position:absolute;top:18px;right:18px;background:none;border:0;color:white;font-size:2.2rem}

/* Responsividade */
@media (max-width:900px){
  .hero-inner{grid-template-columns:1fr;}
  .hero-inner img{height:220px}
  .gallery{grid-template-columns:repeat(2,1fr)}
  .cards{flex-direction:column}
}
@media (max-width:520px){
  .nav{display:none}
  .menu-toggle{display:block}
  .gallery img{height:140px}
}
.card span{
    display: flex;
    margin-left: 5px;
}
.whatsapp-btn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.form label {
    font-weight: 500;
    margin-bottom: 4px;
}
.form textarea {
    margin-bottom: 10px;
}
.localizacao {
    font-family: "Poppins", sans-serif;
    padding: 40px 20px;
    font-size: 60px;
    background: #f9f9f9;
    text-align: center;
}

.localizacao h2 {
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 1.9rem;
}
.mapa-container {
    max-width: 600px;
    margin: 0 auto; /* centraliza horizontalmente */
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
.btnn{
    margin-top: 100px;
    width: 220px;
    text-decoration: none;
    border-radius: 25px;
    background-color: #2b7eb6;
    border: solid 4px;
    align-items: center;
    border-color: #2b7eb6;
    color: #ffffff;
    font-size: 25px;
    display: flex;
    justify-content: center;
    height: 65px;
}
.info{
    margin-top: 5px;
    font-size: 21px;
    font-weight: 400;
}
    .btn{
        display: flex;
        border-radius: 25px;
        height: 30px;
        width: 80px;
        color: #e6e9ee;
        background-color: #2b7eb6;
        border: none;
        align-items: center;
        justify-content: center;
        flex-direction: center;
    }

    .whatsapp-btn {
  position: fixed;
  right: 18px;
  bottom: 18px;
  background: var(--accent);
  width: 50px; /* aumentei o tamanho */
  height: 50px; /* aumentei o tamanho */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  box-shadow: 0 10px 30px rgba(43,182,115,0.22);
  text-decoration: none;
  overflow: visible; 
}


@media (max-width:900px) {
  .hero-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .hero-inner img {
    height: auto;
    max-height: 280px;
  }
  .cards {
    flex-direction: column;
    gap: 1rem;
  }
  .btnn {
    margin: 1.5rem auto 0;
  }
}

@media (max-width:600px) {
  body {
    font-size: 15px;
  }
  .container {
    padding: 0.8rem;
  }
  .hero h2 {
    font-size: 1.4rem;
  }
  .info {
    font-size: 0.95rem;
  }
  .gallery {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  .gallery img {
    height: auto;
    max-height: 200px;
  }
  .localizacao {
    font-size: 1rem;
    padding: 20px 10px;
  }
  .mapa-container iframe {
    width: 100%;
    height: 250px;
  }
}

@media (max-width:520px) {
  /* Menu mobile */
  .nav {
    display: none;
    flex-direction: column;
    gap: 1rem;
    background: var(--card);
    position: absolute;
    top: 60px;
    right: 1rem;
    padding: 1rem;
    border-radius: var(--radius);
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  }
  .nav.active {
    display: flex;
  }
  .menu-toggle {
    display: block;
  }

  .hero-inner {
    gap: 1rem;
  }
  .btnn {
    width: 400px;
    max-width: 1000px;
    font-size: 12px;
    height: 55px;
  }
  .gallery img {
    height: 160px;
  }
  .whatsapp-btn {
    width: 45px;
    height: 45px;
    right: 12px;
    bottom: 12px;
  }
 
}
.info{
    font-weight: 400;
    font-size: 25px;
}