@font-face {
  font-family: Helveticacdbd;
  src: url('../fonts/HelveticaCdBd.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticaltstd;
  src: url('../fonts/HelveticaLTStd-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticaneueltstd Md;
  src: url('../fonts/HelveticaNeueLTStd-Md.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticaneueltstd Roman;
  src: url('../fonts/HelveticaNeueLTStd-Roman.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticaneueltstd Bdcn;
  src: url('../fonts/HelveticaNeueLTStd-BdCn.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --yellow: #ffd400;
}

.w-layout-vflex {
  flex-direction: column;
  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-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

.global-wrapper {
  position: relative;
}

.navbar {
  z-index: 999;
  background-color: #000;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  justify-content: space-between;
  width: calc(100% - 400px);
  max-width: 1080px;
  height: 70px;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.frame {
  z-index: 998;
  border-radius: 40px;
  display: none;
  position: fixed;
  inset: 12px;
  box-shadow: 0 0 0 80px #000;
}

.hero {
  aspect-ratio: 16 / 9;
  width: 100%;
  margin-top: -70px;
  position: relative;
  overflow: hidden;
}

.navbar-2 {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 32px;
  padding-right: 12px;
  display: flex;
}

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

.nav-link {
  color: var(--yellow);
  padding-top: 4px;
  padding-bottom: 4px;
}

.outer-border {
  border-radius: 40px;
  width: 400px;
  height: 70px;
  position: absolute;
  top: 0;
  left: -360px;
  box-shadow: 0 0 0 20px #000;
}

.navbar-wrapper {
  width: 100%;
  overflow: hidden;
}

.left-border {
  width: 80px;
  height: 36px;
  position: absolute;
  top: 0;
  left: -40px;
  overflow: hidden;
}

.right-border {
  width: 80px;
  height: 36px;
  position: absolute;
  top: 0;
  right: -40px;
  overflow: hidden;
}

.outer-border-right {
  border-radius: 40px;
  width: 400px;
  height: 70px;
  position: absolute;
  top: 0;
  left: 40px;
  box-shadow: 0 0 0 20px #000;
}

.nav-menu {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-spacing {
  width: 100%;
  height: 4px;
}

.image {
  width: 200px;
}

.body {
  color: #fff;
  font-family: Helveticaneueltstd Roman, Arial, sans-serif;
}

.youtube {
  z-index: -1;
  background-image: none;
  background-position: 50%;
  background-size: cover;
  height: 100%;
  margin-top: 0;
  position: absolute;
  inset: 0%;
}

.youtube.mobile {
  display: none;
}

.hero-container {
  background-color: #0000004d;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.h1 {
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Helveticaltstd, Arial, sans-serif;
  font-size: 20vw;
  line-height: 100%;
}

.p-hero {
  margin-top: -40px;
  font-size: 24px;
  line-height: 24px;
}

.flex-block {
  background-color: var(--yellow);
  justify-content: center;
  align-items: center;
  height: 64px;
  overflow: hidden;
}

.lottie-animation {
  width: 100%;
}

.sobre {
  padding: 200px 40px;
}

.about-txt {
  color: #000;
  text-align: left;
  width: 910px;
  margin-bottom: .5em;
  margin-left: auto;
  margin-right: auto;
  font-family: Helveticaltstd, Arial, sans-serif;
  font-size: 64px;
  line-height: 110%;
}

.lottie-animation-2 {
  z-index: -1;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 10vh;
}

.features {
  padding-top: 20vw;
  padding-bottom: 10vw;
}

.feature {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30vw;
  display: flex;
  position: relative;
}

.feature-title {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-left: -1.2vw;
  font-family: Helveticaltstd, Arial, sans-serif;
  font-size: 27.8vw;
  line-height: .2em;
}

.feature-title.movel {
  line-height: 5vw;
}

.feature-title.dobravel {
  margin-left: -.7vw;
  font-size: 17.6vw;
  line-height: .6em;
}

.feature-title._100-discos {
  margin-left: -.8vw;
  font-size: 16.7vw;
  line-height: .7em;
}

.feature-title.customizavel {
  height: 10vw;
  margin-bottom: 0;
  margin-left: -.3vw;
  padding-top: 3vw;
  font-family: Helveticaneueltstd Bdcn, Arial, sans-serif;
  font-size: 15.7vw;
  line-height: 9vw;
}

.feature-item-div {
  border-left: 1px solid #000;
  width: 25%;
  height: 140px;
  padding-left: 40px;
  padding-right: 20px;
}

.feature-item-div._4 {
  width: 25%;
  padding-right: 60px;
}

.feature-item-title {
  color: #000;
  text-transform: uppercase;
  height: 36px;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: DM Mono, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.feature-item-description {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: DM Mono, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
}

.features-div {
  border-top: 1px solid #000;
  flex-flow: wrap;
  width: 95vw;
  padding-top: 40px;
}

.badges-div {
  height: 10vw;
  position: absolute;
  inset: 0%;
}

.flex-block-2 {
  height: 12vw;
  margin-bottom: 2vw;
  position: relative;
}

.badge {
  width: 26vw;
  position: absolute;
}

.badge._1 {
  top: -5vw;
}

.badge._2 {
  width: 13vw;
  top: 6vw;
  left: 27vw;
}

.badge._3 {
  width: 10vw;
  top: 0;
  left: 59vw;
}

.badge._4 {
  width: 16vw;
  top: -5vw;
  right: 0;
}

.caixa-lottie-div {
  height: 100vw;
}

.caixa-anda {
  width: 27vw;
  position: absolute;
  top: 0%;
}

.caixa-dobra {
  width: 27vw;
  position: absolute;
  top: -14.1vw;
}

.feature-caixa {
  padding-top: 6vw;
  position: relative;
}

.caixa-top-div {
  width: 95vw;
  height: 30vw;
  margin-bottom: 4vw;
  overflow: hidden;
}

.patches {
  margin-top: -7vw;
}

.copyright-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-div {
  display: flex;
}

.image-7 {
  width: 28px;
  max-width: none;
}

.line-divider-red {
  background-image: url('../images/line.svg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  width: 100%;
  height: 16px;
}

.footer-text {
  color: #fef9e3;
  text-transform: uppercase;
  font-size: 12px;
}

.footer-text.copyright-text {
  white-space: nowrap;
  margin-top: 10px;
}

.div-block-6 {
  width: 480px;
}

.footer-badge-div {
  border: 1px solid #fef9e3;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.footer-badge-div.square {
  aspect-ratio: 1;
}

.footer-badge-div.text-div {
  margin-left: -1px;
}

.footer-signature {
  color: #fef9e3;
  text-align: right;
  text-transform: uppercase;
  font-size: 12px;
}

.text-p {
  color: #f52f0c;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
}

.text-p.white {
  color: #fef9e3;
  text-transform: uppercase;
  white-space: nowrap;
}

.divider-red {
  width: 100%;
}

.divider-red.footer-badge-div {
  width: 100%;
  margin-left: -1px;
}

.footer-div-2col {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.contact-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 20vh;
  display: block;
}

.headline-p {
  color: #fef9e3;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: DM Mono, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 104%;
}

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

.div-block-27 {
  width: 480px;
}

.btn-tfjzz {
  color: #000;
  letter-spacing: 2px;
  text-transform: none;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 999px;
  padding: 24px 32px;
  font-size: 20px;
  font-weight: 400;
  transition: all .2s;
}

.btn-tfjzz:hover {
  color: #fef9e3;
  background-color: #000;
}

.btn-tfjzz.on-black {
  color: #fef9e3;
  border-color: #fef9e3;
}

.btn-tfjzz.on-black:hover {
  color: #000;
  background-color: #fef9e3;
}

.contact-info {
  color: #f52f0c;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  min-width: 100%;
  margin-bottom: 40px;
  font-size: 6.5vw;
  line-height: 85%;
}

.container-2 {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30vh;
  position: relative;
}

.container-2.footer {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 2vh;
  display: flex;
}

.div-block-28 {
  background-color: #000;
  width: 100%;
  padding-bottom: 10vw;
  padding-left: 3vw;
  padding-right: 3vw;
}

.image-9 {
  width: calc(100vw - 39px);
}

@media screen and (min-width: 1920px) {
  .container-2 {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    width: calc(100% - 200px);
  }

  .hero {
    aspect-ratio: 3 / 2;
  }

  .youtube {
    width: auto;
  }

  .p-hero {
    margin-top: -20px;
    font-size: 20px;
  }

  .lottie-animation {
    width: 170%;
  }

  .about-txt {
    width: 100%;
    font-size: 56px;
  }

  .lottie-animation-2 {
    height: 900px;
  }

  .feature-item-div {
    width: 33%;
    padding-left: 32px;
    padding-right: 12px;
  }

  .feature-item-div._4 {
    width: 50%;
  }

  .feature-item-title {
    height: auto;
  }

  .features-div {
    grid-row-gap: 40px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .flex-block-2 {
    margin-bottom: 5vw;
  }

  .footer-div {
    flex-flow: row;
  }

  .div-block-26 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    display: flex;
  }

  .image-7 {
    width: 20px;
  }

  .div-block-6 {
    text-align: center;
    width: auto;
  }

  .footer-badge-div.text-div {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .footer-signature {
    text-align: center;
  }

  .text-p {
    font-size: 12px;
  }

  .footer-div-2col {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    margin-top: 40px;
  }

  .contact-div {
    display: block;
  }

  .btn-div {
    position: relative;
  }

  .div-block-27 {
    text-align: center;
    width: auto;
  }

  .btn-tfjzz.on-black {
    padding: 20px 24px;
    font-size: 16px;
  }

  .contact-info {
    font-size: 50px;
  }

  .container-2 {
    padding: 100px 16px 10vh;
    line-height: 16px;
  }

  .container-2.footer {
    padding: 0 0;
  }
}

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

  .hero {
    aspect-ratio: 2 / 4;
    margin-top: -100px;
  }

  .youtube {
    display: none;
  }

  .youtube.mobile {
    display: block;
  }

  .h1 {
    margin-top: 40px;
  }

  .p-hero {
    font-size: 16px;
  }

  .lottie-animation {
    width: 220%;
  }

  .sobre {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .feature {
    grid-row-gap: 20px;
  }

  .feature-title {
    font-size: 27vw;
  }

  .feature-item-div {
    width: 50%;
    height: 120px;
    padding-left: 24px;
    padding-right: 8px;
  }

  .feature-item-title {
    height: 36px;
    margin-bottom: 8px;
    line-height: 20px;
  }

  .feature-item-description {
    font-size: 14px;
    line-height: 16px;
  }

  .features-div {
    grid-row-gap: 20px;
    width: 93vw;
    padding-top: 20px;
  }

  .contact-info {
    font-size: 40px;
  }

  .container-2 {
    margin-left: 0;
    margin-right: 0;
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
    width: calc(100% - 80px);
    height: 64px;
    margin-top: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    position: fixed;
    inset: 0%;
  }

  .frame {
    border-radius: 16px 16px 48px 48px;
    height: calc(100% - 8px);
    line-height: 18px;
    display: block;
    inset: 4px;
  }

  .hero {
    aspect-ratio: 2 / 3.6;
    margin-top: -70px;
  }

  .navbar-2 {
    padding-left: 16px;
    padding-right: 8px;
  }

  .nav-link {
    background-color: #000;
    border-radius: 999px;
    margin-top: 4px;
    padding-top: 17px;
    padding-bottom: 14px;
    padding-left: 24px;
    font-family: Helveticaneueltstd Roman, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
  }

  .outer-border {
    border-radius: 16px;
  }

  .left-border, .right-border {
    height: 16px;
    margin-top: 4px;
  }

  .outer-border-right {
    border-radius: 16px;
  }

  .nav-menu {
    background-color: #0000;
    padding-top: 12px;
  }

  .p-hero {
    text-align: center;
    width: 80%;
    margin-top: -17px;
    line-height: 20px;
  }

  .lottie-animation {
    width: 420%;
  }

  .sobre {
    padding: 120px 16px 0;
    position: relative;
    overflow: visible;
  }

  .about-txt {
    font-size: 12vw;
    line-height: 12.2vw;
  }

  .lottie-animation-2 {
    z-index: 0;
    width: 100vw;
    height: auto;
    margin-left: -16px;
    top: 12vh;
  }

  .features {
    overflow: hidden;
  }

  .feature {
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 80px;
    padding-left: 12px;
    padding-right: 12px;
    overflow: visible;
  }

  .feature-title._100-discos {
    font-size: 16vw;
  }

  .feature-item-div {
    width: 200px;
    height: 160px;
  }

  .feature-item-div._4 {
    width: 70vw;
    padding-right: 8px;
  }

  .feature-item-title {
    margin-bottom: 16px;
  }

  .feature-item-description {
    line-height: 18px;
  }

  .features-div {
    flex-flow: row;
    width: auto;
  }

  .caixa-lottie-div {
    height: 170vw;
    position: relative;
  }

  .copyright-div {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
  }

  .footer-text {
    text-align: center;
    font-size: 10px;
  }

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

  .image-6 {
    transform: rotate(90deg);
  }

  .text-p {
    font-size: 12px;
  }

  .text-p.white {
    white-space: normal;
  }

  .divider-red.footer-badge-div {
    display: none;
  }

  .footer-div-2col {
    margin-top: 60px;
  }

  .contact-div {
    margin-bottom: 10vh;
    display: flex;
  }

  .headline-p {
    font-size: 12px;
  }

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

  .btn-tfjzz {
    padding: 16px 28px;
    font-size: 16px;
  }

  .btn-tfjzz.on-black {
    padding: 16px 28px;
  }

  .image-8 {
    transform: rotate(90deg);
  }

  .contact-info {
    font-size: 20px;
  }

  .container-2 {
    margin-left: 0;
    margin-right: 0;
    padding: 48px 0;
  }

  .container-2.footer {
    padding-top: 10vh;
  }

  .image-9 {
    width: calc(100vw - 20px);
  }

  .menu-button, .menu-button.w--open {
    background-color: #000;
    padding: 8px;
  }

  .feature-container {
    z-index: 999;
    width: 100%;
    position: relative;
    overflow: auto;
  }
}


@font-face {
  font-family: 'Helveticacdbd';
  src: url('../fonts/HelveticaCdBd.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaltstd';
  src: url('../fonts/HelveticaLTStd-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneueltstd Md';
  src: url('../fonts/HelveticaNeueLTStd-Md.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneueltstd Roman';
  src: url('../fonts/HelveticaNeueLTStd-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneueltstd Bdcn';
  src: url('../fonts/HelveticaNeueLTStd-BdCn.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}