
.topo-0{
   background-color: #f7f7f7;
   padding: 40px 0;
   /*border-bottom: 1px solid rgb(204, 3, 3, 0.5);*/
}

.img-logo{
   height: 30px;
   width: auto;
}

.topo-00{
   background-color: #f7f7f7!important;
   padding: 15px 0 10px 0;
}

.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; /* 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: linear-gradient(to right, #cc0303, #d68500, #f1cf00);
   color: #f7f7f7;
   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;
}

.titulo-topo-00{
   font-family: "Poppins", serif;
   font-size: 2.8rem;
   line-height: 1.2;
   color: #323232;
   font-weight: 800;
   margin-bottom: 1rem;
}

.titulo-topo-00 span{
   color: #cc0303;
}

.titulo-topo-0{
   font-family: "Poppins", serif;
   font-size: 2.5rem;
   line-height: 1.2;
   color: #323232;
   font-weight: 800;
   margin-bottom: 1rem;
}

.titulo-topo-0 span{
   color: #cc0303;
}

.subtitulo-topo-0{
   color: #384633;
   font-family: "Poppins", serif;
   font-weight: 400;
   font-size: 1.1rem;
   line-height: 1.3;
}

.botao{
   background-color: #74be33;
   color: #f7f7f7;
   display: block;
   text-align: center;
   align-items: center;
   padding: 10px 30px;
   border-radius: 1rem;
   font-size: 24px;
   font-weight: 700;
   text-transform: uppercase;
   border: 1px solid #f7f7f7;
   margin-top: 15px;
}

.botao2{
   background-color: #74be33;
   color: #f7f7f7;
   display: block;
   text-align: center;
   align-items: center;
   padding: 10px 30px;
   border-radius: 1rem;
   font-size: 24px;
   font-weight: 700;
   text-transform: uppercase;
   border: 1px solid #f7f7f7;
   margin: 15px auto;
}

.image-ele img {
   width: 100%; /* As imagens ajustam-se ao tamanho do contêiner */
   height: auto;
}

.image-ele .elemento {
   z-index: 2; /* Coloca esta imagem sobre a outra */
}

.image-ele img:nth-child(2) {
   z-index: 1; /* Base */
}

.img-mulher{
   width: 100%;
   height: auto;
}

.img-mulher2{
   width: 80%;
   height: auto;
}

.subtitulo-topo-1{
   font-family: "Poppins", serif;
   margin-bottom: 1rem;
   text-transform: uppercase;
   font-weight: 700;
   font-size: 0.9rem;
   color: #cc0303;
}

.titulo-topo-1{
   font-family: "Poppins", serif;
   margin-bottom: 1rem;
   text-transform: uppercase;
   font-weight: 700;
   font-size: 1.6rem;
   color: #cc0303;
}

.texto-topo-1{
   color: #384633;
   font-family: "Poppins", serif;
   font-weight: 400;
   font-size: 1rem;
   line-height: 1.5;
   margin-bottom: 1rem;
}

.texto-topo-1 b{
   color: #cc0303;
}  

.esp-topo{
   margin-top: 30px;
} 

.fundo-topo-0{
   border: 1px solid #ced4da;
   background-color: #fff;
   border-radius: 15px;
   padding: 15px;
   min-height: 270px;
}

.img-icone{
   width: 120px;
   height: auto;
}

.titulo-icone{
   font-size: 22px;
   color: #cc0303;
   font-family: "Poppins", serif;
   font-weight: 600;
   line-height: 1.2;
   margin: 15px auto;
}

.texto-icone{
   color: #384633;
   font-family: "Poppins", serif;
   font-weight: 400;
   font-size: 0.9rem;
   line-height: 1.5;
   margin-bottom: 1rem;
}

.cardss {
   display: flex;
   justify-content: center;
   align-items: center;
}

.fundo-cardss{
   position: relative;
   background-color: #d9d9d9;
   box-shadow: -9px 10px 20px -8px rgba(0, 0, 0, 0.61);
   padding: 0 15px 15px 15px;
   border-radius: 15px;
   min-height: 300px;
}

.details h2{
   font-family: "Poppins", serif;
   font-size: 1rem;
   color: #323232;
   font-weight: 600;
   line-height: 1.2;
   margin-top: 8rem;
}

.details p{
   color: #384633;
   font-family: "Poppins", serif;
   font-weight: 400;
   font-size: 0.8rem;
   line-height: 1.5;
   margin-bottom: 1rem;
}

.img-icone2{
   width: 100%;
   height: auto;
   top: -6rem;
   left: 0;
   position: absolute;
}

.esp-icon{
   margin-top: 4rem;
}

.card{   
    border: none;
    margin-top: 15px;
}

.card-body{
    padding-left: 25px;
    border: none;
    background-color: #fef5e8;
    color: #000;
} 

.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: #770000;
    border-radius: 10px!important;
    box-shadow: 4px 4px 6px rgb(13 51 83 / 11%);
    padding: 20px;
}

.topo-rosa{
    background-color: #fff !important;
    border-radius: 0px !important;
    box-shadow: 4px 4px 6px rgb(13 51 83 / 11%) !important;
    padding: 20px !important;
}

.btn-link{
    font-family: "Poppins", serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.2em !important;
    letter-spacing: 1px !important;
    color: #fff !important;
}

.btn-link:hover{

    color: #ef4123;
    text-decoration: none;

}
.resposta{
   color: #384633;
   font-family: "Poppins", serif;
   font-size: 16px;
   font-weight: 420;
   line-height: 1.5em;
   letter-spacing: .1px;
}

