*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit
}

body {
  box-sizing: border-box
}

img {
  max-width: 100%;
  display: block
}

ul,
ul li {
  list-style: none
}

body,
body html {
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto
}

.mobile-only {
  display: block !important
}

@media (min-width:900px) {
  .mobile-only {
    display: none !important
  }
}

.desktop-only {
  display: block !important
}

@media (max-width:520px) {
  .desktop-only {
    display: none !important
  }
}

.aviso {
  background-color: #F62A47;
  width: 100%;
  padding: 15px 0
}

.aviso__text {
  text-align: center;
  font-size: 17.6px;
  line-height: 17.6px;
  color: #fff;
  max-width: 95%;
  margin: 0 auto;
  font-weight: 700
}

@media (min-width:900px) {
  .aviso__text {
    font-size: 22.4px;
    line-height: 22.4px
  }
}

.aviso__text span {
  color: #FCE900
}

.video {
  position: relative;
  background-color: #fff0;
  background-image: linear-gradient(14deg, #010102 0%, #040CAF 100%)
}

.video__container {
  padding: 10px 10px 10px;
  max-width: 800px
}

@media (min-width:900px) {
  .video__container {
    padding: 80px 0 100px
  }
}

.video__container div {
  margin: 0 auto !important
}

.video__btn {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  background-color: #fff0;
  background-image: linear-gradient(301deg, #10B827 0%, #00FD48 100%);
  box-shadow: 0 17px 31px 0 rgb(0 0 0 / .15);
  text-transform: uppercase;
  border-radius: 38px;
  padding: 18px;
  text-decoration: none;
  width: 100%;
  max-width: 322px;
  margin: 140px auto 0;
  z-index: 2;
  position: relative
}

@media (min-width:900px) {
  .video__btn {
    max-width: 421px;
    margin: 20px auto 0
  }
}

.tempo {
  position: relative;
  background-color: #fff0;
  background-image: linear-gradient(180deg, #851010 0%, #8F1B25 100%)
}

.tempo__container {
  padding: 30px 10px 20px
}

@media (min-width:900px) {
  .tempo__container {
    padding: 40px 0 20px
  }
}

.tempo__text {
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
  text-align: center
}

@media (min-width:900px) {
  .tempo__text {
    font-size: 32px;
    line-height: 32px
  }
}

.tempo__text b {
  color: #FCE900
}

.tempo__cronometro {
  text-align: center;
  color: #fff;
  font-family: "Roboto", "Helvetica", Arial, sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  margin-top: 20px
}

.produtos {
  position: relative
}

.produtos__container {
  padding: 30px 25px 60px
}

@media (min-width:900px) {
  .produtos__container {
    padding: 40px 0 60px
  }
}

.produtos__title-main {
  font-weight: 600;
  font-size: 26px;
  line-height: 26px;
  color: #362AF6;
  text-align: center
}

@media (min-width:900px) {
  .produtos__title-main {
    font-size: 32px;
    line-height: 32px
  }
}

.produtos__subtitle {
  font-size: 17px;
  line-height: 17px;
  font-weight: 400;
  color: #000;
  text-align: center;
  margin: 20px 0 80px
}

.produtos .produtos__itens {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px
}

@media (min-width:900px) {
  .produtos .produtos__itens {
    flex-direction: row
  }
}

.produtos .produtos__item {
  border: 2px solid #402AF6;
  border-radius: 25px;
  transition: 0.3s all ease;
  overflow: hidden;
  background-color: #FFF8EF
}

.produtos .produtos__item:nth-of-type(1) {
  order: 3
}

@media (min-width:900px) {
  .produtos .produtos__item:nth-of-type(1) {
    order: 1
  }
}

.produtos .produtos__item:nth-of-type(1) .produtos__image {
  width: 75%;
  margin: 0 auto
}

.produtos .produtos__item:nth-of-type(2) .produtos__image {
  width: 78%;
  margin: 0 auto
}

.produtos .produtos__item:nth-of-type(3) {
  order: 2
}

@media (min-width:900px) {
  .produtos .produtos__item:nth-of-type(3) {
    order: 3
  }
}

.produtos .produtos__item:nth-of-type(3) .produtos__image {
  width: 92%;
  margin: 0 auto
}

@media (min-width:900px) {
  .produtos .produtos__item {
    border: 2px solid #402AF6;
    max-width: 28%
  }
}

.produtos .produtos__item--diff {
  border-color: #3B2AF6;
  box-shadow: 0 5px 20px 1px rgb(0 0 0 / .5);
  order: 1
}

@media (min-width:900px) {
  .produtos .produtos__item--diff {
    order: 2
  }
}

.produtos .produtos__item--diff .produtos__header {
  background-color: #fff0;
  background-image: linear-gradient(14deg, #0B0D58 0%, #3F29F2 100%)
}

.produtos .produtos__item--diff .produtos__header span {
  color: #fff
}

.produtos .produtos__item--diff .produtos__body {
  padding: 30px 10px
}

@media (min-width:900px) {
  .produtos .produtos__item--diff .produtos__body {
    padding: 20px 0
  }
}

.produtos .produtos__header {
  background-color: #fff0;
  background-image: linear-gradient(14deg, #0B0F58 0%, #020202 100%);
  padding: 20px 20px 40px;
  position: relative
}

@media (min-width:900px) {
  .produtos .produtos__header {
    padding: 10px 30px 36px
  }
}

.produtos .produtos__header span {
  text-align: center;
  display: block;
  color: #fff
}

.produtos .produtos__title {
  font-size: 35px;
  line-height: 35px;
  font-weight: 600
}

.produtos .produtos__dias {
  font-size: 28px;
  font-weight: 400
}

.produtos .produtos__dias.mobile-only {
  text-align: center;
  margin-bottom: 10px
}

.produtos .produtos__dias.mobile-only:first-child {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0
}

.produtos .produtos__dias--diff {
  font-weight: 600;
  font-size: 19px
}

.produtos .produtos__body {
  padding: 30px 10px
}

@media (min-width:900px) {
  .produtos .produtos__body {
    padding: 20px 0
  }
}

.produtos .produtos__prices {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px
}

.produtos .produtos__prices span {
  color: #000;
  font-weight: 600;
  text-align: center;
  font-size: 60px;
  line-height: 60px
}

@media (min-width:900px) {
  .produtos .produtos__prices span {
    font-size: 48px;
    line-height: 48px
  }
}

.produtos .produtos__mes {
  color: #000;
  font-weight: 400;
  font-size: 19px;
  text-align: center
}

.produtos .produtos__beneficios {
  margin: 10px 0
}

.produtos .produtos__beneficios .produtos__beneficio {
  display: grid;
  grid-template-columns: 19px auto;
  justify-content: center;
  align-items: center;
  padding: 10px 0 0;
  column-gap: 8px;
  row-gap: 2px
}

.produtos .produtos__beneficios .produtos__icon {
  width: 19.19px;
  height: 19.19px;
  fill: #010091
}

.produtos .produtos__beneficios .produtos__text-beneficios {
  font-weight: 600;
  font-size: 18px;
  color: #000
}

.produtos .produtos__btn {
  display: grid;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  line-height: 25.5px;
  color: #000;
  background: linear-gradient(to right, #b7ffbe, #12d62e);
  border: 2px solid #0f8f23;
  box-shadow: none;
  border-radius: 140px;
  padding: 1px 0;
  text-decoration: none;
  max-width: 270px;
  margin: 20px auto 20px;
  font-family: Arial, sans-serif;
  transition: transform 0.2s ease
}

.produtos .produtos__btn b {
  font-size: 26px;
  line-height: 39px;
  font-weight: 800
}

.produtos .produtos__btn span {
  margin-top: -4px
}

.produtos .produtos__btn:hover {
  transform: scale(1.04)
}

.produtos .produtos__image-cartao {
  margin: 0 auto 20px
}

.produtos .produtos__entrega {
  margin: 0 auto
}

.produtos .produtos__entrega p {
  text-align: center;
  text-transform: uppercase
}

.produtos .produtos__text-entrega {
  font-family: Arial, sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  color: #000
}

.produtos .produtos__text-entrega s {
  color: #666
}

.produtos .produtos__text-entrega span {
  color: #4CAF50;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase
}

.produtos .divisa {
  width: 100%;
  height: 21px;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden
}

.produtos .divisa svg {
  width: calc(300% + 1.3px);
  height: 100%;
  fill: #FFF8EF;
  left: 50%;
  position: relative;
  transform: translateX(-50%)
}

.faixa {
  background-color: #fff0;
  background-image: linear-gradient(14deg, #362AF6 0%, #140E53 100%)
}

.faixa__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 15px;
  gap: 70px
}

@media (min-width:900px) {
  .faixa__container {
    flex-direction: row;
    gap: 80px;
    padding: 41px 0
  }
}

.faixa__box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px
}

.faixa__image svg {
  width: 41px;
  height: 41px;
  fill: #fff
}

.faixa__title {
  font-size: 19px;
  line-height: 19px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 8px
}

.faixa__title:hover {
  color: #F62A47
}

.faixa__subtitle {
  font-size: 17px;
  line-height: 17px;
  font-weight: 400;
  color: #fff
}

.qualidade {
  padding: 60px 10px
}

@media (min-width:900px) {
  .qualidade {
    padding: 70px 0
  }
}

.qualidade__container {
  border: 3px solid #20F;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / .5);
  border-radius: 25px;
  padding: 40px 10px
}

@media (min-width:900px) {
  .qualidade__container {
    padding: 60px 10px
  }
}

.qualidade__icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px
}

.qualidade__icons img {
  max-width: 43%
}

@media (min-width:900px) {
  .qualidade__icons img {
    max-width: 215px
  }
}

.qualidade__title {
  margin: 20px 0;
  color: #004ADD;
  text-align: center;
  font-family: "Roboto", Sans-serif;
  font-weight: 600;
  font-size: 27px;
  line-height: 27px
}

@media (min-width:900px) {
  .qualidade__title {
    font-size: 40px;
    line-height: 40px
  }
}

.qualidade__text {
  font-family: "Roboto", Sans-serif;
  font-size: 16px;
  line-height: 15px;
  font-weight: 400;
  color: #000;
  text-align: center;
  max-width: 100%
}

@media (min-width:900px) {
  .qualidade__text {
    font-size: 19px;
    line-height: 18px;
    max-width: 545px;
    margin: 0 auto
  }
}

.qualidade__imgs {
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 7px
}

.qualidade__img {
  max-width: 100%
}

@media (min-width:900px) {
  .qualidade__img {
    max-width: 504px
  }
}

.qualidade-flex {
  gap: 20px;
  flex-wrap: wrap
}

.qualidade .qualidade-flex__image {
  max-width: 100%
}

@media (min-width:900px) {
  .qualidade .qualidade-flex__image {
    max-width: 640px
  }
}

.depoimentos {
  background-color: #fff0;
  background-image: linear-gradient(14deg, #2A34F6 0%, #0E1953 100%)
}

.depoimentos__container {
  padding: 60px 20px
}

@media (min-width:900px) {
  .depoimentos__container {
    padding: 60px 60px 60px
  }
}

.depoimentos__title {
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  color: #fff
}

.depoimentos__subtitle {
  font-size: 26px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  margin: 20px 0 60px
}

@media (min-width:900px) {
  .depoimentos__subtitle {
    font-size: 32px;
    line-height: 32px
  }
}

.depoimentos__card {
  margin: 30px auto 50px;
  background-color: #fff;
  padding: 13px;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  max-width: 991px
}

@media (min-width:900px) {
  .depoimentos__card {
    flex-direction: row;
    gap: 26px
  }
}

.depoimentos__card:last-of-type {
  margin-bottom: 80px
}

.depoimentos__image-user {
  max-width: 100%;
  padding: 10px
}

@media (min-width:900px) {
  .depoimentos__image-user {
    max-width: 34%
  }
}

.depoimentos__person {
  max-width: 71%;
  margin: 0 auto
}

@media (min-width:900px) {
  .depoimentos__person {
    max-width: 89%
  }
}

.depoimentos__infos {
  max-width: 100%;
  padding: 10px 10px 10px
}

@media (min-width:900px) {
  .depoimentos__infos {
    max-width: 72%
  }
}

.depoimentos__title-depoimentos {
  font-size: 26px;
  line-height: 26px;
  font-weight: 600;
  color: #000;
  margin-bottom: 8px;
  text-align: center
}

@media (min-width:900px) {
  .depoimentos__title-depoimentos {
    font-size: 20px;
    line-height: 20px;
    text-align: left
  }
}

.depoimentos__image {
  max-width: 180px;
  margin: 0 auto
}

@media (min-width:900px) {
  .depoimentos__image {
    max-width: 237px;
    margin: 0
  }
}

.depoimentos__paragraph {
  margin: 6px 0 10px;
  font-size: 17px;
  line-height: 17px;
  font-weight: 400;
  color: #757575;
  text-align: center
}

@media (min-width:900px) {
  .depoimentos__paragraph {
    text-align: left
  }
}

.depoimentos__autor {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 15px
}

@media (min-width:900px) {
  .depoimentos__autor {
    flex-direction: row
  }
}

.depoimentos__frascos {
  max-width: 37%
}

@media (min-width:900px) {
  .depoimentos__frascos {
    max-width: 120px
  }
}

.depoimentos__nome {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  color: #000;
  text-align: center
}

@media (min-width:900px) {
  .depoimentos__nome {
    font-size: 17px;
    line-height: 17px;
    text-align: left
  }
}

.depoimentos__text {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  color: #2A74F6;
  text-align: center;
  margin-top: 8px
}

@media (min-width:900px) {
  .depoimentos__text {
    font-size: 16px;
    line-height: 16px;
    text-align: left
  }
}

.depoimentos__text--diff {
  color: #F62A47
}

.garantia {
  padding: 30px 10px;
  background-color: #fff0;
  background-image: linear-gradient(14deg, #080363 0%, #010320 100%)
}

@media (min-width:900px) {
  .garantia {
    padding: 50px 0
  }
}

.garantia__container {
  max-width: 950px;
  padding: 16px 0;
  position: relative
}

@media (min-width:900px) {
  .garantia__container {
    padding: 32px 0
  }
}

.garantia__image {
  max-width: 150px;
  height: 150px;
  margin: 0 auto 20px
}

.garantia__title {
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  color: #fff
}

@media (min-width:900px) {
  .garantia__title {
    font-size: 23px;
    line-height: 23px
  }
}

.garantia__subtitle {
  text-align: center;
  font-size: 27px;
  line-height: 27px;
  color: #fff;
  font-weight: 600;
  max-width: 100%;
  margin: 20px auto 0
}

@media (min-width:900px) {
  .garantia__subtitle {
    max-width: 100%;
    font-size: 34px;
    line-height: 34px
  }
}

.garantia__subtitle span {
  color: #10D506
}

.garantia__text {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: #fff;
  margin: 20px auto 30px;
  text-align: center;
  max-width: 100%
}

@media (min-width:900px) {
  .garantia__text {
    max-width: 684px;
    font-size: 19px;
    line-height: 19px
  }
}

.garantia__images {
  max-width: 100%;
  margin: 0 auto
}

@media (min-width:900px) {
  .garantia__images {
    max-width: 56%
  }
}

.perguntas__container {
  padding: 60px 10px
}

@media (min-width:900px) {
  .perguntas__container {
    padding: 90px 0
  }
}

.perguntas__icon-question {
  width: 48px;
  height: 48px;
  fill: #000;
  margin: 0 auto 35px;
  display: block
}

.perguntas__title {
  text-align: center;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  color: #4629DF;
  letter-spacing: 0
}

@media (min-width:900px) {
  .perguntas__title {
    font-size: 44px;
    line-height: 52px
  }
}

.perguntas__itens {
  max-width: 684px;
  margin: 30px auto
}

.perguntas__item {
  margin-bottom: 5px;
  cursor: pointer
}

.perguntas__item .perguntas__box-question {
  background-color: #fff0;
  background-image: linear-gradient(180deg, #0B0047 0%, #2942F2 100%);
  border-radius: 8px;
  padding: 19px;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 16px
}

.perguntas__item .perguntas__question {
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400
}

@media (min-width:900px) {
  .perguntas__item .perguntas__question {
    font-size: 16px;
    line-height: 24px
  }
}

.perguntas__item .perguntas__box-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  margin-top: 8px;
  border-radius: 10px;
  background-color: #fff
}

.perguntas__item .perguntas__answer {
  color: #000;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  padding: 10px 10px 20px
}

.perguntas__item .perguntas__icon svg {
  width: 14px;
  height: 16px;
  fill: #fff
}

.perguntas__item.active .perguntas__box-answer {
  border: 1px solid #d5d8dc
}

.comentarios {
  cursor: default;
  margin-bottom: 50px
}

.comentarios__container {
  max-width: 701px;
  padding: 30px 10px;
  border: 1px solid #333;
  border-radius: 20px
}

@media (min-width:900px) {
  .comentarios__container {
    padding: 30px 35px 40px
  }
}

.comentarios__title {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  color: #686868;
  letter-spacing: .5px;
  text-align: left;
  padding-bottom: 20px;
  border-bottom: 1px solid #CFCFCF
}

.comentarios__box {
  padding: 25px 0
}

@media (min-width:900px) {
  .comentarios__item {
    margin: 20px 0
  }
}

.comentarios__item--diff {
  justify-self: normal;
  max-width: 100%;
  margin: 20px 0
}

@media (min-width:900px) {
  .comentarios__item--diff {
    justify-self: flex-end;
    max-width: 90%
  }
}

.comentarios .flex {
  display: flex;
  gap: 5px
}

@media (min-width:900px) {
  .comentarios .flex {
    gap: 10px
  }
}

.comentarios__img {
  border-radius: 200px;
  max-width: 40px;
  height: 40px
}

@media (min-width:900px) {
  .comentarios__img {
    max-width: 55.02px;
    height: 55.02px
  }
}

.comentarios__texts {
  padding: 10px 10px 0;
  background: #F0F2F5;
  border-radius: 10px
}

@media (min-width:900px) {
  .comentarios__texts {
    padding: 20px
  }
}

.comentarios__name {
  font-family: "Roboto", Sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #365899
}

.comentarios__text {
  font-size: 14px;
  font-family: "Roboto", Sans-serif;
  font-weight: 400;
  line-height: 15px;
  color: #454545;
  padding: 5px 0
}

.comentarios__curtida {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.comentarios__like {
  font-size: 12px;
  font-family: "Roboto", Sans-serif;
  font-weight: 400;
  color: #3C55B0;
  line-height: 18px
}

@media (min-width:900px) {
  .comentarios__like {
    font-size: 16px;
    line-height: 24px
  }
}

.comentarios__like span {
  color: gray
}

.comentarios__right {
  display: flex;
  align-items: center;
  padding: 2px 5px;
  gap: 5px
}

.comentarios__icons {
  max-width: 37.19px;
  height: 18.38px
}

.comentarios__final-post {
  font-size: 10px;
  font-family: "Roboto", Sans-serif;
  font-weight: 400;
  color: #000;
  text-align: center;
  margin-top: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #CFCFCF
}

@media (min-width:900px) {
  .comentarios__final-post {
    font-size: 16px;
    line-height: 24px
  }
}

.comentarios__facebook {
  margin-top: 40px
}

.comentarios__icon-face {
  width: 18px;
  height: 18px;
  border-radius: 2px;
  display: inline-block;
  vertical-align: middle
}

.comentarios__rede {
  font-family: "Roboto", Sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #7A7A7A;
  vertical-align: middle
}

.referencias__container {
  padding: 40px 10px
}

@media (min-width:900px) {
  .referencias__container {
    padding: 10px 0 60px
  }
}

.referencias__image {
  margin: 20px auto;
  max-width: 800px;
  width: 100%
}

.footer {
  background: #000
}

.footer__container {
  padding: 40px 10px
}

@media (min-width:900px) {
  .footer__container {
    padding: 40px 0
  }
}

.footer__title {
  text-align: center;
  font-size: 11px;
  line-height: 11px;
  font-weight: 400;
  color: #fff
}

.divisor {
  line-height: 0;
  overflow: hidden;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  transform: rotate(180deg);
  z-index: 1
}

.divisor svg {
  display: block;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  height: 109px;
  width: calc(299% + 1.3px);
  fill: #fff
}

@media (min-width:900px) {
  .divisor svg {
    width: calc(100% + 1.3px);
    height: 155px
  }
}

.btn {
  margin-top: 30px
}

@media (min-width:900px) {
  .btn {
    max-width: 342px
  }
}

.fadeInUp {
  opacity: 0;
  overflow: hidden;
  transition: opacity 2.5s cubic-bezier(.25, 1, .5, 1), transform 2.5s cubic-bezier(.25, 1, .5, 1)
}

.in-view {
  opacity: 1
}

.fadeInUp {
  transform: translate3D(0, 58%, 0)
}

.fadeInUp.in-view {
  transform: translateY(0)
}

.esconder {
  display: none;
}