body {
  color: #141414;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 4em;
  font-weight: 900;
  line-height: .9em;
}

p {
  margin-bottom: 10px;
  font-size: 1.2em;
}

.center-w3 {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}

.p-xl-start {
  padding-top: 6.5em;
}

.p-sm-start {
  padding-top: 2.25em;
}

.nav-items {
  z-index: 1;
  flex-direction: column;
  place-content: flex-end center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: auto;
}

.container-w1 {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

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

.close-btn-text {
  z-index: 1;
  font-size: 1.6em;
  position: relative;
}

.nav-link {
  color: #000;
  letter-spacing: .05em;
  text-transform: uppercase;
  padding-top: 1vh;
  padding-bottom: 1vh;
  font-size: 4.5vw;
  line-height: 1;
  text-decoration: none;
  transition: all .2s cubic-bezier(.175, .885, .32, 1.275);
  display: block;
}

.nav-link:hover {
  color: #fff;
  transform: scale(1.1);
}

.nav-link.btn {
  background-color: #fff;
  border-radius: 999em;
  margin-top: 2vh;
  padding: .6em .9em;
  font-size: 3vw;
}

.nav-link.btn:hover {
  color: #000;
}

.title2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.2em;
}

.p-xs-start {
  padding-top: 1em;
}

.nav-wrapper {
  z-index: 10;
  place-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.nav-wrapper.w--open {
  background-color: #0000;
}

.close-btn-wrapper {
  z-index: 5;
  opacity: 1;
  color: #000;
  background-color: #fff;
  background-image: linear-gradient(148deg, #ffdead, #ffa04c);
  border-radius: 999em;
  padding: 17px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.175, .885, .32, 1.275);
  position: fixed;
  inset: 40px 45px auto auto;
}

.close-btn-wrapper:hover {
  background-image: linear-gradient(355deg, #ffdead, #ffa04c);
  transform: scale(1.2);
}

.p-xl-end {
  padding-bottom: 6.5em;
}

.main-nav {
  background-color: #ffe9d6;
  position: sticky;
  top: 0;
}

.nav-gradient-bg {
  z-index: 0;
  background-image: radial-gradient(circle closest-corner at 50% 0, #729fe9 4%, #ce99cc 49%, #af70ad00 87%), radial-gradient(circle farthest-side at 100% 0, #c03d5f 2%, #e887974f 31%, #e8879700 45%), radial-gradient(circle farthest-side at 0 0, #e04c73, #f87c6200 30%), radial-gradient(circle farthest-side at 50% 100%, #ffdfab, #ffa675 43%, #f36f85);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.page-wrapper {
  z-index: 0;
  background-image: radial-gradient(circle farthest-side at 0 0, #ffb99b, #f87c6200 72%), radial-gradient(circle farthest-side at 50% 100%, #fff5e5, #f1e2da 43%, #fce3ba);
  width: 100%;
  min-height: 100vh;
  position: relative;
}

.nav-toggle-btn {
  z-index: 5;
  opacity: 1;
  background-color: #fff;
  background-image: linear-gradient(148deg, #ffdead, #ffa04c);
  border-radius: 999em;
  padding: 17px;
  font-size: 1em;
  text-decoration: none;
  transition: all .2s cubic-bezier(.175, .885, .32, 1.275);
}

.nav-toggle-btn:hover {
  background-image: linear-gradient(355deg, #ffdead, #ffa04c);
  transform: scale(1.2);
}

.gutter-outside {
  padding-left: 40px;
  padding-right: 40px;
}

.logo-wrapper {
  justify-content: center;
  align-items: center;
}

.nav-toggle-text {
  z-index: 1;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1;
}

.main-nav-inner {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 88px;
  display: flex;
}

.logo {
  color: #f50;
  letter-spacing: .3em;
  text-transform: uppercase;
  background-image: url('../images/Logo-Triunfo-Completa-Quente.png');
  background-position: 0 0;
  background-size: auto;
  font-size: 1.6em;
  font-weight: 700;
}

.copy-medium {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.2em;
}

.bg-noise {
  z-index: 0;
  opacity: .3;
  background-image: url('../images/noise.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.position-relative, .tutorial-footer {
  z-index: 1;
  position: relative;
}

.heading {
  line-height: 1em;
}

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

.section {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  margin-left: 220px;
  margin-right: 220px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image {
  width: 100px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.4em;
  }

  .center-w3, .container-w1 {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .nav-link {
    font-size: 8vw;
  }

  .nav-link.btn {
    font-size: 4vw;
  }

  .nav-gradient-bg {
    background-image: radial-gradient(circle farthest-side at 0 0, #729fe9 5%, #ce99cc 34%, #af70ad00 63%), radial-gradient(circle farthest-side at 100% 0, #c03d5f 2%, #e887974f 31%, #e8879700 45%), radial-gradient(circle farthest-side at 0 0, #e04c73, #f87c6200 30%), radial-gradient(circle farthest-side at 50% 100%, #ffdfab, #ffa675 43%, #f36f85);
  }

  .gutter-outside {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5em;
  }

  .p-xl-start {
    padding-top: 6em;
  }

  .close-btn-text {
    font-size: 1.4em;
  }

  .close-btn-wrapper {
    padding: 14px;
    font-size: 14px;
    top: 20px;
    right: 23px;
  }

  .p-xl-end {
    padding-bottom: 6em;
  }

  .nav-toggle-btn {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 14px;
  }

  .logo {
    font-size: 1.4em;
  }
}

@media screen and (max-width: 479px) {
  .center-w3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .p-xl-start {
    padding-top: 5em;
  }

  .container-w1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link {
    font-size: 10vw;
  }

  .title2 {
    font-size: 2em;
  }

  .p-xl-end {
    padding-bottom: 5em;
  }

  .gutter-outside {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .section {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .image {
    width: 100px;
    height: 100px;
  }
}
