:root{
  --color--prymary: #027D23;
  --color-secundary: #004d26;
  --color-terciary: #DAC640;
}

.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
  }
  
  .poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  
  .poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
  }
  
  .poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
  }
  
  .poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
  }
  
  .poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
  }
  
  .poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
  }

  body{
    background-color: #FBFBFB;
  }
  
#barraNavegação{
  position: sticky;
  top: 0;
  z-index: 1000; 
}
.navbar {
  background-color: #004d26;
}

.textoNav p{
  font-size: 12px;
}
.navbar-nav{
  display: flex;
  gap: 10px;
} 
.navbar-brand img {
  max-height: 60px;
}


.hero .container {
  position: relative;
  z-index: 2; 
}
.hero h1 span {
  color: #027D23;
}

.titulo{
  font-size: 55px;
  width: 75%;
}

.subtitulo {
  width: 60%;
}

@media screen and (max-width: 768px) {
  .titulo {
    font-size: 40px;
    width: 100%;
  }
  .subtitulo {
    width: 100%;
  }
  
}

.icon-box {
  text-align: center;
  padding: 20px;
}

.icon-box h3 {
  font-size: 1.5rem;
  margin-top: 10px;
}

.testimonial {
  background-color: #004d26;
  color: white;
  padding: 60px 20px;
}

.testimonial .card {
  border: 2px solid #2ecc71;
}

.faq button {
  background: #f8f9fa;
  border: none;
  text-align: left;
  width: 100%;
  padding: 15px;
  font-weight: 500;
}

footer {
  background: #222;
  color: white;
  padding: 40px 20px;
}

footer a {
  color: #2ecc71;
  text-decoration: none;
}

.whatsapp-btn {
  background: #25d366;
  color: white;
  border-radius: 50px;
  padding: 10px 20px;
  font-weight: bold;
  transition: 0.3s;
}

.whatsapp-btn:hover {
  background: #1ebe5b;
}


.topbar {
  background: #1f4d2f; 
}

.topbar .text-white {
  font-size: 14px;
}

.social-icons {
  display: flex;
  gap: 6px; 
}

.social-icons a img {
  width: 30px;  
  height: 30px;
  margin: 0;     
  transition: 0.3s;
}

.social-icons a img:hover {
  transform: scale(1.2);
  filter: invert(39%) sepia(93%) saturate(414%) hue-rotate(94deg) brightness(92%) contrast(91%);
}

.navbar {
  padding: 15px 0;
}

.navbar .logo {
  max-height: 60px;
}

.navbar-nav .nav-link {
  font-weight: 500;
  margin: 0 10px;
  color: #333 !important;
}

.navbar-nav .nav-link.active {
  font-weight: 700;
}

.navbar .btn {
  font-weight: 600;
  border-radius: 5px;
  padding: 8px 18px;
}

.btn-menu{
  background-color: #027D23;
  color: white;
}

.btn-menu:hover {
  border: 1px solid #027D23;
}

.btn-principal {
  background-color: #027D23;
  color: white;
  border-radius: 5px;
  padding: 10px 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 18px;
  
}

.btn-secundario {
  background-color: transparent;
  color: white;
  border: 1px solid #027D23;
  border-radius: 5px;
  font-size: 18px;
  padding: 10px 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.btn-secundario:hover {
  border-color: white;
  color: var(--color--prymary);
  transition: 1s ease;
} 
.sobtitulo{
  color: var(--color-terciary);
}

.btn-principal i{
  margin-left: 5px;
  margin-top: 5px;
  transition: 1s ease;
}

.btn-principal:hover {
  border: solid 1px #027D23;
}

.btn-principal:hover i{
  margin-left: 15px;
  margin-top: 5px;
}

.tituloDiferente{
  color: var(--color--prymary);
}

.tituloSessoes{
  font-size: 42px;
}

.sublinhado{
  background-color: var(--color-terciary);
}

.card-img{
  width: 15%;
}

.img-sobre{
  width: 90%;
}

.sobtituloSessoes {
  background-color: rgba(2, 125, 35, 0.3); 
  color: var(--color-secundary); 
  padding: 3px 20px;
  width: fit-content;
  border-radius: 20px;
  margin: 0;
}

.sobtituloSessoes2 {
  background-color: rgba(218, 198, 64, 0.3); 
  color: var(--color-terciary); 
  padding: 3px 20px;
  width: fit-content;
  border-radius: 20px;
  margin: 0;
}

.sobtituloSessoes2.center {
  margin: 0 auto;
}
.sobtituloSessoes.center{
  margin: 0 auto;
}
.card-sobre-fundo{
  background-color: #fff;
  border: none;
}


.informacoesCard h1 {
  font-size: 50px;
  margin: 0; 
  line-height: 1; 
}

.informacoesCard p {
  margin: 0;
  line-height: 1.2; 
}

.card-service {
  height: 520px;
}

.card-service .card-body {
  margin-top: 15%;
}

.icon-service {
  position: absolute;
  bottom: 52%;
  right: 37%;


}



.iconsRodape{
  width: 40px;
  margin-right: 10px;
}

.iconsRodape:hover{
  transform: scale(1.1);
  transition: 0.5s ease;
   filter: invert(39%) sepia(93%) saturate(414%) hue-rotate(94deg) brightness(92%) contrast(91%);
}
.list-unstyled{
  display: flex;
  flex-direction: column;
  gap: 10px;
}


.imagemServico:hover{
  transform: scale(1.03);
  transition: 0.5s ease;
}