.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: #fff;
  background-color: #000;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  line-height: 1.3em;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 600;
  line-height: 1em;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  border-radius: 2px;
  display: inline-block;
}

.heading {
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.3em;
}

.heading.iv2-1 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 37px;
  font-weight: 400;
}

.heading.v3 {
  text-align: center;
  font-size: 36px;
  font-weight: 400;
}

.heading.v4 {
  font-size: 40px;
}

.head-highlight {
  font-weight: 500;
}

.data {
  color: #f1c22d;
  font-size: 17px;
  font-weight: 500;
}

.highlight-yellow {
  color: #e3c215;
  text-shadow: 0 0 3px #f1c22d;
  font-weight: 400;
}

.highlight-yellow.white {
  text-shadow: 1px 0 6px #f1c22d;
}

.highlight-yellow.gold {
  color: #f1c22d;
}

.paragraph {
  color: #f1c22d;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.3em;
}

.paragraph.iv2-2 {
  color: #979797;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 26px;
  font-weight: 400;
}

.paragraph.iv2-3 {
  color: #fff;
  text-align: center;
  font-size: 20px;
}

.paragraph.v3 {
  text-align: center;
}

.email {
  height: 50px;
  color: #171717;
  border-radius: 3px;
  font-size: 18px;
  line-height: 1.4em;
}

.email::-ms-input-placeholder {
  color: rgba(139, 139, 139, .5);
}

.email::placeholder {
  color: rgba(139, 139, 139, .5);
}

.infowrapper {
  z-index: 5;
  margin-top: 60px;
  position: relative;
}

.infowrapper.b {
  width: 610px;
}

.infowrapper.b.original {
  width: 800px;
  display: block;
}

.infowrapper.b.teste {
  width: 800px;
  display: none;
}

.form-block {
  margin-top: 40px;
}

.gdpr {
  color: rgba(255, 255, 255, .2);
  text-align: center;
  margin-top: 40px;
  font-size: 13px;
  font-weight: 500;
}

