@font-face {
    font-family:'roboto';
    src:url("fonte/Roboto-Bold.ttf");
}

@font-face {
   font-family: montserrat;
   src: url(font/Montserrat-Bold.otf);
}

.topo-0{
   padding: 10px 0;
   background-color: #f8f9fa;
}

.topo-3{
   padding: 40px 0;
   background-color: #f8f9fa;
}

.img-logo{
   width: 100%;
   height: auto;
   max-width: 200px;
   margin-left: 0;
}

.img-logo-rodape{
   width: 100%;
   height: auto;
   max-width: 200px;
   margin-left: 0;
}

.topo-0 .container-fluid{
   max-width: 85%;
}   

.nav-link{
   font-family: Lato, sans-serif;
   font-weight: 700;
   font-size: 16px;
   line-height: 24px;
   letter-spacing: 0.51px;
   opacity: 0.98;
   color: rgb(69, 69, 80);
   margin-right: 40px;
}

.dropdown-item{
   font-family: Lato, sans-serif;
   font-weight: 400;
   font-size: 16px;
   line-height: 24px;
   letter-spacing: 0.51px;
   opacity: 0.98;
   color: rgb(69, 69, 80);
   margin-right: 40px;
}

.dropdown-menu{
   background-color: #f8f9fa;
}

.form-inline .nav-link{
   margin-right: 10px;
}

.navbar-light .navbar-nav .active>.nav-link{
   color: #21437c !important;
}

.form-inline{
   margin-left: 0;
   padding-left: 0;
}

.espaco-topo-0{
   margin-top: 50px;
}

.titulo-topo-0{
   font-size: 31px;
   line-height: 46px;
   color: rgb(43, 43, 43);
   font-family: Poppins, sans-serif;
   font-weight: normal;
   padding-bottom: 10px;
}

.titulo-topo-2{
   font-size: 31px;
   line-height: 46px;
   color: #fff;
   font-family: Poppins, sans-serif;
   font-weight: normal;
   padding-bottom: 10px;
   padding-top: 40px;
}

.titulo-topo-1{
   font-size: 31px;
   line-height: 46px;
   color: rgb(43, 43, 43);
   font-family: Poppins, sans-serif;
   font-weight: normal;
   padding-bottom: 10px;
}

.text-topo-0{
   font-family: Lato, sans-serif;
   font-size: 18px;
   font-weight: 400;
   line-height: 28px;
   letter-spacing: 0em;
   color: rgb(43, 43, 43);
}

.text-topo-2{
   font-family: Lato, sans-serif;
   font-size: 18px;
   font-weight: 400;
   line-height: 28px;
   letter-spacing: 0em;
   color: #fff;
}

.text-topo-1{
   font-family: Lato, sans-serif;
   font-size: 18px;
   font-weight: 400;
   line-height: 1.2;
   letter-spacing: 0em;
   color: rgb(43, 43, 43);
}

.img-clique{
   width: 270px;
   height: auto;
   max-width: 100%;
   position: relative;
   z-index: 9998;
}

.fundo-topo-0{
   background-color: rgb(255, 255, 255);
   border-radius: 8px;
   position: absolute;
   top: 10px;
   left: 250px;
   width: 60%;
   border: unset;
   margin-left: 0px;
   margin-right: 0px;
   padding-bottom: 18px;
   box-shadow: rgba(0, 0, 0, 0.15) 0px 3.25px 12px, rgba(255, 255, 255, 0.5) -2px -2.75px 16px;
   z-index: 9997;
}

.titulo-fundo-0{
   display: block;
   padding: 15px 0px;
   border-bottom: 1px solid rgb(242, 242, 243);
   color: rgb(139, 139, 146);
   text-align: center;
   font-family: Poppins, sans-serif;
   font-size: 14px;
   letter-spacing: 0.24em;
   font-weight: 500;
   text-align: center;
}

