 .swiper {
   width: 100%;
   height: 100%;
 }

 .swiper-slide {
   text-align: center;
   font-size: 18px;
   background: #444;
   display: flex;
   justify-content: center;
   align-items: center;
 }

 .swiper-slide img {
   display: block;
   width: 100%;
   height: 700px;
   object-fit: cover;

   background-color: rgba(0, 0, 0, 0.5);
   /* fundo semi-transparente */
 }

 .swiper {
   margin-left: auto;
   margin-right: auto;
 }

 .frase {
   top: 20%;
   left: 30%;
 }



 /* fundo semi-transparente */


 .slider_fundo1 {
   background: url('../img/banner-img.jpg') center center/cover no-repeat fixed;
   height: 110vh;
   /* Apenas parte da tela visível inicialmente */
 }

 .slider_fundo2 {
   background: url('../img/banner-img2.jpg') center center/cover no-repeat fixed;
   height: 110vh;
   /* Apenas parte da tela visível inicialmente */
 }


 .slider_fundo1::before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(0, 0, 0, 0.6);
 }

 .slider_fundo2::before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(0, 0, 0, 0.6);
 }

 .inicio_ft {
   background: url('../img/banner-img.jpg') center center/cover no-repeat fixed;
   height: 110vh;
   /* Apenas parte da tela visível inicialmente */
   display: flex;
   align-items: center;
   justify-content: center;
   text-align: center;
   color: white;
   position: relative;
 }


 @media (max-width: 767px) {
   .inicio_ft {
     background: url('../img/banner-img.jpg') center center/cover no-repeat fixed;
     height: 90vh;
   }

 }



 .inicio_ft::before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(0, 0, 0, 0.6);

 }

 .fale-conosco {
   background: url('../images/img1.jpg') center center/cover no-repeat fixed;
   height: 80vh;
   /* Apenas parte da tela visível inicialmente */
   display: flex;
   align-items: center;
   justify-content: center;
   text-align: center;
   color: white;
   position: relative;
 }

 .fale-conosco::before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(0, 0, 0, 0.6);
   z-index: 1;
 }

 .conteudo {
   position: relative;
   z-index: 2;
   max-width: 700px;
   padding: 20px;
 }

 .conteudo h1 {
   font-size: 3.5rem;
   margin-bottom: 20px;
   color: #fff;
   font-weight: 500;
 }

 .conteudo p {
   font-size: 1rem;
   margin-bottom: 30px;
   line-height: 1.5;
 }

 .btn {

   width: 180px;
   height: 50px; 
   line-height: 50px;
   border-radius: 5px;
   text-align: center;
   background-color: #c09625;
   color: white;
   border: none;
   padding: 12px 25px;
   margin-top: 50px;
   font-weight: 500;
   font-size: 1rem;
   border-radius: 25px;
   cursor: pointer;
   transition: background 0.3s ease;
 }

 .btn:hover {
   background-color: #cd9a0c;
 }

 /* Seção adicional ao rolar */
 .mais-conteudo {
   height: 100vh;
   background: #fff;
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 50px;
   font-size: 1.5rem;
   text-align: center;
 }

 

    .servico-container h2 { 
      font-size: 2.5em;
      color: #c09625; 
    }

    .descricao-principal {
      font-size: 1.1em;
      color: #555;
      text-align: center;
      margin-bottom: 40px;
      line-height: 1.6;
    }

    .atividades {
      list-style: none;
      padding: 0;
      counter-reset: item;
    }

    .atividades li {
      display: flex;
      align-items: flex-start;
      margin-bottom: 20px;
      position: relative;
      padding-left: 60px;
    }

    .atividades li::before {
      counter-increment: item;
      content: counter(item);
      position: absolute;
      left: 0;
      top: 0;
      width: 40px;
      height: 40px;
      background-color: #c09625;
      color: #fff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      font-size: 1.1em;
    }

    .atividades h3 {
      margin: 0 0 2px;
      color: #333;
    }

    .atividades p {
      margin: 0;
      color: #666;
      line-height: 1.5;
    }

    
    .mapa-container {
      max-width: 900px; 
      padding: 10px;
      background: #fff;
      border-radius: 8px;
      box-shadow: 0 0 15px rgba(0,0,0,0.1);
      text-align: center;
    }

    .mapa-container h2 {
      color: #c09625;
      margin-bottom: 20px;
    }

    .mapa-container iframe {
      width: 100%;
      height: 450px;
      border: none;
      border-radius: 8px;
    }

    
/********** botao whatsapp **********/

 .whatsapp-button {
   position: fixed;
   bottom: 80px;
   right: 20px;
   background-color: #25D366;
   border-radius: 50%;
   width: 70px;
   height: 70px;
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
   display: flex;
   justify-content: center;
   align-items: center;
   z-index: 9999;
   animation: pulse 1.5s infinite;
   transition: transform 0.3s ease, box-shadow 0.3s ease;
 }

 .whatsapp-button:hover {
   transform: scale(1.1);
   box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
 }

 .whatsapp-button img {
   width: 40px;
   height: 40px;
   filter: brightness(0) invert(1);
   /* ícone branco */
 }

 @keyframes pulse {
   0% {
     transform: scale(1);
     box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
   }

   70% {
     transform: scale(1.05);
     box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
   }

   100% {
     transform: scale(1);
     box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
   }
 }


 /********** Fim do botao whatsapp **********/


 
    /* Seção de Testemunhos */
    .testimonials-section {
      padding: 60px 20px;
      background-color: #ffffff;
      text-align: center;
    }

    .testimonials-section h2 {
      font-size: 2.5rem;
      color: #c09625;
      margin-bottom: 10px;
    }

    .subtitle {
      font-size: 1.1rem;
      color: #555;
      margin-bottom: 40px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .testimonials-container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .testimonial {
      background-color: #f2f5fa;
      padding: 25px 20px;
      border-radius: 10px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
      transition: transform 0.3s ease;
         text-align: center;
    }

    .testimonial:hover {
      transform: translateY(-5px);
    }

    .stars {
      color: #c09625;
      font-size: 1.2rem;
      margin-bottom: 10px;
    }

    .quote {
      font-style: italic;
      font-size: 1rem;
      color: #333;
      margin-bottom: 15px;
    }

    .author {
      font-weight: bold;
      color: #c09625;
      font-size: 0.95rem;
    }

    @media (max-width: 600px) {
      .testimonials-section h2 {
        font-size: 2rem;
      }

      .subtitle {
        font-size: 1rem;
      }
    }

        /* FIM Seção de Testemunhos */