* {
  font-family: "Montserrat", sans-serif !important;
  color: #000 !important;
}
.fixo {
  position: fixed !important;
  top: 0 !important;
  width: 100%;
  left: 0 !important;
  z-index: 100;
  transition: ease 0.4s;
}
header nav li a {
  color: #fff !important;
}
.container_ {
  width: 970px;
  margin: 0 auto;
}
.banner .container {
  text-align: center;
}
.banner h1 {
  font-size: 32px;
  line-height: 32px;
  font-weight: bold;
}
.banner h1 strong {
  font-size: 120px;
  line-height: 120px;
}
.banner h2 {
  font-size: 24px;
  line-height: 36px;
  margin: 10px auto;
}
.banner ul {
  margin-top: 20px;
}
.banner li {
  font-size: 16px;
  font-weight: bold;
}
.banner {
  padding: 60px 0 40px 0;
  background: url(../img/bcg.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.promo {
  background: linear-gradient(270.03deg, #2758fa 0.02%, #28a1f0 99.99%);
}
.promo h2 {
  padding: 8px;
  text-align: center;
  font-weight: bold;
  color: #fff !important;
  font-size: 24px;
  line-height: 36px;
}
.button {
  width: 100%;
  max-width: 400px;
  padding: 10px;
  height: 70px;
  font-size: 22px;
  font-weight: bold;
  line-height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  background: #0fd13d;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 3.2px 3.2px 0px;
  border-radius: 16px;
  margin: 0 auto;
  transition: box-shadow 0.6s;
}
.button:hover {
  box-shadow: rgba(0, 0, 0, 0.542) 0px 8px 8px 0px;
}
/* sinais */
.sinais {
  background: url(../img/girl.webp);
  background-color: #f1f4f9;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}
.sinais .container_ {
  padding: 40px 15px;
}
.sinais h1 {
  text-align: center;
  font-size: 46px;
  line-height: 55px;
  font-weight: bold;
  margin-bottom: 30px;
}
.sinais h2,
.sinais strong {
  font-size: 28px;
  line-height: 42px;
  font-weight: bold;
  margin-bottom: 36px;
  text-transform: uppercase;
}
.sinais strong {
  color: #ff7400;
}
.sinais li {
  font-size: 19px;
  line-height: 30px;
  position: relative;
  padding-left: 40px;
}
.sinais li::before {
  content: url(../img/x.svg);
  display: block;
  position: absolute;
  margin-right: 20px;
  left: 0;
  top: 1px;
}
.sinais .listas {
  display: grid;
  grid-template-columns: repeat(2, 282px);
  grid-gap: 49px;
}
/* melhore */
.melhore .container_ {
  padding: 40px 15px;
}
.melhore h1 {
  font-size: 23px;
  line-height: 27px;
  font-weight: bold;
  margin-bottom: 40px;
}
.melhore li {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 25px;
  display: grid;
  grid-template-columns: 24px 1fr;
  grid-gap: 9px;
}
.melhore li::before {
  content: url(../img/akar-icons_check.svg);
}
/* PEÇA JA */
.peca_ja .container_ {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.peca_ja {
  background: linear-gradient(270.03deg, #2758fa 0.02%, #28a1f0 99.99%);
  padding: 17px 0;
}
.nuubu,
.estrelas {
  max-width: 180px;
}
.estrelas {
  margin: 0 79px;
}
.peca_ja .button {
  height: 60px;
  font-size: 16px;
}
/* galeria */
.imagens {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.galeria span {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}
/* ingredientes */
.tt {
  font-size: 28px;
  line-height: 34px;
  font-weight: bold;
  margin-bottom: 50px;
}
.tt::after {
  display: block;
  content: "";
  width: 60px;
  height: 3px;
  background: #658c2b;
  margin-top: 20px;
}
.ingredientes {
  margin-top: 60px;
}
.detox {
  display: block;
  margin: 0 auto;
  max-width: 825px;
  width: 100%;
}
.container__ {
  width: 1270px;
  margin: 0 auto;
  position: relative;
  height: 900px;
}
.item_detox {
  max-width: 200px;
  position: absolute;
}
.item_detox h2 {
  font-size: 14px;
  line-height: 21px;
  color: #87b93e !important;
  font-weight: bold;
}
.item_detox p {
  font-size: 14px;
  line-height: 21px;
}
.btn_mobile {
  cursor: pointer;
}
.i1 {
  top: 0;
  left: 240px;
}
.i2 {
  top: 0;
  right: 200px;
}
.i3 {
  top: 230px;
  left: 100px;
}
.i4 {
  top: 230px;
  right: 80px;
}
.i5 {
  bottom: 330px;
  left: 100px;
}
.i6 {
  bottom: 330px;
  right: 80px;
}
.i7 {
  bottom: 80px;
  left: 400px;
}
.i8 {
  bottom: 80px;
  right: 350px;
}
/* maneira */
.maneira {
  margin-top: 64px;
  background: #f1f4f8;
  position: relative;
}
.maneira_img {
  display: block;
  width: 100%;
  max-width: 570px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.maneira .content {
  width: 700px;
  padding: 48px 15px 72px 15px;
}
footer * {
  color: #fff !important;
}
/* kits */
.kits .container_ {
  padding: 30px 15px 48px 15px;
}
.kit_itens {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
.kit_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: -5px 5px 20px rgba(0, 0, 0, 0.22);
  background: #fff;
  border-radius: 10px;
  padding: 20px 10px;
  border: 2px solid #658c2b;
}
.kit_item h2 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px !important;
}
.kit_item h2::after {
  content: none !important;
}
.kit_item h3 {
  font-size: 16px;
  text-transform: uppercase;
}
.por {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 20px;
}
.preco {
  font-size: 50px;
  font-weight: 900;
  color: #0fd13d !important;
}
.porPote {
  margin-top: 20px;
}
.porPote strong {
  color: #ff7400 !important;
}
.comprar {
  width: 80%;
  height: 60px;
  background: #ff7400;
  color: #fff !important;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  border-radius: 8px;
  animation: pulsar 1.2s infinite forwards;
}
@keyframes pulsar {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.kitPrincipal .comprar {
  animation: pulsar 1s infinite forwards;
}
/* como usar */
.comousar .container_ {
  padding: 30px 15px 48px 15px;
}
.comousar h1,
.kits h1,
.programa h1 {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 40px;
  font-weight: bold;
}
.comousar h2,
.kits h2,
.programa h2 {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 40px;
}
.comousar h2::after,
.kits h2::after,
.programa h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #87b93e;
  margin-top: 20px;
}
.pacos {
  display: flex;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 6px;
}
.paco {
  text-align: center;
}
.paco img {
  height: 230px;
  object-fit: cover;
  width: 230px;
}
.paco h3 {
  font-size: 18px;
  line-height: 27px;
  font-weight: bold;
}
.paco p {
  font-size: 16px;
  line-height: 24px;
}
.desconto {
  text-align: center;
  margin: 30px auto;
}
.desconto span {
  display: block;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 16px;
}
.programa_container {
  width: 1082px;
  margin: 0 auto;
}
.pitem {
  display: grid;
  grid-template-columns: 1fr 343px;
  grid-gap: 27px;
}
.programa h1 {
  max-width: 658px;
  padding-top: 48px;
}
.conteudo2 {
  background: #f1f4f9;
  padding-bottom: 48px;
}
.antes_depois {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}
.antes_depois .item {
  position: relative;
}
.antes_depois .item span {
  font-weight: bold;
  text-align: center;
  display: block;
}
.seta {
  width: 85px;
  position: absolute;
  top: 50%;
  right: -50px;
  z-index: 10;
  transform: translateY(-50%);
}
/* faq */
.faq {
  margin-top: 80px;
}
.itf {
  display: grid;
  grid-template-columns: 75px 1fr;
  grid-gap: 16px;
}
.itf h2 {
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
}
.itf p {
  font-size: 18px;
  line-height: 27px;
}
.faq > .programa_container span {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 21px;
}
.faq .button {
  margin-top: 20px;
}
.avaliacao {
  margin-top: 48px;
}
/* comentarios */
.comentarios {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 16px;
}
.comentario {
  position: relative;
  padding: 9px;
  display: block;
  border: 1px solid #ddd;
  border-radius: 20px;
  margin-bottom: 16px;
}
.comentario .header_comentario {
  display: grid;
  grid-template-columns: 75px 1fr;
  align-items: center;
  grid-gap: 8px;
}
.face {
  position: absolute;
  right: 9px;
  top: 9px;
}
.header_comentario h2 {
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
  max-width: 90px;
}
.header_comentario span {
  font-size: 12px;
  line-height: 18px;
}
.comentario > p {
  font-size: 14px;
  line-height: 17px;
  margin: 8px 0 12px 0;
}
/* promocao */
.promocao_ {
  display: flex;
  flex-direction: column;
  padding: 16px 0;
  align-items: center;
  text-align: center;
  background: linear-gradient(270.03deg, #2758fa 0.02%, #28a1f0 99.99%);
}
.promocao_ h2,
.promocao_ h3 {
  margin-bottom: 16px;
  font-weight: bold;
  color: #fff !important;
  font-size: 24px;
  line-height: 28px;
}
.promocao_ h3 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
  margin-top: 16px;
}
/* quote */
.quoute {
  padding: 15px 0;
}
.quoute blockquote,
legend {
  color: #666666 !important;
  font-size: 13px;
  line-height: 19px;
}
legend {
  text-align: right;
  margin-top: 5px;
}
.sinais strong {
  color: #ff7400 !important;
}
.maneira h2 {
  font-weight: bold;
  font-size: 16px;
}
.mob .item_detox {
  position: static;
  max-width: 100%;
  display: grid;
  grid-template-columns: 132px 1fr;
  align-items: center;
}
.mob {
  display: none;
}

@media (max-width: 1200px) {
  .container_,
  .programa_container {
    width: 90% !important;
  }
  .mob {
    display: block;
  }
  .container__ .desk {
    display: none;
  }
  .container__ {
    height: auto;
    width: 90%;
  }
  .maneira .container_ {
    position: static;
  }
  .maneira_img {
    position: static;
    transform: translateY(0);
    margin: 0 auto;
  }
  .maneira .content {
    padding: 30px 0;
    width: 100%;
  }
  .pacos {
    display: grid;
    grid-template-columns: 1fr 1fr !important;
    place-items: center;
  }
  .paco img {
    width: 100%;
  }
  iframe {
    display: block;
    width: 100%;
  }
}
@media (max-width: 800px) {
  .promo h2 {
    font-size: 18px;
    line-height: 24px;
  }
  .banner {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding: 28px 0;
    background-size: cover;
    overflow: hidden;
  }
  .banner h1 {
    font-size: 21px;
    line-height: 21px;
  }
  .banner h1 strong {
    font-size: 72px;
    line-height: 72px;
  }
  .banner h2 {
    font-size: 15px;
    line-height: 20px;
  }
  .button {
    min-width: 280px;
    max-width: 400px;
    height: 45px;
    margin: auto;
    font-size: 14px;
  }
  .banner li {
    font-size: 12px;
  }
  .sinais h1 {
    font-size: 24px;
    line-height: 24px;
  }
  .sinais h2,
  .sinais strong {
    font-size: 18px;
    text-align: center;
  }
  .sinais li {
    font-size: 10px !important;
    line-height: 20px;
  }
  .melhore h1 {
    font-size: 20px;
    text-align: center;
  }
  .melhore li p {
    font-size: 16px;
    line-height: 24px;
  }
  .estrelas {
    margin: 0 20px;
    width: 120px;
  }
  .nuubu {
    width: 127px;
  }
  .peca_ja .button {
    width: 140px !important;
    height: 45px;
  }
  .imagens {
    grid-template-columns: 1fr 1fr;
  }
  .imagens img {
    margin-bottom: 0;
  }
  .galeria span {
    margin-top: 10px;
  }
  .tt {
    font-size: 20px;
    line-height: 22px;
  }
  .tt::after {
    margin-top: 10px;
  }
  iframe {
    height: 300px;
  }
  .pitem {
    grid-template-columns: 1fr;
  }
  .pitem > img {
    display: none;
  }
  .comentarios {
    grid-template-columns: 1fr 1fr;
  }

  .kit_itens {
    grid-template-columns: 1fr;
    max-width: 300px;
    margin: 0 auto;
  }
}

@media (max-width: 550px) {
  .promo h2 {
    font-size: 14px;
    line-height: 15px;
  }
  .sinais .listas {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px;
  }
  .sinais h1 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  .sinais h2,
  .sinais strong {
    line-height: 18px;
  }
  .melhore .container_ {
    padding: 40px 0;
  }
  .melhore li p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
  }
  .melhore li {
    margin-bottom: 10px;
  }
  .peca_ja .container_ {
    flex-wrap: wrap;
    justify-content: center;
  }
  .estrelas {
    display: none;
  }
  .peca_ja .button {
    margin-top: 10px;
  }
  .ingredientes,
  .faq,
  .maneira {
    margin-top: 30px;
  }
  .tt {
    margin-bottom: 20px;
  }
  iframe {
    height: 220px;
  }
  .maneira h2,
  .maneira p {
    font-size: 14px;
    line-height: 21px;
  }
  .comousar h1,
  .kits h1,
  .programa h1 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .pacos,
  .antes_depois {
    grid-template-columns: 1fr !important;
  }
  .mob .item_detox {
    grid-template-columns: 60px 1fr;
    grid-gap: 10px;
  }
  .seta {
    top: inherit;
    right: inherit;
    left: 10%;
    z-index: 10;
    bottom: -90px;
    transform: translateY(0) rotate(90deg) translateX(-50%);
  }
  .item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
  .itf {
    grid-template-columns: 50px 1fr;
  }
  .itf p,
  .itf h2 {
    font-size: 14px;
    line-height: 21px;
  }
  .comentarios {
    display: block;
  }
}