.texto-fundo-0{
   font-family: Lato;
   font-size: 14px;
   line-height: 20px;
   color: rgb(69, 69, 80);
   margin-left: 50px;
}

.texto-fundo-0 i{
   font-size: 18px;
   color: #21437c;
   margin-right: 10px;
}

.separador{
    display: flex;
    height: 1px;
    background-color: rgb(222, 222, 222);
    margin: 7px 50px;
}   

.wave-container {
  background: red;
  position: relative;
  overflow: hidden;
}

.wave-container:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 200px;
  background: #f8f9fa;
  bottom: -50px;
  left: 0;
  z-index: 1;
  border-radius: 50%;
}

svg#waveoferta2{
   fill:#f8f9fa;
   background:#fff;
   width:100%;
   height:160px;
   margin-bottom:-5px;
}

.topo-1{
   background-color: #fff;
   padding-top: 40px;
   padding-bottom: 40px;
}

.botao{
   text-align: center;
   background: rgb(101, 163, 0);
   font-family: Lato, sans-serif;
   font-weight: bold;
   display: inline-block;
   cursor: pointer;
   border-radius: 8px;
   border: none;
   color: white;
   font-size: 18px;
   padding: 15px 30px;
   transition: all 0.4s ease 0s;
   min-width: 220px;
   padding: 15px 35px;
}

.botao:hover{
   color: #fff;
}

.espaco-topo-1{
   padding-top: 20px;
}

.espaco-topo-1-pc{
   padding-top: 20px;
}

.fundo-branco{
   position: relative;
   padding: 60px 30px;
   background: rgb(255, 255, 255);
   display: flex;
   flex-direction: column;
   -webkit-box-pack: justify;
   justify-content: space-between;
   -webkit-box-align: center;
   align-items: center;
   border-top: 2px solid transparent;
   box-shadow: rgba(0, 0, 0, 0.1) 1px 3px 14px 1px;
}

.fundo-branco:hover{
   border-top: 2px solid #21437c;
}

.img-icone{
   width: auto;
   height: 45px;
   margin-bottom: 25px;
}

.topo-2{
   padding: 40px 0px 0px 0px;
   background-image: url(../imagens/background.jpg);
   background-position: 0 0, 0 0;
   background-repeat: repeat, repeat;
   background-size: cover, auto;
}


.fa-check{
   font-size: 22px;
   color: rgb(101, 163, 0);
   margin-right: 5px;
}

.espaco-topo-2{
   margin-bottom: 40px;
}

.titulo-etapa{
   color: #333;
    letter-spacing: -1.5px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Poppins, sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.5rem;
}

.texto-etapa{
   color: rgb(69, 69, 80);
   letter-spacing: -.5px;
   margin-bottom: 0;
   font-family: Lato, sans-serif;
   font-size: 1.25rem;
   font-weight: 400;
   line-height: 2rem;
}

.img-robo{
   width: 100%;
   height: auto;
}

.img-etapa{
      width: 90%;
      height: auto;
}

.img-conteudo{
   width: 100%;
   height: auto;
   padding: 0;
}

.texto-nome{
   color: #21437c;
   letter-spacing: -.5px;
   text-transform: capitalize;
   margin-top: 0;
   mrgin-bottom: 0;
   font-family: Lato, sans-serif;
   font-size: 1rem;
   font-weight: 700;
   line-height: 1.5rem;
}

.owl-prev, .owl-next{
      display: none;
}

.img-depo{
   display: block !important;
   margin: 0 auto !important;
   width: 70% !important;
   height: auto !important;
}

.fundo-depo{
   padding: 30px 20px;
   background-color: #f8f9fa;
   border-radius: 15px;
   min-height: 480px;
}

.topo-7{
   padding-top: 40px;
   padding-bottom: 40px;
   background-color: #fff;
}

.card{
    
    border: none;
    margin-top: 15px;

}

.card-body{
    padding-left: 25px;
    border: none;
    background-color: #c0e2f2;
}  

