:root {
  --dim-grey: #4e5b6b;
  --dark-grey: #a9b1bb;
  --red: #e50914;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.section-hero {
  perspective: 700px;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.row {
  perspective: 700px;
  height: 25%;
}

.body {
  background-color: #000;
  font-family: Trenda, sans-serif;
}

.posters-grid {
  opacity: .5;
  width: 300vh;
  margin-top: 2vh;
  margin-left: -5vw;
}

.navbar {
  z-index: 10;
  background-image: linear-gradient(#000, #0000);
  align-items: center;
  height: 150px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.logo {
  max-height: 50px;
  margin: 0 30px 60px;
}

.section-form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 20vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.posters-box {
  perspective: 700px;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.poster {
  max-height: 23vh;
  margin: 1vh;
}

.hero-frame {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  box-shadow: inset 0 -100px 200px #000;
}

.hero-frame-inner {
  position: absolute;
  inset: 0%;
  box-shadow: inset 0 0 500px #000;
}

.hero-message {
  text-align: center;
  width: 720px;
  margin-top: 50px;
  position: relative;
}

.h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.8rem;
  line-height: 1.15;
}

.h1.shadow {
  opacity: 1;
  filter: none;
  color: #000;
  position: absolute;
  inset: 0%;
}

.h1.h2 {
  font-size: 2.5rem;
  font-weight: 700;
}

.button {
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: auto;
  background-color: #e5cb09;
  border: 2px solid #b8a51a;
  border-radius: 2rem;
  margin-top: 30px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0 1.2rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 3rem;
}

.button:hover {
  background-color: #b8a303;
}

.button.margin {
  margin-top: 1.8rem;
}

.button.form-btn {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-color: #e5cb09;
  margin-top: 0;
  position: absolute;
  inset: 0% 0% auto auto;
}

.button.whatsapp {
  background-color: #25d366;
  border-color: #1f974c;
}

.button.telegram {
  background-color: #24a1de;
  border-color: #195a7a;
}

.paragraph {
  color: #fff;
  font-family: Trenda, sans-serif;
  font-size: 1rem;
}

.h3 {
  color: #fff;
  margin-bottom: 2rem;
  font-family: Trenda, sans-serif;
  font-size: 1.25rem;
}

.loading-screen {
  z-index: 11;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.h-box {
  overflow: hidden;
}

.h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.6rem;
  line-height: 1.15;
}

.h2.shadow {
  opacity: 1;
  filter: none;
  color: #000;
  position: absolute;
  inset: 0%;
}

.form {
  margin-top: 40px;
  position: relative;
}

.field {
  z-index: -1;
  opacity: 1;
  color: var(--dim-grey);
  cursor: text;
  border-radius: 1.65rem;
  height: 3.25rem;
  padding-left: 15px;
  font-family: Trenda, sans-serif;
  font-size: 1.2rem;
  line-height: 3.25rem;
}

.field::placeholder {
  color: var(--dark-grey);
}

.form-block {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.features-box {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  width: auto;
  min-width: auto;
  height: auto;
  min-height: auto;
  margin-top: 100px;
  margin-bottom: 20px;
  padding-left: 160px;
  padding-right: 160px;
  display: grid;
}

.feat-item {
  background-color: #222;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 180px;
  display: flex;
}

.h5 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: .7rem;
}

.p {
  color: var(--dark-grey);
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 1rem;
}

.p.p-credit {
  margin-bottom: -20px;
}

.bottom-burn {
  z-index: -1;
  opacity: 1;
  background-image: linear-gradient(to top, #fff, #fff 25%, #ffff00c7 50%, #ff0000e6 75%, #0000);
  height: 120px;
  position: absolute;
  bottom: -50px;
  left: 0%;
  right: 0%;
  overflow: hidden;
  transform: rotate(-1.5deg);
}

.burn-noise {
  background-image: url('../images/noise-grad.png');
  background-position: 0 0;
  background-size: auto 100%;
  display: none;
  position: absolute;
  inset: 0% -100% 0% 0%;
}

.link {
  color: #fff;
  text-decoration: none;
}

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

.paragraph-55 {
  color: #fff;
}

.cta {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  background-image: linear-gradient(135deg, #cc99fecc, #7756ffcc);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 30px;
  font-size: 1.05rem;
  font-weight: 700;
  transition: background-color .25s;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 18px 3px #fff3;
}

.cta:hover {
  background-color: #ba2fb5;
}

.cta.cta-plan {
  background-color: #fff;
  background-image: none;
  transition: background-color .25s;
}

.cta.cta-plan.w--current {
  background-image: linear-gradient(#fff, #fff);
}

.cta.cta-plan.cta-especialista.w--current {
  color: #0d0d0d;
  background-image: linear-gradient(#000, #000);
}

.paragraph-21 {
  color: #000;
}

.arrow-img {
  padding-right: 10px;
}

.card-top {
  margin-bottom: 50px;
}

.princing_section {
  padding-top: 0;
  padding-bottom: 60px;
  padding-left: 0;
}

.content-header {
  text-align: center;
  margin-bottom: 40px;
}

.opacity {
  color: #ffffffb3;
}

.opacity.opacity-especialista {
  color: #000;
}

.cta-flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-13 {
  color: #0d0d0d;
}

.grey-p {
  color: #282828;
}

.grey-p.strike {
  color: #919191;
  text-decoration: line-through;
}

.grey-p.strike.purple-p {
  color: #ffffff4d;
  -webkit-text-stroke-color: #fff;
}

.tab-link-tab-1 {
  background-color: #0d0d0d;
  border: 1px solid #6a4beeb3;
  border-radius: 10px 0 0 10px;
}

.tab-link-tab-1.w--current {
  background-color: #6a4beeb3;
  border-width: 0;
}

.paragraph-32 {
  color: #fff;
  font-weight: 400;
}

.text-block {
  color: #0d0d0d;
}

.text-block.text-especialista {
  color: #000;
}

.container-2 {
  width: 100%;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph-20 {
  color: #000;
}

.paragraph-54, .paragraph-48 {
  color: #fff;
}

.paragraph-24 {
  color: #000;
  margin-bottom: 0;
}

.text-span-3, .paragraph-49 {
  color: #fff;
}

.mb-20 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 42px;
}

.bold-text {
  font-size: 16px;
  font-weight: 700;
}

.paragraph-34 {
  color: #fff;
}

.paragraph-23 {
  color: #000;
}

.paragraph-58 {
  margin-bottom: -.25rem;
  padding-bottom: 0;
  text-decoration: none;
}

.p-17 {
  font-size: 17px;
}

.p-17.opacity {
  color: #fff9;
  font-size: 18px;
}

.tab-link-tab-2 {
  background-color: #000;
  border: 1px solid #6a4beeb3;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.tab-link-tab-2.w--current {
  background-color: #6a4beeb3;
  border: 1px solid #fff0;
  border-bottom-right-radius: 10px;
}

.paragraph-57 {
  color: #0d0d0d;
  padding-top: 0;
  font-weight: 400;
  line-height: 1.2;
}

.paragraph-35 {
  color: #fff;
}

.percentage-wrap {
  display: flex;
  position: relative;
  top: 8px;
  left: 628px;
}

.card-price {
  margin-top: 10px;
}

.paragraph-37 {
  color: #fff;
}

.paragraph-59 {
  margin-top: 5px;
  line-height: 1.1;
}

.paragraph-45 {
  color: #fff;
}

.p-35 {
  color: #fff;
  font-size: 35px;
}

.p-35.valor-riscado {
  color: #fffc;
  font-size: 18px;
  font-weight: 300;
  text-decoration: line-through;
}

.p-35.economia {
  font-size: 14px;
  line-height: 1;
}

.p-35.p-especialista {
  color: #000;
  font-size: 24px;
  line-height: 1;
}

.p-35.p-especialista.p-2 {
  font-size: 16px;
  font-weight: 700;
}

.paragraph-22 {
  color: #000;
}

.paragraph-43 {
  color: #fff;
}

.flex-wrap {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: block;
}

.paragraph-47 {
  color: #fff;
}

.text-span {
  color: #ffffff80;
}

.paragraph-56 {
  color: #fff;
}

.check {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: baseline;
  margin-bottom: 20px;
  display: flex;
}

.check.last {
  margin-bottom: 20px;
}

.percentage {
  color: #6a4bee;
  text-transform: uppercase;
  background-color: #6a4bee4d;
  border-radius: 5px;
  padding: 5px;
}

.card-label {
  border-bottom: 1px solid #ffffff4d;
  margin-bottom: 20px;
  padding-bottom: 30px;
}

.card-label.card-label-especialista {
  border-bottom-color: #0000004d;
}

.cards-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.text-block-3, .text-block-2 {
  color: #fff;
  font-weight: 700;
}

.star-img {
  color: #ffffff4d;
}

.star-img.star-p {
  mix-blend-mode: soft-light;
}

.card-3 {
  background-color: #1b1b1b;
  border-radius: 15px;
  width: 100%;
  padding: 30px 25px 20px;
}

.card-3.card-especialista {
  background-color: #fff;
}

.card-3.purple {
  background-image: linear-gradient(#e5cb09, #e5cb09);
}

.tabs-menu-2 {
  opacity: 1;
  mix-blend-mode: normal;
  justify-content: center;
  margin-bottom: 20px;
  display: flex;
  bottom: 25px;
  overflow: visible;
}

.left-blur {
  opacity: 1;
  mix-blend-mode: normal;
  display: none;
  position: absolute;
  inset: 69% auto auto 0%;
}

.left-blur.plan-blur {
  top: 1804%;
}

.heading-14 {
  color: #fff;
  border: 0 solid #ffe6e6;
}

.heading-15 {
  color: #fff;
}

@media screen and (min-width: 1440px) {
  .left-blur {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .hero-message {
    width: 720px;
  }

  .h1 {
    font-size: 4rem;
  }

  .button {
    font-size: .9rem;
    line-height: 2.6rem;
  }

  .h2 {
    font-size: 3rem;
  }

  .field {
    height: 2.8rem;
    padding-right: 170px;
    font-size: 1.1rem;
    line-height: 2.8rem;
  }

  .form-block {
    width: 460px;
  }

  .features-box {
    grid-column-gap: 20px;
    width: 560px;
  }

  .feat-item {
    height: 160px;
  }

  .p {
    font-size: 1rem;
  }

  .cards-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .left-blur {
    z-index: -1;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    height: 100px;
  }

  .logo {
    max-width: 90px;
    margin-bottom: 40px;
    margin-left: 20px;
  }

  .hero-frame {
    box-shadow: inset 0 -50px 100px #000;
  }

  .hero-message {
    margin-top: 0;
  }

  .h1 {
    font-size: 3rem;
  }

  .button {
    margin-top: 20px;
    font-size: .8rem;
    line-height: 2.4rem;
  }

  .h2 {
    font-size: 2.4rem;
  }

  .form {
    margin-top: 25px;
  }

  .field {
    height: 2.6rem;
    line-height: 2.6rem;
  }

  .form-block {
    width: 420px;
  }

  .features-box {
    width: 420px;
    margin-top: 20px;
    margin-bottom: 0;
    display: none;
  }

  .feat-item {
    height: 120px;
  }

  .h5 {
    font-size: .6rem;
  }

  .icon {
    max-width: 56px;
  }

  .p {
    margin-top: 8px;
    font-size: .9rem;
  }

  .p.p-credit {
    margin-top: -10px;
    margin-bottom: 0;
  }

  .arrow-img {
    display: none;
  }

  .princing_section {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .percentage-wrap {
    top: 28px;
    right: -12px;
  }

  .cards-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .posters-grid {
    margin-left: -70vw;
  }

  .h1 {
    font-size: 9.5vw;
  }

  .button {
    font-size: .75rem;
  }

  .button.form-btn {
    display: block;
    position: relative;
  }

  .h2 {
    font-size: 8vw;
  }

  .form {
    flex-direction: column;
    display: flex;
  }

  .field {
    padding-right: 15px;
    position: static;
  }

  .form-block {
    flex-direction: column;
    justify-content: center;
    width: 100vw;
    padding-left: 5vw;
    padding-right: 5vw;
    display: flex;
  }

  .features-box {
    grid-column-gap: 10px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100vw;
    padding-left: 10px;
    padding-right: 10px;
    display: grid;
  }

  .feat-item {
    height: 28vw;
  }

  .h5 {
    font-size: 2.5vw;
    line-height: 10px;
  }

  .icon {
    max-width: 51px;
  }

  .p {
    font-size: 3.15vw;
  }

  .p.p-credit {
    margin-top: 30px;
  }

  .cta {
    padding-left: 24px;
    padding-right: 24px;
    display: none;
  }

  .cta.cta-plan {
    display: block;
  }

  .mb-20 {
    font-size: 1.8rem;
    font-weight: 700;
  }

  .p-17.opacity {
    color: #ffffff80;
  }

  .flex-wrap {
    margin-bottom: 0;
  }
}


@font-face {
  font-family: 'Trenda';
  src: url('../fonts/Trenda-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Trenda';
  src: url('../fonts/Trenda-BoldIt.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Trenda';
  src: url('../fonts/Trenda-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Trenda';
  src: url('../fonts/Trenda-LightIt.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Trenda';
  src: url('../fonts/Trenda-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Trenda';
  src: url('../fonts/Trenda-RegularIt.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}