:root {
  --0px: 0px;
  --16px: 16px;
  --nexa: nexa, sans-serif;
  --white: white;
  --44px: 44px;
  --48px: 48px;
  --28px: 28px;
  --32px: 32px;
  --40px: 40px;
  --20px: 20px;
  --24px: 24px;
  --30px: 30px;
  --14px: 14px;
  --18px: 18px;
  --52px: 52px;
  --150px: 150px;
  --100px: 100px;
  --10px: 10px;
  --6px: 6px;
  --12px: 12px;
  --red: #c30508;
  --50px: 50px;
  --4px: 4px;
  --22px: 22px;
  --2px: 2px;
  --8px: 8px;
  --34px: 34px;
  --38px: 38px;
  --26px: 26px;
  --36px: 36px;
  --42px: 42px;
  --46px: 46px;
  --50: 100%;
  --100: 100%;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  margin-top: var(--0px);
  margin-bottom: var(--16px);
  font-family: var(--nexa);
  color: var(--white);
  font-size: var(--44px);
  line-height: var(--48px);
  font-weight: 700;
}

h2 {
  color: var(--white);
  font-family: nexa, sans-serif;
  font-size: var(--40px);
  line-height: var(--44px);
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 700;
}

h3 {
  font-family: var(--nexa);
  color: var(--white);
  font-size: var(--20px);
  line-height: var(--24px);
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}

h4 {
  font-family: var(--nexa);
  color: var(--white);
  font-size: var(--24px);
  line-height: var(--30px);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 700;
}

h5 {
  font-family: var(--nexa);
  color: var(--white);
  font-size: var(--24px);
  line-height: var(--28px);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 700;
}

p {
  margin-bottom: var(--16px);
  font-family: var(--nexa);
  color: var(--white);
  font-size: var(--14px);
  line-height: var(--18px);
  font-weight: 400;
}

.footer {
  padding-top: var(--52px);
  padding-bottom: var(--52px);
  background-color: #040404;
}

.section {
  padding-top: var(--150px);
  padding-bottom: var(--150px);
}

