@font-face {
    font-family:'roboto';
    src:url("fonte/Roboto-Bold.ttf");
}

@font-face {
   font-family: montserrat;
   src: url(font/Montserrat-Bold.otf);
}

.topo-1{
   padding: 40px 0;
   background-image: url('../imagens/fundo.jpg');
   background-size: cover;
   background-repeat: no-repeat;
   background-position: top;
}

img{
   width: 100%;
   height: auto;
}

.topo-0{
   box-shadow: rgba(0, 0, 0, 0.11) 0px 2px 4px 0px;
   padding: 10px 0;
   background-color: #fff;
}

.img-logo{
   width: 30%;
   height: auto;
   margin-right: 10px;
}

.texto-topo-0 span{
   margin-right: 10px;
}

.texto-topo-0{
   font-size: 20px;
   font-weight: 400;
   color: #000;
   line-height: 1.2;
   padding: 0;
   margin: 0;
   margin-top: 5px;
}

.texto-topo-0 a{
   color: #000;
}

.texto-topo-0 a:hover{
   color: #000;
}   

.botao{
   background-color: rgb(95, 179, 210);
   color: rgb(255, 255, 255) !important;
   font-weight: 700;
   font-size: 20px;
   border-radius: 30px;
   padding: 10px 15px;
}

.botao span{
   color: rgb(255, 252, 0);
}

.botao2{
   background-color: rgb(95, 179, 210);
   color: rgb(255, 255, 255) !important;
   font-weight: 700;
   font-size: 22px;
   border-radius: 30px;
   padding: 15px 25px;
}

.botao2 span{
   color: rgb(255, 252, 0);
}

.botao3{
   margin: 0 auto;
   background-color: rgb(95, 179, 210);
   color: rgb(255, 255, 255) !important;
   font-weight: 700;
   font-size: 22px;
   border-radius: 30px;
   padding: 15px 25px;
}

.botao3 span{
   color: rgb(255, 252, 0);
}



.texto-topo-1 i{
   color: #007084;
}

.texto-topo-1{
   color: rgb(36, 53, 59);
   font-weight: 400;
   font-size: 20px;
   line-height: 1.2;
}

.texto-topo-1 strong{
   color: rgb(255, 73, 0);
}

.aparecer{
   display: none;
}

.titulo{
   color: rgb(95, 179, 210);
   font-weight: 700;
   font-size: 40px;
   line-height: 60px;
}

.img-max{
   width: 100%;
   height: auto;
}

.img-li{
   width: 22px;
   height: auto;
}

.texto-topo-1-2{
   color: rgb(36, 53, 59);
   font-weight: 600;
   font-size: 22px;
   line-height: 1.3;
}

.texto-topo-depo{
   color: rgb(36, 53, 59);
   font-weight: 400;
   font-size: 18px;
   line-height: 1.3;
   text-align: left;
}

.pulse {
  animation: pulse 0.7s infinite;
  display: table;
  margin-top: 30px;
  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%);
  }
}

.topo-2{
   padding: 40px 0;
   background-color: #f3f1ef;
}

.esp-topo-2{
   padding-top: 35px;
}

.titulo-topo-2{
   font-size: 42px;
   color: #000;
   line-height: 1.3;
   font-weight: 700;
}

.titulo-2{
   color: rgb(95, 179, 210);
   font-weight: 700;
   font-size: 30px;
   line-height: 1.2;
}

.img-conteudo{
   width: 100%;
   height: auto;
   border-radius: 15px;
}

.topo-3{
   padding: 40px 0;
   background-color: #fff;
}

.fundo-branco{
   padding: 0 0 20px 0px;
   background-color: #fff;
   border-radius: 15px;
}

.img-depo{
   width: 100%;
   height: auto;
   padding: 0;
   margin: 0;
   border-top-left-radius: 15px;
   border-top-right-radius: 15px;
}

.topo-5{
   background-color: rgb(25, 25, 25);
   padding: 40px 0;
}

.img-garantia{
   width: 70%;
   height: auto;
}

.rodape{
   background-color: #fff;
   padding: 40px 0 20px 0;
}

.topo-4{
   background-color: #fff;
   padding-bottom: 50px;
}