.section {
  height: 770px;
  background-image: linear-gradient(to top, #000, rgba(255, 255, 255, 0)), linear-gradient(225deg, rgba(241, 194, 45, .23), rgba(255, 255, 255, 0)), url('../images/bg-missaocripto-c.jpg');
  background-position: 0 0, 0 0, 0 -105px;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  align-items: center;
  padding-top: 60px;
  position: relative;
}

.section.inv2 {
  background-image: linear-gradient(to top, #000, rgba(8, 8, 8, .8)), linear-gradient(225deg, rgba(241, 194, 45, .23), rgba(255, 255, 255, 0)), url('../images/bg-missaocripto-c.jpg');
  background-position: 0 0, 0 0, 0 -105px;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.section.v4 {
  background-image: linear-gradient(to top, #000, rgba(255, 255, 255, 0)), linear-gradient(225deg, rgba(241, 194, 45, .23), rgba(255, 255, 255, 0)), url('../images/bg-missaocripto-v4.jpg');
}

.container {
  width: 1140px;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.container.footer {
  width: 540px;
  border-top-style: none;
}

.container.footer.v3 {
  width: 100%;
  margin-top: 60px;
}

.container.iv2-depoimento {
  width: 760px;
  align-items: center;
}

.container.b, .container.v3 {
  align-items: center;
}

.tech {
  width: 100%;
  opacity: .7;
  color: #f1c22d;
  text-align: center;
  letter-spacing: 4px;
  text-indent: 4px;
  text-transform: uppercase;
  text-shadow: 0 0 4px rgba(241, 194, 45, .47);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #f1c22d;
  border-radius: 3px;
  margin-bottom: 40px;
  padding: 10px 42px;
  font-size: 10px;
  font-weight: 600;
  transition: opacity .5s, transform .5s, box-shadow .5s;
  box-shadow: 0 0 6px rgba(241, 194, 45, .27), inset 0 0 7px rgba(241, 194, 45, .88);
}

.tech:hover {
  opacity: .88;
  transform: scale(1.08);
  box-shadow: 0 0 10px rgba(241, 194, 45, .24), inset 0 0 17px rgba(241, 194, 45, .89);
}

.tech.full {
  box-shadow: none;
  opacity: .88;
  color: #fff;
  text-shadow: 0 0 4px rgba(255, 255, 255, .47);
  background-color: #07993a;
  border-color: #07993a;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.tech.full:hover {
  opacity: 1;
  transform: none;
}

.tech.full.v3 {
  letter-spacing: .5px;
  text-indent: 0;
  text-transform: uppercase;
  background-color: #ff311e;
  border-color: #ff311e;
  font-size: 20px;
  font-weight: 600;
  box-shadow: 0 0 6px rgba(255, 49, 30, .27), inset 0 0 7px rgba(255, 49, 30, .88);
}

.tech.full.v4 {
  border-style: none;
}

.tech.full.cronograma {
  width: 540px;
  background-color: #f12d2d;
  border-style: none;
}

.clock-number-copy {
  color: #f1c22d;
  font-size: 80px;
  font-weight: 700;
  line-height: 80px;
}

.clock-number-copy.highlight-yellow {
  z-index: 5;
  text-shadow: 0 0 5px #f1c22d;
  position: relative;
}

.div-block-248 {
  width: 100%;
  height: 500px;
  background-image: url('../images/DS-DIGII.TTF'), radial-gradient(circle closest-corner, rgba(241, 194, 45, .2) 2%, rgba(0, 0, 0, 0) 23%);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  position: absolute;
  top: -150px;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.js-clock-copy {
  z-index: 999;
  color: #00cfef;
  background-color: rgba(237, 31, 36, 0);
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.text-block-36 {
  color: #f2f2f2;
}

.box-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 1px;
  margin-right: 1px;
  padding: 5px 10px;
  font-family: Ds digib, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  position: relative;
}

.text-block-34 {
  color: #f1c22d;
  font-size: 45px;
  font-weight: 700;
  line-height: 45px;
}

.text-block-34.highlight-yellow {
  align-self: flex-start;
  margin-top: 20px;
}

.section-2 {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

.section-2.off {
  display: none;
}

.text-block-35 {
  color: #f1c22d;
  font-weight: 400;
}

.text-block-35.highlight-yellow {
  color: #f1c22d;
  letter-spacing: 2px;
  text-shadow: 0 0 6px #f1c22d;
  font-size: 18px;
  line-height: 24px;
}

.text-block-35.highlight-yellow.mobile {
  display: none;
}

.div-block-247 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block {
  color: #f2f2f2;
  letter-spacing: 4.4px;
  font-size: 22px;
  position: relative;
}

.text-block-2 {
  color: #5f5f5f;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 500;
}

.div-block-4 {
  z-index: 10;
  align-self: center;
  position: relative;
}

.text-block-3 {
  line-height: 1.6em;
}

.div-block-250 {
  z-index: 2;
  width: 300px;
  opacity: .2;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: auto;
}

.div-block-2 {
  width: 30px;
  height: 1px;
  background-color: #fff;
}

.div-block-2.none {
  display: block;
}

.section-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.section-3.glow {
  position: relative;
  box-shadow: 0 0 100px rgba(241, 194, 45, .15);
}

.text-block {
  color: #f1c22d;
  font-family: Ds digib, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1em;
}

.text-block.highlight-yellow {
  text-shadow: 0 0 6px #f1c22d;
}

.div-block-249 {
  position: relative;
}

.grid {
  width: 100%;
  grid-row-gap: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr .25fr .25fr 1fr;
  justify-items: stretch;
  margin-top: 100px;
  margin-bottom: 60px;
  position: relative;
}

.title {
  color: #f1c22d;
  border: 2px solid #f1c22d;
  border-radius: 5px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 29px;
  font-weight: 400;
  line-height: 1.3em;
  display: inline-block;
  box-shadow: inset 0 0 14px rgba(241, 194, 45, .31), 0 0 11px rgba(241, 194, 45, .31);
}

.title.v3 {
  text-align: center;
  font-size: 32px;
}

.section-4 {
  background-color: #141514;
  padding-top: 60px;
}

.image-2 {
  filter: saturate(120%);
  border-top: 1px solid #f1c22d;
}

.paragraph-2 {
  margin-top: 20px;
  font-size: 16px;
}

.paragraph-2.v3 {
  font-size: 18px;
}

.div-block-6 {
  width: 420px;
  padding-bottom: 10px;
}

.div-block-6.v3 {
  width: 100%;
}

.div-block-5 {
  width: 100%;
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-6 {
  color: #f1c22d;
  letter-spacing: 5px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 500;
}

.text-block-6.cronograma {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 40px;
  font-size: 18px;
  font-weight: 600;
}

.text-block-5 {
  margin-top: 30px;
}

.div-block-7 {
  width: 800px;
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 100px auto;
  display: grid;
}

.footer {
  border-top: 1px solid rgba(241, 194, 45, .25);
  padding-top: 20px;
  padding-bottom: 10px;
  position: relative;
}

.footer.blue {
  background-color: #131313;
  border-top-color: rgba(228, 186, 0, .25);
}

.text-block-7 {
  color: rgba(255, 255, 255, .25);
  text-align: center;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}

.image {
  filter: saturate(200%);
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.zaiguide {
  width: 320px;
  text-align: center;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-10 {
  width: 80%;
  height: 35px;
  opacity: 1;
  border: 1px solid #f1c22d;
  border-radius: 3px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  box-shadow: inset 0 0 7px rgba(241, 194, 45, .88), 0 0 6px rgba(241, 194, 45, .27);
}

.button-2 {
  width: 100%;
  text-transform: uppercase;
  background-color: #07993a;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
  transition: all .275s ease-in;
}

.button-2:hover {
  background-color: #077299;
}

.button-2.cta2 {
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
}

.button-2.cta2:hover {
  background-color: #07993a;
  transform: translate(0, -3px);
}

.button-2.cta2.whatsapp {
  width: 550px;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -28px;
  left: 0%;
  right: 0%;
}

.button-2.cta2.whatsapp.launch {
  width: 500px;
  box-shadow: none;
  letter-spacing: 1px;
  background-color: #25d366;
  margin-top: 32px;
  margin-bottom: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
}

.div-block-13 {
  width: 760px;
  border: 1px solid #f1c22d;
  border-radius: 3px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  box-shadow: 0 0 6px rgba(241, 194, 45, .27), inset 0 0 7px rgba(241, 194, 45, .88);
}

.div-block-13.none {
  display: none;
}

.importante {
  background-color: #f12d2d;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px 20px;
  font-size: 25px;
  font-weight: 700;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: auto;
  box-shadow: 0 0 60px rgba(241, 45, 45, .04);
}

._1passo {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.section-5 {
  min-height: 100vh;
  background-image: linear-gradient(315deg, rgba(31, 24, 4, .97), rgba(0, 0, 0, .89)), url('../images/obrigado-bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.div-block-12 {
  width: 700px;
  border: 1px solid #f1c22d;
  border-radius: 3px;
  padding: 30px 40px 60px;
  position: relative;
  box-shadow: 0 0 6px rgba(241, 194, 45, .27), inset 0 0 7px rgba(241, 194, 45, .88);
}

.text-block-11 {
  font-size: 35px;
  font-weight: 600;
  line-height: 1.5em;
}

.text-block-13 {
  text-align: center;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.4em;
}

.text-block-13._12 {
  font-size: 20px;
}

.image-4 {
  filter: invert();
  margin-left: 10px;
}

.image-4.launch {
  margin-left: 0;
  margin-right: 20px;
}

.zapwrapper {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.zapwrapper.cronograma {
  margin-bottom: 60px;
}

.underline {
  text-decoration: underline;
}

.container-2 {
  width: 1140px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-12 {
  z-index: 2;
  color: #000;
  font-family: Ds digi, sans-serif;
  font-size: 24px;
}

.div-block-11 {
  width: 85%;
  text-align: right;
  background-color: #f1c22d;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  justify-content: flex-end;
  align-items: center;
  padding-right: 10px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 1px 1px 3px #f1c22d;
}

.section-6 {
  height: 13vh;
  background-color: #202020;
  border-bottom: 1px solid #07993a;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.section-6.none {
  display: none;
}

.text-block-17 {
  font-size: 22px;
}

.text-block-16 {
  color: #07993a;
  margin-left: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1em;
}

.iv2-depoimento {
  color: #f1c22d;
  text-transform: uppercase;
  text-shadow: 0 0 4px #f1c22d;
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.3em;
}

.iv2-prints {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.iv2-depoimentodiv {
  border: 2px solid #fff;
  border-radius: 3px;
}

.video {
  width: 100%;
  border: 1px solid #f1c22d;
  border-radius: 5px;
  padding: 5px;
  box-shadow: inset 0 0 3px #f1c22d, 0 0 6px rgba(241, 194, 45, .4);
}

.none {
  display: none;
}

.coins-list {
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-listitem {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.5em;
}

.conlistitem {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.coin {
  filter: saturate(120%);
  margin-left: 20px;
}

.v3-pagewrapper {
  padding-top: 20px;
  padding-bottom: 40px;
}

.v3-headline {
  margin-top: 40px;
}

.v3-section {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.v3-section.who {
  margin-top: 60px;
  margin-bottom: 20px;
}

.v3-whopicture {
  width: 480px;
}

.footerlink {
  color: rgba(255, 255, 255, .25);
}

.v3-cta2wrapper {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-251 {
  display: none;
}

.csv-crdescbold {
  font-weight: 600;
}

.csv-crcontainer {
  width: 760px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.csv-cronograma {
  width: 960px;
  margin-top: 20px;
}

.lembrete {
  width: 200px;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #f1c22d;
  background-image: linear-gradient(173deg, #f1c22d 22%, #cfc126 53%, #f1c22d 98%);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Oswald, sans-serif;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: 0 0 30px rgba(241, 194, 45, .44);
}

.lembrete.off {
  display: none;
}

.js-clock-copy-2 {
  z-index: 999;
  color: #00cfef;
  background-color: rgba(237, 31, 36, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.highlight-yellow-2 {
  text-shadow: 0 0 3px #f1c22d;
}

.data-hora {
  color: #f1c22d;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #f1c22d;
  padding: 10px 20px;
  font-family: Oswald, sans-serif;
  font-size: 12px;
}

.csv-crwrapper {
  width: 100vw;
  background-color: #111;
  background-image: linear-gradient(rgba(44, 34, 3, .93), #131313 44%), url('../images/obrigado-bg.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
  padding-top: 20px;
}

.playoverlay {
  background-color: rgba(39, 30, 1, .3);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-39 {
  color: #f1c22d;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  text-shadow: 0 0 4px #f1c22d;
  margin-bottom: 40px;
  font-family: Oswald, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.3em;
}

.info-geral {
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  align-items: flex-start;
  display: grid;
  position: relative;
}

.info-geral.parte2 {
  grid-template-rows: auto auto;
}

.desc {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}

.csv-crbold1 {
  color: #f1c22d;
  text-shadow: 0 0 4px #f1c22d;
  font-weight: 400;
}

.csv-crbold1.two {
  text-shadow: 0 0 4px rgba(241, 194, 45, .3);
  font-weight: 600;
}

.play {
  z-index: 0;
  width: 50px;
  height: 50px;
  color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.ul {
  width: 540px;
  margin: 0 auto 40px;
}

.ul._2 {
  margin-left: auto;
  margin-right: auto;
}

.ul._2._3 {
  width: 760px;
  margin-top: 40px;
}

.heading-6 {
  color: #f1c22d;
  text-shadow: 0 0 4px rgba(241, 194, 45, .8);
}

.heading-7 {
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Barlow, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.3em;
}

.heading-7.mc-cronograma {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 32px;
}

.li {
  text-shadow: 0 0 4px #fff;
  background-image: url('../images/checkmark.svg');
  background-position: 0 15px;
  background-repeat: no-repeat;
  background-size: 25px;
  margin-bottom: 20px;
  margin-left: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4em;
}

.li.checkmark {
  text-align: left;
  text-shadow: none;
  background-image: url('../images/star_1star.png');
}

.div-block-253 {
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.csv-crdivider {
  width: 100%;
  height: 1px;
  opacity: .35;
  background-image: linear-gradient(225deg, #111, #f28705 51%, #111);
  margin: 40px auto;
  box-shadow: 0 0 66px 1px #f28705;
}

.csv-crdivider.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.csv-crdivider.alt {
  width: 760px;
  background-image: linear-gradient(225deg, rgba(17, 17, 17, 0), #f28705 51%, rgba(17, 17, 17, 0));
  margin-top: 0;
  margin-bottom: 60px;
}

.tag {
  color: #f1c22d;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(242, 135, 5, 0);
  border: 1px solid #f1c22d;
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  box-shadow: 0 0 6px rgba(241, 194, 45, .27), inset 0 0 7px rgba(241, 194, 45, .87);
}

.cronograma {
  text-align: center;
  margin-bottom: 60px;
}

.csv-crannoucement {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-shadow: 0 0 7px rgba(255, 255, 255, .66);
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 400;
}

.div-block-254 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  display: grid;
}

.div-block-254.atual {
  background-color: rgba(241, 194, 45, .05);
  border-radius: 3px;
  box-shadow: 0 0 40px rgba(241, 194, 45, .1);
}

.div-block-254.next {
  opacity: .6;
  filter: grayscale(80%);
}

.div-block-261 {
  width: 100vw;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 60px;
}

.div-block-261._2 {
  color: #000;
  background-color: #2c2c2c;
  background-image: linear-gradient(#fff7de, #fff6d8);
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 100px;
}

.data-2 {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.div-block-252 {
  border: 1px solid #f1c22d;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding: 6px;
  display: flex;
  position: relative;
  box-shadow: 0 0 6px rgba(241, 194, 45, .37), inset 0 0 7px rgba(241, 194, 45, .87);
}

.div-block-252.off {
  cursor: not-allowed;
}

.paragraph-3 {
  width: 540px;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}

.paragraph-3.full-width {
  width: 100%;
}

.paragraph-3.width2 {
  width: 800px;
  color: #000;
  text-align: left;
  margin-top: 60px;
}

.reminder {
  width: 50px;
  position: absolute;
  top: auto;
  bottom: 10px;
  left: auto;
  right: -20px;
}

.cartawrapper {
  width: 760px;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  line-height: 1.4em;
  display: flex;
}

.cartabonus {
  font-family: Filson, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.cartasection {
  color: #202020;
  background-color: #f5f5ed;
  background-image: url('../images/texture-noise.png');
  background-position: 50%;
  background-size: contain;
  padding-top: 20px;
  padding-bottom: 60px;
}

.cartavideo {
  margin-top: 20px;
  margin-bottom: 20px;
}

.pcarta {
  margin-top: 22px;
  margin-bottom: 22px;
}

.li-2 {
  width: 640px;
  text-shadow: 0 0 4px #fff;
  background-image: url('../images/Ativo-1.svg');
  background-position: 0 30%;
  background-repeat: no-repeat;
  background-size: 25px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  font-weight: 300;
  line-height: 1.4em;
}

.cartaheadline {
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.3em;
}

.text-block-21 {
  color: #03f076;
  letter-spacing: 2px;
  text-shadow: 0 0 6px rgba(3, 240, 118, .66);
  font-size: 70px;
  font-weight: 700;
  line-height: 70px;
  display: inline;
}

.text-block-21.pv {
  color: #f1c22d;
  text-transform: uppercase;
  text-shadow: 0 0 6px rgba(241, 194, 45, .3);
  font-size: 30px;
  line-height: 35px;
}

.cartaimagemgrid {
  border: 1px solid rgba(0, 0, 0, .5);
  border-radius: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-16 {
  border: 1px solid rgba(3, 240, 118, .6);
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 60px auto;
  padding: 30px 15px;
  display: flex;
  box-shadow: 0 0 10px rgba(3, 240, 118, .44), inset 0 0 9px rgba(3, 240, 118, .88);
}

.cartabutton {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #07993a;
  border-bottom: 5px solid #056d29;
  border-radius: 3px;
  margin: 20px auto 40px;
  padding: 20px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 10px 10px 1px rgba(0, 0, 0, .13);
}

.cartabutton.none {
  display: none;
}

.ul-2 {
  margin: 0 auto;
}

.cartacenter {
  width: 540px;
  text-align: center;
  margin: 40px auto;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em;
}

.image-7 {
  border: 2px solid #5790ec;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 14px 30px 1px rgba(0, 0, 0, .39);
}

.cartaazul {
  color: #0e41b9;
}

.boxmanual {
  align-self: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 100px;
}

.cartaheadlinebold {
  font-weight: 500;
}

.grid-3 {
  width: 100%;
  max-width: 700px;
  grid-template-rows: auto;
  margin: 20px auto;
}

.cartadepoimento2 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area"
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

.text-block-22 {
  color: #03f076;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 0 4px rgba(0, 212, 255, .66);
  font-size: 35px;
  font-weight: 400;
  line-height: 1.3em;
}

.highlight {
  color: #f1c22d;
  text-shadow: 0 0 7px rgba(241, 194, 45, .88);
  font-weight: 700;
}

.highlight.blue {
  color: #e4d100;
  text-shadow: 0 0 7px rgba(228, 163, 0, .88);
  font-weight: 600;
}

.highlight.uppercase {
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 0 7px rgba(241, 194, 45, .44);
  font-weight: 700;
}

.pagamentowrapper {
  z-index: 1000;
  width: 760px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.pagamentowrapper.pv {
  width: 960px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.pagamentowrapper.margintop {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.pagamentowrapper.margintop.card {
  width: auto;
  align-self: center;
  margin-top: 40px;
}

.youtube {
  z-index: 6;
}

.pvsection {
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  display: flex;
  position: relative;
}

.text-span {
  text-decoration: underline;
}

.c-page-wrapper {
  z-index: 1;
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.button.animated-button1 {
  max-width: 500px;
  filter: brightness(110%) saturate(120%);
  background-color: rgba(0, 122, 228, .34);
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
  box-shadow: 0 10px 66px rgba(0, 122, 228, .45), inset 1px 1px 10px 1px #007ae4;
}

.button.animated-button1.full-width {
  max-width: none;
  filter: brightness(110%) saturate(120%);
  background-color: #caa315;
  box-shadow: 0 10px 66px rgba(228, 148, 0, .32), inset 1px 1px 10px 1px #e4c900;
}

.button.animated-button1.full-width._123 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.button.animated-button1.box-with {
  width: 570px;
  max-width: none;
  filter: brightness(110%) saturate(120%);
  background-color: #caa315;
  margin: 40px auto;
  box-shadow: 0 10px 66px rgba(228, 148, 0, .32), inset 1px 1px 10px 1px #e4c900;
}

.button.animated-button1.box-with._123 {
  max-width: 500px;
}

.button.animated-button1.box-with.flex {
  width: 100%;
  margin-bottom: 0;
}

.button.animated-button1.box-with.mg {
  margin-bottom: 95px;
}

.pagamentos {
  z-index: 9999;
  width: 300px;
  opacity: 1;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.pagamentos.elitehouse {
  width: 360px;
}

.videowrapper2 {
  width: 760px;
  border: 1px solid #f1c22d;
  border-radius: 3px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  box-shadow: 0 0 6px rgba(241, 194, 45, .27), inset 0 0 7px rgba(241, 194, 45, .88);
}

.videowrapper2.pv {
  width: 960px;
}

.videowrapper2.pv.blue {
  border-color: rgba(228, 186, 0, .45);
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 0 6px rgba(228, 171, 0, .22), inset 0 0 7px rgba(228, 201, 0, .45);
}

._1ren {
  z-index: 30;
  max-width: 1100px;
  position: relative;
}

.bold {
  font-weight: 500;
}

.pvheadline {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Filson, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2em;
  position: static;
}

.pvheadline.left {
  text-align: left;
  margin-bottom: 28px;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 300;
}

.pvheadline.left.highlight {
  font-family: Montserrat, sans-serif;
}

._2ren {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  display: block;
}

.cartoes {
  opacity: .75;
  margin-top: 10px;
}

.divider {
  width: 100%;
  height: 1px;
  opacity: .35;
  background-image: linear-gradient(225deg, rgba(13, 24, 18, 0), #f1c22d 51%, rgba(13, 24, 18, 0));
  margin: 10px auto 50px;
  box-shadow: 0 0 20px 1px rgba(241, 194, 45, .57);
}

.divider.hero {
  z-index: 3;
  height: 2px;
  background-image: linear-gradient(225deg, rgba(13, 24, 18, 0), #f1c22d 51%, rgba(13, 24, 18, 0));
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 0 20px 1px rgba(240, 181, 3, .57);
}

.divider.bk {
  background-image: linear-gradient(225deg, rgba(13, 24, 18, 0), #1b1b1b 51%, rgba(13, 24, 18, 0));
  box-shadow: 0 0 20px 1px rgba(63, 63, 63, .57);
}

._100seguro {
  color: rgba(255, 255, 255, .38);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Filson, sans-serif;
  font-size: 16px;
  font-weight: 200;
}

.c-bubbles {
  z-index: -3;
  background-image: url('../images/background-seuprimeirotrade-g.png');
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c-bubbles.elitehouse {
  background-image: url('../images/bg-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.c-bubbles.elitehouse._2 {
  background-image: url('../images/bg-2.jpg');
}

.c-bubbles.elitehouse._3 {
  background-image: url('../images/bg-3.jpg');
}

.c-bubbles.elitehouse._4 {
  background-image: url('../images/bg-4.jpg');
}

.c-bubbles.elitehouse._5 {
  background-image: url('../images/bg-5.jpg');
}

.c-bubbles.elitehouse._6 {
  background-image: url('../images/bg-6.jpg');
}

.pbutton, .text-block-50 {
  font-family: Filson, sans-serif;
  position: relative;
}

.image-8 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.image-8.mobile {
  display: none;
}

.videodepoimentowrapper {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area Area"
                 ". ."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.bold-text-2 {
  font-family: Filson, sans-serif;
}

.featureswrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-264 {
  width: 100%;
  margin-top: 0;
}

.pvsection2 {
  box-shadow: none;
  background-color: #111;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.pvsection2._2nd {
  box-shadow: none;
  position: relative;
}

.pvsection2.price {
  box-shadow: none;
  background-image: linear-gradient(to top, #000, #141414);
}

.pvsection2.price._2 {
  background-image: linear-gradient(to top, #8b3f00, #000);
}

.bonusdescr {
  margin-top: 20px;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.3em;
}

.obj1 {
  z-index: 3;
  justify-content: space-between;
  margin-top: 100px;
  display: flex;
  position: relative;
}

.obj1.sl {
  flex-direction: column;
  margin-top: 0;
}

.obj3 {
  text-align: center;
  margin-top: 60px;
  position: relative;
}

.pvsubheadline {
  text-align: left;
  text-transform: none;
  margin-top: 20px;
  font-size: 19px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.3em;
}

.pvsubheadline.left {
  text-align: left;
  text-transform: none;
  font-family: Filson, sans-serif;
}

.pvsubheadline.center {
  max-width: 100%;
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.pvsubheadline.center.left {
  text-align: left;
  font-family: Filson, sans-serif;
  font-size: 19px;
  font-weight: 400;
}

.pvsubheadline.big {
  color: #b5b5b5;
  font-size: 31px;
}

.pvsubheadline.big._2 {
  text-transform: none;
}

.pvsubheadline.big._3 {
  color: #e9e9e9;
  text-transform: none;
  font-family: Filson, sans-serif;
  font-size: 22px;
}

.obj4 {
  margin-top: 60px;
  position: relative;
}

.videoembeded {
  width: 100%;
}

.lottie-animation {
  filter: hue-rotate();
}

.text-block-52 {
  font-size: 24px;
  line-height: 30px;
}

.titlewrapper-2 {
  width: 400px;
  align-self: flex-start;
}

.titlewrapper-2._2 {
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
  display: inline-block;
}

.titlewrapper-2._2._3 {
  width: auto;
  border-bottom-style: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.titlewrapper-2._2._3.elitehouse {
  margin-bottom: 21px;
}

.titlewrapper-2._2._3.elitehouse._21 {
  width: 1100px;
}

.titlewrapper-2.card {
  width: 760px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.titlewrapper-2.card.garantia {
  width: auto;
  margin-bottom: 40px;
}

.titlewrapper-2.faq {
  width: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Filson, sans-serif;
  display: flex;
}

.ul-3 {
  width: 760px;
  margin: 0 auto 40px;
}

.depoimentos-img {
  text-align: center;
  border-radius: 5px;
  margin-bottom: 25px;
}

.bonusimg {
  margin-bottom: 40px;
}

.bonusimg.box_shadow {
  max-width: 500px;
  min-width: 60%;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
}

.heading-8 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2em;
}

.heading-8.fsizeg {
  text-transform: uppercase;
  text-shadow: 0 0 8px rgba(241, 194, 45, .66);
  font-family: Filson, sans-serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 1.2em;
}

.heading-8.fsizeg.cta {
  font-size: 30px;
}

.heading-8._2 {
  text-align: center;
  text-shadow: 0 0 8px rgba(212, 240, 3, .5);
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  font-family: Filson, sans-serif;
  font-size: 40px;
  line-height: 1.1em;
  display: block;
}

.heading-8._2._3 {
  text-transform: uppercase;
  text-shadow: none;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Filson, sans-serif;
  font-size: 30px;
  font-weight: 400;
  display: block;
}

.heading-8._2._4 {
  text-transform: uppercase;
  text-shadow: none;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Filson, sans-serif;
  font-size: 40px;
  font-weight: 400;
  display: block;
}

.heading-8.center {
  text-align: center;
  text-shadow: 0 0 8px rgba(240, 220, 3, .5);
  font-family: Filson, sans-serif;
  font-size: 40px;
}

.heading-8.faq {
  text-transform: uppercase;
  text-shadow: 0 0 8px #fff;
  font-weight: 400;
}

.heading-8.highlight {
  text-shadow: 0 0 7px rgba(241, 194, 45, .65);
}

.div-block-265 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.titlewrapper {
  width: 500px;
  align-self: flex-start;
}

.div-block-263 {
  display: none;
}

.feature {
  border: 1px solid rgba(3, 240, 118, .6);
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 60px auto;
  padding: 30px 15px;
  display: flex;
  box-shadow: 0 0 10px rgba(3, 240, 118, .44), inset 0 0 9px rgba(3, 240, 118, .88);
}

.feature.pv {
  width: 560px;
  text-align: center;
  border-color: #f1c22d;
  margin-top: 0;
  margin-bottom: 26px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-family: Filson, sans-serif;
  box-shadow: 0 0 44px rgba(241, 194, 45, .25), inset 0 0 9px #f1c22d;
}

.li-3 {
  filter: saturate(108%) hue-rotate(270deg);
  text-shadow: 0 0 4px rgba(255, 255, 255, .66);
  background-image: url('../images/checkmark.svg');
  background-position: 0 15px;
  background-repeat: no-repeat;
  background-size: 25px;
  margin-bottom: 20px;
  margin-left: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  font-family: Filson, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.4em;
}

.divider-2 {
  width: 100%;
  height: 1px;
  opacity: .35;
  background-image: linear-gradient(225deg, rgba(13, 24, 18, 0), #e4d900 51%, rgba(13, 24, 18, 0));
  margin: 0 auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 0 20px 1px rgba(228, 186, 0, .57);
}

.divider-2.green {
  background-image: linear-gradient(225deg, rgba(22, 30, 36, 0), rgba(3, 240, 118, .59) 49%, #03f076 77%, #03f076);
}

.divider-2.green.left2right {
  background-image: linear-gradient(225deg, rgba(22, 30, 36, 0), rgba(241, 194, 45, .59) 49%, #f1c22d 77%, #f1c22d);
  box-shadow: 0 0 20px 1px rgba(241, 194, 45, .57);
}

.divider-2.blue {
  height: 2px;
  background-image: linear-gradient(225deg, rgba(13, 24, 18, 0), #007ae4 51%, rgba(13, 24, 18, 0));
}

.divider-2.faq {
  background-image: linear-gradient(225deg, rgba(13, 24, 18, 0), #e4ba00 51%, rgba(13, 24, 18, 0));
  box-shadow: 0 0 20px 1px rgba(228, 163, 0, .57);
}

.bonustext {
  width: 760px;
  margin-top: 40px;
}

.text-span-2 {
  text-transform: uppercase;
  text-shadow: 0 0 6px rgba(255, 255, 255, .88);
}

.image-10 {
  filter: hue-rotate(139deg);
}

.bonus {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
  position: relative;
}

.bonus.segundo {
  margin-top: 60px;
}

.bonusanimation {
  z-index: 30;
  width: 150px;
  filter: saturate(150%);
  margin-bottom: 30px;
  position: absolute;
  top: auto;
  bottom: 22px;
  left: -94px;
  right: auto;
  transform: rotate(-23deg);
}

.eadimg {
  text-align: center;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: -6%;
}

.bonustitle {
  position: relative;
}

.hdivider {
  width: 100%;
  height: 2px;
  opacity: .35;
  background-image: linear-gradient(225deg, #111, #f28705 51%, #111);
  margin: 40px auto;
  box-shadow: 0 0 66px 1px #f28705;
}

.hdivider.red {
  background-image: linear-gradient(225deg, rgba(17, 17, 17, 0), rgba(174, 6, 6, .66) 21%, red 50%, rgba(248, 0, 0, .66) 79%, rgba(243, 0, 0, 0));
  margin-top: 20px;
  box-shadow: 0 0 66px 1px #f30000;
}

.hdivider.red.hero {
  background-image: linear-gradient(225deg, rgba(17, 17, 17, 0), rgba(238, 227, 16, .66) 21%, #eed410 50%, rgba(238, 234, 16, .66) 79%, rgba(243, 0, 0, 0));
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 0 66px 1px #f1c22d;
}

.hdivider.red.hero.top {
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.hdivider.red.hero.top.blue {
  background-image: linear-gradient(225deg, rgba(17, 17, 17, 0), rgba(219, 157, 0, .66) 21%, #dbc900 50%, rgba(219, 164, 0, .66) 79%, rgba(243, 0, 0, 0));
}

.hdivider.red.hero.blue {
  background-image: linear-gradient(225deg, rgba(17, 17, 17, 0), rgba(33, 0, 219, .66) 21%, #2100db 50%, rgba(33, 0, 219, .66) 79%, rgba(243, 0, 0, 0));
}

.barwrapper {
  z-index: 10;
  width: 100vw;
  text-align: center;
  background-color: #070606;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.div-block-266 {
  width: 760px;
  perspective: 980px;
  perspective-origin: 50%;
  transform-origin: 50%;
  color: #f2f2f2;
  letter-spacing: 4.4px;
  transform: perspective(784px);
}

.ctawrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.faq-stripe-2 {
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
}

.text-span-12 {
  font-size: 19px;
  font-weight: 200;
}

.text-span-12.de {
  margin-right: 10px;
  font-size: 26px;
}

.faq-q-text {
  font-family: Filson, sans-serif;
}

.c-faq-q-text {
  flex: 1;
  padding: 20px;
}

.c-faq-a {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
}

.obj15 {
  margin-bottom: 100px;
}

._194 {
  border-bottom: 3px solid #007ae4;
  font-size: 55px;
  font-weight: 700;
  line-height: 35px;
}

._194._2 {
  border-bottom-style: none;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
  text-decoration: none;
}

._194.avista {
  border: 1px #000;
  font-size: 40px;
  line-height: 40px;
}

._194.avista._1 {
  text-decoration: line-through;
}

.text-block-30 {
  text-align: center;
  text-shadow: 0 0 4px rgba(255, 255, 255, .66);
  margin-top: 0;
  font-family: Filson, sans-serif;
  font-size: 45px;
  line-height: 45px;
}

.text-block-30.avista {
  margin-top: 40px;
  font-family: Filson, sans-serif;
  font-size: 26px;
  line-height: 26px;
}

.image-13 {
  filter: saturate() hue-rotate(273deg);
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 60px;
}

.c-faq-q {
  align-items: center;
  display: flex;
}

.c-faqwrapper {
  min-height: 50vh;
}

.box {
  background-image: linear-gradient(to right, rgba(3, 240, 118, .98), #03f076);
  border-radius: 5px;
  margin-left: 6px;
  margin-right: 6px;
  padding: 2.5px;
  overflow: hidden;
  box-shadow: 0 0 10px 1px rgba(3, 240, 118, .4);
}

.box.card {
  width: 760px;
  height: auto;
  background-color: rgba(0, 0, 0, .73);
  background-image: none;
  border: 1px solid #e4ba00;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px 40px;
  box-shadow: inset 1px 1px 20px rgba(228, 179, 0, .42), 0 0 40px 1px rgba(228, 171, 0, .47);
}

.paragraph-6 {
  width: 450px;
  margin-top: 40px;
  font-size: 20px;
  font-weight: 200;
  line-height: 1.4em;
  position: relative;
}

.paragraph-6._2 {
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
}

.paragraph-6._2._3 {
  margin-top: 0;
}

.obj9 {
  margin-top: 100px;
  margin-bottom: 60px;
  padding-bottom: 60px;
  position: relative;
}

.garantia {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.garantia.two {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.faq-a-text {
  color: #b1b1b1;
  font-family: Filson, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6em;
}

.smallprice {
  font-size: 55px;
  font-weight: 700;
}

.faq-stripe-1 {
  width: 2px;
  height: 100%;
  background-color: #fff;
}

._w-faq-icon {
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.c-faq-icon {
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
}

.c-faq-divider {
  padding-left: 20px;
  padding-right: 20px;
}

.c-faq-divider.dividider-blue {
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph-7 {
  margin-top: 20px;
}

.paragraph-7._2 {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4em;
}

.paragraph-7._2._3 {
  width: 760px;
  text-align: center;
  margin-top: 20px;
}

.paragraph-7._2._3.g {
  width: 320px;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Filson, sans-serif;
  font-size: 20px;
}

.paragraph-7._2._3.g._23 {
  width: 760px;
  text-align: left;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.c-faq {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.c-faq-item {
  cursor: pointer;
  background-color: #313131;
  background-image: url('../images/texture-noise.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-left: 3px solid #e48500;
  border-radius: 3px;
  margin-bottom: 20px;
  font-size: 1.2em;
  line-height: 1.6em;
  position: relative;
}

.bodyhighlight {
  font-weight: 500;
}

.c-faq-a-text {
  padding: 20px;
}

.bonusanimation-2 {
  z-index: 30;
  width: 150px;
  filter: saturate(150%);
  margin-bottom: 30px;
  position: absolute;
  top: auto;
  bottom: 20px;
  left: -94px;
  right: auto;
  transform: rotate(-23deg);
}

.marquee-horizontal-2 {
  z-index: 200;
  width: 100%;
  height: 40px;
  box-shadow: none;
  background-color: #ed1f24;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.track-horizontal-alt {
  justify-content: flex-start;
  align-items: center;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.marquee-text {
  color: #fff;
  text-transform: uppercase;
  flex: none;
  margin-right: 8vw;
  font-family: Oswald, sans-serif;
  font-weight: 600;
}

.pvhighlight {
  color: #00d549;
  text-shadow: 0 0 7px rgba(16, 238, 116, .66);
  font-weight: 600;
}

.pvhighlight.gold {
  color: #ffe100;
  text-shadow: none;
}

.embed {
  width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.te-h1-2 {
  color: #fff;
  text-align: left;
  letter-spacing: .5px;
  margin-top: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3em;
}

.te-h1-2.pv23 {
  text-align: center;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 400;
}

.te-h1-2._2 {
  width: 680px;
  color: #dadada;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  font-weight: 400;
}

.te-section--1-2 {
  background-color: #101010;
  padding-top: 10px;
  padding-bottom: 140px;
  position: relative;
}

.te-section--1-2.upsell {
  background-image: linear-gradient(rgba(0, 0, 0, .86), rgba(53, 25, 0, .76)), url('../images/BG-OPERAÇÃO-1.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 40px;
  padding-bottom: 60px;
}

.image-14 {
  position: absolute;
  top: 40px;
  bottom: 0%;
  left: auto;
  right: 24px;
}

.text-span-33 {
  color: red;
  font-weight: 600;
}

.video-wrapper {
  width: 100%;
  height: 600px;
  min-height: 100%;
  background-color: rgba(8, 8, 8, 0);
  padding-bottom: 0%;
  position: relative;
}

.video-2 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video-2.front {
  z-index: 1;
  height: 600px;
  min-height: auto;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
}

.video-2.back {
  z-index: 0;
  width: 100%;
  height: 600px;
  min-height: auto;
  filter: brightness(200%) blur(60px);
  transform: scale(1.1);
}

.text-block-32 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.te-container-2 {
  z-index: 10;
  width: 960px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.te-container-2.upsell {
  width: 100%;
  max-width: 1140px;
}

.div-block-245 {
  z-index: 20;
  width: 760px;
  background-color: #ed1f24;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  bottom: 0;
}

.headwrapper-2 {
  width: 760px;
  margin: 40px auto 60px;
}

.headwrapper-2.upsell {
  width: 100%;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.loading {
  width: 112px;
  filter: saturate(200%) hue-rotate(47deg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.suriel-lan {
  border: 1px solid #10ee74;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding: 6px;
  display: flex;
  position: relative;
  box-shadow: 0 0 6px rgba(16, 238, 116, .37), inset 0 0 7px rgba(16, 238, 116, .87);
}

.suriel-lan._1gbg {
  width: 100%;
  max-width: 1140px;
  box-shadow: none;
  border-style: none;
  flex-direction: column;
  align-self: flex-start;
  margin-left: auto;
  margin-right: auto;
}

.pvbacklight {
  color: #141414;
  background-color: #f2f600;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 600;
}

.pvbacklight.gold {
  background-color: #ffd000;
}

.logo {
  margin-bottom: 30px;
}

.white {
  color: #fff;
}

.div-block-267 {
  margin-top: 52px;
}

.columns {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.image-15 {
  text-align: center;
  border-radius: 5px;
  margin: 25px auto;
}

.box_shadow {
  max-width: 70%;
  min-width: 60%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.text-span-34 {
  color: red;
}

.image-16 {
  margin-top: 45px;
}

.grid-4 {
  width: 800px;
  flex-direction: row;
  grid-template-rows: auto;
  margin: 0 auto 20px;
  display: flex;
}

.image-9 {
  max-width: 700px;
  border-radius: 5px;
  margin: 35px auto;
  display: block;
}

.image-17 {
  border-radius: 5px;
}

.youtube-2 {
  border-radius: 5px;
  overflow: hidden;
}

.columns-2 {
  width: 100%;
  margin-top: 15px;
  display: flex;
}

.columns-2.two {
  width: 67%;
  margin-left: auto;
  margin-right: auto;
}

.box_half {
  width: 63%;
}

.imagem {
  width: 34%;
  margin-top: -50px;
  margin-bottom: -50px;
  position: relative;
}

.bonus-small-list {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, .05);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
  overflow: visible;
}

.bonus-small-list.padding {
  min-height: 300px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  text-align: left;
  border: 1px solid rgba(255, 255, 255, .05);
  padding: 15px;
  position: relative;
}

.bonus-small-list.padding.revert {
  text-align: right;
  flex-direction: row-reverse;
}

.image-29 {
  max-width: 100%;
  border-radius: 5px;
}

.pvh2 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
}

.pvh2.bonus {
  font-family: Exo, sans-serif;
  font-size: 25px;
  line-height: 1.5em;
}

.pvh2.bonus.center {
  font-size: 20px;
  line-height: 1.1em;
}

.text {
  max-width: 100%;
  text-transform: none;
  margin: 0 auto;
  font-family: Filson, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5em;
}

.black {
  color: #fff;
  background-color: #222;
  background-image: linear-gradient(rgba(0, 0, 0, .78), rgba(0, 0, 0, .78)), url('../images/BG-02.png');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  padding-top: 60px;
  padding-bottom: 60px;
}

.cartaheadline2 {
  width: 100%;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Filson, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1em;
}

.image-18 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.pvsubheadline-buy {
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.3em;
}

.pvsubheadline-buy.left {
  text-align: left;
  text-transform: none;
}

.pvsubheadline-buy.center {
  max-width: 700px;
  text-align: center;
  text-transform: none;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  font-family: Filson, sans-serif;
  font-size: 20px;
}

.pvsubheadline-buy.center.left {
  color: #b5b5b5;
  text-align: center;
}

.pvsubheadline-buy.big {
  color: #b5b5b5;
  font-size: 31px;
}

.pvsubheadline-buy.big._2 {
  text-transform: none;
}

.pvsubheadline-buy.big._3 {
  color: #e9e9e9;
  text-transform: none;
  font-size: 22px;
}

.div-block-268 {
  width: 503px;
  max-width: 500px;
}

.columns-dual {
  width: 65%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.cartaimagemgrid-2 {
  border: 1px solid rgba(0, 0, 0, .5);
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.white-bg {
  width: 100%;
  color: #202020;
  background-color: #fff;
  border-radius: 5px;
  padding: 53px 60px 15px;
  box-shadow: 0 0 3px #000;
}

.div-block-269 {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 3px #000;
}

.icon {
  filter: invert();
}

.whats {
  z-index: 1555;
  background-color: #25d366;
  border-radius: 30px;
  margin-bottom: 15px;
  margin-right: 15px;
  padding: 15px;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-29-copy {
  max-width: 110%;
  border-radius: 5px;
}

.paragraph-8 {
  font-family: Filson, sans-serif;
}

.grid-5 {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 43px;
}

.box-flod {
  background-color: rgba(0, 0, 0, .68);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 5px;
  padding: 15px;
  position: relative;
}

.text-body {
  text-align: center;
  text-transform: none;
  margin-top: 10px;
  font-family: Filson, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.3em;
}

.text-body.left {
  text-align: left;
  text-transform: none;
  font-family: Filson, sans-serif;
}

.text-body.center {
  max-width: 100%;
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.text-body.center.left {
  text-align: left;
  font-family: Filson, sans-serif;
  font-size: 19px;
  font-weight: 400;
}

.text-body.big {
  color: #b5b5b5;
  font-size: 31px;
}

.text-body.big._2 {
  text-transform: none;
}

.text-body.big._3 {
  color: #e9e9e9;
  text-transform: none;
  font-family: Filson, sans-serif;
  font-size: 22px;
}

.text-body.cta {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}

.check {
  background-color: #f1c22d;
  border-radius: 100% 10px 100% 100%;
  padding: 5px;
  position: absolute;
  top: -10px;
  bottom: auto;
  left: auto;
  right: -10px;
  box-shadow: 0 0 11px rgba(241, 194, 45, .39);
}

.pvsection1 {
  background-color: #111;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Montserrat, sans-serif;
  position: relative;
  box-shadow: inset 1px 1px 66px 2px rgba(87, 87, 87, .15);
}

.pvsection1._2nd {
  box-shadow: none;
  position: relative;
}

.cta-module {
  max-width: 380px;
  border: 2px solid #f1c22d;
  border-radius: 5px;
  justify-content: space-around;
  align-items: center;
  margin: 50px auto;
  padding: 10px 15px;
  transition: all .2s;
  display: flex;
}

.cta-module:hover {
  color: #fff;
  background-color: #f1c22d;
}

.image-30 {
  margin-top: -5px;
}

.columns-3 {
  border-bottom: 1px dashed rgba(255, 255, 255, .11);
  flex-direction: row;
  align-items: stretch;
  margin-top: 48px;
  padding-bottom: 20px;
  display: flex;
}

.module-number-box {
  float: left;
  clear: left;
  background-color: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 5px;
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  overflow: hidden;
}

.name-modulo {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0c0c0c;
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Filson, sans-serif;
  font-size: 23px;
}

.number-modulo {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Filson, sans-serif;
  font-size: 70px;
}

.check-list {
  padding-left: 0;
  list-style-type: none;
}

.check-2 {
  background-image: url('../images/checkbox_1checkbox.png');
  background-position: 0 2px;
  background-repeat: no-repeat;
  background-size: 19px;
  padding-left: 28px;
}

.list-item {
  width: 70%;
  text-transform: none;
  font-family: Filson, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.3em;
}

.list-item.price {
  width: 29%;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  text-decoration: line-through;
}

.list-item.price._2 {
  width: 39%;
  font-size: 21px;
  font-weight: 700;
}

.div-block-270 {
  align-items: center;
  display: flex;
}

.image-31 {
  margin-right: 11px;
}

.pvsection3 {
  min-height: auto;
  background-color: #070707;
  background-image: linear-gradient(rgba(0, 0, 0, .81), rgba(0, 0, 0, .81)), url('../images/Hero-Magnata.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Montserrat, sans-serif;
  display: block;
  position: relative;
  box-shadow: inset 1px 1px 66px 2px rgba(87, 87, 87, .15);
}

.pvsection3._2nd {
  box-shadow: none;
  position: relative;
}

.title_alunos {
  font-family: Barlow, sans-serif;
  font-size: 29px;
  font-weight: 500;
  line-height: 1.1em;
}

.imagem-fload {
  width: 50%;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.box-fullwidth {
  background-color: #202020;
  margin-bottom: 0;
  padding-top: 120px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.list-3 {
  width: 100%;
  color: #505050;
  margin: 18px auto 0;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
  line-height: 1.3em;
  list-style-type: none;
}

.alunos {
  align-items: center;
  display: flex;
}

.avatar-img {
  width: 50px;
  border-radius: 100%;
  margin-right: -19px;
}

.div-block-273 {
  width: 47%;
}

.image-23 {
  width: auto;
  height: 90%;
  max-width: none;
  margin-top: 36px;
}

.paragraph-9 {
  margin-bottom: 0;
}

.list-item-3 {
  filter: hue-rotate(192deg);
  color: #fff;
  background-image: url('../images/check-2_1check (2).png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 23px;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 15px;
  padding-left: 30px;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2em;
}

.box_corner {
  background-color: #303030;
  border-radius: 42px;
  margin-left: 0;
  padding: 15px;
  display: inline-block;
}

.box_corner.margin-left {
  margin-left: 30px;
}

.pvsubheadline-2 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.3em;
}

.pvsubheadline-2.left {
  text-align: left;
  text-transform: none;
  font-family: Filson, sans-serif;
  font-weight: 400;
}

.pvsubheadline-2.center {
  max-width: 100%;
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Filson, sans-serif;
  font-weight: 400;
}

.pvsubheadline-2.center.left {
  text-align: left;
  font-family: Filson, sans-serif;
  font-size: 19px;
  font-weight: 400;
}

.titlewrapper-3 {
  width: 430px;
  align-self: flex-start;
}

.divider-3 {
  width: 100%;
  height: 2px;
  opacity: .35;
  background-image: linear-gradient(225deg, rgba(13, 24, 18, 0), #e4d900 51%, rgba(13, 24, 18, 0));
  margin: 0 auto;
  box-shadow: 0 0 20px 1px rgba(0, 122, 228, .57);
}

.divider-3.green {
  background-image: linear-gradient(225deg, rgba(22, 30, 36, 0), rgba(3, 240, 118, .59) 49%, #03f076 77%, #03f076);
}

.divider-3.green.left2right {
  background-image: linear-gradient(225deg, rgba(22, 30, 36, 0), rgba(241, 194, 45, .59) 49%, #f1c22d 77%, #f1c22d);
  box-shadow: 0 0 20px 1px rgba(241, 194, 45, .57);
}

.heading-9 {
  text-shadow: 0 0 8px rgba(3, 240, 118, .5);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.4em;
}

.heading-9.fsizeg {
  text-shadow: none;
  font-family: Filson, sans-serif;
  font-size: 37px;
  line-height: 1.1em;
}

.heading-9._2 {
  text-align: center;
  text-shadow: 0 0 8px rgba(212, 240, 3, .5);
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  font-size: 40px;
  display: block;
}

.heading-9._2._3 {
  text-transform: uppercase;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 30px;
  display: block;
}

.heading-9.fsizeg {
  text-shadow: 0 0 8px rgba(241, 194, 45, .66);
  font-family: Lato, sans-serif;
  font-size: 40px;
  line-height: 1.2em;
}

.heading-9.fsizeg.cta {
  font-size: 30px;
}

.highlight-2 {
  color: #f1c22d;
  text-shadow: 0 0 7px rgba(241, 194, 45, .88);
  font-weight: 500;
}

.container-4 {
  position: relative;
}

.li-4 {
  filter: saturate(108%) hue-rotate(270deg);
  text-shadow: 0 0 4px rgba(255, 255, 255, .66);
  background-image: url('../images/checkmark.svg');
  background-position: 0 15px;
  background-repeat: no-repeat;
  background-size: 25px;
  margin-bottom: 20px;
  margin-left: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  font-family: Filson, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.4em;
}

.text-block-53 {
  font-family: Filson, sans-serif;
  font-size: 24px;
  position: relative;
}

.pbutton-2 {
  font-family: Filson, sans-serif;
  font-size: 11px;
  position: relative;
}

.grid-6 {
  width: 100%;
  grid-template-rows: auto;
  margin: 0 auto 20px;
}

.pvsection4 {
  background-color: #080808;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Montserrat, sans-serif;
  position: relative;
  box-shadow: inset 1px 1px 66px 2px rgba(87, 87, 87, .15);
}

.pvsection4._2nd {
  box-shadow: none;
  position: relative;
}

.cartabonus-2 {
  font-family: Barlow, sans-serif;
  font-size: 18px;
}

.text-2 {
  max-width: 100%;
  text-transform: none;
  margin: 0 auto;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}

.bold-text-4 {
  font-size: 20px;
}

.paragraph-10 {
  margin-top: 45px;
  font-family: Filson, sans-serif;
}

.price-title {
  text-align: center;
  margin-top: 45px;
  font-family: Filson, sans-serif;
  font-weight: 300;
}

.price-box {
  width: 370px;
  height: 110px;
  justify-content: center;
  align-items: center;
  margin-top: 31px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.price-value {
  text-align: center;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Filson, sans-serif;
  font-size: 113px;
  font-weight: 700;
}

.paragraph-11 {
  color: #f0c12d;
  font-family: Filson, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.pricen-cents {
  color: #f0c12d;
  text-align: center;
  margin-top: -60px;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.price-all {
  text-align: center;
  margin-top: 10px;
  margin-bottom: -17px;
  font-family: Filson, sans-serif;
  font-size: 19px;
  font-weight: 300;
  text-decoration: underline;
}

.image-12 {
  margin-top: 30px;
}

.image-12.desktop {
  opacity: .39;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.glosario {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 15px;
  display: flex;
}

.glosario.total {
  align-items: center;
  margin-top: 28px;
}

.line {
  width: 30%;
  border-bottom: 1px dashed #fff;
  margin-bottom: 4px;
}

.line._2 {
  border-bottom-style: solid;
  margin-bottom: 0;
}

.list-item-copy {
  width: 100%;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Filson, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3em;
}

.list-item-copy.price {
  width: 23%;
}

.list-item-copy.total {
  font-weight: 700;
}

.price-box-real {
  background-image: linear-gradient(rgba(255, 255, 255, .03), rgba(255, 255, 255, .09));
  border-radius: 5px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.kit {
  margin-top: -114px;
  margin-bottom: -25px;
  margin-left: 14px;
}

.highlight-3 {
  color: #d60c0c;
  text-shadow: 0 0 6px rgba(255, 0, 0, .4);
}

.check-list-2 {
  max-width: 600px;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding: 15px;
  list-style-type: none;
  display: block;
}

.check-list-2.margin-top {
  margin-top: -23px;
}

.list-item-4 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3em;
}

.list-item-4.small {
  font-family: Filson, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.headline {
  text-align: center;
  text-transform: uppercase;
  font-family: Exo, sans-serif;
}

.headline.left {
  text-align: left;
  font-family: Filson, sans-serif;
}

.columns-4 {
  text-align: left;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 0;
  padding-bottom: 60px;
  display: flex;
}

.text-3 {
  max-width: 600px;
  text-transform: none;
  margin: 0 auto 0 0;
  font-family: Filson, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}

.check-3 {
  background-image: url('../images/check-3.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 22px;
  margin-top: 15px;
  margin-bottom: 5px;
  padding-left: 38px;
}

.check-3.small {
  background-image: url('../images/checkbox_1checkbox.png');
  background-position: 0 0;
  background-size: 20px;
  padding-left: 25px;
  font-size: 12px;
}

.c-faq-2 {
  margin-left: auto;
  margin-right: auto;
}

.headline-2 {
  width: 100%;
  color: #f0c12d;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.7em;
}

.big {
  font-size: 90px;
}

.divider-4 {
  width: 100%;
  height: 1px;
  opacity: .35;
  background-color: rgba(197, 197, 197, .55);
  margin: 0 auto;
}

.faq-q-text-2 {
  font-family: Filson, sans-serif;
  font-size: 20px;
  line-height: 1.4em;
}

.c-faq-item-2 {
  cursor: pointer;
  background-color: #191918;
  background-image: url('../images/texture-noise.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-left: 3px #0385ff;
  border-radius: 3px;
  margin-bottom: 20px;
  font-size: 1.2em;
  line-height: 1.6em;
}

.c-faq-q-text-2 {
  flex: 1;
  padding: 20px;
  font-size: 1.4em;
}

.small {
  font-size: 20px;
}

.faq-a-text-2 {
  color: #797979;
  font-family: Filson, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.bold-text-6 {
  color: #080808;
  font-family: Filson, sans-serif;
}

.columns-5 {
  margin-top: 49px;
}

.container-1320 {
  max-width: 1220px;
  position: relative;
}

.html-embed-2 {
  border-radius: 5px;
  overflow: hidden;
}

.circle-light {
  width: 1px;
  height: 1px;
  color: #f0c12d;
  border-radius: 100%;
  box-shadow: 0 0 0 2px #f0c12d, 0 0 4px 3px #f0c12d, 0 0 11px 4px #f0c12d;
}

.text-span-35 {
  font-family: Barlow, sans-serif;
  font-size: 19px;
}

.columns-6 {
  z-index: 9999;
  align-items: center;
  margin-top: -85px;
  margin-bottom: -85px;
  display: flex;
  position: relative;
}

.container-1321, .column, .image-33, .image-34 {
  position: relative;
}

.column-2 {
  align-self: stretch;
  position: relative;
}

.column-3 {
  margin-top: 0;
  position: relative;
}

.columns-7 {
  align-items: stretch;
  margin-top: 0;
  display: flex;
}

.heading-10 {
  font-size: 31px;
}

.heading-10.gradient-effect {
  position: -webkit-sticky;
  position: sticky;
}

.heading-10.gradient-effect.scrolling {
  float: left;
  clear: left;
  font-size: 50px;
  line-height: 1.2em;
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
}

.list {
  border-left: 2px solid #96fad0;
  padding-left: 0;
  font-size: 30px;
  list-style-type: none;
}

.list-item-5 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.text-block-54 {
  background-image: url('../images/checkbox_2checkbox.png');
  background-position: 0 15px;
  background-repeat: no-repeat;
  background-size: 26px;
  margin-left: -14px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 35px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  line-height: 1.2em;
}

.section-2-copy {
  color: #fff;
  background-color: #061015;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.divider-5 {
  width: 100%;
  height: 1px;
  opacity: .35;
  background-image: linear-gradient(225deg, rgba(13, 24, 18, 0), #f1c22d 51%, rgba(13, 24, 18, 0));
  margin: 10px auto 0;
  box-shadow: 0 0 20px 1px rgba(241, 194, 45, .57);
}

.divider-5.hero {
  z-index: 3;
  height: 2px;
  background-image: linear-gradient(225deg, rgba(13, 24, 18, 0), #00ff8d 51%, rgba(13, 24, 18, 0));
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 0 20px 1px rgba(45, 241, 159, .57);
}

.div-block-274 {
  justify-content: space-around;
  display: block;
}

.icone {
  width: 130px;
  margin: 30px auto;
  display: block;
}

.column-5 {
  font-family: Filson, sans-serif;
}

.link, .link-2 {
  color: rgba(255, 255, 255, .25);
}

.image-37 {
  width: 15px;
}

.cartabutton-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #00c545;
  border-radius: 3px;
  margin: 20px auto 40px;
  padding: 20px 40px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 10px 10px 1px rgba(0, 133, 51, .13);
}

.cartabutton-2.animation-pulse {
  width: 100%;
  max-width: 500px;
  text-align: center;
  background-color: #f9cb12;
  margin-bottom: 0;
  padding: 30px 10px;
  font-size: 18px;
  box-shadow: 0 0 10px 1px rgba(249, 203, 18, .66);
}

.cartabutton-2.animation-pulse.center {
  max-width: 500px;
  display: block;
}

.cartabutton-2.animation-pulse.center.margin-top {
  margin-top: 57px;
}

.cartabutton-2.animation-pulse.center.margin-top.form {
  max-width: 100%;
  margin-top: 0;
}

.overlay {
  z-index: 999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, .87);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal {
  max-width: 600px;
  min-width: 600px;
  background-color: #fff;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  display: block;
  position: relative;
}

.form-block-2 {
  margin-top: 15px;
}

.input-field {
  height: 50px;
  color: #171717;
  border-radius: 3px;
  font-size: 18px;
  line-height: 1.4em;
}

.input-field::-ms-input-placeholder {
  color: rgba(139, 139, 139, .5);
}

.input-field::placeholder {
  color: rgba(139, 139, 139, .5);
}

.input-field.atual {
  margin-bottom: 15px;
}

.input-field.atual::-ms-input-placeholder {
  color: #868484;
}

.input-field.atual::placeholder {
  color: #868484;
}

.formwrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-3 {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-family: Exo, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3em;
}

.heading-3.center {
  text-align: center;
  font-size: 35px;
}

.heading-3.center.black {
  color: #003c42;
}

.close {
  width: 30px;
  height: 30px;
  background-color: #002720;
  border-bottom-left-radius: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.text-block-23 {
  color: #000;
  font-family: Exo, sans-serif;
  font-weight: 800;
}

.heading-modal {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-family: Exo, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3em;
}

.heading-modal.center {
  text-align: center;
  font-size: 35px;
}

.heading-modal.center.black {
  color: #003c42;
}

.subheadline-modal {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: -12px;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3em;
}

.subheadline-modal.center {
  text-align: center;
  font-size: 35px;
}

.subheadline-modal.center.black {
  color: #003c42;
}

.bold-text-8 {
  font-weight: 500;
}

.cta-orage {
  height: 72px;
  background-image: url('../images/bg-bottom.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.cta-text {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2em;
  position: static;
}

.cta-text.left {
  text-align: left;
  margin-bottom: 28px;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 300;
}

.cta-text.left.highlight {
  font-family: Montserrat, sans-serif;
}

.heading-11 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 29px;
  font-style: italic;
  line-height: 1.2em;
}

.link-block {
  width: 100%;
  margin-top: 26px;
}

@media screen and (min-width: 1280px) {
  .suriel-lan._1gbg {
    max-width: 1140px;
  }

  .bonus-small-list.padding {
    min-height: 300px;
  }

  .module-number-box {
    float: left;
  }

  .div-block-274 {
    width: 1380px;
    display: flex;
  }
}

@media screen and (min-width: 1920px) {
  .button.animated-button1.full-width._123, .button.animated-button1.box-with._123 {
    max-width: 600px;
  }

  .bonusimg.box_shadow {
    margin-left: auto;
    margin-right: auto;
  }

  .pvhighlight {
    color: #0fc360;
  }

  .te-section--1-2 {
    padding-top: 20px;
  }

  .video-wrapper {
    background-color: rgba(0, 7, 4, 0);
  }

  .te-container-2 {
    width: 1280px;
  }

  .headwrapper-2 {
    margin-top: 40px;
  }

  .pvbacklight {
    background-color: #03aa4e;
  }

  .box_shadow {
    max-width: 100%;
    min-width: 77%;
    margin-left: auto;
    margin-right: auto;
  }

  .module-number-box {
    float: none;
  }

  .column-4 {
    position: relative;
  }

  .div-block-274 {
    width: 1680px;
    justify-content: space-between;
    padding-left: 10px;
  }
}

@media screen and (max-width: 991px) {
  .heading.iv2-1 {
    width: 550px;
    font-size: 32px;
  }

  .infowrapper.b.teste {
    width: auto;
  }

  .section {
    height: auto;
    background-position: 0 0, 0 0, 50%;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container {
    width: auto;
  }

  .container.iv2-depoimento {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-35.highlight-yellow.desktop {
    display: none;
  }

  .text-block-35.highlight-yellow.mobile {
    align-self: center;
    display: block;
  }

  .div-block-2, .div-block-2.none {
    display: none;
  }

  .section-3 {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-3.glow {
    padding-bottom: 60px;
  }

  .grid {
    grid-row-gap: 20px;
    grid-template-columns: .25fr .75fr;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .title.v3 {
    display: none;
  }

  .title.v3.mob {
    display: block;
  }

  .section-4 {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-5 {
    grid-column-gap: 30px;
    align-items: end;
  }

  .div-block-7 {
    width: auto;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .button-2.cta2.whatsapp.launch {
    text-align: center;
  }

  .div-block-13 {
    width: 100%;
  }

  .section-5 {
    min-height: 100vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-12, .container-2 {
    width: 100%;
  }

  .iv2-depoimento {
    text-align: center;
    font-size: 32px;
  }

  .v3-section {
    grid-template-columns: 1fr;
  }

  .v3-section.who {
    margin-top: 20px;
  }

  .div-block-251 {
    margin-top: 40px;
    margin-bottom: 20px;
    display: block;
  }

  .csv-crcontainer, .csv-cronograma {
    width: auto;
  }

  .csv-crwrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .ul._2._3 {
    width: auto;
  }

  .csv-crdivider.alt {
    width: 100%;
  }

  .div-block-261._2 {
    padding-bottom: 60px;
  }

  .paragraph-3.width2, .cartawrapper {
    width: auto;
  }

  .cartasection {
    padding: 20px;
  }

  .cartaheadline {
    font-size: 28px;
  }

  .pagamentowrapper, .pagamentowrapper.pv {
    width: 100%;
  }

  .pvsection {
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .button.animated-button1.full-width, .button.animated-button1.box-with, .videowrapper2 {
    width: 100%;
  }

  .videowrapper2.pv {
    width: 100%;
    margin-top: 40px;
  }

  .videowrapper2.pv.blue {
    margin-top: 20px;
  }

  ._1ren {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .pvheadline {
    font-size: 26px;
  }

  ._2ren {
    margin-top: 0;
  }

  .image-8 {
    margin-top: 26px;
    display: none;
  }

  .image-8.mobile {
    width: 50%;
    margin-top: 30px;
    margin-bottom: 30px;
    display: block;
  }

  .videodepoimentowrapper {
    width: auto;
  }

  .div-block-264 {
    margin-top: 20px;
  }

  .pvsection2 {
    padding-top: 20px;
    box-shadow: inset 1px 1px 66px 2px rgba(218, 171, 23, .15);
  }

  .obj1 {
    flex-direction: column;
    margin-top: 40px;
  }

  .obj3 {
    margin-top: 0;
  }

  .obj3.b {
    margin-top: 40px;
  }

  .pvsubheadline {
    text-align: center;
    margin-top: 0;
  }

  .obj4 {
    margin-top: 20px;
  }

  .titlewrapper-2 {
    width: auto;
  }

  .titlewrapper-2._2._3 {
    margin-bottom: 40px;
  }

  .titlewrapper-2._2._3.elitehouse {
    margin-bottom: 20px;
  }

  .titlewrapper-2._2._3.elitehouse._21 {
    width: auto;
  }

  .titlewrapper-2.card {
    margin-bottom: 60px;
  }

  .ul-3 {
    width: auto;
    margin-top: 40px;
  }

  .heading-8 {
    text-align: center;
    margin-bottom: 40px;
  }

  .heading-8.fsizeg {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .heading-8._2._3, .heading-8._2._4 {
    font-size: 30px;
  }

  .heading-8.center {
    margin-bottom: 0;
  }

  .heading-8.faq {
    margin-bottom: 20px;
  }

  .titlewrapper {
    width: auto;
  }

  .li-3 {
    margin-left: 20px;
  }

  .bonustext {
    width: auto;
  }

  .bonus.segundo {
    margin-top: 20px;
  }

  .bonusanimation {
    bottom: -1px;
    left: 0;
  }

  .eadimg {
    align-self: center;
    margin-bottom: 20px;
    position: static;
  }

  .barwrapper {
    width: 100%;
  }

  .div-block-266 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .ctawrapper {
    flex-direction: column;
    margin-top: 60px;
  }

  .obj15 {
    margin-bottom: 60px;
  }

  .box.card {
    width: auto;
  }

  .paragraph-6 {
    width: auto;
    margin-top: 20px;
  }

  .obj9 {
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .garantia.two {
    margin-top: 0;
  }

  .paragraph-7._2._3, .paragraph-7._2._3.g._23 {
    width: auto;
  }

  .c-faq-item {
    margin-bottom: 20px;
  }

  .bonusanimation-2 {
    bottom: -1px;
    left: 0;
  }

  .embed {
    width: 100%;
  }

  .te-h1-2.pv23 {
    font-size: 40px;
  }

  .te-h1-2._2 {
    width: auto;
    font-size: 26px;
  }

  .te-section--1-2 {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .te-container-2 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-245, .headwrapper-2 {
    width: auto;
  }

  .headwrapper-2.upsell, .suriel-lan._1gbg {
    width: 100%;
  }

  .cartaheadline2 {
    font-size: 28px;
  }

  .pvsubheadline-buy, .text-body {
    text-align: center;
    margin-top: 0;
  }

  .pvsection1, .pvsection3 {
    padding-top: 20px;
    box-shadow: inset 1px 1px 66px 2px rgba(218, 171, 23, .15);
  }

  .pvsubheadline-2 {
    text-align: center;
    margin-top: 0;
  }

  .titlewrapper-3 {
    width: auto;
  }

  .heading-9 {
    text-align: center;
    margin-bottom: 40px;
  }

  .heading-9.fsizeg {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .heading-9._2._3 {
    font-size: 30px;
  }

  .heading-9.fsizeg {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .li-4 {
    margin-left: 20px;
  }

  .pvsection4 {
    padding-top: 20px;
    box-shadow: inset 1px 1px 66px 2px rgba(218, 171, 23, .15);
  }

  .image-12.desktop {
    display: none;
  }

  .c-faq-item-2 {
    margin-bottom: 20px;
  }

  .overlay {
    display: flex;
  }

  .cta-text {
    font-size: 26px;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    font-size: 26px;
  }

  .heading.iv2-1 {
    width: auto;
  }

  .paragraph {
    font-size: 18px;
  }

  .infowrapper {
    width: 420px;
  }

  .infowrapper.b {
    width: auto;
  }

  .section {
    background-position: 0 0, 0 0, 50% 0;
    background-size: auto, auto, auto;
    background-attachment: scroll, scroll, scroll;
  }

  .js-clock-copy {
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-247 {
    display: flex;
  }

  .div-block-250 {
    width: 200px;
  }

  .section-3 {
    padding-bottom: 60px;
  }

  .div-block-6 {
    width: auto;
  }

  .div-block-5 {
    grid-template-columns: 1fr;
  }

  .div-block-7 {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .iv2-depoimento {
    font-size: 26px;
  }

  .iv2-prints {
    grid-template-columns: 1fr;
  }

  .coins-list {
    width: 85%;
  }

  .coin {
    margin-left: 0;
  }

  .csv-crcontainer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .js-clock-copy-2 {
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-7 {
    font-size: 26px;
  }

  .div-block-253 {
    grid-template-columns: 1fr;
  }

  .div-block-254 {
    grid-template-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-261._2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .li-2 {
    width: auto;
  }

  .div-block-16 {
    width: 350px;
  }

  .cartabutton {
    text-align: center;
  }

  .boxmanual {
    margin-left: 60px;
  }

  .cartadepoimento2 {
    grid-template-columns: 1fr;
  }

  .pvsection {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button.animated-button1.w--current {
    max-width: 100%;
  }

  .pvheadline {
    font-size: 24px;
  }

  .pvsection2._2nd {
    padding-top: 60px;
  }

  .pvsubheadline {
    text-align: left;
  }

  .text-block-52 {
    font-size: 22px;
  }

  .titlewrapper-2._2._3 {
    margin-bottom: 20px;
  }

  .titlewrapper-2.card {
    width: auto;
  }

  .bonusimg {
    margin-bottom: 0;
  }

  .heading-8 {
    font-size: 24px;
  }

  .heading-8.fsizeg {
    text-align: left;
  }

  .heading-8._2._3, .heading-8._2._4 {
    padding-left: 0;
    font-size: 24px;
  }

  .heading-8.center {
    font-size: 30px;
  }

  .feature {
    width: 350px;
  }

  .feature.pv {
    margin-bottom: 40px;
  }

  .bonusanimation {
    position: static;
  }

  .bonustitle {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .box {
    margin-bottom: 12px;
  }

  .box.card {
    width: 90%;
  }

  .bonusanimation-2 {
    position: static;
  }

  .te-h1-2 {
    font-size: 18px;
  }

  .te-h1-2.pv23 {
    font-size: 30px;
  }

  .te-h1-2._2 {
    width: 100%;
    font-size: 18px;
  }

  .te-section--1-2 {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .te-section--1-2.upsell {
    padding-bottom: 20px;
  }

  .text-block-32 {
    font-size: 16px;
  }

  .div-block-245 {
    width: 100%;
  }

  .headwrapper-2 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .grid-4 {
    width: 100%;
  }

  .pvh2 {
    font-size: 30px;
    line-height: 42px;
  }

  .pvsubheadline-buy, .text-body {
    text-align: left;
  }

  .pvsection1._2nd, .pvsection3._2nd {
    padding-top: 60px;
  }

  .pvsubheadline-2 {
    text-align: left;
  }

  .heading-9 {
    font-size: 24px;
  }

  .heading-9.fsizeg {
    text-align: left;
  }

  .heading-9._2._3 {
    padding-left: 0;
    font-size: 24px;
  }

  .heading-9.fsizeg {
    text-align: left;
  }

  .grid-6 {
    width: 100%;
  }

  .pvsection4._2nd {
    padding-top: 60px;
  }

  .cartabutton-2 {
    text-align: center;
  }

  .input-field.atual {
    margin-bottom: 0;
  }

  .cta-text {
    font-size: 24px;
  }
}

@media screen and (max-width: 479px) {
  .text-block-37 {
    font-size: 12px;
  }

  .heading {
    font-size: 24px;
  }

  .heading.iv2-1 {
    width: auto;
    text-align: left;
    margin-top: 20px;
    font-size: 24px;
  }

  .heading.v3 {
    font-size: 26px;
  }

  .heading.v4 {
    font-size: 28px;
  }

  .paragraph {
    font-size: 16px;
  }

  .paragraph.iv2-2 {
    width: auto;
    font-size: 16px;
  }

  .paragraph.iv2-3 {
    text-align: left;
    font-size: 16px;
  }

  .infowrapper {
    width: auto;
    margin-top: 40px;
  }

  .infowrapper.b.teste {
    margin-top: 20px;
  }

  .section {
    background-image: linear-gradient(rgba(0, 0, 0, .64), rgba(0, 0, 0, .64)), linear-gradient(to top, #000 19%, rgba(255, 255, 255, 0)), linear-gradient(225deg, rgba(241, 194, 45, .23) 17%, rgba(255, 255, 255, 0)), url('../images/bg-missaocripto.jpg');
    background-position: 0 0, 0 0, 0 0, 60% 0;
    background-repeat: repeat, repeat, repeat, no-repeat;
    background-size: auto, auto, auto, auto;
    background-attachment: scroll, scroll, scroll, scroll;
    padding: 20px 10px;
  }

  .section.v4 {
    background-image: linear-gradient(to top, #000, rgba(255, 255, 255, 0)), linear-gradient(225deg, rgba(241, 194, 45, .23), rgba(255, 255, 255, 0)), url('../images/bg-missaocripto-v4.jpg'), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-position: 0 0, 0 0, 70%, 0 0;
    background-repeat: repeat, repeat, no-repeat, repeat;
    background-size: auto, auto, cover, auto;
  }

  .container {
    width: 100%;
    align-items: center;
  }

  .container.footer {
    width: 100%;
  }

  .container.v3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tech.full.v3 {
    display: block;
  }

  .clock-number-copy {
    font-size: 16px;
  }

  .clock-number-copy.highlight-yellow {
    font-size: 36px;
    line-height: 36px;
  }

  .div-block-248 {
    height: 400px;
    background-image: radial-gradient(circle closest-corner, rgba(241, 194, 45, .1) 2%, rgba(0, 0, 0, 0) 68%);
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .text-block-34 {
    font-size: 16px;
  }

  .text-block-34.highlight-yellow {
    margin-top: 0;
    font-size: 36px;
  }

  .section-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block {
    line-height: 1.3em;
  }

  .heading-2 {
    font-size: 32px;
    line-height: 1.3em;
  }

  .section-3.glow {
    padding-left: 10px;
    padding-right: 10px;
  }

  .title {
    width: 100%;
    margin-bottom: 15px;
  }

  .section-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-6 {
    text-align: center;
    line-height: 1.5em;
  }

  .text-block-6.cronograma {
    margin-bottom: 20px;
  }

  .para-voce {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-7 {
    grid-template-columns: 1fr 1fr;
  }

  .footer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .zaiguide, .div-block-10 {
    width: 100%;
  }

  .button-2.cta2.whatsapp {
    width: auto;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    position: relative;
  }

  ._1passo {
    margin-top: 30px;
  }

  .section-5 {
    min-height: auto;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-12 {
    padding: 10px 10px 40px;
  }

  .text-block-11 {
    font-size: 18px;
  }

  .text-block-13, .text-block-13._12 {
    font-size: 16px;
  }

  .image-4.launch {
    margin-right: 10px;
    display: none;
  }

  .text-block-14 {
    line-height: 1.3em;
  }

  .section-6 {
    height: auto;
    flex-direction: column;
    padding: 20px;
  }

  .text-block-17 {
    text-align: center;
  }

  .text-block-16 {
    margin-top: 40px;
  }

  .coins-list {
    width: 100%;
    grid-row-gap: 20px;
  }

  .text-listitem {
    font-size: 18px;
  }

  .coin {
    position: relative;
    top: auto;
    right: auto;
  }

  .v3-headline {
    margin-top: 20px;
  }

  .v3-section {
    padding-left: 0;
    padding-right: 10px;
  }

  .v3-whopicture {
    width: 100%;
  }

  .div-block-251 {
    margin-top: 20px;
  }

  .data-hora {
    padding-left: 10px;
    padding-right: 10px;
  }

  .csv-crwrapper {
    padding-top: 20px;
  }

  .text-block-39 {
    width: 280px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    line-height: 1.8em;
  }

  .info-geral {
    grid-template-columns: 1fr;
  }

  .ul, .ul._2 {
    width: auto;
  }

  .heading-7 {
    font-size: 24px;
  }

  .heading-7.mc-cronograma {
    width: auto;
    font-size: 26px;
  }

  .li {
    margin-left: 0;
    font-size: 18px;
    line-height: 1.4em;
  }

  .li.checkmark {
    background-image: url('../images/checkmark.svg');
  }

  .csv-crdivider {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .csv-crdivider.alt {
    margin-bottom: 40px;
  }

  .div-block-254.atual {
    grid-row-gap: 15px;
  }

  .div-block-261 {
    margin-bottom: 40px;
  }

  .div-block-261._2 {
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .data-2 {
    justify-content: space-between;
  }

  .paragraph-3 {
    width: auto;
    font-size: 14px;
  }

  .paragraph-3.width2 {
    margin-top: 20px;
  }

  .bold-text {
    line-height: 70px;
  }

  .li-2 {
    background-position: 0 15%;
    margin-left: 0;
    font-size: 20px;
    line-height: 1.4em;
  }

  .cartaheadline {
    margin-bottom: 20px;
    font-size: 26px;
  }

  .text-block-21 {
    line-height: 40px;
  }

  .div-block-16 {
    width: 100%;
    height: 150px;
    border-radius: 10px;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .cartabutton {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .ul-2 {
    width: auto;
  }

  .cartacenter {
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
  }

  .boxmanual {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .cartadepoimento2 {
    grid-template-areas: "Area";
  }

  .text-block-22 {
    margin-top: 5px;
  }

  .pagamentowrapper.pv {
    margin-bottom: 0;
  }

  .pagamentowrapper.margintop.card {
    margin-top: 30px;
  }

  .pvsection {
    min-height: 110vh;
    justify-content: flex-start;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .button.animated-button1 {
    position: relative;
  }

  .button.animated-button1.full-width, .button.animated-button1.box-with {
    padding: 20px 10px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3em;
  }

  .pagamentos {
    width: auto;
    margin-bottom: 20px;
  }

  .pagamentos.elitehouse {
    margin-top: 40px;
  }

  .videowrapper2.pv.blue {
    margin-top: 10px;
  }

  .pvheadline {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 1.4em;
  }

  ._2ren {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .cartoes {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .divider {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .divider.hero {
    margin-top: 0;
    margin-bottom: 0;
  }

  ._100seguro {
    color: rgba(223, 250, 255, .5);
  }

  .c-bubbles {
    background-position: 0 0, 100% 0;
  }

  .c-bubbles.elitehouse {
    background-image: url('../images/bg-1-m.jpg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .c-bubbles.elitehouse._2 {
    background-image: url('../images/bg-2-m.jpg');
  }

  .c-bubbles.elitehouse._3 {
    background-image: url('../images/bg-3-m.jpg');
  }

  .c-bubbles.elitehouse._4 {
    background-image: url('../images/bg-4-m.jpg');
  }

  .c-bubbles.elitehouse._5 {
    background-image: url('../images/bg-5-m.jpg');
  }

  .c-bubbles.elitehouse._6 {
    background-image: url('../images/bg-6-m.jpg');
  }

  .pbutton {
    line-height: 1.5em;
    position: relative;
  }

  .text-block-50 {
    font-size: 18px;
    position: relative;
  }

  .image-8 {
    width: 100%;
    display: none;
  }

  .image-8.mobile {
    width: 80%;
    display: block;
  }

  .videodepoimentowrapper {
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .bold-text-2 {
    font-size: 24px;
    line-height: 24px;
  }

  .pvsection2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .pvsection2._2nd {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .obj1 {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .pvsubheadline {
    text-align: center;
    font-size: 17px;
  }

  .pvsubheadline.left {
    font-family: Montserrat, sans-serif;
  }

  .pvsubheadline.big {
    font-size: 20px;
  }

  .pvsubheadline.big._3 {
    margin-top: 54px;
  }

  .titlewrapper-2._2 {
    width: auto;
  }

  .titlewrapper-2._2._3.elitehouse {
    margin-top: 60px;
  }

  .titlewrapper-2.card {
    width: auto;
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .titlewrapper-2.card.garantia {
    margin-bottom: 20px;
  }

  .ul-3 {
    width: auto;
    margin-top: -81px;
    margin-bottom: 0;
  }

  .bonusimg.box_shadow {
    min-width: 100%;
    margin-left: 51%;
  }

  .heading-8 {
    margin-bottom: 0;
  }

  .heading-8.fsizeg {
    font-size: 24px;
  }

  .heading-8.fsizeg.cta {
    font-size: 26px;
  }

  .heading-8._2 {
    padding-left: 0;
    font-size: 24px;
  }

  .heading-8._2._3, .heading-8._2._4 {
    text-align: center;
    text-shadow: 0 0 8px rgba(255, 255, 255, .5);
    font-size: 26px;
  }

  .heading-8.center {
    margin-bottom: 10px;
    font-size: 26px;
  }

  .heading-8.highlight {
    text-align: left;
  }

  .feature {
    width: 100%;
    height: 150px;
    border-radius: 10px;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .feature.pv {
    width: auto;
    height: auto;
    margin-bottom: 20px;
  }

  .li-3 {
    margin-left: 0;
    font-size: 18px;
    line-height: 1.4em;
  }

  .divider-2, .hdivider {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .barwrapper {
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px;
  }

  .div-block-266 {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .obj15 {
    padding-left: 10px;
    padding-right: 10px;
  }

  ._194 {
    font-size: 45px;
  }

  .text-block-30 {
    margin-top: 0;
  }

  .image-13 {
    margin-top: 0;
    margin-right: 0;
  }

  .box {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .box.card {
    width: 95%;
    height: auto;
  }

  .paragraph-6._2 {
    margin-bottom: 40px;
  }

  .paragraph-6._2._3 {
    margin-top: 0;
    font-size: 18px;
  }

  .obj9 {
    width: 100%;
    margin-bottom: 20px;
  }

  .garantia.two {
    width: 100%;
    flex-direction: column;
    font-size: 18px;
  }

  .paragraph-7._2._3.g {
    width: auto;
    font-size: 17px;
  }

  .embed {
    margin-top: 20px;
  }

  .te-h1-2 {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.4em;
  }

  .te-h1-2.pv23 {
    font-size: 26px;
  }

  .te-h1-2._2 {
    font-size: 18px;
  }

  .te-section--1-2 {
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .te-section--1-2.upsell {
    min-height: 100vh;
  }

  .image-14 {
    top: 64px;
    right: 31px;
  }

  .text-block-32 {
    font-size: 14px;
  }

  .te-container-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .te-container-2.upsell {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-245 {
    margin-bottom: 0;
    position: relative;
    bottom: 0;
  }

  .headwrapper-2 {
    z-index: 10;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
  }

  .suriel-lan._1gbg {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .logo {
    max-width: 44%;
    margin-top: -21px;
    margin-bottom: 14px;
  }

  .columns {
    margin-top: 20px;
  }

  .grid-4 {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .image-9 {
    max-width: 100%;
  }

  .columns-2 {
    flex-direction: column;
    margin-top: 20px;
  }

  .columns-2.two {
    width: 100%;
  }

  .box_half {
    width: 100%;
    padding-bottom: 15px;
  }

  .imagem {
    width: 100%;
    margin-top: 3px;
  }

  .bonus-small-list, .bonus-small-list.padding.revert {
    flex-direction: column;
  }

  .image-29 {
    margin-bottom: 34px;
  }

  .pvh2 {
    text-align: center;
  }

  .pvh2.bonus {
    font-size: 22px;
    line-height: 32px;
  }

  .text {
    text-align: center;
    margin-top: 38px;
    font-size: 18px;
    line-height: 1.3em;
  }

  .black {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cartaheadline2 {
    margin-bottom: 20px;
    font-size: 26px;
  }

  .pvsubheadline-buy {
    text-align: center;
    font-size: 17px;
  }

  .pvsubheadline-buy.big {
    font-size: 20px;
  }

  .pvsubheadline-buy.big._3 {
    margin-top: 54px;
  }

  .div-block-268 {
    width: 100%;
  }

  .columns-dual {
    width: 100%;
    margin-top: 20px;
  }

  .white-bg {
    padding-top: 4px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block-10 {
    letter-spacing: .5px;
    font-size: 16px;
  }

  .image-29-copy {
    margin-bottom: 34px;
  }

  .grid-5 {
    flex-direction: column;
    display: flex;
  }

  .box-flod {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .text-body {
    text-align: left;
    margin-top: 10px;
    font-size: 17px;
  }

  .text-body.big {
    font-size: 20px;
  }

  .text-body.big._3 {
    margin-top: 54px;
  }

  .check {
    width: 30px;
    height: 32px;
    left: -10px;
    right: auto;
  }

  .pvsection1._2nd {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .columns-3 {
    flex-direction: column;
  }

  .module-number-box {
    margin-bottom: 25px;
  }

  .check-2 {
    background-position: 0%;
    background-size: 25px;
    align-items: center;
    padding-top: 1px;
    padding-bottom: 1px;
    display: block;
  }

  .list-item {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 15px;
  }

  .list-item.price._2 {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }

  .pvsection3._2nd {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .imagem-fload {
    width: 100%;
    position: static;
  }

  .box-fullwidth {
    padding-top: 0;
  }

  .list-3 {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    line-height: 22px;
  }

  .avatar-img {
    width: 30px;
    margin-right: -10px;
  }

  .div-block-273 {
    width: 100%;
  }

  .image-23 {
    width: 100%;
    height: auto;
  }

  .avatar_box {
    width: 50%;
  }

  .paragraph-9 {
    font-size: 17px;
  }

  .list-item-3 {
    margin-bottom: 16px;
    padding-left: 30px;
  }

  .container-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .box_corner.margin-left {
    width: 50%;
  }

  .pvsubheadline-2 {
    text-align: center;
    font-size: 17px;
  }

  .pvsubheadline-2.center.left {
    font-size: 17px;
  }

  .divider-3 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .heading-9 {
    margin-bottom: 0;
  }

  .heading-9.fsizeg {
    font-size: 24px;
  }

  .heading-9._2 {
    padding-left: 0;
    font-size: 24px;
  }

  .heading-9._2._3 {
    text-align: center;
    text-shadow: 0 0 8px rgba(255, 255, 255, .5);
    font-size: 26px;
  }

  .heading-9.fsizeg {
    font-size: 24px;
  }

  .heading-9.fsizeg.cta {
    font-size: 26px;
  }

  .li-4 {
    margin-left: 0;
    font-size: 18px;
    line-height: 1.4em;
  }

  .text-block-53 {
    position: relative;
  }

  .pbutton-2 {
    line-height: 1.5em;
    position: relative;
  }

  .grid-6 {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .bold-text-3 {
    font-size: 24px;
    line-height: 24px;
  }

  .pvsection4 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .pvsection4._2nd {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .text-2 {
    text-align: center;
    margin-top: 38px;
    font-size: 18px;
    line-height: 1.3em;
  }

  .price-box {
    width: 280px;
  }

  .price-value {
    font-size: 70px;
  }

  .paragraph-11 {
    font-size: 30px;
  }

  .pricen-cents {
    margin-top: -38px;
    font-size: 30px;
  }

  .glosario.total {
    flex-direction: column;
    align-items: flex-end;
  }

  .line._2 {
    display: none;
  }

  .list-item-copy {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 15px;
  }

  .list-item-copy.total {
    width: 100%;
    text-align: center;
  }

  .price-box-real {
    margin-top: 114px;
  }

  .image-32 {
    width: 70%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .check-list-2.margin-top {
    padding-left: 0;
  }

  .list-item-4 {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 15px;
  }

  .list-item-4.small {
    margin-top: 0;
  }

  .headline {
    font-size: 25px;
    line-height: 1.2em;
  }

  .columns-4 {
    flex-direction: column;
  }

  .text-3 {
    margin-top: 38px;
    font-size: 18px;
    line-height: 1.3em;
  }

  .check-3 {
    background-position: 0%;
    background-size: 25px;
    align-items: center;
    padding-top: 1px;
    padding-bottom: 1px;
    display: block;
  }

  .headline-2 {
    text-align: center;
    font-size: 16px;
  }

  .bold-text-7 {
    font-size: 17px;
  }

  .divider-4 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .faq-q-text-2 {
    font-size: 18px;
    line-height: 1.4em;
  }

  .c-faq-q-text-2 {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .bold-text-6 {
    font-size: 61px;
  }

  .columns-6 {
    flex-direction: column;
    margin-bottom: 0;
  }

  .columns-7 {
    flex-direction: column;
  }

  .heading-10.gradient-effect.scrolling {
    font-size: 35px;
  }

  .section-2-copy {
    padding-left: 15px;
    padding-right: 15px;
  }

  .divider-5 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .divider-5.hero {
    margin-top: 0;
    margin-bottom: 0;
  }

  .icone {
    width: 50px;
    margin: 0 21px 0 0;
  }

  .image-35 {
    margin-bottom: 26px;
  }

  .image-36 {
    width: 36px;
  }

  .cartabutton-2 {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .cartabutton-2.animation-pulse {
    width: 100%;
    min-width: 100%;
  }

  .overlay {
    padding-left: 15px;
    padding-right: 15px;
    display: none;
  }

  .modal {
    min-width: auto;
  }

  .input-field.atual {
    margin-bottom: 5px;
  }

  .formwrapper {
    grid-row-gap: 5px;
    margin-bottom: 10px;
    display: block;
  }

  .heading-3.center.black {
    font-size: 27px;
  }

  .text-block-23 {
    line-height: 1.3em;
  }

  .heading-modal.center.black, .subheadline-modal.center.black {
    font-size: 27px;
  }

  .cta-orage {
    text-align: center;
    background-position: 50%;
    background-size: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cta-text {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 1.4em;
  }

  .heading-11 {
    font-size: 23px;
  }
}

#w-node-_876d0519-c0e1-9273-8ed4-19fcaa1a6cc3-53b62038, #w-node-_876d0519-c0e1-9273-8ed4-19fcaa1a6cca-53b62038, #w-node-_876d0519-c0e1-9273-8ed4-19fcaa1a6cd1-53b62038, #w-node-_876d0519-c0e1-9273-8ed4-19fcaa1a6cd8-53b62038, #w-node-_876d0519-c0e1-9273-8ed4-19fcaa1a6cdf-53b62038, #w-node-_876d0519-c0e1-9273-8ed4-19fcaa1a6ce6-53b62038, #w-node-_312dee89-49f3-1290-de26-e617b0e169dd-53b62038 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_312dee89-49f3-1290-de26-e617b0e169de-53b62038 {
  grid-area: Area;
}

#w-node-_312dee89-49f3-1290-de26-e617b0e169df-53b62038, #w-node-_312dee89-49f3-1290-de26-e617b0e169e1-53b62038, #w-node-_312dee89-49f3-1290-de26-e617b0e169e3-53b62038, #w-node-_876d0519-c0e1-9273-8ed4-19fcaa1a6cc3-016041ff, #w-node-_876d0519-c0e1-9273-8ed4-19fcaa1a6cca-016041ff, #w-node-_876d0519-c0e1-9273-8ed4-19fcaa1a6cd1-016041ff, #w-node-_876d0519-c0e1-9273-8ed4-19fcaa1a6cd8-016041ff, #w-node-_876d0519-c0e1-9273-8ed4-19fcaa1a6cdf-016041ff, #w-node-_876d0519-c0e1-9273-8ed4-19fcaa1a6ce6-016041ff, #w-node-_312dee89-49f3-1290-de26-e617b0e169dd-016041ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_312dee89-49f3-1290-de26-e617b0e169de-016041ff {
  grid-area: Area;
}

#w-node-_312dee89-49f3-1290-de26-e617b0e169df-016041ff, #w-node-_312dee89-49f3-1290-de26-e617b0e169e1-016041ff, #w-node-_312dee89-49f3-1290-de26-e617b0e169e3-016041ff, #w-node-_876d0519-c0e1-9273-8ed4-19fcaa1a6cc3-4701fcd7, #w-node-_876d0519-c0e1-9273-8ed4-19fcaa1a6cca-4701fcd7, #w-node-_876d0519-c0e1-9273-8ed4-19fcaa1a6cd1-4701fcd7, #w-node-_876d0519-c0e1-9273-8ed4-19fcaa1a6cd8-4701fcd7, #w-node-_876d0519-c0e1-9273-8ed4-19fcaa1a6cdf-4701fcd7, #w-node-_876d0519-c0e1-9273-8ed4-19fcaa1a6ce6-4701fcd7, #w-node-_312dee89-49f3-1290-de26-e617b0e169dd-4701fcd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_312dee89-49f3-1290-de26-e617b0e169de-4701fcd7 {
  grid-area: Area;
}

#w-node-_312dee89-49f3-1290-de26-e617b0e169df-4701fcd7, #w-node-_312dee89-49f3-1290-de26-e617b0e169e1-4701fcd7, #w-node-_312dee89-49f3-1290-de26-e617b0e169e3-4701fcd7, #w-node-_876d0519-c0e1-9273-8ed4-19fcaa1a6cc3-86d5f70b, #w-node-_876d0519-c0e1-9273-8ed4-19fcaa1a6cca-86d5f70b, #w-node-_876d0519-c0e1-9273-8ed4-19fcaa1a6cd1-86d5f70b, #w-node-_876d0519-c0e1-9273-8ed4-19fcaa1a6cd8-86d5f70b, #w-node-_876d0519-c0e1-9273-8ed4-19fcaa1a6cdf-86d5f70b, #w-node-_876d0519-c0e1-9273-8ed4-19fcaa1a6ce6-86d5f70b, #w-node-_312dee89-49f3-1290-de26-e617b0e169dd-86d5f70b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_312dee89-49f3-1290-de26-e617b0e169de-86d5f70b {
  grid-area: Area;
}

#w-node-_312dee89-49f3-1290-de26-e617b0e169df-86d5f70b, #w-node-_312dee89-49f3-1290-de26-e617b0e169e1-86d5f70b, #w-node-_312dee89-49f3-1290-de26-e617b0e169e3-86d5f70b, #w-node-_876d0519-c0e1-9273-8ed4-19fcaa1a6cc3-03861403, #w-node-_876d0519-c0e1-9273-8ed4-19fcaa1a6cca-03861403, #w-node-_876d0519-c0e1-9273-8ed4-19fcaa1a6cd1-03861403, #w-node-_876d0519-c0e1-9273-8ed4-19fcaa1a6cd8-03861403, #w-node-_876d0519-c0e1-9273-8ed4-19fcaa1a6cdf-03861403, #w-node-_876d0519-c0e1-9273-8ed4-19fcaa1a6ce6-03861403, #w-node-_312dee89-49f3-1290-de26-e617b0e169dd-03861403 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_312dee89-49f3-1290-de26-e617b0e169de-03861403 {
  grid-area: Area;
}

#w-node-_312dee89-49f3-1290-de26-e617b0e169df-03861403, #w-node-_312dee89-49f3-1290-de26-e617b0e169e1-03861403, #w-node-_312dee89-49f3-1290-de26-e617b0e169e3-03861403, #w-node-_876d0519-c0e1-9273-8ed4-19fcaa1a6cc3-fe9ded15, #w-node-_876d0519-c0e1-9273-8ed4-19fcaa1a6cca-fe9ded15, #w-node-_876d0519-c0e1-9273-8ed4-19fcaa1a6cd1-fe9ded15, #w-node-_876d0519-c0e1-9273-8ed4-19fcaa1a6cd8-fe9ded15, #w-node-_876d0519-c0e1-9273-8ed4-19fcaa1a6cdf-fe9ded15, #w-node-_876d0519-c0e1-9273-8ed4-19fcaa1a6ce6-fe9ded15, #w-node-_312dee89-49f3-1290-de26-e617b0e169dd-fe9ded15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_312dee89-49f3-1290-de26-e617b0e169de-fe9ded15 {
  grid-area: Area;
}

#w-node-_312dee89-49f3-1290-de26-e617b0e169df-fe9ded15, #w-node-_312dee89-49f3-1290-de26-e617b0e169e1-fe9ded15, #w-node-_312dee89-49f3-1290-de26-e617b0e169e3-fe9ded15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_312dee89-49f3-1290-de26-e617b0e169de-53b62038, #w-node-_312dee89-49f3-1290-de26-e617b0e169de-016041ff, #w-node-_312dee89-49f3-1290-de26-e617b0e169de-4701fcd7, #w-node-_312dee89-49f3-1290-de26-e617b0e169de-86d5f70b, #w-node-_312dee89-49f3-1290-de26-e617b0e169de-03861403, #w-node-_312dee89-49f3-1290-de26-e617b0e169de-fe9ded15 {
    grid-area: Area;
  }
}


@font-face {
  font-family: 'Ds digi';
  src: url('../fonts/DS-DIGI.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ds digib';
  src: url('../fonts/DS-DIGIB.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Filson';
  src: url('../fonts/FilsonProBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Filson';
  src: url('../fonts/FilsonProBoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Filson';
  src: url('../fonts/FilsonProLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Filson';
  src: url('../fonts/FilsonProRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Filson';
  src: url('../fonts/FilsonProThin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}