/* TABELA DE PREÇOS*/
.tg {
  border-collapse: collapse;
  border-spacing: 0;
}

.tg td,
.tg th {
  border: #f5f5f5 solid 1px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 15px;
  word-break: normal;
  text-align: center;
}

.tg .tg-r52v {
  max-width: 200px;
  background-color: #d7d2f3;
  border-color: #f5f5f5;
  color: #333;
}

.tg .tg-zbgy {
  max-width: 200px;
  font-size: 18px;
  background-color: #8b5ee0;
  border-color: #f5f5f5;
  color: white;
}

.tg .tg-tl9x {
  font-size: 18px;
  background-color: #3957f4;
  border-color: #f5f5f5;
  color: white;
  font-weight: 700;
  max-width: 170px;
}

.tg .tg-mytv {
  max-width: 180px;
  background-color: #eee;
  border-color: #f5f5f5;
  color: #333;
}

.tg .tg-7va6 {
  max-width: 200px;
  font-size: 18px;
  background-color: #7745d8;
  border-color: #f5f5f5;
  color: white;
}

.tg .h-mei {
  max-width: 200px;
  font-size: 18px;
  background-color: #9C8EF1;
  border-color: #f5f5f5;
  color: white;
}

.tg .tg-opc0 {
  max-width: 200px;
  font-size: 18px;
  background-color: #342a69;
  border-color: #f5f5f5;
  color: white;
}

.tg .b-mei {
  border-width: 1px 3px 1px 1px;
  max-width: 200px;
  background-color: #E0DDF1;
  border-color: #f5f5f5;
  color: #333;
}

.tg .tg-6bo3 {
  border-width: 1px 3px 1px 1px;
  max-width: 180px;
  background-color: #ccc;
  border-color: #f5f5f5;
  color: #333;
  font-weight: 600;
}

.tg .tg-sh3a {
  border-width: 1px 3px 1px 1px;
  max-width: 200px;
  background-color: #dcd3ed;
  border-color: #f5f5f5;
  color: #333;
}

.tg .tg-ypwl {
  border-width: 1px 3px 1px 1px;
  max-width: 200px;
  background-color: #d6c7f2;
  border-color: #f5f5f5;
  color: #333;
}

.btn {
  font-weight: bold;
  font-family: 'Raleway', sans-serif;
  text-decoration: none;
  background-color: #f26b21;
  color: white;
  border-radius: 10px;
  padding: 10px;
}

.cel {
  background-color: #f5f5f5;
}

.tg .border-1 {
  border-width: 1px 3px 4px 1px;
}

.tg .nao {
  color: #D71F1F;
  font-weight: 700;
  font-size: 18px;
}

.tg .border-2 {
  border-width: 1px 3px 3px 1px;
}

.tg .ok {
  color: #46C731;
  font-weight: 700;
  font-size: 18px;
}

.tg .border-3 {
  border-width: 1px 1px 3px 1px;
}

/* ESTILO SITE */
.btn-div {
  margin: 20px;
  display: inline-block;
}

.titulo-planos {
  float: left;
  width: 50%;
  font-weight: bold;
  color: #5871f2;
}

.titulo-planos-btn {
  background-color: transparent;
  box-shadow: none;
  float: right;
  font-size: 13px;
}

.planos-btn {
  background-color: #5871f2;
  padding: 10px;
  border-radius: 10px;
}

.desktop-planos {
  display: block;
  margin-top: 100px;
}

.img-marketup {
  width: 30%;
}

.section-recomendado {
  padding: 50px 0px;
}

.centralizado-2 {
  margin: 0px;
  padding: 80px;
  justify-content: flex-end;
  align-items: flex-start;
}

.plano-mei {
  padding: 20px;
  background-color: #f5f5f5;
  border-radius: 20px;
  display: block;
  width: 320px;
  height: 500px;
  margin: 10px;
}

.section-plano-mei {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  margin-right: -120px;
}

.plano-mei-preco {
  background-color: #47B3C1;
  margin-right: 70px;
  color: white;
  padding: 40px;
  text-align: center;
  border-radius: 20px;
  margin-top: 13px;
}

.titulo-mei {
  width: 100%;
  margin-top: 80px;
  text-align: center;
  margin-left: auto;
}

.holder-planos-ae {
  padding: 80px;
  justify-content: space-around;
}

@media only screen and (min-width: 992px) {
  .titulo-1-s-3 .lp-simples {
    font-size: 40px;
  }

  .titulo-planos {
    font-size: 40px;
  }
}

/* MOBILE */
@media (max-width: 767px) {
  .titulo-1-s1-ae .lp-simples {
    font-size: 36px;
    line-height: 1.6;
}

  .titulo-1-s-3 .lp-simples {
    font-size: 28px;
  }

  .holder-planos-2-ae-mobile {
    width: 260vw;
  }

  .titulo-secao {
    font-size: 32px;
  }

  .btn-div {
    margin: auto;
    margin-top: 15px;
    display: block;
  }

  .titulo-planos {
    width: 100%;
    padding: 20px;
    font-size: 32px;
    margin-top: 20px;
  }

  .titulo-planos-btn {
    font-size: 15px;
  }

  .img-marketup {
    width: 100%;
  }

  .contabilidade-mei {
    text-align: center;
    align-items: center;
  }


  .centralizado-2 {
    margin: auto;
    padding: 20px;
    display: block;
    text-align: center;
  }

  .plano-mei {
    padding: 20px;
    background-color: #f5f5f5;
    border-radius: 20px;
    display: block;
    width: 100%;
    height: auto;
    margin-top: 50px;
    margin-bottom: 20px;
    margin-left: auto;
    text-align: left;
  }

  .section-plano-mei {
    display: block;
    margin-right: 0px;
  }

  .plano-mei-preco {
    background-color: #47B3C1;
    margin: auto;
    color: white;
    padding: 20px;
    text-align: center;
    border-radius: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .titulo-mei {
    width: 100%;
    margin-top: 30px;
    text-align: center;
    margin-left: auto;
    font-size: 32px;
  }

  .lp-1-s-9-2 {
    padding: 30px;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .desktop-planos {
    display: none;
  }

  .img-marketup {
    width: 100%;
  }

  .titulo-planos {
    width: 100%;
    margin-bottom: 40px;
  }

  .botao-2-s-1.lp-boletos {
    width: 100%;
  }

  .centralizado-2 {
    align-items: center;
    margin: auto;
    padding: 50px;
  }

  .titulo-1-s-6 {
    align-items: center;
  }

  .holder-planos-2-ae-mobile {
    width: 100%;
  }

  .plano-mei-preco {
    padding: 40px;
    margin-top: 20px;
    width: 100%;
    margin-bottom: 50px;
  }

  .section-plano-mei {
    margin-right: auto;
  }

  .plano-mei {
    padding: 20px;
    width: 50%;
    height: 480px;
  }

  .titulo-1-s-3.lp-simples {
    font-size: 40px;
  }

  .lp-1-s-9-2 {
    padding: 60px;
  }
}