
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #101011;
  color: white;
  padding: 10px 20px;
  flex-wrap: wrap;
  font-family: baloo2;
  font-weight: 900;
  font-size: 115%;
  
  
}

#logo {
  background-image: url(Images/logo-ok.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 200px;
  height: 60px;
  float: left;
  
}

.nav-list {
  list-style: none;
  display: flex;
  gap: 20px;
}

.nav-list li a {
  color: white;
  text-decoration: none;
  opacity: 0;
}

.menu-toggle {
  display: none;
  font-size: 28px;
  cursor: pointer;
  color: white;
}

/* Botão WhatsApp */

.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;
  transition: background 0.3s;
}

.whatsapp-btn:hover {
  background-color: #1eb14a;
}

/* Responsividade */
@media (max-width: 768px) {
  .nav {
    display: none;
    width: 100%;
    background-color: #333;
    position: absolute;
    top: 60px;
    left: 0;
  }

  .nav.active {
    display: block;
  }

  .nav-list {
    flex-direction: column;
    padding: 10px;
  }

  .menu-toggle {
    display: block;
  }

  .whatsapp-btn {
    margin-top: 10px;
  }
}


.hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px; 
  box-sizing: border-box;
  background-color: #101011; /* Cor de fundo opcional */
  gap: 40px;
  flex-wrap: wrap; /* garante responsividade básica */
}

.hero-texto {



  flex: 1;
  min-width: 300px;
  
}

.hero-texto h1 {

  animation-name: Hero-TextoH1-MoverParaDireita;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;


  font-size: 3.2rem;
  margin-bottom: 20px;
  color: #ffffff;
  font-family: Dongle-bold;
  line-height: 0.6;
  
}

.hero-texto p {

  animation-name: Hero-TextoP-MoverParaEsquerda;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 1.0s;
  animation-fill-mode: backwards;
  
  font-size: 1.8rem;
  color: #ffffff;
  font-family: Dongle-light;
 line-height: 0.7;
 margin-bottom: 0px;

}

.hero-imagem {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 300px;
}

.hero-imagem img {
  max-width: 100%;
  height: auto;
  object-fit: contain;

}
  
#contador {

  animation-name: ContadorMoverParaCima;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-delay: 2.2s;
  animation-fill-mode: backwards;

  
  height: 165px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;


}

.contbase {


  height: 100px;
  width: 300px;


}


.textocima {

  display: flex;
  justify-content: space-around;
  color: red;
  font-size: 5rem;
  font-family: Dongle-bold;
  
  height: 60px;
  align-items: center;
  letter-spacing: -5px;
  
} 





.textobaixo {
  display: flex;

  font-size: 2rem;
  text-align: center;
  align-items: center;
  justify-content: center;
  height: 40px;


}
.btn-container {
  text-align: center;
  margin-top: 1px; /* opcional */
}

.btn-whatsapp {

  animation-name: BotaoSolicitarOrçamentoCima;
  animation-duration: 0.7s;
  animation-timing-function: ease-out;
  animation-delay: 3s;
  animation-fill-mode: backwards;

  display: inline-block;
  background-color: #25D366;
  color: white;
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  padding: 14px 28px;
  border: none;
  border-radius: 50px;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.btn-whatsapp:hover {
  background-color: #1ebd5a;
}


/* Responsivo */
@media (max-width: 768px) {
  .hero {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }

  .hero-texto h1 {
    font-size: 2rem;
    margin-top: 35px;
  }

  .hero-texto p {
    font-size: 1.3rem;
  }
}

@media (max-width: 768px) {
  #contador {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;


  }

  #serv {
    margin-bottom: -50px;
  }
}


/******************************************/
            /* NOSSOS SERVIÇOS */
/********************************************/

body {

  font-family: Arial, sans-serif;
  background-color:#101011;
  color: white;
}

.servicos {

  background-color: #101011;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}


.servicos-titulo {

  font-family: 'sonic-cut', cursive, Arial, sans-serif;
  color: red; /* vermelho puro */
  font-weight: 900;
  font-size: 3.5rem;
  text-align: center;
  margin-top: -50px;
  margin-bottom: 40px;
  opacity: 0;
  width: 100%;
}

.servicos p  {
  
  padding: 10px 180px;
  font-size: 1.7rem;
  color: #ffffff;
  font-family: Dongle-light;
  line-height: 17pt;
  opacity: 0;
  text-align: start;

}


#cardcontainer {

  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  gap: 60px;
  

}

.card {

 
  background-color: #1a1a1a; /* fundo escuro */
  border-radius: 16px;
  /* sombra suavizada */
  box-shadow: 0 4px 8px rgba(255, 0, 0, 0.4);
  padding: 30px 25px;
  width: 300px;
  text-align: center;
  color: #ddd;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  
}

