*, ::after, ::before {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #666666;
  line-height: 1.5em;
  font-weight: 300;
}

a, a:hover {
  text-decoration: none;
}

.container {
  max-width: 1260px;
  padding: 0 30px;
  margin: 0 auto;
}

.player {
  max-width: 1260px;
  padding: 0 30px;
  margin: 0 auto;
}

.box-imagem {
  width: 100%;
  display: flex;
  position: relative;
}
.box-imagem:before {
  content: "";
  display: block;
  padding-bottom: 75%;
}
.box-imagem img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.btn-comecar {
  font-size: 18px;
  color: #00D8A3 !important;
  line-height: 58px;
  border: 2px solid #00D8A3;
  padding: 0.9em 2em;
  border-radius: 30px;
  font-weight: 600;
}

.btn-contrate {
  font-size: 18px;
  color: #ffffff;
  line-height: 1.2em;
  background-color: #00D8A3;
  padding: 0.9em 2em;
  border-radius: 30px;
  font-weight: 600;
}

#topo {
  padding: 26px 0;
}
@media (max-width: 991px) {
  #topo {
    padding-bottom: 0;
  }
}
#topo .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  #topo .container {
    flex-direction: column;
    justify-content: center;
  }
}
#topo h1 {
  width: 186px;
  margin: 0;
}
#topo h1 img {
  max-width: 100%;
}
@media (max-width: 991px) {
  #topo nav {
    display: none;
  }
}
#topo nav a {
  font-size: 18px;
  color: #666666;
  display: inline-block;
  padding: 0 24px;
}
@media (max-width: 991px) {
  #topo nav a {
    padding: 0 14px;
  }
}
#topo .btn-comecar {
  margin-left: 30px;
}

#destaques {
  padding: 2em 0;
}
#destaques .container {
  background: url("../imagens/destaque.jpg") right 30px center no-repeat;
  background-size: contain;
  
}

@media (max-width: 991px) {
  #destaques .container {
    background-size: 58%;
  }
}
@media (max-width: 767px) {
  #destaques .container {
    background: none;
  }
}
#destaques img {
  display: none;
}
@media (max-width: 767px) {
  #destaques img {
    display: table;
    max-width: 100%;
    margin: 5px auto 20px auto;
  }
}
#destaques .info {
  width: 55%;
  padding-bottom: 1em;
}
@media (max-width: 991px) {
  #destaques .info {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #destaques .info {
    width: 100%;
    text-align: center;
  }
}
#destaques h1 {
  font-size: 80px;
  font-weight: 700;
  margin: 0 0 0.5em 0;
  color: #eb575a;
  line-height: 1.2em;
}
@media (max-width: 1199px) {
  #destaques h1 {
    font-size: 62px;
  }
}
@media (max-width: 991px) {
  #destaques h1 {
    font-size: 38px;
  }
}
#destaques h1 span {
  color: #00D8A3;
}
#destaques p {
  margin: 0 0 2em 0;
}

#destaques {
  padding: 2em 0;
}
#destaques .container {
  background: url("../imagens/destaque.jpg") right 30px center no-repeat;
  background-size: contain;
  
}

@media (max-width: 991px) {
  #destaques .container {
    background-size: 58%;
  }
}
@media (max-width: 767px) {
  #destaques .container {
    background: none;
  }
}
#destaques img {
  display: none;
}
@media (max-width: 767px) {
  #destaques img {
    display: table;
    max-width: 100%;
    margin: 5px auto 20px auto;
  }
}
#destaques .info {
  width: 55%;
  padding-bottom: 1em;
}
@media (max-width: 991px) {
  #destaques .info {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #destaques .info {
    width: 100%;
    text-align: center;
  }
}
#destaques h1 {
  font-size: 80px;
  font-weight: 700;
  margin: 0 0 0.5em 0;
  color: #eb575a;
  line-height: 1.2em;
}
@media (max-width: 1199px) {
  #destaques h1 {
    font-size: 62px;
  }
}
@media (max-width: 991px) {
  #destaques h1 {
    font-size: 38px;
  }
}
#destaques h1 span {
  color: #00D8A3;
}
#destaques p {
  margin: 0 0 2em 0;
}


#sucesso {
  padding: 2em 0;
}
#sucesso .container {
  background: url("../imagens/sucesso.jpg") right 30px center no-repeat;
  background-size: contain;
  
}

@media (max-width: 991px) {
  #sucesso .container {
    background-size: 58%;
  }
}
@media (max-width: 767px) {
  #sucesso .container {
    background: none;
  }
}
#sucesso img {
  display: none;
}
@media (max-width: 767px) {
  #sucesso img {
    display: table;
    max-width: 100%;
    margin: 5px auto 20px auto;
  }
}
#sucesso .info {
  width: 55%;
  padding-bottom: 1em;
}
@media (max-width: 991px) {
  #sucesso .info {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #sucesso .info {
    width: 100%;
    text-align: center;
  }
}
#sucesso h1 {
  font-size: 80px;
  font-weight: 700;
  margin: 0 0 0.5em 0;
  color: #eb575a;
  line-height: 1.2em;
}
@media (max-width: 1199px) {
  #sucesso h1 {
    font-size: 62px;
  }
}
@media (max-width: 991px) {
  #sucesso h1 {
    font-size: 38px;
  }
}
#sucesso h1 span {
  color: #00D8A3;
}
#sucesso p {
  margin: 0 0 2em 0;
}

