/* Fonte padrão: Open Sans */
body {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  background-color: #ffffff;
  color: #36454F;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

/* HERO SECTION */
.hero-grid {
  position: relative;
  background: url('fundo.jpg.JPEG') no-repeat center center/cover;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(0, 0, 0);
  overflow: hidden;
}

.overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.hero-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
  position: relative;
  width: 100%;
  max-width: 1200px;
}

.hero-texto {
  flex: 1;
  padding: 60px 20px 60px 60px;
  text-align: left;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-texto h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 70px;
  margin: 0 0 10px;
  color: white;
  line-height: 1.2;
}


.hero-texto h2 span {
 font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 40px;
  margin: 0 0 10px;
  color: rgb(255, 102, 0);
  line-height: 1.2;
}



.subtexto {
  margin-top: 20px;
  font-size: 20px;
  color: #eeeeee;
  max-width: 520px;
}

.whatsapp-btn {
  background-color: #008011;
  color: white;
  padding: 14px 30px;
  text-decoration: none;
  border-radius: 20px;
  font-weight: 600;
  display: inline-block;
  margin-top: 30px;
  transition: 0.3s;
  font-family: 'Open Sans', sans-serif;
}

.whatsapp-btn:hover {
  background-color: #25f064;
}

/* CARD GOOGLE */
.hero-imagem {
  flex: 1;
  text-align: center;
  padding: 20px;
}

.hero-imagem img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease;
}

.hero-imagem img:hover {
  transform: scale(1.03);
}

/* Seção de diferenciais */
.diferenciais {
  background-color: #ffffff;
  padding: 80px 20px;
  text-align: center;
}

.diferenciais h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  color: #000080;
  margin-bottom: 40px;
}

.grid-diferenciais {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  justify-content: center;
  align-items: start;
}

@media screen and (max-width: 900px) {
  .grid-diferenciais {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 600px) {
  .grid-diferenciais {
    grid-template-columns: 1fr;
  }
}


.item {
  text-align: center;
  padding: 10px;
}

.icon-circle {
  width: 72px;
  height: 72px;
  background-color: #000080;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
}

.icon-circle i {
  font-size: 26px;
  color: #ffffff;
}

.item h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  color: #222;
  margin-bottom: 10px;
}

.item p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #555;
  line-height: 1.5;
}

.observacao {
  font-size: 3px;
  color: #999;
  margin-top: 4px;
  line-height: 1.2;
  font: italic;
}

.whatsapp-btn.meio {
  margin-top: 60px;
  background-color: #008011;
  padding: 16px 32px;
  font-size: 16px;
  border-radius: 20px;
  color: white;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s;
}

.whatsapp-btn.meio:hover {
  background-color: #1f9b00;
}
.servicos {
  background-color: #f8f8f8;
  padding: 80px 20px;
  text-align: center;
}

.servicos h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  color: #000080;
  margin-bottom: 40px;
}

.grid-servicos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.servico-card {
  background-color: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.servico-imagem {
  height: 180px;
  background-size: cover;
  background-position: center;
}

.servico-texto {
  padding: 20px 18px;
  font-size: 15px;
  text-align: left;
  line-height: 1.5;
}

.servico-texto h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  margin-bottom: 10px;
  color: #000;
}

.servico-texto p {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #444;
  line-height: 1.5;
}
/*DEPOIMENTO*/

.depoimentos {
  background-color: #fff;
  padding: 80px 20px;
  text-align: center;
}

.depoimentos h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  color: #000080;
  margin-bottom: 40px;
}

.grid-depoimentos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.depoimento-card {
  background-color: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 0 15px rgba(0,0,0,0.08);
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cliente {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 10px;
}

.avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.avatar.letra {
  background-color: #000080;
  color: white;
  font-weight: bold;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.depoimento-card h3 {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  color: #000080;
  margin: 0;
}

.estrelas {
  color: #FFD700;
  font-size: 16px;
  margin-bottom: 10px;
}

.depoimento-card p {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #444;
  line-height: 1.5;
}
/*COMO FUNCIONA*/

.como-funciona {
  background-color: #f8f8f8;
  padding: 80px 20px;
  text-align: center;
}

.como-funciona h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  color: #000080;
  margin-bottom: 40px;
}

.grid-funciona {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 40px;
  margin-bottom: 40px;
}

.funciona-item {
  text-align: center;
  padding: 20px;
}

.funciona-item h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  margin: 15px 0 10px;
  color: #000080;
}

.funciona-item p {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #444;
  line-height: 1.5;
}

/* Reutilizando o estilo dos ícones redondos */
.como-funciona .icon-circle {
  width: 72px;
  height: 72px;
  background-color: #000080;
  border-radius: 50%;
  color: #fff;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.conheca {
  background-color: #ffffff;
  padding: 80px 20px;
}

