body{
  padding-bottom: 120px;
  /* background: #000; */
  color: #000;
}

.topo{
  padding-top: 8px;
  padding-bottom: 8px;
  /* border-bottom: 1px solid #e5e5e5; */
}
.topo-t1{
  float: left;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}
.topo-t1 strong{
  color: #ffb400;
  font-size: 22px;
}

.centro{
  /* padding-top: 30px; */
}
.centro-imagem{
  text-align: center;
  margin: 0 0 10px;
}
.centro-imagem img{
  display: inline-block;
  max-width: 606px;
  width: 100%;
}
.vantagens-table{
  color: #000;
}


.info{}
.info-t1{
  float: left;
  width: 100%;
  font-size: 16px;
  text-align: center;
}
.info-t1 strong{
  color: #4bb2a0;
}


.info-botaoBaixar{
  float: left;
  width: 100%;
  background: #1bca53;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  padding: 20px 0;
  margin-top: 10px;
}
.info-botaoBaixar:hover{
  background: #15a142;
}

.passos{}
.passos-t1{
  float: left;
  font-size: 24px;
  margin-top: 20px;
  color: #ffb400;
  font-weight: 700;
}

.passos-box{
  float: left;
  width: 100%;
}
.passos-t2{
  float: left;
  width: 100%;
  position: relative;
  padding-left: 8px;
  margin-top: 4px;
  font-size: 14px;
}
.passos-t2:before{
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #4bb2a0;
  position: absolute;
  left: 0;
  top: 8px;
}



.vantagens-t1{
  float: left;
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 25px;
}
.vantagens tr{
  border: 1px solid #e5e5e5;
}
.vantagens td{
  background: #ffffff;
  font-size: 14px;
}
.vantagens td:last-child{
  /* color: #4bb2a0; */
  /* text-align: right; */
}



.boxWhats{
  float: left;
  width: 100%;
  font-size: 14px;
}
.boxWhats-botao{
  position: fixed;
  left: 5px;
  bottom: 5px;
  z-index: 500;
  float: left;
  width: auto;
  padding: 10px;
  background: #47c630;
  color: white;
  font-size: 16px;
  border-radius: 5px;
  box-shadow: 2px 2px 2px rgba(0,0,0, 0.25);
}
.boxWhats-botao:hover{
  background: #4ea736;
}
.boxWhats-img{
  float: left;
  width: 30px;
}
.boxWhats-txt{ display: none;
  float: left;
  font-size: 12px;
  line-height: 1.3;
  padding-left: 5px;
  font-weight: 600;
}

.displayNone{
  display: none !important;
}

.preloader{
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: rgba(255,255,255,0.80);
  /* background: rgba(0,0,0, 0.25); */
  overflow: hidden;
  z-index: 10;
  color: #000;
  /* display: none; */
}
.preloader-centro{
  padding: 30px;

  height: 240px;
  width: 240px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.preloader-centro:before{
  content: '';
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.preloader-mensagem{
  padding-bottom: 10px;
  font-weight: 500;
  float: left;
  width: 100%;
}
.preloader-redir{
  font-size: 12px;
  float: left;
  width: 100%;
  padding-top: 10px;
}
.preloader-redir a{
  position: relative;
  z-index: 50;
  font-size: 12px;
  color: #000;
  text-decoration: underline;
  float: left;
  width: 100%;
}
.preloader-redir a:hover{
  text-decoration: underline;
}
