*,
*::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;
  background-color: #000
}

.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
  }
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden
}

.btn {
  font-family: "Poppins", Sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  fill: #000;
  color: #000;
  background-color: #fff0;
  background-image: linear-gradient(262deg, #009B15 0%, #3DFF00 100%);
  border-radius: 31px;
  padding: 16px;
  display: block;
  max-width: 80%;
  margin: 50px auto 40px;
  text-align: center;
  text-decoration: none
}

@media (min-width:900px) {
  .btn {
    font-size: 20px;
    padding: 16px;
    max-width: 495px
  }
}

.white {
  color: #fff
}

.paragraph {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: #000;
  text-align: left
}

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

.paragraph b {
  font-weight: 700
}

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

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

@media (max-width:450px) {
  .aviso__text {
    font-size: 11px;
    line-height: 12px;
    font-weight: 300;
  }
}

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

.video {
  background-color: #fff0;
  background-image: linear-gradient(0deg, #000000 0%, rgb(157 240 16 / .2509803922) 88%)
}

.video__container {
  padding: 10px 1px 30px
}

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

.video__container div {
  margin: 0 auto !important
}

.video__title {
  color: #08CA2B;
  text-align: center;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  margin: 0 auto 20px;
  max-width: 100%
}

@media (max-width:450px) {
  .video__title {
    font-size: 20px;
    line-height: 20px
  }
}

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

.video__title span {
  color: #fff
}

.dobra1 {
  padding: 0 25px
}

.dobra1__container {
  background-color: #fff;
  max-width: 820.8px;
  margin: 70px auto 0;
  text-align: center;
  border-radius: 14px;
  padding: 60px 27px 20px 20px
}

@media (min-width:900px) {
  .dobra1__container {
    padding: 65px 65px 40px
  }
}

.dobra1__title {
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 40px
}

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

.dobra1__box {
  background-color: #FFFAEC;
  border: 2px dashed #E7C146;
  border-radius: 14px;
  padding: 28px;
  margin: 20px auto 40px;
  max-width: 100%
}

@media (min-width:900px) {
  .dobra1__box {
    padding: 42px;
    max-width: 531.91px
  }
}

.dobra1__subtitle {
  font-size: 23px;
  line-height: 23px;
  font-weight: 600;
  margin-bottom: 20px
}

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

.dobra1__text1 {
  font-size: 17px;
  font-weight: 300;
  color: #000;
  text-align: center
}

@media (min-width:900px) {
  .dobra1__text1 {
    font-size: 18px
  }
}

.dobra1__text2 {
  font-size: 16px;
  line-height: 16px
}

.dobra1__text5 {
  padding: 20px
}

@media (min-width:900px) {
  .dobra1__text5 {
    padding: 40px 54px 50px
  }
}

.dobra1__box-images {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 10px
}

@media (min-width:900px) {
  .dobra1__box-images {
    flex-direction: row;
    align-items: start
  }
}

.dobra1__box-images img {
  max-width: 214px
}

@media (min-width:900px) {
  .dobra1__box-images img {
    max-width: 214px
  }
}

.dobra1__text6 {
  padding: 20px
}

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

.dobra1__garantia {
  max-width: 400px;
  width: 100%;
  margin: 0 auto
}

.dobra1__btn {
  background-color: #fff0;
  background-image: linear-gradient(299deg, #13FAA1 0%, #05CC32 100%);
  border-radius: 49px 49px 49px 49px;
  font-size: 16px;
  line-height: 16px;
  padding: 20px 12px 20px 12px;
  color: #000;
  font-weight: 700;
  max-width: 449px;
  margin: 20px auto 0
}

@media (min-width:900px) {
  .dobra1__btn {
    padding: 25px 25px 25px 25px;
    font-size: 21px;
    line-height: 21px
  }
}

.dobra2__container {
  padding: 30px 25px 40px
}

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

.dobra2__title {
  text-align: center;
  max-width: 581px;
  margin: 0 auto 30px;
  font-weight: 600;
  font-size: 23px;
  line-height: 23px
}

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

.dobra2__box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px
}

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

.dobra2__image {
  max-width: 232px
}

@media (min-width:900px) {
  .dobra2__image {
    max-width: 300px
  }
}

.dobra2__text {
  text-align: center;
  max-width: 570px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  font-family: "Roboto", sans-serif
}

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

.dobra3 {
  background-color: #fff0;
  background-image: linear-gradient(0deg, #000000 0%, #271900 100%)
}

.dobra3__container {
  padding: 30px 10px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}

@media (min-width:900px) {
  .dobra3__container {
    padding: 40px 0 140px;
    flex-direction: row;
    gap: 20px
  }
}

.dobra3__left {
  flex: 1
}

.dobra3__right {
  flex: 1;
  padding: 10px
}

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

.dobra3__title {
  font-family: "Roboto", sans-serif;
  font-size: 27px;
  line-height: 27px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center
}

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

.dobra3__title span {
  color: #ffb558
}

.dobra3__text {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  text-align: center
}

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

.dobra4__container {
  padding: 0 25px 70px
}

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

.dobra4__title {
  font-size: 21px;
  line-height: 21px;
  font-weight: 400;
  max-width: 729px;
  margin: 0 auto;
  text-align: center
}

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

.dobra4__subtitle {
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  font-weight: 400;
  margin: 40px 0
}

.dobra4__list-paragraph {
  padding: 34px;
  border-radius: 16px;
  border: .6px solid #fff;
  margin: 0 auto 14px;
  max-width: 706.8px;
  font-size: 17px;
  line-height: 22.1px;
  font-family: "Roboto", sans-serif;
  font-weight: 400
}

@media (min-width:900px) {
  .dobra4__list-paragraph {
    padding: 32px;
    font-size: 19px;
    line-height: 19px
  }
}

.dobra4__text {
  margin: 40px auto 50px;
  text-align: center;
  max-width: 684px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400
}

.dobra4__text2 {
  text-align: center;
  font-size: 19px;
  font-weight: 400;
  line-height: 26px
}

.dobra4__text2 span {
  color: #ffb558;
  font-weight: 700
}

.dobra4__cards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 80px 0
}

@media (min-width:900px) {
  .dobra4__cards {
    align-items: stretch;
    flex-direction: row;
    margin: 50px 0 110px
  }
}

.dobra4__card {
  padding: 33px;
  border: .8px solid #6C6C6C;
  border-radius: 17px;
  background-color: #191919;
  width: 285px
}

@media (min-width:900px) {
  .dobra4__card {
    padding: 37px
  }
}

.dobra4__card svg {
  fill: #FFB558;
  width: 70px;
  height: 70px;
  display: block;
  margin: 0 auto 18px
}

@media (min-width:900px) {
  .dobra4__card:last-child {
    padding: 27px
  }
}

.dobra4__cart-text {
  font-size: 17px;
  line-height: 25.5px;
  font-weight: 400;
  text-align: center
}

.dobra5 {
  background-color: #F2AF5E
}

.dobra5__container {
  padding: 15px 25px 70px
}

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

.dobra5__title {
  text-align: center;
  margin: 0 auto 60px;
  max-width: 786.6px;
  font-size: 22px;
  line-height: 24.2px;
  font-weight: 600
}

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

.dobra5__box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px
}

@media (min-width:900px) {
  .dobra5__box {
    align-items: start;
    flex-direction: row
  }
}

.dobra6__container {
  padding: 15px 25px 70px
}

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

.dobra6__title {
  font-size: 23px;
  line-height: 23px;
  font-weight: 600;
  text-align: center
}

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

.dobra6__subtitle {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  margin: 20px auto 60px;
  max-width: 877.8px;
  text-align: center
}

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

.dobra6__cards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 60px
}

