#section-empresa .img-fluid {
  border-radius: 300px;
}

.thumb-info-wrapper {
  height: auto;
}

.slide-text-panel.h-100.d-flex.align-items-center {
  margin-left: 170px;
}

.custom-icon-style-1 img {
  transform: rotate(-45deg);
  object-fit: cover;
  min-width: 76px;
  min-height: 76px;
  border: 2px solid #fff0;
}

.testimonial.testimonial-style-2 .testimonial-author img {
  margin: 0px auto 15px;
  max-width: 52px;
  max-height: 60px;
}

/* Estilos para a seção de contadores */
.counter-area {
  padding: 70px 0;
  position: relative;
}

.counter-area .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.counter-box {
  background-color: #ffffff;
  border: 2px solid #e9ecef;
  border-radius: 10px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  margin-bottom: 30px;
}

.counter-box:hover {
  border-color: #1c7342;
  box-shadow: 0 6px 12px rgba(28, 115, 66, 0.2);
  transform: translateY(-5px);
}

.counter-box .icon {
  margin-bottom: 15px;
}

.counter-box .icon img {
  width: 50px;
  height: 50px;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.counter-box:hover .icon img {
  filter: none;
}

.counter {
  font-size: 36px;
  font-weight: bold;
  color: #1c7342;
  display: block;
  margin-bottom: 10px;
}

.counter-box .title {
  font-size: 16px;
  color: #6c757d;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Responsividade */
@media (max-width: 768px) {
  .counter-box {
    padding: 20px 15px;
  }
  .counter {
    font-size: 28px;
  }
  .counter-box .title {
    font-size: 14px;
  }
}


/* Estilos para a seção FAQ com accordion puro */
.faq-area {
  padding: 80px 0;
}

.faq-title {
  font-size: 32px;
  font-weight: bold;
  color: #1c7342;
  margin-bottom: 10px;
}

.faq-subtitle {
  font-size: 16px;
  color: #6c757d;
}

.faq-accordion {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  border: 1px solid #e9ecef;
  border-radius: 5px;
  margin-bottom: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}

.faq-question {
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 500;
  color: #495057;
  cursor: pointer;
  list-style: none;
  position: relative;
  transition: background-color 0.3s ease;
}

.faq-question:hover {
  background-color: #f1f3f4;
}

.faq-question::after {
  content: '+';
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 20px;
  color: #1c7342;
  transition: transform 0.3s ease;
}

.faq-item[open] .faq-question::after {
  content: '-';
  transform: rotate(180deg);
}

.faq-answer {
  padding: 0 20px 15px;
  color: #495057;
  line-height: 1.6;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item[open] .faq-answer {
  max-height: 200px; /* Ajuste conforme o conteúdo */
  padding: 15px 20px;
}

/* Responsividade */
@media (max-width: 768px) {
  .faq-title {
    font-size: 24px;
  }
  .faq-question {
    font-size: 16px;
    padding: 12px 15px;
  }
  .faq-answer {
    padding: 0 15px 12px;
  }
  .faq-item[open] .faq-answer {
    padding: 12px 15px;
  }
}

/*CTA*/

 .cta-area {
            background-color: #1c7342;
            position: relative;
            padding: 100px 0;
            color: #ffffff;
            text-align: center;
        }
        .cta-content {
            max-width: 800px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .site-title {
            font-size: 42px;
            font-weight: 800;
            line-height: 1.2;
            color: #fff;
            margin-bottom: 20px;
        }
        .site-title span {
            color: #b7ffc8; /* Light green for contrast */
        }
        .cta-content p {
            font-size: 18px;
            line-height: 1.6;
            color: #e9f3ec;
            margin-bottom: 40px;
        }
        .btn-primary {
            background-color: #ffffff;
            border-color: #ffffff;
            color: #1c7342;
            font-weight: bold;
            padding: 15px 30px;
            font-size: 18px;
            border-radius: 5px;
            text-decoration: none;
            display: inline-block;
            transition: all 0.3s ease;
        }
        .btn-primary:hover {
            background-color: #f8f9fa;
            border-color: #f8f9fa;
            color: #1c7342;
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(0,0,0,0.2);
        }
        @media (max-width: 768px) {
            .cta-area {
                padding: 70px 0;
            }
            .site-title {
                font-size: 32px;
            }
            .cta-content p {
                font-size: 16px;
            }
            .btn-primary {
                padding: 12px 25px;
                font-size: 16px;
            }
        }
        
        #section-html-modulo_2 .container {
  max-width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

html .btn-primary {
  background-color: #205337;
  border-color: var(--bg_geral);
  color: #fff;
}

#section-blog .col-md-6 {
    flex: 0 0 33%;
}

/* Estilos para destacar o elemento de experiência */
.about-experience {
  display: inline-block;
  text-align: center;
  background-color: #ffffff;
  border: 3px solid #1c7342;
  border-radius: 15px;
  padding: 20px 30px;
  box-shadow: 0 4px 8px rgba(28, 115, 66, 0.2);
  transition: all 0.3s ease;
  position: relative;
}

.about-experience:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(28, 115, 66, 0.3);
  border-color: #0f5c33; /* Verde mais escuro no hover */
}

.about-experience span {
  display: block;
  font-size: 48px;
  font-weight: bold;
  color: #1c7342;
  line-height: 1;
  margin-bottom: 10px;
}

.about-experience h5 {
  font-size: 16px;
  font-weight: 600;
  color: #495057;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
  line-height: 1.2;
}

.about-experience h5 br {
  display: none; /* Remove quebra de linha para mobile, se desejar */
}

/* Responsividade */
@media (max-width: 768px) {
  .about-experience {
    padding: 15px 20px;
  }
  .about-experience span {
    font-size: 36px;
  }
  .about-experience h5 {
    font-size: 14px;
  }
  .about-experience {
  position: absolute;
  top: 285px !important;
  }
#section-servicos {
  margin-top: 15%;
  }
  #section-blog .col-md-6 {
  flex: 0 0 100%;
}

.col-md-7.col-lg-7.col-xl-7.mt-4.mt-md-0.pl-md-4.pl-lg-5 {
  position: absolute !important;
  top: 10px !important;
}

.slide-text-panel.h-100.d-flex.align-items-center {
  margin-left: 0px !important;
}
}

.about-experience {
  position: absolute;
  top: 425px;
}