.card-header {
  cursor: pointer;
}

.card-header:after {
  content: '-';
  position: absolute;
  top: 5px;
  right: 10px;
  color: #21437c;
  font-size: 35px;
}

.card-header.collapsed:after{
  content: '+';
}

.topo-rosa{
    background-color: #c0e2f2;
    border-radius: 10px;
    box-shadow: 4px 4px 6px rgb(13 51 83 / 11%);
    padding: 20px;
}

.btn-link{
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2em;
    letter-spacing: 1px;
    color: #222;

}

.btn-link:hover{

    color: #21437c;
    text-decoration: none

}
.resposta{
   color: #222;
    font-family:Lato,Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: .1px;
}

.rodape{
   background-color: rgb(27, 28, 41);
   padding: 40px 0 20px 0;
}

.texto-midia{
   margin-top: 10px;
   margin-left: 15px;
}

.texto-midia i{
   color: #fff;
   font-size: 25px;
}

.texto-midia:hover{
   color: #fff;
}

.texto-midia a{
   color: #fff;
   margin-right: 10px;
}

.titulo-rodape{
   color: #63b5dd;
   font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.64;
    letter-spacing: 0.3px;
    text-align: left;
    margin-bottom: 20px;
}

.texto-rodape{
   font-family: Lato, sans-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-family: Lato, sans-serif;
    font-weight: 400;
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-stretch: normal;
    letter-spacing: 0.3px;
    line-height: 1;
    padding-top: 10px;
}

@media screen and (max-width: 600px) {

   .fundo-branco{
      padding: 30px 10px;
      min-height: ;
   }

   .esp-celular{
      padding-top: 25px;
   }

   .img-conteudo{
      margin-top: 30px;
   }   

   .img-etapa{
      width: 80%;
      height: auto;
   }

   .img-robo{
      width: 100%;
      height: auto;
      margin-bottom: 15px;
   }

   .img-fundo2{
      width: 100%;
      height: auto;
   }

   .imagem-fundo{
      background-image: none;
   }

   .topo-2{
      background-size: contain;
      background-repeat: repeat;
      background-position: top center;
   }   

   .espaco-topo-1-pc{
     padding-top: 0px;
   }


   .botao{
      display: block;
      text-align: center;
      margin: 0 auto;
      padding: 15px 10px;
      width: 95%;
   }   

   svg#waveoferta2{
      height:35px;
      margin:-8px auto;
      border:none!important;
   }

   .fundo-topo-0{
      width: 100%;
      position: relative;
      top: -30px;
      left: 0;
      z-index: 9999;
   }

   .pc{
      display: none;
   }

   .titulo-topo-0{
      font-size: 24px;
      line-height: 36px;
   }

   .titulo-topo-0 strong{
      font-size: 22px;
   }

   .titulo-topo-1{
      font-size: 24px;
      line-height: 36px;
   }

   .titulo-topo-1 strong{
      font-size: 22px;
   }

   .titulo-topo-2{
      font-size: 24px;
      line-height: 36px;
   }

   .titulo-topo-2 strong{
      font-size: 22px;
   }

   .text-topo-0{
      font-family: Lato, sans-serif;
      font-size: 18px;
      line-height: 1.3;
   }

   .text-topo-1{
      font-family: Lato, sans-serif;
      font-size: 18px;
      line-height: 1.3;
   }


   .form-inline .nav-link{
      margin-left: 0;
      padding-left: 0;
   }

   .form-inline{
      display: block;
   }

   .navbar{
      padding: 0;
   }

   .img-logo{
      max-width: 180px;
      margin-left: 0px;
   }

   .img-logo-rodape{
      display: block;
      margin: 0 auto;
      max-width: 180px;
   }

   .topo-0 .container-fluid{
      max-width: 100%;
   }

   .centralizar{
      text-align: center;
   }

}

.branco{
   color: #fff;
}