@media (min-width:900px) {
  .dobra6__cards {
    align-items: stretch;
    flex-direction: row
  }
}

.dobra6__card {
  background-color: #FFF;
  width: 100%;
  border-radius: 12px;
  padding: 30px 10px 30px
}

@media (min-width:900px) {
  .dobra6__card {
    width: 291.2px
  }
}

.dobra6__card:nth-of-type(1) img {
  width: 216.95px;
  height: 216.95px;
  margin: 0 auto 20px
}

.dobra6__image {
  max-width: 271px;
  margin: 0 auto 20px
}

.dobra6__bonus {
  text-align: center;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 10px;
  word-spacing: 0;
  color: #D38E36
}

.dobra6__title-card {
  text-align: center;
  font-size: 25px;
  line-height: 25px;
  font-weight: 600;
  color: #000;
  margin: 15px 0 20px
}

.dobra6__text-card {
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: #505050;
  max-width: 208.81px;
  margin: 0 auto
}

.dobra6__text-price {
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  margin: 0 auto 20px;
  max-width: 684px
}

@media (min-width:900px) {
  .dobra6__text-price {
    font-size: 29px;
    line-height: 29px
  }
}

.dobra6__price {
  text-align: center;
  font-size: 39px;
  line-height: 39px;
  font-weight: 600;
  color: red
}

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