.conheca h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  color: #000080;
  margin-bottom: 30px;
}

.conheca-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media (min-width: 768px) {
  .conheca-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.conheca-texto {
  flex: 2;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #444;
  line-height: 1.6;
}

.conheca-dados {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.dado {
  background-color: #000080;
  color: white;
  text-align: center;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(172, 0, 0, 0.1);
}

.dado strong {
  font-size: 28px;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
  font-family: 'Montserrat', sans-serif;
}

.dado span {
  font-size: 14px;
}
/*RODAPE*/
.rodape {
  background-color: #000080;
  color: white;
  text-align: center;
  padding: 40px 20px 20px;
  font-family: 'Open Sans', sans-serif;
}

.rodape-info {
  margin: 10px 0;
  font-size: 16px;
}

.rodape-info i {
  margin-right: 8px;
  color: #FF7300;
}

.rodape-social {
  margin: 20px 0;
}

.rodape-social a {
  margin: 0 10px;
  color: white;
  font-size: 20px;
  text-decoration: none;
}

.rodape-social a:hover {
  color: #FF7300;
}

.rodape-botao {
  margin: 20px 0;
}

.rodape-legal {
  font-size: 12px;
  color: #ccc;
  margin-top: 20px;
}

.whatsapp-widget {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.zap-button {
  width: 60px;
  height: 60px;
  background-color: #25d366;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.2s;
}

.zap-button img {
  width: 28px;
  height: 28px;
  background-color: transparent !important;
  border-radius: 0;
  transition: none;
}
.zap-button:hover + .tooltip-zap {
  opacity: 1;
  visibility: visible;
}
.tooltip-zap {
  margin-bottom: 8px;
  background: #fff;
  color: #000;
  padding: 8px 16px;
  border-radius: 18px;
  font-size: 14px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  max-width: 200px;
  display: block; /* Importante: isso resolve a sobreposição */
}

/* Quando passar o mouse: mostrar tooltip */
.whatsapp-widget:hover .tooltip-zap {
  opacity: 1;
  visibility: visible;
}

/* Botão padrão */
.zap-button {
  width: 60px;
  height: 60px;
  background-color: #25f064;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}


/* Hover no botão: cor mais escura */
.zap-button:hover {
  background-color: #25f064;
}


.zap-box {
  width: 280px;
  background: #f7f7f7;
  border-radius: 12px;
  margin-top: 10px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  display: none;
  flex-direction: column;
  animation: fadeIn 0.3s ease;
}

.zap-header {
  background-color: #25d366;
  color: #fff;
  padding: 10px 16px;
  border-radius: 12px 12px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
}

.close-zap {
  cursor: pointer;
  font-size: 18px;
}

.zap-message {
  padding: 16px;
  font-size: 14px;
  background-color: #fff;
  color: #333;
  border-radius: 10px;
  margin: 10px;
}

.zap-link {
  background: #25d366;
  color: #fff;
  padding: 10px;
  margin: 10px;
  border-radius: 20px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
}

.zap-link:hover {
  background: #1ebc59;
}

@keyframes fadeIn {
  from {opacity: 0; transform: translateY(10px);}
  to {opacity: 1; transform: translateY(0);}
}
.hidden {
  display: none !important;
}

@media (max-width: 768px) {
  .hero-container {
    flex-direction: column;
    align-items: center;
    padding: 20px;
    text-align: center;
  }
}

@media (max-width: 768px) {

  .hero-container {
    flex-direction: column;
    align-items: center;
    padding: 20px;
    text-align: center;
  }

  .hero-texto {
    padding: 20px;
    text-align: center;
    align-items: center;
  }

  .hero-texto h1 {
    font-size: 34px;
    line-height: 1.3;
    word-break: break-word;
  }

  .hero-texto h2 span {
    font-size: 22px;
    display: block;
    margin-top: 10px;
  }

  .subtexto {
    font-size: 16px;
    margin-top: 15px;
    max-width: 100%;
    padding: 0 10px;
  }

  .whatsapp-btn {
    font-size: 15px;
    padding: 12px 24px;
    margin-top: 25px;
    border-radius: 20px;
  }

  .hero-grid {
    height: auto;
    padding: 40px 0;
    background-position: center top;
  }
  .hero-imagem {
    margin-top: 30px;
  }
 .grid-servicos {
    gap: 40px;
    padding-bottom: 80px;
  }

  .servico-card {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  }

  .servico-texto {
    padding: 20px 18px;
    font-size: 15px;
    text-align: left;
    line-height: 1.5;
  }

}