.img-btn{
   width: 60%;
   height: auto;
   margin-top: -30px;
}

.img-escrito{
   width: 70%;
}


a{
   text-decoration: none;
}

a:link{
   text-decoration: none;
}

.borda-1{
   margin: 5px;
    padding: 20px 0px 25px 0px;
    transition: background 0s;
    border-style: solid;
    border-color: #DDDDDD;
    border-radius: 30px 30px 30px 30px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 33%);
}

.borda-2{
   margin: 0 5px 5px 5px;
    padding: 0px 0px 25px 0px;
    transition: background 0s;
    border-style: solid;
    border-color: #1874cd;
    border-radius: 30px 30px 30px 30px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 33%);
}

.fundo-azul{
   background-color: #1874cd;
   margin: 0;
   margin-top: -2px;
   padding: 10px;
    margin: 0;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.texto-kit{
   margin: 0;
    color: #000;
    font-size: 20px;
    line-height: 27px;
    font-weight: 500;
}

.texto-kit i{
   font-size: 24px;
   color: #1874cd;
}

.img-safe{
   width: 80%;
   height: auto;
   margin-top: 15px;
}

.fundo-verme{
   padding: 10px;
   border-radius: 5px;
   background-color: #fff2e0;
}  

.titulo-verm{
   font-size: 18px;
    line-height: 22px;
    color: #ed5214;
    font-weight: 700;
    background-color: #fff2e0;

}

.img-fogo{
   height: 30px;
   width: auto;
}

.texto-verm{
   margin: 0;
    text-align: center;
    color: #000;
    font-weight: 600;
    font-style: italic;
   font-size: 18px;
    line-height: 22px;  
}

.unidade{
   color: #555555;
    font-family: montserrat, sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    padding-top: 20px;
}

.funo-cinza{
   font-family: Open Sans,sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    border-radius: 10px;
    padding: 10px;
    background: #545454;
}



.btn-compra{
   font-size: 25px;
    background-color: #1874cd;
    border-radius: 15px;
    padding:20px;
    padding-bottom: 10px;
    width: 100%;
}

hr {
   border: 0;
   border-top: 1px solid #000;
}

.hr hr {
   border: 0;
   border-top: 1px solid #ccc;
} 


.texto-btn{
   text-align: center;
    color: #FFFFFF;
    font-family: "Montserrat", Open Sans;
    font-size: 22px;
    font-weight: 600;
}  

.esp-topo{
   margin-top: 30px;
}

.topo-55{
   background-color: #fff;
   padding-top: 40px;
   padding-bottom: 20px;
}

.titulo-avaliacao{
   line-height: 1em;
    font-size: 27px;
    font-family: 'Ubuntu Condensed', sans-serif;
    color: #2a2a2a;
    font-weight: 700;
}

.btn{
   color: #000;
   font-weight: bold;
}

@media screen and (max-width: 600px) {

   .borda-1{
      margin: 0;
   }

   .borda-2{
      margin: 0;
   }

   .btn-compra{
      width: 90%;
      margin: auto;
      text-align: center;
   }

   .img-btn{
   width: 100%;
   height: auto;
   }

   .img-escrito{
   width: 100%;
   height: auto;
   }

   .texto-btn{
      font-size: 20px;
   }

   .img-garantia{
      width: 70%;
      height: auto;
      margin-bottom: 30px;
   }

   .img-conteudo{
      display: block;
      margin: 0 auto;
      width: 80%;
   }   

   .titulo-2{
      font-size: 24px;
      margin-top: 20px;
   }

   .titulo-topo-2{
      font-size: 32px;
   }

   .pulse{
      margin: 0 auto;
   }

   .topo-1{
      background-image: none;
   }   

   .titulo{
      font-size: 30px;
      color: rgb(0, 0, 0);
      line-height: 1.3;
   }

   .aparecer{
      display: block;
   }

   .centralizar{
      text-align: center;
   }

   .texto-topo-0{
      text-align: center;
      font-size: 14px;
   }

   .img-logo{
      width: 40%;
      height: auto;
      margin-right: 0px;
   }

}

.preto{
   color: #000;
}

.azul{
   color: rgb(95, 179, 210);
}

.branco{
   color: #fff;
}