

body{
   background-color: #f5f5f5;
   padding: 15px 0;
   font-family: "Poppins", sans-serif;
   overflow-x: hidden;
}

.topo-0{
   min-height: 100vh;
   height: 100vh;
}

hr {
   border: 0;
   border-top: 1px solid #ccc;
}

.div-ao-vivo{
   width: 250px;
   height: 40px;
   background-color: #fff;
   position: absolute;
   top: 32px;
   left:15px;
   z-index: 9999;
   padding: 0;
   margin: 0;
   display: flex;
}

.div-ao-vivo1{
   background-color: red;
   width: 49%;
   padding: 0;
   margin: 0;
}

.div-ao-vivo2{
   width: 49%;
   padding: 0;
   margin: 0;
}

.div-ao-vivo1 p{
   color: #fff;
   font-weight: 500;
   font-size: 16px;
   padding-top: 12px;
   line-height: 1;
}  

.div-ao-vivo2 p{
   color: #000;
   font-weight: 500;
   font-size: 16px;
   padding-top: 12px;
   line-height: 1;
}   

.texto-rodape{
   font-size: 11px;
    color: #02020254;
    margin-bottom: 0 !important;
    font-weight: 700;
    text-transform: uppercase;
}

.texto-rodape span{
 margin-right: 20px;
}

.texto-escolha{
   font-weight: 600;
   font-size: 20px;
   letter-spacing: normal !important;
   text-transform: none !important;
   color: rgba(2, 2, 2, .92);
   padding: 1em 0;
   margin: -1em 0;
}

.selecione{
   width: 100%;
   padding: 18px 0;
   font-weight: 600;
   line-height: 24px;
   border: none;
   position: relative;
   background-color: #e7e7e7;
   border-bottom: 1px solid #e7e7e7;
}

.selecionado{
   background-color: #fff;
}

.selecionado2{
   background-color: #02890b;
}

.fundo-branco{
   width: 100%;
   height: 80vh;
   padding: 20px 20px;
   background-color: #fff;
}

.img-banner{
   width: 100%;
   height: auto;
   margin-bottom: 25px;
}

.anti-preco{
   color: rgba(2, 2, 2, .33);
   font-size: 15px;
   line-height: 1.2;
   font-weight: 600;
   text-align: left;
   margin-bottom: 0;
}

.preco{
   font-size: 22px;
   line-height: 1.2;
   font-weight: 600;
   color: rgba(2, 2, 2, .92);
   text-align: left;
}

.botao-kit{
   text-align: center;
   padding: 18px 20px;
    border: none;
    color: #fff;
    font-weight: 600;
    background: #02890b;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    display: block;
    align-items: center;
    font-size: 22px;
    justify-content: center;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.botao-kit:hover{
   color: #fff;
}

.tamanho{
   height: 90vh;
}

@media screen and (max-width: 600px) {

   .tamanho{
      height: auto;
   }

   .selecione{
      height: 60px;
   }

   .div-ao-vivo{
      width: 220px;
      position: relative;
      top: 0px;
      left:0px;
      height: 40px;
   }

   .div-ao-vivo1{
      padding-left: 10px;
   }

   .div-ao-vivo2{
      padding-left: 10px;
   }

   .fundo-branco{
      padding: 20px 5px;
      height: 100%;
   }

   .preco{
      font-size: 18px;
   }

   .anti-preco{
      font-size: 14px;
   }

   .topo-0{
      justify-content: space-between;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      height: 100vh;
   }

   body{
      padding-top: 0px;
      height: 100vh !important;
   }

   .zero-esp{
        padding-left: 0;
        padding-right: 0;
        margin: 0;
   }

   .topo-0{
      padding-top: 0;
      margin-top: 0;
      height: 100vh !important;
   }

   .sumir{
      display: none!important;
   }

}