:root {
  --verde-claro: #d9ffd9;
  --branco: white;
  --black: #000;
  --amarelo-opaco: #fff8a8;
  --cinza-escuro: #292929;
  --green: #228c22;
  --cinza-claro: #d6d6d6;
  --red: red;
  --amarelo: #f7c02b;
  --amarelo-claro: #fbcf3f;
  --transparent-bg: #ddd0;
  --verde-florescente: #06e005;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}
.scroll-bonus-list::-webkit-scrollbar,
  .bonus-content::-webkit-scrollbar {
      width: 4px;
      height: 4px;
  }
  .scroll-bonus-list::-webkit-scrollbar-track,
  .bonus-content::-webkit-scrollbar-track {
      background: #f0f0f0;
      border-radius: 10px;
  }
  .scroll-bonus-list::-webkit-scrollbar-thumb,
  .bonus-content::-webkit-scrollbar-thumb {
      background: #f7c02b;
      border-radius: 10px;
  }
  .scroll-bonus-list::-webkit-scrollbar-thumb:hover,
  .bonus-content::-webkit-scrollbar-thumb:hover {
      background: #d9ffd9;
  }

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

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

.global-section {
  padding: 40px;
  position: relative;
}

.global-section.hero-section {
  height: 820px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.global-section.body-bg-yellow {
  background-color: #fffabe;
  position: relative;
}

.global-section.body-bg-yellow.video-depoiments {
  padding-top: 0;
  padding-bottom: 0;
}

.global-section.step-section {
  padding-bottom: 0;
}

.global-section.abount-offer {
  background-color: var(--verde-claro);
  background-image: linear-gradient(180deg, var(--verde-claro), var(--branco));
}

.global-section.black-color {
  background-color: var(--black);
  color: var(--branco);
}

.global-section.sc-autoridade {
  padding-bottom: 140px;
}

.global-section.faq-question {
  padding-top: 140px;
}

.global-container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.global-container.hero-content {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-top: 20px;
  display: flex;
}

.global-container.center-content {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.v-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
}

.v-content.title-hero {
  z-index: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 500px;
  height: 100%;
  margin-right: auto;
  position: relative;
}

.v-content.cta-hero {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  box-shadow: none;
  background-color: #fff;
  border: 2px solid #eee;
  border-radius: 20px;
  flex-flow: column;
  height: auto;
  margin-top: 25px;
  margin-bottom: 0;
  padding: 1rem;
  display: flex;
}

.v-content.cta-hero:hover {
  box-shadow: none;
  border-color: #eee0;
  transform: translate(0, 5px);
}

.v-content.cta-hero:active {
  background-color: #f1f1f1;
}

.v-content.text-features-body {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  margin-bottom: 40px;
  display: flex;
}

.v-content.body-text-box {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 630px;
  display: flex;
  position: relative;
}

.v-content.body-text-box.v-size-2 {
  width: 100%;
  max-width: 820px;
}

.v-content.body-text-box.v-size-2.offer-content {
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
}

.v-content.body-text-box.faq-title {
  width: 100%;
  max-width: 630px;
}

.v-content.video-dep-content {
  background-color: var(--branco);
  border-radius: 20px;
  overflow: hidden;
}

.v-content.description-video-depoiment {
  padding: 1rem;
}

.v-content.cta-body {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #fff;
  border: 2px solid #eee;
  border-radius: 20px;
  flex-flow: column;
  width: 630px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  display: block;
  position: relative;
  box-shadow: 10px 10px 30px -10px #0003;
}

.v-content.cta-body:hover {
  box-shadow: none;
  border-color: #eee0;
  transform: translate(0, 5px);
}

.v-content.cta-body:active {
  background-color: #f1f1f1;
}

.v-content.title-body-content {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 630px;
  display: flex;
}

.v-content.title-body-content.abount-lucas-event {
  margin-top: 60px;
}

.v-content.content-item-step {
  grid-row-gap: 12rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
}

.v-content.content-item-step.stick-box {
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: flex-start;
}

.v-content.desafio-box {
  background-color: var(--amarelo-opaco);
  text-align: center;
  border: 2px dashed #000;
  border-radius: 30px;
  justify-content: flex-start;
  align-items: center;
  max-width: 514px;
  height: auto;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.v-content.text-box-desafio {
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 3rem;
}

.v-content.item-box-offer {
  background-color: var(--branco);
  color: var(--black);
  border-radius: 25px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding: 1rem;
}

.v-content.price-description, .v-content.real-price {
  justify-content: flex-start;
  align-items: flex-start;
}

.v-content.cta-offer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
}

.v-content.contact-content {
  justify-content: flex-start;
  align-items: stretch;
}

.v-content.faq-title {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.v-content.footer-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.v-content.awards-lucas {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.brand-link {
  width: 180px;
  margin-bottom: 60px;
}

.h1-heading {
  letter-spacing: -1.5px;
  text-transform: uppercase;
  font-family: Helveticaneueltcom Blk, Tahoma, sans-serif;
  font-size: 2.375rem;
  line-height: 1;
}

.vdt-body {
  color: #000;
  font-family: Inter Variablefont Slnt Wght, Tahoma, sans-serif;
  font-size: 1rem;
  line-height: 1;
}

.custom-title {
  background-image: url('../images/ele-line.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 10px;
  font-size: 1.3rem;
  font-style: italic;
  font-weight: 600;
}

.principal-paragraph {
  letter-spacing: -1px;
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1.3;
}

.principal-paragraph.body-text {
  color: var(--cinza-escuro);
  letter-spacing: -.5px;
  margin-bottom: 10px;
  line-height: 1.7;
}

.principal-paragraph.text-bold.stick-card {
  font-size: 1.4rem;
  line-height: 1;
}

.principal-paragraph.abount-lucas-renault {
  margin-top: 20px;
}

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

.text-bold {
  font-weight: 700;
}

.auto-image {
  position: relative;
}

.auto-image.hero-image {
  object-fit: cover;
  width: 60%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.auto-image.hero-image.img-lucas-mobile {
  display: none;
}

.auto-image.notice-midia {
  z-index: 1;
}

.auto-image.primeiro-emprego {
  border-radius: 20px;
  margin-bottom: 20px;
}

.h-content {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.h-content.features-hero {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
}

.h-content.bonus-content {
  cursor: grab;
  width: 100%;
  height: 330px;
  margin-top: 30px;
  overflow: auto;
}

.h-content.price-bonus {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.h-content.feature-desafio {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 2px solid var(--green);
  background-image: linear-gradient(180deg, var(--branco), var(--verde-claro));
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: .8rem 1rem;
}

.h-content.feature-desafio.white-status {
  background-image: linear-gradient(180deg, var(--branco), var(--cinza-claro));
  border-style: none;
}

.h-content.item-features-offer {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--branco);
  color: var(--black);
  text-align: left;
  letter-spacing: -1px;
  border-radius: 15px;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 20px;
  font-size: 1.25rem;
  font-weight: 600;
}

.h-content.features-small-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  font-weight: 500;
}

.check-icon {
  background-color: var(--verde-claro);
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  min-width: 35px;
  min-height: 35px;
  display: flex;
}

.check-icon.green-color {
  background-color: var(--green);
}

.check-icon.red-color {
  background-color: var(--red);
}

.check-icon.small-icon {
  min-width: 24px;
  min-height: 24px;
}

.ui-title {
  letter-spacing: -1px;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: 700;
}

.global-button {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  border: 2px solid var(--amarelo);
  background-color: var(--amarelo);
  color: var(--black);
  letter-spacing: -1.5px;
  text-transform: uppercase;
  background-image: linear-gradient(#e3a808, #efba1f 50%, #fbcc35);
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: Helveticaneueltcom Blk, Tahoma, sans-serif;
  font-size: 1.4rem;
  text-decoration: none;
  display: flex;
  box-shadow: inset 0 0 10px #fff;
}

.global-button.cta-body {
  background-color: var(--amarelo-claro);
  text-transform: capitalize;
  cursor: pointer;
  background-image: none;
  font-family: Inter Variablefont Slnt Wght, Tahoma, sans-serif;
  transition: all .2s ease-in;
}

.global-button.cta-body:hover {
  border-color: var(--transparent-bg);
  background-color: var(--verde-claro);
}

.global-button.cta-body:active {
  background-color: var(--cinza-claro);
  border-style: none;
  box-shadow: inset 0 0 10px #fff;
}

.global-button.white-button {
  background-color: var(--branco);
  text-transform: none;
  background-image: none;
  border-style: none;
  margin-top: 30px;
  font-family: Inter Variablefont Slnt Wght, Tahoma, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}

.text-span {
  font-weight: 400;
}

.img-clients-brands {
  max-width: 923px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.h2-title-body {
  letter-spacing: -1px;
  text-transform: none;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Inter Variablefont Slnt Wght, Tahoma, sans-serif;
  font-size: 2rem;
  line-height: 1.3;
}

.custom-text {
  background-image: url('../images/ele-line.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 10px;
  font-size: 1.625rem;
}

.ele-form-white-top {
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.ele-form-white-top.bottom-position {
  width: 100%;
  inset: auto 0% 0%;
}

.ele-form-white-top.bottom-position.form-section.index-1 {
  z-index: 1;
}

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

.grid-content.body-depoiment-video {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 20px;
}

.grid-content.print-whats-app {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 820px;
  margin-bottom: 40px;
  position: relative;
}

.grid-content.resume-offer {
  grid-row-gap: 60px;
  grid-template-columns: 1fr 276px;
}

.grid-content.event-fotos {
  width: 100%;
  max-width: 865px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.grid-content.print-midia {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 820px;
  margin-top: 20px;
  margin-bottom: 40px;
  position: relative;
}

.grid-content.abount-lucas {
  grid-template-rows: auto;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.grid-content.features-offer {
  margin-top: 20px;
}

.grid-content.offer-content {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .75fr;
  align-items: start;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.grid-content.faq-list {
  grid-column-gap: 40px;
  grid-row-gap: 15px;
  align-items: stretch;
  width: 100%;
  max-width: 820px;
  margin-top: 20px;
}

.paragraph {
  margin-bottom: 0;
  line-height: 1.3;
}

.paragraph.description-text {
  color: var(--cinza-escuro);
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1.125rem;
}

.paragraph.description-bold {
  font-size: 1.25rem;
  font-weight: 700;
}

.h3-title-video {
  letter-spacing: -1px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter Variablefont Slnt Wght, Tahoma, sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}

.box-video {
  min-width: 100%;
  display: flex;
  position: relative;
}

.block-click-video {
  z-index: 1;
  height: 40px;
  margin-top: 14px;
  position: absolute;
  inset: 0% 0% auto;
}

.block-click-video.control-block {
  width: 110px;
  height: 40px;
  margin-top: 0;
  margin-left: auto;
  inset: auto 0% 0%;
}

.h2-title {
  letter-spacing: -1.5px;
  text-transform: uppercase;
  font-family: Helveticaneueltcom Blk, Tahoma, sans-serif;
  font-size: 2.375rem;
  line-height: 1;
}

.h2-title.title-bonus {
  margin-top: 0;
  margin-bottom: 0;
}

.h2-title.align-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.h2-title.name-lucas {
  line-height: .8;
}

.h2-title.title-offer {
  margin-top: 0;
  font-size: 2rem;
  line-height: .8;
}

.step-content {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: 975px;
  display: flex;
  position: relative;
}

.tag-step {
  background-color: var(--branco);
  justify-content: flex-start;
  align-items: center;
  padding: 5px;
  font-weight: 700;
  display: flex;
}

.tag-step.mobile-view {
  display: none;
}

.line-point-step {
  background-image: linear-gradient(180deg, var(--branco), var(--amarelo) 50%, var(--branco));
  border-radius: 1rem;
  width: 4px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.item-step {
  background-color: var(--branco);
  border: 2px solid #e9e9e9;
  border-radius: 10px;
  flex-flow: column;
  width: 380px;
  padding: 1rem;
  display: flex;
  position: relative;
  box-shadow: 8px 14px 15px -5px #00000024;
}

.point-step {
  z-index: 2;
  background-color: var(--amarelo);
  border: 2px solid #000;
  border-radius: 100rem;
  width: 32px;
  height: 32px;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 12rem;
}

.content-line-step {
  grid-column-gap: 12rem;
  grid-row-gap: 12rem;
  flex-flow: column;
  width: 50px;
  height: 100%;
  transition: all .2s cubic-bezier(.25, .1, .023, .995);
  display: flex;
  position: relative;
}

.icon-tag-step {
  width: 24px;
}

.video-bg {
  z-index: 0;
  border-radius: 1.5rem;
  width: 100%;
  max-width: 940px;
}

.img-logo-plataform-couse {
  width: 182px;
  height: 129px;
  margin-left: 15rem;
  position: absolute;
  inset: 0% 0% auto;
}

.line-card-divider {
  background-image: linear-gradient(225deg, var(--branco), var(--amarelo) 50%, var(--branco));
  border-radius: 1rem;
  width: 100%;
  height: 2px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  inset: 0% 0% auto;
}

.flags-pay {
  margin-top: 20px;
}

.flags-pay.margin-off {
  margin-top: 0;
}

.icon-auto-size.feature-icon-offer {
  margin-bottom: 0;
}

.icon-auto-size.ic-suport-button {
  width: 32px;
}

.card-bonus {
  background-color: var(--branco);
  border-radius: 15px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 260px;
  min-height: 300px;
  padding: 1rem;
  display: flex;
  box-shadow: 5px 8px 15px #0003;
}

.card-bonus.black-text-color {
  color: var(--black);
  min-height: 160px;
}

.h3-title-bonus {
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Helveticaneueltcom Blk, Tahoma, sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
}

.h3-title-bonus.faq-title {
  text-transform: none;
  font-family: Inter Variablefont Slnt Wght, Tahoma, sans-serif;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1;
}

.ui-title-bonus {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 400;
}

.img-bonus {
  object-fit: cover;
  border-radius: 10px;
  width: 100vw;
}

.old-price {
  color: var(--red);
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: line-through;
}

.box-cta-desafio {
  background-color: var(--branco);
  border-radius: 0 0 30px 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1.5rem 2rem;
  display: flex;
  position: relative;
}

.ele-form-desafio {
  margin-bottom: -35px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.img-grid-event {
  border-radius: 20px;
}

.tab-item {
  width: 100%;
  height: 500px;
}

.tab-menu {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-right: 10px;
  display: flex;
}

.tabs {
  width: 100%;
  height: 497px;
  display: flex;
}

.tab-link {
  background-color: var(--transparent-bg);
  border-radius: 1rem;
  width: 90px;
  height: 90px;
  padding: 0;
  overflow: clip;
}

.tab-link.w--current {
  border: 1px solid var(--cinza-claro);
  background-color: var(--transparent-bg);
  filter: grayscale();
  padding: 5px;
}

.foto-preview {
  object-fit: cover;
  border-radius: 10px;
  height: 100%;
}

.tab-item-select {
  border-radius: 20px;
  height: 100%;
  overflow: clip;
}

.small-text-name-lucas {
  font-family: Inter Variablefont Slnt Wght, Tahoma, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}

.features-lucas {
  background-color: var(--branco);
  border: 2px solid #e9e9e9;
  border-radius: 10px;
  flex-flow: column;
  width: 380px;
  padding: 1rem;
  display: flex;
  position: relative;
}

.ele-form-multcolor {
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.ele-form-multcolor.top-secion {
  inset: 0% 0% auto;
}

.auto-text, .small-text-feature {
  margin-bottom: 0;
}

.check-small-list {
  width: 12px;
}

.price-text {
  margin-bottom: 10px;
  font-weight: 700;
}

.scroll-bonus-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  height: 550px;
  display: flex;
  position: relative;
  overflow: auto;
}

.price-text-description {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  font-weight: 700;
  display: flex;
}

.total-old-price {
  color: var(--red);
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: line-through;
}

.value-price {
  color: var(--verde-florescente);
  font-size: 2rem;
  font-weight: 700;
}

.value-price.secundary-foco {
  color: var(--branco);
  margin-bottom: 5px;
  font-size: 1.4rem;
  font-weight: 400;
}

.green-line {
  background-image: linear-gradient(180deg, var(--verde-florescente), var(--black));
  border-radius: 1rem;
  width: 3px;
  height: 100%;
  margin-left: 2rem;
  margin-right: 2rem;
}

.img-cover {
  object-fit: cover;
  width: 100vw;
  height: 100%;
  overflow: clip;
}

.card-faq-question {
  background-color: #fffcdc;
  border: 2px #e9e9e9;
  border-radius: 10px;
  flex-flow: column;
  width: 100%;
  padding: 1rem;
  font-weight: 500;
  display: flex;
  position: relative;
}

.whatsapp-button {
  color: var(--branco);
  background-image: url('../images/bg-whatsapp-footer.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 450px;
  height: 120px;
  margin-top: 20px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-decoration: none;
  display: flex;
}

.cta-whatsapp {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--branco);
  cursor: pointer;
  background-color: #ffffff40;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 2rem;
  font-size: 1.2rem;
  display: flex;
  overflow: hidden;
}

.cta-whatsapp:hover {
  border-color: var(--transparent-bg);
  background-color: #193519ab;
}

.cta-whatsapp:active {
  background-color: #19351900;
}

.whats-icon-suport {
  filter: invert();
  width: 30px;
}

.checkout-button {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  border: 2px none var(--verde-claro);
  background-color: var(--verde-florescente);
  color: var(--black);
  letter-spacing: -1.5px;
  text-transform: none;
  cursor: pointer;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: Inter Variablefont Slnt Wght, Tahoma, sans-serif;
  font-size: 1.4rem;
  text-decoration: none;
  display: flex;
}

.checkout-button:hover {
  background-color: var(--verde-claro);
  color: var(--verde-florescente);
}

.checkout-button:active {
  color: var(--verde-florescente);
}

@media screen and (max-width: 991px) {
  .global-section.hero-section {
    height: auto;
    padding-left: 20px;
  }

  .v-content.title-hero {
    width: 410px;
  }

  .v-content.cta-hero {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-top: 25px;
  }

  .h1-heading {
    font-size: 2rem;
  }

  .custom-title {
    font-size: 1.2rem;
  }

  .principal-paragraph {
    font-size: 1.5rem;
  }

  .auto-image.hero-image {
    object-fit: cover;
    object-position: 50% 50%;
    width: 60%;
    height: 100%;
    display: block;
  }

  .ui-title {
    margin-bottom: 0;
  }

  .img-clients-brands {
    width: 100%;
  }

  .video-bg {
    height: 380px;
  }

  .img-logo-plataform-couse {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .v-content.cta-body, .v-content.title-body-content, .v-content.title-body-content.abount-lucas-event {
    width: auto;
  }

  .v-content.content-item-step {
    width: 100px;
  }

  .v-content.content-item-step.stick-box {
    width: 60%;
  }

  .v-content.desafio-box {
    margin-top: 0;
  }

  .v-content.contact-content {
    align-items: flex-start;
  }

  .ele-form-white-top.bottom-position {
    z-index: 0;
  }

  .grid-content.body-depoiment-video, .grid-content.resume-offer, .grid-content.abount-lucas, .grid-content.features-offer, .grid-content.offer-content, .grid-content.faq-list {
    grid-template-columns: 1fr;
  }

  .h2-title, .h2-title.align-center {
    font-size: 2rem;
  }

  .step-content {
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    height: 1280px;
  }

  .item-step {
    width: 100%;
  }

  .video-bg {
    object-position: 0% 0%;
    height: 230px;
  }

  .features-lucas {
    width: auto;
  }

  .ic-money {
    position: sticky;
    top: 0;
  }
}

@media screen and (max-width: 479px) {
  .global-section {
    padding: 20px;
  }

  .global-section.hero-section {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    height: auto;
    padding-right: 20px;
  }

  .global-section.sc-autoridade {
    padding-bottom: 40px;
  }

  .global-section.faq-question {
    padding-top: 40px;
  }

  .global-container.hero-content {
    flex-flow: column;
  }

  .v-content.title-hero {
    width: auto;
  }

  .v-content.cta-hero {
    width: 100%;
  }

  .v-content.cta-body {
    width: 100%;
    padding: .5rem;
  }

  .v-content.content-item-step {
    display: none;
  }

  .v-content.content-item-step.stick-box {
    grid-row-gap: 5rem;
    justify-content: flex-start;
    align-items: flex-start;
    width: 90%;
    margin-left: 55px;
    display: flex;
  }

  .v-content.text-box-desafio {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .v-content.footer-content {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand-link {
    width: 130px;
    margin-bottom: 20px;
  }

  .h1-heading {
    font-size: 7vw;
  }

  .custom-title {
    font-size: 4vw;
  }

  .principal-paragraph {
    font-size: 1.4rem;
  }

  .principal-paragraph.list-desafio {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1;
  }

  .auto-image.hero-image {
    width: 100vw;
    position: relative;
  }

  .auto-image.hero-image.view-none {
    display: none;
  }

  .auto-image.hero-image.img-lucas-mobile {
    display: block;
  }

  .auto-image.notice-midia {
    width: 100%;
  }

  .h-content.feature-desafio {
    text-align: left;
  }

  .h-content.title-icon {
    flex-flow: column;
  }

  .global-button.cta-body {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.3rem;
  }

  .h2-title-body {
    font-size: 1.7rem;
  }

  .custom-text.text-bold {
    font-size: 1.3rem;
  }

  .ele-form-white-top.bottom-position {
    z-index: 1;
  }

  .ele-form-white-top.bottom-position.form-section {
    z-index: 0;
  }

  .grid-content.print-whats-app, .grid-content.event-fotos, .grid-content.print-midia {
    grid-template-columns: 1fr;
  }

  .h2-title, .h2-title.align-center, .h2-title.title-offer {
    font-size: 7vw;
  }

  .step-content {
    height: auto;
  }

  .tag-step.mobile-view {
    display: flex;
  }

  .content-line-step {
    position: absolute;
  }

  .video-bg {
    object-fit: cover;
    border-radius: 1rem;
    width: 90vw;
    height: 230px;
    margin-top: 20px;
  }

  .box-cta-desafio {
    text-align: left;
    padding: 1rem;
  }

  .tab-item {
    order: -1;
  }

  .tab-menu {
    flex-flow: row;
    margin-top: 10px;
    margin-right: 0;
  }

  .tabs {
    flex-flow: column;
  }

  .tab-link {
    border-radius: 5px;
    width: auto;
    height: 60px;
  }

  .value-price.secundary-foco {
    font-size: 1.5rem;
  }

  .green-line {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .whatsapp-button {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cta-whatsapp {
    text-align: left;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .checkout-button {
    width: 100%;
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }
}

#w-node-f9d21f7f-4527-b387-8204-77791b2b0998-aaf53b15, #w-node-_433c0ec2-2b25-6b37-2db4-e804cc0a6a25-aaf53b15 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_41492d76-5ea4-04ae-3908-cd92dffddd8a-aaf53b15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4de81690-93c1-2558-ae01-9c3a394b9800-aaf53b15 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 767px) {
  #w-node-_433c0ec2-2b25-6b37-2db4-e804cc0a6a25-aaf53b15 {
    order: 9999;
  }

  #w-node-_4de81690-93c1-2558-ae01-9c3a394b9800-aaf53b15 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f9d21f7f-4527-b387-8204-77791b2b0998-aaf53b15 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_433c0ec2-2b25-6b37-2db4-e804cc0a6a25-aaf53b15 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Inter Variablefont Slnt Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneueltcom Blk';
  src: url('../fonts/HelveticaNeueLTCom-Blk.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneueltcom Bd';
  src: url('../fonts/HelveticaNeueLTCom-Bd.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}