: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;
  }
  

.navbar {
  background-color: #004d26;
}

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


.hero {
  position: relative;
  background: url('/assets/images/imgPrincipal.png') center/cover no-repeat;
  color: #fff;
  height: 80vh;
  display: flex;
  align-items: center;
  text-align: left;
  padding: 0 2rem;
  z-index: 1;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.74);
  z-index: -1;
}

.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;
}

.services .card img {
  height: 200px;
  object-fit: cover;
}

.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 */
.topbar {
  background: #1f4d2f; /* verde escuro */
}

.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%);
}

#barraNavegação{
  position: sticky;
  top: 0;
  z-index: 1000; 
}
.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%;


}
.subtituloOrcamento{
  width: 85%;
}

.carousel-item .card{
  background-color: transparent;
  border: solid 2px #DAC640;
  color: white;
}


#carouselFeedbacks .carousel-control-prev-icon,
#carouselFeedbacks .carousel-control-next-icon {
  background-color: transparent;
  background-size: 100% 100%;
  width: 2rem;   
  height: 2rem;
  filter: none;  
}

#carouselFeedbacks .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23DAC640'%3E%3Cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
}
#carouselFeedbacks .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23DAC640'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}


#carouselFeedbacks .carousel-control-prev,
#carouselFeedbacks .carousel-control-next {
  opacity: 0.7 !important;
}
#carouselFeedbacks .carousel-control-prev:hover,
#carouselFeedbacks .carousel-control-next:hover {
  opacity: 1 !important;
}

/* FAQ — estilo igual ao protótipo, sem afetar outros accordions */
#faq .accordion-item {
  border: 0;
  border-radius: 12px;
  overflow: hidden;
  background: transparent;
  margin-bottom: 14px;
}

#faq .accordion-button.faq-btn {
  background: #f3f5f7;
  color: #2a2a2a;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 18px;
  border-radius: 12px;
  box-shadow: none !important;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 10px;
}

#faq .accordion-button.faq-btn.collapsed { background: #f3f5f7; color: #2a2a2a; }

#faq .accordion-button.faq-btn:not(.collapsed) {
  background: #0a7c2f;          /* verde do protótipo */
  color: #fff;
  border-radius: 12px 12px 0 0;
}

#faq .accordion-body {
  background: #ffffff;
  color: #333;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  border-radius: 0 0 12px 12px;
  padding: 16px 20px;
}

#faq .faq-icon {
  font-size: 22px;
  font-weight: 800;
  margin-left: auto;
  line-height: 1;
  width: 22px;
  text-align: center;
}

#faq .accordion-button.faq-btn:not(.collapsed) .faq-icon { color: #fff; }


.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;
}

.solicitar button{
  color: white;
}

.solicitar button:hover{
  color: black;
}