.section.intro {
  padding-top: var(--0px);
  padding-bottom: var(--0px);
  background-image: url('../images/bg-intro.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.beneficios {
  background-image: url('../images/bg-degrade.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-bottom: 1px solid #ffffff1a;
}

.section.borda {
  border-bottom: 1px solid #ffffff1a;
}

.section.borda.faq {
  background-image: url('../images/bg-degrade-footer.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.container {
  max-width: 1280px;
}

.body {
  background-color: #040404;
}

.navbar {
  padding-top: var(--24px);
  padding-bottom: var(--24px);
  background-color: #0000;
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  display: flex;
}

.navigation {
  text-align: center;
  flex: 1;
}

.link-nav-menu {
  font-family: var(--nexa);
  color: #e4e4e4;
  text-transform: uppercase;
  font-weight: 400;
  transition: color .1s;
}

.link-nav-menu:hover {
  color: #949494;
}

.box-botao-intro {
  align-self: center;
}

.button-red {
  padding: var(--12px) var(--32px);
  border-radius: var(--6px);
  font-family: var(--nexa);
  text-transform: uppercase;
  background-color: #c30508;
  font-weight: 700;
  transition: background-color .1s;
  box-shadow: inset 0 1px 0 1px #fff3;
}

.button-red:hover {
  background-color: #a90205;
}

.button-red.big {
  padding-top: var(--18px);
  padding-bottom: var(--18px);
  font-size: var(--18px);
  line-height: var(--20px);
}

.button-red.big.full {
  background-color: var(--red);
  text-align: center;
  flex: 1;
}

.button-red.big.full.green {
  background-color: #246520;
}

.button-red.big.full.green:hover {
  background-color: #2b9624;
}

.box-content-intro {
  padding-top: var(--50px);
}

.heading {
  color: var(--white);
  letter-spacing: -.2px;
}

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

.h-flex.box-titulo {
  margin-bottom: var(--24px);
  flex-flow: row;
  align-items: flex-start;
}

.h-flex.box-titulo.call {
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.h-flex.lista-beneficios {
  margin-bottom: var(--24px);
  grid-column-gap: var(--12px);
  grid-row-gap: var(--12px);
}

.h-flex.jornada {
  grid-column-gap: var(--32px);
  grid-row-gap: var(--32px);
  align-items: stretch;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.h-flex.card-clube {
  grid-column-gap: var(--32px);
  grid-row-gap: var(--32px);
}

.conteudo-intro {
  flex: 0 auto;
  width: 60%;
}

.foto-intro {
  text-align: center;
  flex: 1;
  width: 40%;
  position: relative;
}

.selo {
  position: absolute;
  inset: 0% 5% auto auto;
}

.box-selo-intro {
  margin-top: var(--50px);
}

.box-titulo-left {
  flex: 1;
}

.box-titulo-left.center {
  text-align: center;
}

.box-titulo-right {
  flex: 1;
}

.box-titulo-right.right {
  text-align: right;
}

.p-intro {
  font-size: var(--16px);
  line-height: var(--20px);
}

.box-icone-lista {
  align-self: center;
}

.box-conteudo-lista {
  flex: 1;
  align-self: center;
}

.lista {
  margin-top: var(--0px);
  margin-bottom: var(--4px);
}

.p-lista {
  margin-bottom: var(--0px);
}

.box-video {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.box-botao-center {
  margin-top: var(--50px);
  text-align: center;
}

.box-botao-beneficios {
  margin-top: var(--40px);
}

.box-cards-jornada {
  border-radius: var(--12px);
  background-color: #101014;
  border-top: 1px #363642;
  flex: 1;
  align-self: stretch;
  box-shadow: inset 0 2px #9494941a;
}

.box-cards-jornada.consultor {
  background-color: #101014;
}

.card-jornada {
  padding: var(--32px);
  border-radius: var(--12px);
}

.card-jornada.consultor {
  box-shadow: inset 1px 1px #fafafa0d;
}

.box-titulo-card {
  justify-content: space-between;
  display: flex;
}

.box-flag-card {
  padding: var(--12px) var(--16px);
  grid-column-gap: var(--12px);
  grid-row-gap: var(--12px);
  border: var(--2px) solid #363643;
  font-family: var(--nexa);
  color: #c0c0c9;
  font-size: var(--14px);
  line-height: var(--14px);
  border-radius: 100px;
  justify-content: space-between;
  align-self: center;
  font-weight: 700;
  display: flex;
}

.box-info-card {
  padding-top: var(--24px);
  padding-bottom: var(--24px);
  border-bottom: 1px solid #424251;
}

.box-preco-card {
  padding-top: var(--24px);
  padding-bottom: var(--24px);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 160px;
  display: flex;
}

.preco-antigo {
  margin-bottom: var(--8px);
  font-family: var(--nexa);
  color: #aaaab6;
  font-size: var(--20px);
  line-height: var(--24px);
  text-decoration: line-through;
}

.preco-atual {
  margin-bottom: var(--16px);
  font-family: var(--nexa);
  color: var(--white);
  font-size: var(--34px);
  line-height: var(--38px);
  font-weight: 700;
}

.preco-a-vista {
  font-family: var(--nexa);
  color: var(--white);
  font-size: var(--18px);
  line-height: var(--22px);
}

.box-botao-card {
  justify-content: space-around;
  display: flex;
}

.info-consultores {
  margin-bottom: var(--16px);
  font-family: var(--nexa);
  color: var(--white);
  font-size: var(--24px);
  line-height: var(--28px);
  font-weight: 700;
}

.caard-clube {
  padding: var(--52px) var(--32px) var(--32px);
  border-radius: var(--12px);
  background-color: #101014;
  border-top: 1px solid #2d2d31;
}

.text-duvida {
  font-family: var(--nexa);
  color: #e92328;
  font-size: var(--16px);
  line-height: var(--20px);
  font-weight: 700;
}

.faq-icon-wrapper {
  text-align: center;
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.max-width-large {
  width: 100%;
}

.text-size-new-medium-new {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 19.8px;
}

.text-size-new-medium-new.text-color-primary {
  font-family: var(--nexa);
  color: var(--white);
  font-size: var(--16px);
  line-height: var(--16px);
  font-weight: 700;
}

.margin-bottom, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.faq-list {
  width: 100%;
}

.faq-question {
  padding: var(--16px) var(--24px);
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-accordion {
  background-color: #c30508;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  overflow: hidden;
}

.text-size-regular {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.text-size-regular.text-color-primary {
  font-size: var(--14px);
  line-height: var(--18px);
}

.faq-answer {
  padding-right: var(--24px);
  padding-left: var(--24px);
  overflow: hidden;
}

.icon-embed-small {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.faq-list-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.titulo-footer {
  margin-bottom: var(--8px);
  font-family: var(--nexa);
  color: var(--white);
  font-size: var(--16px);
  line-height: var(--20px);
  font-weight: 700;
}

.text-footer {
  font-family: var(--nexa);
  color: var(--white);
  font-size: var(--14px);
  line-height: var(--18px);
}

.box-redes {
  grid-column-gap: var(--10px);
  grid-row-gap: var(--10px);
  justify-content: space-between;
  align-items: center;
}

.copy {
  padding-top: var(--32px);
  padding-bottom: var(--32px);
  background-color: #0f0f0f;
}

.text-copy {
  font-family: var(--nexa);
  color: #a3a3a4;
  font-size: var(--12px);
  line-height: var(--12px);
}

.razao {
  padding-top: var(--32px);
  padding-bottom: var(--32px);
  background-color: #040404;
}

.box-razao {
  text-align: center;
  flex: 1;
}

.text-cnpj {
  font-family: var(--nexa);
  color: #a3a3a4;
  font-size: var(--10px);
  line-height: var(--12px);
}

.link {
  color: var(--white);
}

.titulo-card {
  font-size: var(--26px);
  line-height: var(--30px);
  margin-top: 0;
}

.heading-2 {
  font-size: var(--22px);
}

.button {
  background-color: #4353ff;
  padding: 16px 24px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  transition-property: none;
}

.modal-wrapper {
  z-index: 99999;
  background-color: #141414cc;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
  overflow: scroll;
}

.modal-container {
  z-index: 5;
  background-color: #444447;
  width: 85%;
  max-width: 600px;
  margin: 10vh auto 20px;
  padding: 40px;
  display: block;
  position: relative;
  overflow: hidden;
}

.modal-close_btn {
  z-index: 10;
  color: #fff;
  padding: 12px 16px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: .7;
  text-decoration: none;
  transition: opacity .2s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.modal-close_btn:hover {
  color: #dadada;
}

.sr-only {
  white-space: nowrap;
  border: 0 solid #0000;
  width: 1px;
  height: 1px;
  margin-top: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.modal-close_area {
  justify-content: center;
  align-items: center;
  position: fixed;
  inset: 0;
}

.label-form {
  font-family: var(--nexa);
  color: var(--white);
  font-size: var(--16px);
  line-height: var(--20px);
}

.text-field {
  border-radius: var(--6px);
  font-family: var(--nexa);
  color: #222127;
  font-size: var(--16px);
  line-height: var(--16px);
  min-height: 50px;
  font-weight: 700;
}

.text-field::placeholder {
  color: #7b7a86;
}

.modal-wrapper-2 {
  z-index: 99999;
  background-color: #141414cc;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: block;
  position: fixed;
  inset: 0;
  overflow: scroll;
}

.modal-container-2 {
  z-index: 5;
  background-color: #444447;
  width: 85%;
  max-width: 600px;
  margin: 10vh auto 20px;
  padding: 40px;
  display: block;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .container {
    padding-right: var(--10px);
    padding-left: var(--10px);
  }

  .navigation {
    background-color: #000;
  }

  .menu-button {
    border: 1px solid var(--white);
    border-radius: var(--6px);
    color: var(--white);
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .h-flex {
    flex-flow: row;
    align-items: center;
  }

  .h-flex.box-titulo, .h-flex.jornada, .h-flex.card-clube {
    flex-flow: column;
  }

  .box-titulo-left, .box-titulo-right {
    flex: 1;
    align-self: stretch;
  }

  .box-titulo-right.right {
    text-align: left;
  }

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

@media screen and (max-width: 767px) {
  h1, h2 {
    font-size: var(--28px);
    line-height: var(--32px);
  }

  .section.beneficios, .section.borda {
    padding-top: var(--100px);
    padding-bottom: var(--100px);
  }

  .button-red.big {
    font-size: var(--16px);
    line-height: var(--20px);
  }

  .button-red.mobile {
    display: none;
  }

  .h-flex {
    grid-column-gap: var(--24px);
    grid-row-gap: var(--24px);
    flex-flow: column;
    align-items: stretch;
  }

  .h-flex.box-titulo.call {
    width: 100%;
  }

  .h-flex.lista-beneficios {
    text-align: left;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .h-flex.jornada {
    width: 100%;
  }

  .conteudo-intro {
    margin-bottom: var(--50px);
    width: 100%;
  }

  .foto-intro {
    align-self: stretch;
    width: 100%;
  }

  .box-icone-lista {
    align-self: center;
  }

  .lista {
    font-size: var(--18px);
    line-height: var(--22px);
  }

  .box-video {
    width: 100%;
  }

  .box-icone-card-clube {
    margin-bottom: var(--16px);
  }

  .faq-icon-wrapper {
    width: 1.75rem;
  }

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

  .faq-question {
    padding: 1rem 1.25rem;
  }

  .faq-answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .box-info-footer {
    align-self: stretch;
  }

  .box-redes {
    justify-content: flex-start;
  }

  .heading-3 {
    font-size: var(--32px);
    line-height: var(--36px);
  }

  .modal-close_btn {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 479px) {
  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .button.modal-open_btn:focus {
    border: 2px solid #ff9500;
  }

  .modal-container, .modal-container-2 {
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 10px;
  }
}

#w-node-_9ab4d1c0-4943-7678-0d38-984abd0bf2be-905818d1, #w-node-_3f5afc21-0fee-e61a-7f9c-1521009b5ddc-905818d1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3f5afc21-0fee-e61a-7f9c-1521009b5df6-905818d1 {
  grid-area: 2 / 1 / 3 / 2;
}


