.prePrecos {
  /* height: 1773px; */
  text-align: center;
  z-index: 1;
  overflow: hidden;
  padding: 0px 0px 88px 0px;
}
.maisVendido {
  position: absolute;
  top: -44px;
  background: #0077ff;
  width: calc(100% - 8px);
  border-radius: 8px;
}
.botaoPerson{
  padding: 6px;
  margin-top: 179px;
}
.precos {
  width: 91.362%;
  display: inline-block;
  max-width: 1072px;
}

.contDetailPrecos {
  border-radius: 8px;
}

.contDetailPrecos.destak {
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.16);
}
.espacoPerson{
  margin-top: 50px;
  margin-bottom: 98px
}
.preTitPla {
  padding: 0px 14px;
  background: #f4f9fd;
  border-radius: 8px 8px 0px 0px;
  border: 0.5px solid #9dc0dc;
  border-bottom: none;
}

.titPreco {
  float: left;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 64px;
  font-family: Lato-Black;
  font-weight: 900;
  font-size: 40px;
  font-size: 2.5rem;
  color: #3379b0;
}

.planoTit {
  font-family: Lato-Black;
  font-weight: 900;
  font-size: 24px;
  font-size: 1.5rem;
  color: #0077ff;
  padding: 22px 0px 21px 0px;
  margin: 0px;
}

.titSec {
  width: 100%;
  height: 64px;
  font-family: Lato-Bold;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  color: rgba(0, 0, 0, 0.8);
  padding: 24px 0px 16px 0px;
  box-shadow: inset 0 -1px 0 0 rgba(204, 204, 204, 0.5);
}

.tituloSec {
  font-family: Lato-Black;
  font-weight: 900;
  color: #3379b0;
}

.itensProd {
  float: left;
  width: 100%;
  margin-top: 16px;
  font-family: Lato-Regular;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  color: rgba(0, 0, 0, 0.8);
}

.itensProd.ult {
  margin-bottom: 24px;
}

.valorPlano {
  font-family: Lato-Bold;
  font-weight: 700;
  font-size: 38px;
  font-size: 2.375rem;
  color: #0077ff;
  float: left;
  width: 100%;
  text-align: left;
}

.itensProd.inative {
  color: rgba(0, 0, 0, 0.32);
  text-decoration: line-through;
}

.valorPlano.ult {
  margin-bottom: 24px;
}

.caracPlano {
  font-family: Lato-Light;
  font-weight: 300;
  font-size: 24px;
  font-size: 1.4rem;
  display: inline-block;
}

.caracPlano.solit {
  font-size: 20px;
  font-size: 1.5rem;
}

.obs {
  float: left;
  width: 100%;
  text-align: left;
  margin-top: 31px;
  margin-bottom: 57px;
  font-family: Lato-Regular;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.48);
}

.planoMobile {
  display: block;
}

.preTitPreco {
  padding: 0px;
}

.contInfoPlano {
  margin: 0px -15px;
  border: 0.5px solid #9dc0dc;
  border-top: 0px;
  padding: 24px 32px 40px 32px;
  border-radius: 0px 0px 8px 8px;
}

.descPlano {
  font-family: Lato-Regular;
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #3379b0;
  text-align: center;
  margin-bottom: 20px;
  min-height: 38px;
}

.itensPlano {
  font-family: Lato-Regular;
  font-weight: 400;
  float: left;
  text-align: left;
  color: rgba(0, 0, 0, 0.8);
  width: 100%;
  /* margin-top: 16px; */
}

.itensPlanoSuport {
  font-family: Lato-Black;
  font-weight: 900;
  float: left;
  font-size: 18px;
  font-size: 1.125rem;
  color: rgba(0, 0, 0, 0.8);
  width: 100%;
  text-align: left;
}

.itensPlanoSuport.inative {
  color: rgba(0, 0, 0, 0.32);
  text-decoration: line-through;
}

.itensPlano.inative {
  color: rgba(0, 0, 0, 0.32);
  text-decoration: line-through;
}

.preSuport {
  margin-top: 16px;
}

.npd {
  padding-left: 4px;
  padding-right: 4px;
}

