
body{
   font-family: "Poppins", serif;
}

.topo-00{
   background-color: #fff !important;
   padding: 15px 0 10px 0;
}

.img-logo{
   height: auto;
   width: 250px;
}

.img-bandeira{
   width: auto!important;
   max-width: 100%;
   height: 30px;
}

.navbar-nav .nav-link {
   padding: 0.2rem 0.5rem;
   font-size: 1.0rem; 
   color: #323232 !important;
   font-weight: 600;
   opacity: 1;
   margin-right: 12px;
}

.navbar-nav .nav-link:hover{
   
   border-bottom: 3px solid #9eba81; /* Ajuste a espessura conforme necessário */
   /*border-image: linear-gradient(to right, #cc0303, #d68500, #f1cf00) 1;*/

}   

.btn-primary {
   padding: 0.3rem 0.7rem;
   font-size: 0.9rem;
}

.botao-menu{
   background-color: #9eba81;
   color: #fff;
   height: 2.4rem;
   display: inline-flex;
   align-items: center;
   padding: 0 2rem;
   border-radius: 1rem;
   font-size: 1rem;
   font-weight: 600;
   text-transform: uppercase;
   border: 1px solid #f7f7f7;
}

.botao-menu:hover{
   color: #fff;
}

.topo-0{
   background-color: #b05841;
   padding: 40px 0 120px 0;
}

.titulo-topo-0{
   letter-spacing: 0px;
   line-height: 1.12;
   margin: 0;
   font-size: 3.2rem;
   font-weight: 700;
   color: #fff;
}

.subtitulo-topo-0{
   margin: 20px 0 0;
   font-size: 20px;
   line-height: 1.5;
   color: #fff;
   font-weight: 400;
}

.img-foto{
   width: 100%;
   height: auto;
}

.topo-1{
   background-color: #fff;
   padding: 0 0 40px 0;
}

.topo-2{
   background-color: #fff;
   padding: 40px 0;
}

.botao{
   background-color: #9eba81;
   color: #fff;
   display: inline-flex;
   align-items: center;
   padding: 15px 20px;
   border-radius: 12px;
   font-size: 20px;
   color: #fff;
   font-weight: 700;
   margin-top: 20px;
}

.botao:hover{
   color: #fff;
}   

.esp-topo-menos{
   margin-top: -80px;
}

.esp-topo-menos-pc{
   margin-top: -80px;
}

.fundo-topo-1{
   background-color: #fff;
   min-height: 450px;
   padding: 30px 30px;
   border-radius: 0px 50px 0 0;
   border-bottom: 3px solid #a68b5d;
   box-shadow: 5px 5px 29px 0 rgba(0, 0, 0, 0.15);
}

.titulo-fundo-topo-1{
   font-size: 1.375rem;
   margin: 20px 0 0;
   font-weight: 600;
   color: #000;
   line-height: 1.3;
}

.texto-fundo-topo-1{
   font-size: 1rem;
   margin: 20px 0 0;
   font-weight: 400;
   color: #000;
   line-height: 1.3;
}

.img-icon-fundo-topo-1{
   width: 120px;
   height: auto;
   max-width: 100%;
}

.subtitulo-topo-2{
   font-size: 1.25rem;
   line-height: 1.2;
   font-weight: 500;
   text-transform: uppercase;
   color: #000;
}

.titulo-topo-2{
   font-size: 3rem;
   color: #000;
   line-height: 1.1;
   margin-top: 20px;
   margin-bottom: 20px;
   font-weight: 800;
}

.texto-topo-2{
   margin: 20px 0 10px 0;
   font-size: 1.125rem;
   line-height: 1.8;
   color: #000;
   font-weight: 400;
}

.topo-3{
   background-color: #a68b5d;
   padding: 40px 0 100px 0;
}

.fundo-topo-3{
   border-radius: 50px;
   background-color: #f4f7f6;
   padding: 30px 0 0 0;
}

.titulo-topo-3{
   color: #111111;
   font-size: 1.8rem;
   line-height: 1.2;
   margin: 20px 30px;
   font-weight: 700;
}

.texto-topo-3{
   margin: 20px 20px;
   font-size: 1.125rem;
   line-height: 1.8;
   color: #000;
   font-weight: 400;
}

.img-topo-3{
   width: 100%;
   height: auto;
   border-radius: 0px 0px 50px 50px;
}

.esp-topo{
   margin-top: 35px;
}

.owl-prev, .owl-next{
   display: none;
}

.estrelas{
   color: #fec42d;
   font-size: 20px;
   margin-bottom: 25px;
}