.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 16px rgba(255, 0, 0, 0.6);
}

/* Ícones dos cards */
.card i {
  font-size: 65px !important;
  color: #ff0000;
  margin-bottom: 20px;
  text-shadow: 0 0px 0px rgba(255, 0, 0, 0.6);
}

/* Título dos cards */
.card h2 {
  font-family: 'baloo2', cursive, Arial, sans-serif;
  font-size: 1.8rem;
  margin-bottom: 15px;
  color: #ff0000;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* Lista de serviços dentro dos cards */
.servico-lista {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 260px;
  text-align: left;
}

.servico-lista li {
  position: relative;
  padding-left: 28px;
  padding-bottom: 12px;
  font-size: 1rem;
  color: #ccc;
  line-height: 1.4;
  border-bottom: 1px solid #330000;
  font-weight: 500;
}

.servico-lista li:last-child {
  border-bottom: none;
}

.servico-lista li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 3px;
  color: #ff0000;
  font-weight: bold;
  font-size: 18px;
}




/******************************************/
            /* DEPOIMENTOS */
/********************************************/


#depoimentos{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  
  
}

#depoimentos p {

  font-size: 1.7rem;
  color: #ffffff;
  font-family: Dongle-light;
  line-height: 17pt;
  padding: 10px 180px;
  margin-bottom: 40px;


}
  
  #oquedizem {
  font-family: 'sonic-cut', cursive, Arial, sans-serif;
  color: red; /* vermelho puro */
  font-weight: 900;
  font-size: 3.5rem;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 40px;

}



#testimonials {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 60px;
  padding: 32px 8%;



}

.swiper {

  width: 100%;
  height: 329px;
  padding-bottom: 60px;
  margin-bottom: -90px;
  
  

}

.swiper-slide {
  background-color: #1a1a1a;
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: flex-start;
  box-shadow: 0 4px 8px rgba(255, 0, 0, 0.4);
  padding: 20px;
  border-radius: 12px;
  


}

.author-avatar img {

  width: 50px;
  height: 50px;
  overflow: hidden;


}


.swiper-button-prev, .swiper-button-next {

  width: 25px;
  height: 25px;
  color: #ff0000;
  border-radius: 100%;

}



.swiper-button-prev {

  left: 3px;
}

.swiper-button-next {
  right: 3px;
}


.testimonial-rate {
  display: flex;
  gap: 2px;
  
}

.testimonial-rate i {
  color: #f9b707;

}

.testimonial-quote {
  color: #ffffff;
  font-size: 16px;
 
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 18px;

}

.swiper-pagination.active {

  background-color: #ff0000;

}

.swiper-pagination-bullet {

  background-color: #ff0000;
}


.cta-final {

  background-color: #101011;
  padding: 60px 20px;
  text-align: center;
  margin-top:  40px;

}

.cta-conteudo h2 {
  font-size: 3.5rem;
  font-weight: 900;
  margin-bottom: 40px;
  color: #ff0000;
  font-family: 'sonic-cut', cursive, Arial, sans-serif;
  
}

.cta-conteudo p {
  font-size: 1.7rem;
  margin-bottom: 15px;
  color: #ffffff;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-family: Dongle-light;
  line-height: 17pt;
  
}

.btn-whatsapp-final {
  display: inline-block;
  padding: 15px 30px;
  background: #25d366;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  border-radius: 50px;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.2s ease;
  margin-top: 50px;
}

.btn-whatsapp-final:hover {
  background: #1eb346;
  transform: scale(1.05);
}


/**************  FOOTER  ****************** */

footer {

  margin-top: 75px;
  height: 300px;
  width: 100%;
  background-color: #1a1a1a;
  padding-left: 50px;
  padding-top: 50px;
  display: flex;
  



}

footer h4 {

margin-bottom: 15px;
align-self: center;


}

footer ul {

  align-self: center;
}

#mapa {

  width: 25%;
  height: 200px;
  
}

#infos {

width: 72%;
margin-left: 15px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;




}

.icones {

  color: red;
  width: 15%;
  height: 95px;
  font-size: 35pt;
  align-self: center;
  margin-bottom: 5px;
  
  
  

  
}

#local p , #contato p , #horario p {

  text-align: center;
}



#local  {

  width: 33%;
  height: 200px;
  display: flex;
  flex-direction: column;
  
 
}


#horario {

  width: 33%;
  height: 200px;
  display: flex;
  flex-direction: column;
 
}

#contato {

  width: 33%;
  height: 200px;
  display: flex;
  flex-direction: column;
  

  

}