#sucesso {
  padding: 2em 0;
}
#sucesso .container {
  background: url("../imagens/sucesso.jpg") right 30px center no-repeat;
  background-size: contain;
  
}

@media (max-width: 991px) {
  #sucesso .container {
    background-size: 58%;
  }
}
@media (max-width: 767px) {
  #sucesso .container {
    background: none;
  }
}
#sucesso img {
  display: none;
}
@media (max-width: 767px) {
  #sucesso img {
    display: table;
    max-width: 100%;
    margin: 5px auto 20px auto;
  }
}
#sucesso .info {
  width: 55%;
  padding-bottom: 1em;
}
@media (max-width: 991px) {
  #sucesso .info {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #sucesso .info {
    width: 100%;
    text-align: center;
  }
}
#sucesso h1 {
  font-size: 80px;
  font-weight: 700;
  margin: 0 0 0.5em 0;
  color: #eb575a;
  line-height: 1.2em;
}
@media (max-width: 1199px) {
  #sucesso h1 {
    font-size: 62px;
  }
}
@media (max-width: 991px) {
  #sucesso h1 {
    font-size: 38px;
  }
}
#sucesso h1 span {
  color: #00D8A3;
}
#sucesso p {
  margin: 0 0 2em 0;
}


.resp-container {
    /*position: relative;
    overflow: hidden;
    padding-top: 56.25%;*/
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.resp-iframe {
    /*position: absolute;
    top: 0;
    left: 0;*/
    width: 100%;
    height: 673px;
    border: 0;
}
@media(max-width: 567px){
  .resp-iframe{height: 199px;}
}


.tt-catalogo {
  font-size: 50px;
  color: #eb575a;
  text-align: center;
  line-height: 1.2em;
  margin: 1em 0 1.5em 0;
}
@media (max-width: 991px) {
  .tt-catalogo {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .tt-catalogo {
    font-size: 36px;
  }
}
.tt-catalogo.negocios {
  color: #00D8A3;
  font-size: 60px;
  max-width: 830px;
  margin: 80px auto;
}
@media (max-width: 991px) {
  .tt-catalogo.negocios {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .tt-catalogo.negocios {
    font-size: 40px;
  }
}

.listagem-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.listagem-box .item {
  width: calc(33.333333% - 20px);
  background-color: #FBFBFF;
  padding: 1.5em;
  text-align: center;
  border-radius: 28px;
}
@media (max-width: 767px) {
  .listagem-box .item {
    width: 100%;
    margin-bottom: 30px;
  }
}
.listagem-box .item h2 {
  font-size: 24px;
  color: #eb575a;
  line-height: 1.2em;
  margin: 1em 0;
}
.listagem-box .item .box-imagem {
  max-width: 160px;
  margin: 0 auto 0 auto;
}
.listagem-box .item .box-imagem:before {
  padding-bottom: 100%;
}

#planos {
  background-color: #eb575a;
  color: #ffffff;
  padding: 2em 0 2em 0;
}
#planos .tt-catalogo {
  color: #ffffff;
  margin-bottom: 0.8em;
}
#planos p {
  max-width: 664px;
  margin: 0 auto 2em auto;
  text-align: center;
}
#planos .listagem-precos {
  margin-top: 2em;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}
#planos .listagem-precos .item {
  background-color: #ffffff;
  border-radius: 28px;
  width: calc(33.333333% - 20px);
  padding: 2em;
  text-align: center;
  margin: 0 11px;
  color: #666666;
}
@media (max-width: 991px) {
  #planos .listagem-precos .item {
    width: 40%;
  }
}
@media (max-width: 767px) {
  #planos .listagem-precos .item {
    width: 100%;
    margin-bottom: 30px;
  }
}
#planos .listagem-precos .item .opcao {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #EEEEEE;
  font-size: 18px;
  color: #00D8A3;
}
#planos .listagem-precos .item .opcao span {
  display: block;
  font-size: 24px;
  font-weight: 600;
}
#planos .listagem-precos .item h5 {
  font-size: 24px;
  color: #eb575a;
  margin: 0 0 1em 0;
  text-transform: uppercase;
}
#planos .listagem-precos .item p {
  max-width: 310px;
  margin-left: auto;
  margin-right: auto;
}
#planos .listagem-precos .item .preco {
  color: #eb575a;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 24px;
}
#planos .listagem-precos .item .preco span {
  font-size: 80px;
  vertical-align: -40px;
}
#planos .listagem-precos .item .info {
  font-size: 13px;
  color: #666666;
  margin-bottom: 1.8em;
}
#planos .listagem-precos .item .btn-contrate {
  margin-top: 1.2em;
  display: block;
}

#rodape {
  padding: 2em 0;
  font-size: 18px;
  color: #666666;
}
@media (max-width: 991px) {
  #rodape {
    text-align: center;
  }
}

/*# sourceMappingURL=estilos.css.map */