.dobra7 {
  background-color: #FFFCF8
}

.dobra7__container {
  padding: 10px 25px 20px
}

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

.dobra7__background {
  background-color: #fff;
  max-width: 1129px;
  margin: 0 auto;
  padding: 5px 5px 40px;
  border-radius: 26px
}

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

.dobra7__title {
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  color: #181818;
  margin: 0 auto 60px;
  max-width: 677.4px;
  text-align: center
}

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

.dobra7__card-text {
  padding: 6px;
  border: .8px solid #838383;
  background-color: #F0F0F0;
  border-radius: 9px;
  text-align: center;
  max-width: 761.55px;
  margin: 0 auto 20px;
  display: flex;
  justify-content: space-between;
  align-items: center
}

@media (min-width:900px) {
  .dobra7__card-text {
    padding: 17px;
    align-items: start
  }
}

.dobra7__card-text--diff {
  align-items: center
}

.dobra7__text {
  font-size: 17px;
  line-height: 17px;
  font-weight: 500;
  color: #181818;
  max-width: 154px;
  text-align: left;
  padding: 5px
}

@media (min-width:900px) {
  .dobra7__text {
    max-width: 332.98px;
    font-size: 21px;
    line-height: 21px;
    padding: 10px
  }
}

.dobra7__text--diff {
  font-weight: 800
}

.dobra7__price {
  font-size: 17px;
  line-height: 17px;
  font-weight: 600;
  color: red
}

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

@media (min-width:900px) {
  .dobra7__price--diff {
    font-size: 27px;
    line-height: 27px
  }
}

.dobra7__value {
  margin: 40px auto 70px;
  max-width: 761.55px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 40px
}

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

.dobra7__desconto {
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
  color: #181818;
  text-align: center
}

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

.dobra7__desconto span {
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  color: #181818
}

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

.dobra7__valueTotal {
  padding: 20px 10px;
  border: .8px solid #EE9200;
  border-radius: 8px;
  background-color: #000;
  width: 311px
}

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

.dobra7__parcelado {
  font-size: 46px;
  line-height: 46px;
  font-weight: 600;
  color: #FFBE00;
  text-align: center
}

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

.dobra7__vista {
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  color: #B9B9B9;
  text-align: center;
  margin-top: 8px
}

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

.garantia__container {
  padding: 30px 10px 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}

@media (min-width:900px) {
  .garantia__container {
    padding: 40px 0 240px;
    flex-direction: row
  }
}

.garantia__left {
  flex: 1
}

.garantia__img {
  max-width: 206px;
  margin: 0 auto
}

@media (min-width:900px) {
  .garantia__img {
    max-width: 346px
  }
}

.garantia__right {
  flex: 1;
  padding: 10px
}

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

.garantia__title {
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center
}

@media (min-width:900px) {
  .garantia__title {
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 20px;
    text-align: left
  }
}

.garantia__title span {
  color: #ffb558
}

.garantia__text {
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  text-align: center
}

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

.garantia__btn {
  margin: 25px auto;
  max-width: 90%
}

@media (min-width:900px) {
  .garantia__btn {
    max-width: 70%;
    margin: 25px 0
  }
}

.fadeInUp {
  opacity: 0;
  overflow: hidden;
  transition: opacity 1.5s cubic-bezier(.25, 1, .5, 1), transform 1.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
}

vturb-smartplayer {
  margin-bottom: 20px !important
}