.fundo-depo{
   padding: 20px;
   background-color: #770000;
   border-radius: 15px;
   min-height: 400px;
}

.img-depo{
   /*border-top-left-radius: 15px;
   border-bottom-left-radius: 15px;*/
   width: 50%;
   height: auto;
   margin-bottom: 20px;
}


.nome-depo{
   font-size: 20px;
   line-height: 1.3;
   font-family: "Poppins", serif;
   font-weight: 500;
   color: #fff;
   margin-bottom: 15px;
}

.cargo{
   font-size: 12px;
   line-height: 1.3;
   font-family: "Poppins", serif;
   font-weight: 500;
   color: #fff;
}

.negocio{
   border: 1px solid #fff;
   border-radius: 4px;
   padding: 6px 8px;
   font-size: 10px;
   font-family: "Poppins", serif;
   font-weight: 400;
   color: #fff;
}

.texto-depo{
   padding-top: 20px;
   font-size: 14px;
   line-height: 22px;
   font-family: "Poppins", serif;
   font-weight: 400;
   color: #fff;
}

.botao3{
   background-color: #74be33;
   max-width: 350px;
   color: #f7f7f7;
   display: block;
   text-align: center;
   align-items: center;
   padding: 10px 20px;
   border-radius: 1rem;
   font-size: 20px;
   font-weight: 600;
   text-transform: uppercase;
   border: 1px solid #f7f7f7;
   margin: 15px auto;
}

.botao3:hover{
   color: #fff;
}  

.rodape{
   background-color: #320000;
   padding: 40px 0 20px 0;
}

.texto-midia{
   margin-top: 20px;
   font-size: 16px;
   font-weight: 500;
   font-family: "Poppins", serif;
   color: #f7f9f9;
}

.titulo-rodape{
   color: #f7f9f9;
   font-family: "Poppins", serif;
   font-size: 18px;
   font-weight: 700;
   line-height: 1.64;
   letter-spacing: 0.3px;
   margin-bottom: 20px;
}

.texto-rodape{
   font-family: "Poppins", serif;
   font-weight: 400;
   text-decoration: none;
   color: rgb(255, 255, 255);
   font-size: 14px;
   font-stretch: normal;
   letter-spacing: 0.3px;
   line-height: 1;
}

.texto-rodape:hover{
   color: #fff;
}

.texto-rodape a{
   color: #fff;
}

hr {
   border: 0;
   border-top: 1px solid #f2f2f2;
   opacity: 0.5;
}

.texto-rodape2{
   font-size: 15px;
   line-height: 1.1;
   font-weight: 500;
   font-family: "Poppins", serif;
   color: #f7f9f9;
} 

.texto-rodape2 a{
   color: #f7f9f9;
}   

.texto-rodape2 a:hover{
   color: #f7f9f9;
}   

.img-logo-rodape{
   width: 100%;
   height: auto;
   max-width: 200px;
   margin-left: 0;
}

.img-causas{
   height: auto;
   width: 60px;
   margin-bottom: 10px;
   max-width: 100%;
}

.img-empresas{
   width: 150px;
   height: auto;
   max-width: 100%;
}

.texto-midia2{
   margin-top: 10px;
   margin-left: 15px;
}

.texto-midia2 i{
   color: #fff;
   font-size: 25px;
}

.texto-midia2:hover{
   color: #fff;
}

.texto-midia2 a{
   color: #fff;
   margin-right: 10px;
}

.titulo-rodape2{
   color: #f7f9f9;
   font-family: "Poppins", serif;
   font-weight: 700;
   font-size: 16px;
   letter-spacing: 0.3px;
   line-height: 1;
   margin-bottom: 15px;
}

.img-logovacta{
   height: 25px;
   width: auto;
   margin-left: 10px;
}

@media screen and (max-width: 600px) {

   .esp-celular{
      margin-top: 30px;
   }

   .img-logo-rodape{
      display: block;
      margin: 0 auto;
      max-width: 180px;
   }

   .fundo-depo{
      min-height: 40px;
   }   

   .details h2{
      margin-top: 6rem;
   }   

   .img-icone2{
      width: 60%;
      height: auto;
      top: -6rem;
      left: 20%;
   }

   .fundo-cardss{
      min-height: 30px;
   }

   .fundo-topo-0{
      min-height: 70px;
   }   

   .titulo-topo-1{
      font-size: 1.4rem;
   }   

   .botao{
      margin: 15px auto;
      padding: 15px 25px;
      font-size: 22px;
   }

   .botao2{
      margin: 15px auto;
      padding: 15px 25px;
      font-size: 22px;
   }

   .subtitulo-topo-0{
      font-size: 1rem;
   }   

   .titulo-topo-0{
      font-size: 1.8rem;
   }

   .titulo-topo-00{
      font-size: 2.0rem;
   }

   .navbar-toggler{
      margin-right: 10px;
   }

   .navbar{
      padding-left: 20px;
   }

   .img-logo{
      height: 25px;
      padding-left: 15px;
   }

   .navbar-nav .nav-link {
      margin-bottom: 10px;
   } 

   .centralizar{
      text-align: center;
   }  

}


.pulse {
  animation: pulse 0.7s infinite;
  margin: 0 auto;
  margin-top: 0px;
  animation-direction: alternate;
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -webkit-filter: brightness(100%);
  }
  100% {
    -webkit-transform: scale(1.1);
    -webkit-filter: brightness(100%);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
    filter: brightness(100%);
  }
  100% {
    transform: scale(1.1);
    filter: brightness(100%);
  }
}