/******************************************/
/* RESPONSIVIDADE PARA CELULAR (até 812px) */
/******************************************/

/* 🔧
 Ajuste global */

body {
  overflow-x: hidden; /* impede scroll horizontal */
}

/* HEADER */
.header {
  flex-direction: row;
  align-items: flex-start;
  text-align: center;
  font-size: 100%;
  padding: 10px;
  margin-top: 10px;
  
}

#logo {
  width: 150px;
  height: 45px;
 
  
}

.whatsapp-btn {
  background-color: #25D366;
  color: white;
  text-decoration: none;
  padding: 8px 14px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: bold;
  margin-top: -1px;
}


/* HERO */
.hero {
  flex-direction: column;
  text-align: center;
  padding: 25px 10px;
  gap: 20px;
  
}

.hero-texto h1 {
  font-size: 2rem;
  margin-bottom: 15px;
  margin-top: 0px;
}

.hero-texto p {
  font-size: 1.5rem;
  padding: 0 10px;
}

.hero-imagem img {
  width: 90%;
  max-width: 350px;
}

/* CONTADOR PRINCIPAL */
#contador {
  display: flex;
  flex-direction: row;       /* lado a lado */
  justify-content: center;   /* centraliza horizontalmente */
  align-items: flex-start;
  flex-wrap: wrap;           /* quebra se não couber */
  gap: 25px;                 /* espaço entre os blocos */
  padding: 15px;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: -15px;
}

/* BLOCO BASE (cada par número + texto) */
.contbase {
  display: flex;
  flex-direction: column;    /* número em cima, texto embaixo */
  align-items: center;       /* centraliza verticalmente */
  justify-content: center;
  flex: 1 1 45%;             /* cada bloco ocupa ~metade da largura */
  min-width: 140px;          /* impede encolher demais */
  box-sizing: border-box;
}

/* NÚMEROS */
.textocima {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin: 0;
  padding: 0;
  
}

.textocima h2 {
  font-size: 4.1rem;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 1;
}

/* TEXTOS DE BAIXO */
.textobaixo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -20px;
  margin-right: 0px;
  line-height: 1.1;
  
}

.textobaixo h6 {
  font-size: 1rem;
  font-weight: normal;
  margin: 0px;
  padding: 0;
  text-align: center;
  white-space: nowrap; /* impede quebrar texto em duas linhas */
  
  
}



/* BOTÃO */
.btn-whatsapp {
  font-size: 1rem;
  padding: 10px 20px;
  margin-top: -100px;
  margin-bottom: 25px;
  
}

/* SERVIÇOS */
.servicos-titulo {
  font-size: 2.3rem;
  margin: 20px 0;
}

.servicos p {
  padding: 10px 20px;
  font-size: 1.5rem;
  line-height: 1.1;
  text-align: center;
}

/* CARDS */
#cardcontainer {
  flex-direction: column;
  gap: 30px;
}

.card {
  width: 90%;
  margin: 0 auto;
  padding: 20px;
}

/* DEPOIMENTOS */
#oquedizem {
  font-size: 2.3rem;
  margin: 30px 0 20px;
}

#depoimentos p {
  padding: 10px 20px;
  font-size: 1.5rem;
  line-height: 1.1;
  text-align: center;
}

/* CTA FINAL */
.cta-conteudo h2 {
  font-size: 2.2rem;
  line-height: 1.2;
}

.cta-conteudo p {
  font-size: 1.5rem;
  line-height: 1.1;
  padding: 0 15px;
}

/* FOOTER */
footer {
  flex-direction: column;
  align-items: center;
  height: auto;
  padding: 30px 10px;
  text-align: center;
}

#mapa {
  width: 90%;
  height: 180px;
  margin-bottom: 20px;
}

#infos {
  flex-direction: column;
  width: 100%;
  align-items: center;
  margin-left: 0;
}

.icones {
  font-size: 35pt;
  margin-bottom: 5px;
  display: inline-block;
  height: 50px;
}

#local,
#horario,
#contato {
  width: 90%;
  
  
}