.pgEspc {
  padding-left: 5px;
  padding-right: 5px;
}

@media screen and (min-width: 576px) and (max-width: 1200px) {
  .contDetailPrecos {
    margin-top: 40px;
  }
  .maisVendido{
    top: -9px;
  }
  .espacoPerson{
    margin-top: 50px;
    margin-bottom: 98px;
  }
  .titSec {
    text-align: left;
  }
  .botaoPerson{
    padding: 6px;
    margin-top: 122px;
  }
  .planoTit {
    text-align: left;
  }

  .itensProd {
    text-align: left;
  }

  .valorPlano {
    text-align: left;
  }

  .titPreco {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

@media screen and (max-width: 575px) {
  .contDetailPrecos {
    border: none;
    margin-top: 40px;
    padding: 0px 0px;
  }
  .maisVendido{
    top: -4px;
    width: calc(100% - 30px);
  }
  .espacoPerson{
    margin-top: 50px;
    margin-bottom: 116px;
  }
  .maisVendidoCard{
    margin-top: 30px;
  }
  .titSec {
    text-align: left;
  }
  .botaoPerson{
    padding: 6px;
    margin-top: 122px;
  }
  .titPreco {
    margin-bottom: 0px;
    margin-top: 64px;
    font-size: 30px;
    font-size: 1.875rem;
  }

  .obs {
    display: none;
  }

  .m-contPreco {
    margin-bottom: 80px;
  }

  .itensProd {
    text-align: left;
  }

  .valorPlano {
    font-size: 40px;
    font-size: 2.5rem;
    margin-top: 0px;

  }

  .caracPlano {
    font-size: 24px;
    font-size: 1.5rem;
  }

  .tituloSec {
    text-align: left;
    margin-top: 64px;
    margin-bottom: 0px;
    font-size: 32px;
    font-size: 2rem;
  }

  .precos {
    padding: 0px 9px;
  }

  .preTitPla {
    padding: 0px 14px;
    background: #f4f9fd;
    border-radius: 8px 8px 0px 0px;
    border: 0.5px solid #9dc0dc;
    border-bottom: none;
  }

  .contInfoPlano {
    margin: 0px -15px;
    border: 0.5px solid #9dc0dc;
    border-top: 0px;
    padding: 24px 24px 40px 24px;
    border-radius: 0px 0px 8px 8px;
  }

  .tabletDesk {
    display: none;
  }

  .planoMobile {
    display: block;
  }

  .descPlano {
    font-family: Lato-Regular;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    color: #3379b0;
    text-align: center;
    margin-bottom: 20px;
  }

  .descPlano h1 {
    height: auto;
  }

  .itensPlano {
    font-family: Lato-Regular;
    font-weight: 400;
    float: left;
    text-align: left;
    color: rgba(0, 0, 0, 0.8);
    width: 100%;
    margin-top: 16px;
  }

  .itensPlanoSuport {
    font-family: Lato-Black;
    font-weight: 900;
    float: left;
    font-size: 18px;
    font-size: 1.125rem;
    color: rgba(0, 0, 0, 0.8);
    width: 100%;
    margin-top: 16px;
    text-align: left;
  }

  .itensPlanoSuport.inative {
    color: rgba(0, 0, 0, 0.32);
    text-decoration: line-through;
  }

  .itensPlano.inative {
    color: rgba(0, 0, 0, 0.32);
    text-decoration: line-through;
  }

  .preSuport {
    margin-top: 16px;
  }

  .contDetailPrecos.destak {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }

  .npd {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.no-mg-lat {
  margin-left: 0px;
  margin-right: 0px;
}

.adesaoPreValor,
.adesao {
  font-family: Lato-Light;
  font-weight: 300;
  color: #3379b0;
  font-size: 16px;
  font-size: 1rem;
}

.adesao {
  font-family: Lato-Bold;
  font-weight: 700;
  float: left;
  margin-top: 10px;
  margin-bottom: -9px;
}

.btn-assine {
  width: 100%;
  color: #fff;
  background: #0077ff;
  font-weight: 1000;
  height: 50px;
  margin-top: 16px;
}

/*# sourceMappingURL=precos.css.map */