.nome{
   font-size: 18px;
   line-height: 1;
   font-weight: 600;
   color: #000;
}

.nome span{
   font-size: 12px;
   line-height: 1;
   font-weight: 300;
   color: #000;
}   

.img-apostro{
   width: 80px !important;
   height: auto;
   position: absolute;
   top: 0px;
   right: 20px;
}

.topo-4{
   background-color: #b05841;
   padding: 40px 0 40px 0;
}


.card{   
    border: none;
    margin-top: 15px;
}

.card-body{
    padding-left: 25px;
    border: none;
    background-color: #d29484;
    color: #fff;
}  
.card-header {
  cursor: pointer;
}

.card-header:after {
  content: '-';
  position: absolute;
  top: 5px;
  right: 10px;
  color: #fff;
  font-size: 35px;

}

.card-header.collapsed:after{
  content: '+';
}

.card-header{
    background-color: #d29484;
    border-radius: 10px;
    box-shadow: 4px 4px 6px rgb(13 51 83 / 11%);
    padding: 20px;
}

.topo-rosa{
    background-color: #d29484 !important;
    border-radius: 0px !important;
    box-shadow: 4px 4px 6px rgb(13 51 83 / 11%) !important;
    padding: 20px !important;
}

.btn-link{
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 1.2em !important;
    letter-spacing: 1px !important;
    color: #fff !important;
}

.btn-link:hover{

    color: #eae7ba;
    text-decoration: none;

}
.resposta{
   color: #fff;
    font-family:"roboto",Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: .1px;
}

.img-faq{
   width: 100%;
   height: auto;
   border-radius: 50px 50px 0 0;
}

.rodape{
   background-color: #b05841;
   padding: 40px 0 20px 0;
}

.img-rodape{
   width: 100%;
   height: auto;
   max-width: 240px;
}

.titulo-rodape{
   font-size: 1.325rem;
   color: #eae7ba;   
   line-height: 1.3;
   font-weight: 600;
   margin-bottom: 15px;
}

.texto-rodape{
   font-size: 1.025rem;
   margin-top: 0px;
   color: #fff;
   line-height: 1.2;
   font-weight: 400;
}

.texto-rodape i{
   font-size: 1.525rem;
   font-weight: 500;
   margin-left: 25px;
   margin-top: 15px;
}   

.texto-rodape a{
   color: #fff;
}

.texto-rodape a:hover{
   color: #eae7ba;   
}   

.texto-rodape:hover{
   color: #eae7ba;
   text-decoration: underline;
} 

.rodape2{
   padding: 15px 0;
   background-color: #333;
}  

.texto-rodape2{
   font-size: 0.825rem;
   margin: 0px;
   color: #fff;
   line-height: 1;
   font-weight: 400;
}

.img-euro{
   width: 90%;
   height: auto;
   border-radius: 0px 50px 0px 50px;
}

.img-insta{
   width: 40px;
   height: auto;
   margin-left: 30px;
}

@media screen and (max-width: 600px) {

   

   .img-euro{
      display: block;
      width: 80%;
      height: auto;
      margin: 20px auto;
   }

   .img-rodape{
      display: block;
      margin: 0 auto;
   }

   .texto-rodape2{
      font-size: 0.725rem;
   }

   .esp-cel{
      margin-top: 30px;
   }

   .texto-topo-3{
      margin: 20px 20px;
   }

   .titulo-topo-3{
      font-size: 1.5rem;
      margin-top: 17px;
      margin-left: 20px;
      margin-right: 20px;
   }

   .titulo-topo-2{
      font-size: 1.875rem;
   }

   .esp-topo-menos-pc{
      margin-top: 30px;
   }

   .topo-0{
      padding-bottom: 80px;
   }

   .fundo-topo-1{
      min-height: 20px;
   }

   .botao{
      display: block;
      text-align: center;
      width: 80%;
      font-size: 18px;
      margin: 20px auto;
   }

   .img-foto{
      margin: 20px auto;
   }

   .subtitulo-topo-0{
      font-size: 17px;
   }   

   .titulo-topo-0{
      font-size: 2.05rem;
   }

   .navbar-toggler{
      margin-right: 10px;
   }

   .navbar{
      padding-left: 20px;
   }

   .img-logo{
      height: auto;
      width: 200px;
      padding-left: 0px;
   }

   .navbar-nav .nav-link {
      margin-bottom: 10px;
   } 

   .centralizar{
      text-align: center;
   }

}

.branco{
   color: #fff;
}

.preto{
   color: #000;
}