@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&display=swap");

@import url("https://use.typekit.net/loe6vzl.css");

*,
::after,
::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: paralucent, sans-serif;
  font-size: 1.6rem;
  background: #fff !important;
  color: #000;
  margin: 0;
  padding: 0;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  font-family: paralucent, sans-serif;
}

main {
  margin: 0 auto;
  padding: 0;
  width: 192rem;
  max-width: 100%;
}

.onm-btn {
  padding: 0.68vw 1.56vw 0.57vw;
  font-size: 1.09vw;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1.4;
  border: unset;
  border-radius: 3.2rem;
  box-shadow: 0.26vw 0.26vw 0.52vw 0vw rgba(0, 0, 0, 0.2);
  transition: all ease 0.3s;
  position: relative;
  outline: none;
  display: inline-block;
  cursor: pointer;
  border-radius: 8.59vw;
  background: linear-gradient(100deg, #772abc 30%, #410c70 100%);
  color: #fff;
}

.onm-btn.gold {
  background: linear-gradient(90deg, #ffec8c, #e99b03);
  color: #000;
}

.s00 {
  padding: 0.36vw 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.82vw;
  background: linear-gradient(100deg, #772abc 30%, #410c70 100%);
  position: sticky;
  top: 0;
  z-index: 200;
}

.s00 p {
  font-size: 0.89vw;
  margin: 0 0 -0.31vw;
  color: #fff;
}

.s00 p span {
  font-size: 1.4em;
  font-weight: bold;
  color: #fff;
}

.s00 .onm-btn.gold {
  width: 13.18vw;
  padding: 0.52vw 0 0.36vw;
  border-radius: 5.21vw;
  font-size: 0.68vw;
}

.s00-wrap {
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
  gap: clamp(5px, 1vw, 14px);
  padding: 0.6rem 0;
  font-size: 1.8rem;
  font-weight: 300;
}
.s00-wrap p {
  font-size: 2.4rem;
  font-size: clamp(1.6rem, 2vw, 2rem);
  text-align: center;
}
.s00-wrap p span {
  width: 3rem;
  width: clamp(2rem, 3.2vw, 3.2rem);
  font-size: 2.4rem;
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: 700;
  margin: 0 0.2rem;
  display: inline-block;
  white-space: nowrap;
}
.s00-contador {
  display: block;
}
p.s00-text {
  font-size: 0.97vw;
  font-weight: bold;
  color: #fff;
}
.s00-line {
  width: 0.07vw;
  height: 3.6rem;
  background: #fff;
}
.timer {
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.timer .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.73vw;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}
.timer .item span {
  width: 1.85vw;
  font-size: 1.56vw;
  font-weight: bold;
  text-align: center;
  word-wrap: normal;
}
.timer .separador {
  margin: -0.2rem 0 0;
  color: #fff;
}
.timer .s05ber {
  width: 3rem;
  font-size: 1.2vw;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.timer .label {
  font-size: 1.6rem;
  font-weight: 100;
}
.s00 .onm-btn:hover {
  color: #303030;
}

.sx1 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 5.73vw;
}

.sx1-info {
  width: 30.36vw;
  padding: 5.21vw 0 0;
  position: relative;
  z-index: 1;
}

.sx1-bg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.sx1-row {
  display: flex;
  align-items: center;
  gap: 2.34vw;
}

.sx1-box {
  width: 26.56vw;
  margin: 0 auto 1.35vw;
  padding: 1.3vw 1.97vw 0.93vw;
  border-radius: 10px;
  border: 2px solid var(--roxo-fav, #772abc);
  position: relative;
}

.sx1-box h3 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14.32vw;
  padding: 0 10px;
  font-size: 1.3vw;
  text-align: center;
  border-radius: 5px;
  color: #000;
  background-image: linear-gradient(90deg, #ffec8c, #e99b03);
}

.sx1 li {
  font-size: 1.19vw;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.023rem;
  color: #772abc;
  background: linear-gradient(102deg, #772abc 28.7%, #410c70 106.86%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sx1 .onm-btn {
  width: 100%;
}

.sx1 p {
  padding: 1.56vw 0 1.04vw;
  font-size: 2.06vw;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  color: #000;
}

.sx1 p .red {
  position: relative;
  color: #e7004c;
}

.sx1 p .red::before {
  position: absolute;
  content: "";
  width: calc(100% + 0.1vw);
  height: 0.3rem;
  top: 46%;
  left: 50%;
  transform: translate(-50%);
  background-color: #e7004c;
}

.sx1 p .green {
  /* background: var(--whats, linear-gradient(270deg, #1FAF38 10.73%, #5BED75 107.28%)); */
  color: #1faf38;
}

.sx1-logo-01 {
  width: 16.88vw;
  filter: invert(1);
}

.sx1-player {
  width: 36.46vw;
}

.sx1-video {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 0.26vw;
}

.sx1-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.14vw;
}

.s01 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0;
}

.s01-info {
  width: 32vw;
  padding: 5.21vw 0 0;
  position: relative;
  z-index: 1;
}

.s01-bg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.s01-row {
  display: flex;
  align-items: center;
  gap: 2.34vw;
}

.s01 h1 {
  padding: 2vw 0 0;
  font-size: 2.08vw;
  font-weight: bold;
  line-height: 1.1;
  text-align: left;
}

.s01 .onm-btn {
  width: 100%;
}

.s01 p {
  padding: 1.5vw 0;
  font-size: 0.94vw;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  color: #7e7e7e;
}

.s01 p .red {
  position: relative;
  color: #e7004c;
}

.s01 p .red::before {
  position: absolute;
  content: "";
  width: calc(100% + 0.1vw);
  height: 0.1rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  background-color: #e7004c;
}

.s01 p .green {
  /* background: var(--whats, linear-gradient(270deg, #1FAF38 10.73%, #5BED75 107.28%)); */
  color: #1faf38;
}

.s01-logo-01 {
  width: 7.88vw;
  filter: invert(1);
}

.s01-logo-02{
  width: 9vw;
}

.s01-player {
  width: 45vw;
}

.s01-video {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 0.26vw;
}

.s01-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.14vw;
}

.s02 {
  padding: 5.73vw 0 3.13vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.s02 h2 {
  font-size: 2.08vw;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
}

.s02 h2 + p {
  width: 54.38vw;
  margin: 2.19vw auto 4.9vw;
  font-size: 1.04vw;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0vw;
  text-align: center;
}

.s02-row {
  display: flex;
  justify-content: center;
  gap: 5.94vw;
  padding: 0 0 5.21vw;
}

.s02-item {
  width: 18.91vw;
  position: relative;
}

.s02-item:last-of-type {
  width: 16.51vw;
}

.s02-topico {
  display: flex;
  align-items: center;
  gap: 0.63vw;
  padding: 0 0 2.08vw;
}

.s02 h3 {
  font-size: 1.41vw;
  font-weight: bold;
  line-height: 1.1;
  background: linear-gradient(102deg, #772abc 28.7%, #410c70 106.86%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.s02-row p {
  font-size: 1.04vw;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

.s02-plus {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  width: 3.96vw;
}

.s02 .onm-btn {
  width: 23.59vw;
  margin: 0 auto;
}

.s03 {
  padding: 3.13vw 0 3.49vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f6f6f6;
}

.s03 h2 {
  font-size: 2.08vw;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}

.s03-row {
  display: flex;
  align-items: center;
  gap: 8vw;
  padding: 3.13vw 0;
}

.s03 li {
  width: 29.69vw;
  display: flex;
  align-items: flex-start;
  gap: 1.04vw;
  font-size: 1.04vw;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.03rem;
  color: #000;
}

.s03 li + li {
  padding: 1.98vw 0 0;
}

.s03-circle {
  width: 1.25vw;
  height: 1.25vw;
  position: relative;
  flex-shrink: 0;
}

.s03-circle.down::before,
.s03-circle.top::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translate(-50%);
  width: 0.21vw;
  height: 10.42vw;
  background-image: linear-gradient(90deg, #410c70 30%, #772abc 50%);
}

.s03-circle.top::before {
  top: initial;
  bottom: 0;
}

.s03-circle img {
  position: relative;
  z-index: 2;
}

.s03-cards {
  width: 28.5vw;
  display: flex;
  flex-direction: column;
  gap: 2.08vw;
}

.s03-item {
  position: relative;
  z-index: 1;
}

.s03 h3 {
  padding: 0 0 1.04vw;
  font-size: 0.83vw;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.0081rem;
  color: #fff;
}

.s03 p {
  font-size: 0.83vw;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.0081rem;
  color: #fff;
}

.s04 {
  padding: 3.13vw 0 3.49vw;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.s04-wrap {
  width: 100%;
  padding: 0 0 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}

.s04 h2 {
  padding: 0;
  text-align: center;
  font-size: 2.08vw;
  font-weight: 700;
  line-height: 1.1;
}

.s04-slide {
  padding-left: 4vw;
}

.s04-slide.owl-carousel {
  display: flex;
}

.s04 .onm-btn {
  width: 37.07vw;
  margin: 4rem auto 0;
}

.s04 .owl-stage,
.s04 .owl-item {
  display: flex;
}

.s04 .item {
  position: relative;
  min-height: 26vw;
  display: flex;
  flex-direction: column;
  gap: 1.8vw;
  border-radius: 2rem;
  cursor: grab;
  overflow: hidden;
  background: linear-gradient(102deg, #772abc 28.7%, #410c70 106.86%);
}

.s04 .item:active,
.s04 .item:focus {
  cursor: grabbing;
}

.s04 .item img {
  object-fit: contain;
  object-position: top;
  border-radius: 0 0 2rem 2rem;
}

.s04 .item h3 {
  font-size: 1.4vw;
  line-height: 1.1;
  padding: 0 2rem 0.4rem;
  position: relative;
  color: #fff;
}

.s04 .item p {
  width: 100%;
  font-size: 0.84vw;
  letter-spacing: 0.02rem;
  text-align: left;
  margin: 0;
  padding: 0 2rem 0;
  position: relative;
  color: #fff;
}

.s04 .item p:last-of-type {
  padding: 0 2rem 1.6rem;
}

.s04 .item-bottom p:first-of-type {
  font-weight: bold;
}

.s04 p {
  width: 37.5vw;
  padding: 1.04vw 0 2.5vw;
  font-size: 1.04vw;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.03rem;
  text-align: center;
}

.s05 {
  padding: 3.54vw 0 3.96vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(100deg, #772abc 28.7%, #410c70 106.86%);
}

.s05 h2 {
  width: 65vw;
  font-size: 2.08vw;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  color: #fff;
}

.s05-row {
  width: 69.43vw;
  margin: 0 auto;
  padding: 18.96vw 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.s05-row::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.21vw;
  background-image: linear-gradient(90deg, #ffec8c, #e99b03);
}

.s05-circle {
  width: 1.25vw;
  height: 1.25vw;
  position: relative;
}

.s05-circle::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 120%);
  width: 0;
  height: 0;
  border-left: 1.04vw solid transparent;
  border-right: 1.04vw solid transparent;
  border-bottom: 1.04vw solid #5f2296;
}

.s05-circle.top::before {
  bottom: initial;
  top: 0;
  transform: translate(-50%, -120%);
  border-bottom: none;
  border-top: 1.04vw solid #5f2296;
}

.s05-info {
  position: absolute;
  top: 2.4vw;
  left: 0;
  width: 20.83vw;
  padding: 0.83vw 3.28vw 1.35vw 1.25vw;
  border-radius: 0.42vw;
  background-color: #5f2296;
}

.s05-circle.top .s05-info {
  top: initial;
  bottom: 2.4vw;
}

.s05-info.one {
  transform: translate(-25%);
}

.s05-info.two {
  transform: translate(-40%);
}

.s05-info.three {
  transform: translate(-45%);
}

.s05-info.four {
  transform: translate(-45%);
}

.s05-info.five {
  transform: translate(-65%);
}

.s05 h3 {
  padding: 0 0 1.04vw;
  font-size: 1.56vw;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.015rem;
  color: #fff;
}

.s05 h3 span {
  color: #feea88;
  margin-right: 0.42vw;
}

.s05 p {
  font-size: 1.04vw;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.01rem;
  color: #fff;
}

.s05 .onm-btn {
  width: 29.43vw;
}

.s06 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.4vw 0 4.17vw;
}

.s06-row {
  display: flex;
  align-items: center;
  gap: 5.21vw;
}

.s06-row img {
  width: 37.92vw;
  height: auto;
  object-fit: contain;
}

.s06-row.reverse {
  flex-direction: row-reverse;
}

.s06-info {
  width: 30.47vw;
}

.s06 h3 {
  width: 26.04vw;
  padding: 0 0 2.24vw;
  font-size: 2.08vw;
  font-weight: 700;
  line-height: 1.25;
  color: #000;
}

.s06 p {
  font-size: 1.04vw;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.03rem;
  color: #000;
}

.s06 .onm-btn {
  width: 27.97vw;
  margin: 2.08vw auto 0;
}

.s07 {
  padding: 3.44vw 0 4.17vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f6f6f6;
}

.s07 h2 {
  font-size: 2.08vw;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  color: #000;
}

.s07 h2 + p {
  width: 45.31vw;
  padding: 1.04vw 0 2.08vw;
}

.s07-row {
  display: flex;
  align-items: center;
  gap: 6.77vw;
  margin-top: 2rem;
}

.s07-row.reverse {
  flex-direction: row-reverse;
  padding: 0 0 2.08vw;
}

.s07-row img {
  width: 36.46vw;
  height: auto;
  object-fit: contain;
}

.s07-info {
  width: 30.47vw;
}

.s07-info img {
  width: 2.34vw;
}

.s07 h4 {
  display: flex;
  align-items: center;
  font-size: 1.72vw;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  color: #000;
}

.s07 h4 span {
  padding: 0.42vw 0.52vw 0;
  color: #fff;
  background-image: linear-gradient(102deg, #772abc 28.7%, #410c70 106.86%);
}

.s07 h4 span.gold {
  margin: 0 0.52vw -0.31vw;
  color: #000;
  background-image: linear-gradient(90deg, #ffec8c, #e99b03);
}

.s07 h3 {
  padding: 0.94vw 0 1.35vw;
  font-size: 2.08vw;
  font-weight: 700;
  line-height: 1.25;
}

.s07 p {
  font-size: 1.04vw;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.03rem;
}

.s07 .onm-btn {
  width: 27.97vw;
}

.s08 {
  padding: 5.21vw 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.13vw;
}

.s08-title {
  width: 17.6vw;
}

.s08 h2 {
  padding: 0 0 1.56vw;
  font-size: 2.08vw;
  font-weight: 700;
  line-height: 1.25;
}

.s08-title p {
  font-size: 1.04vw;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.02rem;
}

.s08-price {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.6vw 1.88vw;
  border-radius: 1.04vw;
  background: linear-gradient(102deg, #772abc 28.7%, #410c70 106.86%);
}

.s08 p.p01 {
  font-size: 1.35vw;
  font-weight: 500;
  text-align: center;
  color: #fff;
}

.s08 p.p01 span {
  position: relative;
}

.s08 p.p01 span::before {
  position: absolute;
  content: "";
  width: calc(100% + 0.1vw);
  height: 0.16rem;
  top: 40%;
  left: 50%;
  transform: translate(-50%);
  background-color: #fff;
}

.s08 p.p02 {
  font-size: 4.64vw;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
  margin: 0.83vw auto;
  padding: 0.42vw 0.73vw 0;
  border-radius: 0.78vw;
  background: #4c1983;
}

.s08 p.p02 span {
  font-size: 0.5em;
}

.s08 p.p03 {
  padding: 0 0 2.6vw;
  font-size: 1.35vw;
  font-weight: 500;
  text-align: center;
  color: #fff;
}

.s08 .onm-btn {
  width: 27.08vw;
  background: linear-gradient(102deg, #20b038 28.7%, #60d66a 106.86%);
}

.s08 p.p04 {
  width: 24.48vw;
  padding: 2.5vw 0 1.88vw;
  font-size: 0.94vw;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: #fff;
}

.s08-price img {
  width: 22.4vw;
}

.s08 li {
  font-size: 1.2vw;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.023rem;
  color: #772abc;
  background: linear-gradient(102deg, #772abc 28.7%, #410c70 106.86%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.s08 li + li {
  margin: 0.94vw 0 0;
}

.s08 li.gold {
  margin: 0.94vw 0 0 -1vw;
  padding: 0.6vw 0 0.2vw 1vw;
  font-weight: bold;
  color: #000;
  list-style: none;
  position: relative;
  z-index: 1;
  background: none;
  background-clip: none;
  background-clip: initial;
  -webkit-text-fill-color: initial;
}

.s08 li.gold::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #000;
  background-image: linear-gradient(90deg, #ffec8c, #e99b03);
  z-index: -1;
}

.s09 {
  padding: 4vw 0 6.25vw;
  background: linear-gradient(102deg, #772abc 28.7%, #410c70 106.86%);
}

.s09 h2 {
  padding: 0 0 3vw;
  font-size: 2.08vw;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  color: #fff;
}

.s09-screen {
  display: flex;
  justify-content: center;
  gap: 1.82vw;
}

.s09-item {
  padding: 1.82vw 1.15vw;
  display: flex;
  flex-direction: column;
  gap: 0.94vw;
  border-radius: 1.04vw;
  background: #fff;
}

.s09-player {
  width: 13.18vw;
}

.s09-video {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 0.26vw;
}

.s09-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.14vw;
}

.s09-info {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.s09 h3 {
  font-size: 1.2vw;
  margin-bottom: .5vw;
}

.s09 p {
  font-size: 1vw;
}

.s09-slide {
  width: 29.69vw;
  margin: 0 auto;
}

.s09-col {
  display: flex;
  flex-direction: column;
  gap: 1.77vw;
}

.s10 {
  padding: 4.17vw 0 4.43vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.s10 img {
  width: 25.63vw;
}

.s10 h2 {
  padding: 3.65vw 0 1.82vw;
  font-size: 2.08vw;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}

.s10 p {
  width: 49.79vw;
  padding: 0 0 1.56vw;
  font-size: 1.04vw;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

.s10 p span {
  font-weight: 700;
  background: linear-gradient(102deg, #772abc 28.7%, #410c70 106.86%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.s10 .onm-btn {
  width: 27.97vw;
}

.s11 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.s11 h2 {
  padding: 0 0 2.08vw;
  font-size: 2.08vw;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}

.s11-row {
  display: flex;
  justify-content: center;
  gap: 3.39vw;
}

.s11-col {
  width: 29.06vw;
  padding: 2.34vw 3.75vw 2.08vw;
  border-radius: 1.56vw;
  background: #f6f6f6;
}

.s11-col img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.s11 h3 {
  padding: 2.08vw 0 2.6vw;
  font-size: 1.35vw;
  font-style: normal;
  font-weight: 700;
  text-align: center;
}

.s11 p {
  font-size: 1.04vw;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.03rem;
}

.s11 p + p {
  padding: 1.56vw 0 0;
}

.s12 {
  padding: 7.14vw 0 6.77vw;
  display: flex;
  justify-content: center;
  gap: 6.77vw;
}

.s12-info {
  width: 30.63vw;
}

.s12 h2 {
  font-size: 2.08vw;
  font-weight: 700;
  line-height: 1.1;
}

.s12 h2 + p {
  padding: 1vw 0 1.4vw;
}

.s12-info p {
  font-size: 1.04vw;
  font-weight: 500;
  line-height: 1.4;
}

.s12-item {
  margin: 0 0 1.04vw;
  padding: 1.3vw 2vw 1.35vw 2.71vw;
  display: flex;
  gap: 2.71vw;
  border-radius: 0.83vw;
  background: #f6f6f6;
}

.s12 .green {
  background: linear-gradient(90deg, #34d14f 10.73%, #1faf38 107.28%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.s12 .purple {
  background: linear-gradient(102deg, #772abc 28.7%, #410c70 106.86%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.s12-item img {
  width: 3.75vw;
}

.s12-info .onm-btn {
  width: 100%;
}

.s12-faq {
  width: 36.46vw;
  padding: 0.63vw 1.67vw;
}

.s13-box {
  margin: 0.78vw 0;
  padding: 0 3.2rem;
  padding: 0 clamp(2rem, 3vw, 3.2rem);
  transition: 0.4s;
  background: #f6f6f6;
  border-radius: 1rem;
}

.s13-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.04vw 1.56vw;
  cursor: pointer;
  padding: 4rem 0 3rem;
  transition: all 0.3s;
}

.s13-disciplina .s13-item {
  padding: 4rem 0 1rem;
}

.s13 h2 {
  font-size: 2.8rem;
  font-size: clamp(2.6rem, 2.8vw, 2.8rem);
  font-weight: bold;
  line-height: 1.1;
  padding: 0 0 2rem 1rem;
}

.s13 h2 ~ p {
  width: 30rem;
  font-weight: 600;
  padding: 0 0 2rem 1rem;
  color: #5f5f5f;
}

.s13-item h3 {
  width: 100%;
  font-size: clamp(1.8rem, 2vw, 2rem);
  color: #772abc;
  transition: all 0.3s;
}

.s13-disciplina h3 {
  padding: 0 0 2rem;
  border-bottom: 0.05vw solid #772abc;
}

.s13-item-resp,
.s13 p {
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  margin: 0;
}

.s13-svg {
  fill: #772abc;
  height: 1.25vw;
  transition: 0.4s ease;
  width: 1.25vw;
}

.s13-reposta {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  width: min(90rem, 100%);
  display: flex;
  flex-direction: column;
  color: #646464;
}

.s13-inside {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25vw;
  padding: 1vw 0 0;
  position: relative;
  z-index: 1;
}

.s13-inside::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 40%;
  border-radius: 10px;
  background: linear-gradient(102deg, #772abc 28.7%, #410c70 106.86%);
  z-index: -1;
}

.s13-inside-col {
  width: 100%;
  display: flex;
  align-items: center;
}

.s13-inside-col img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
  border-radius: 0.55vw;
  box-shadow: 5.3px 5.3px 10.6px 0 rgba(0, 0, 0, 0.2);
}

.s13-reposta .onm-btn {
  display: block;
  min-width: 20vw;
  margin: 1.04vw auto 0;
  padding: 0.68vw 2.6vw 0.57vw;
  box-shadow: none;
}

.s13-active.s13-box {
  padding-bottom: 3rem;
}

.s13.faq .s13-active {
  padding-bottom: 3rem;
}

.s13-active .s13-svg {
  transform: rotate(-180deg);
}

.s13-active h3 {
  padding: 0 0 2rem;
  border-bottom: 0.05vw solid #772abc;
}

.s13.faq .s13-active .s13-item {
  padding: 4rem 0 1rem;
}

.cc-lightbox {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-110vw);
  transition: transform 0.3s ease-in-out;
  padding: 2em;
  position: fixed;
  top: 0;
  left: 0;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  width: 100vw;
  height: 100vh;
  z-index: 250;
}

.cc-lightbox-show {
  transform: translate(0);
}

.cc-lightbox-player {
  width: 70vw;
  height: calc(70vw * 1.8);
  max-height: 90vh;
  position: relative;
}

.cc-lightbox-close {
  position: absolute;
  top: -2.5rem;
  right: -2.5rem;
  display: flex;
  width: 4rem;
  height: 4rem;
  background: #a7a7a7;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}

.cc-lightbox-close::after {
  content: "X";
  color: #772abc;
  font-size: 2rem;
  font-weight: bold;
  transition: 0.3s all;
}

.cc-lightbox-close:hover::after {
  color: #772abc;
}

.cc-lightbox iframe {
  width: 100%;
  height: 100%;
}

.cc-video-popup {
  cursor: pointer;
}

.sfooter {
  width: 100%;
  padding: 1.04vw 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.04vw;
  text-align: center;
}

.onm-whatsapp {
  position: fixed;
  right: 0;
  transform: translateX(-2rem);
  bottom: 1.4rem;
  background: #1faf38;
  padding: 0.6rem 1.2rem;
  border-radius: 10rem;
  transition: all 0.3s;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.onm-whatsapp:hover {
  /*box-shadow: 0 0 15px 0 #0bd600;*/
  transform: translateX(-2rem) scale(1.05);
}

.onm-whatsapp img {
  width: 1.8rem;
  height: 1.8rem;
}

.onm-whatsapp-text {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  color: #fff;
}

.hide-desktop {
  display: none;
}

@media screen and (max-width: 700px) {
  .hide-desktop {
    display: block;
  }
  .hide-mobile {
    display: none;
  }
  .s00-wrap {
    padding: 2.67vw 0;
    gap: 10px;
    line-height: 1.3;
  }
  p.s00-text {
    font-size: 10px;
  }
  .timer .item span {
    width: 20px;
    font-size: 18px;
  }
  .s00 {
    padding: 1.93vw 0;
    gap: 4.5vw;
  }
  .s00 img {
    width: 27.29vw;
  }
  .s00 .onm-btn.gold {
    width: 57.25vw;
    padding: 2.42vw 0.97vw 1.21vw;
    font-size: 3.38vw;
  }
  .sx1 {
    flex-direction: column;
    align-items: center;
    margin: 0 0 6vw;
  }
  .sx1-info {
    width: 87.92vw;
  }
  .sx1-bg {
    display: none;
  }
  .sx1-row {
    justify-content: center;
  }
  .sx1-logo-01 {
    width: 16.18vw;
  }
  .sx1-logo-02 {
    width: 21.74vw;
  }
  .sx1-player {
    width: 100%;
    margin: 4vw auto 2vw;
  }
  .sx1 h1 {
    padding: 0 0 6.04vw;
    font-size: 3.62vw;
  }
  .onm-btn {
    padding: 2.9vw 0.97vw 2.42vw;
    font-size: 3.86vw;
  }
  .sx1 p {
    font-size: 8vw;
    padding: 0 0 5vw;
  }
  .sx1-box {
    width: 88vw;
    padding: 8.3vw 9vw 4.93vw;
    margin: 0 auto 3.35vw;
  }
  .sx1-box h3 {
    width: 60vw;
    font-size: 5vw;
  }
  .sx1 li {
    font-size: 4.4vw;
  }

  .s01 {
    flex-direction: column;
    align-items: center;
  }
  .s01-info {
    width: 87.92vw;
  }
  .s01-bg {
    display: none;
  }
  .s01-row {
    justify-content: center;
  }
  .s01-logo-01 {
    width: 16.18vw;
  }
  .s01-logo-02 {
    width: 21.74vw;
  }
  .s01-player {
    width: 100%;
    margin: 6.04vw auto;
  }
  .s01 h1 {
    width: 86.5vw;
    font-size: 6.04vw;
  }
  .s01 p {
    padding: 6.04vw 0;
    font-size: 3.62vw;
  }
  .onm-btn {
    padding: 2.9vw 0.97vw 2.42vw;
    font-size: 3.86vw;
  }
  .s02 h2 {
    width: 86.96vw;
    font-size: 6.04vw;
    text-align: left;
  }
  .s02 {
    padding: 10vw 0 8.45vw;
  }
  .s02 h2 + p {
    width: 88.89vw;
    font-size: 3.62vw;
    margin: 7.25vw 0 8.21vw;
    text-align: left;
  }
  .s02-row {
    flex-direction: column;
    gap: 12.08vw;
  }
  .s02 h3 {
    font-size: 6.04vw;
  }
  .s02-item,
  .s02-item:last-of-type {
    width: 79.71vw;
  }
  .s02-topico {
    gap: 2.9vw;
    padding: 0 0 6.76vw;
  }
  .s02-topico img {
    width: 25.85vw;
  }
  .s02-row p {
    font-size: 3.62vw;
  }
  .s02-plus {
    width: 7.25vw;
    top: calc(100% + 3vw);
    left: 50%;
    transform: translate(-50%);
  }
  .s02 .onm-btn {
    width: 86.96vw;
  }
  .s03 {
    padding: 7.25vw 0 0;
  }
  .s03 h2 {
    width: 74.88vw;
    font-size: 6.04vw;
    text-align: left;
  }
  .s03-row {
    flex-direction: column;
    padding: 7.97vw 0 0;
    gap: 14.49vw;
  }
  .s03 li {
    width: 79.71vw;
    font-size: 3.62vw;
    gap: 5.07vw;
  }
  .s03-circle {
    width: 6.04vw;
    height: 6.04vw;
  }
  .s03-circle.down::before,
  .s03-circle.top::before {
    width: 0.4rem;
    height: 50vw;
  }
  .s03 li + li {
    padding: 6.04vw 0 0;
  }
  .s03-cards {
    width: 100%;
  }
  .s03-item {
    width: 100%;
    padding: 0;
  }
  .s03-item img {
    position: relative;
  }
  .s03 h3 {
    font-size: 4.35vw;
    text-align: center;
    padding: 0 0 3.62vw;
  }
  .s03 p {
    font-size: 3.62vw;
    text-align: center;
  }
  .s03-item.yellow h3,
  .s03-item.yellow p {
    color: #000;
  }
  .s03 .onm-btn {
    width: 86.96vw;
    margin: 10.39vw auto 0;
  }
  .s04 {
    padding: 10.39vw 0 12.08vw;
  }
  .s04 h2 {
    font-size: 6.04vw;
    text-align: left;
    width: 79.71vw;
  }
  .s04 p {
    text-align: left;
    width: 79.71vw;
    padding: 1.04vw 0 9vw;
    font-size: 3.62vw;
  }
  .s04 .item {
    gap: 5vw;
  }
  .s04 .item h3 {
    font-size: 4.83vw;
    padding: 0 2rem 2vw;
  }
  .s04 .item p {
    font-size: 3.14vw;
  }
  .s04 .onm-btn {
    width: 86.96vw;
    margin: 0;
  }
  .s04 .onm-btn span:first-of-type {
    display: none;
  }
  .s04 .onm-btn span {
    display: inline-block;
  }
  .s05 {
    padding: 10.87vw 0 15.7vw;
  }
  .s05 h2 {
    font-size: 6.04vw;
    width: 100%;
  }
  .s05-row {
    flex-direction: column;
    padding: 5vw 0;
    gap: 4.83vw;
  }
  .s05-circle.top::before {
    display: none;
  }
  .s05 .onm-btn {
    width: 86.96vw;
  }
  .s05-info,
  .s05-circle.top .s05-info,
  .s05-info.one,
  .s05-info.two,
  .s05-info.three,
  .s05-info.four,
  .s05-info.five {
    position: relative;
    top: initial;
    bottom: initial;
    transform: none;
    width: 64.01vw;
    border-radius: 1.93vw;
    padding: 5.31vw;
  }
  .s05-circle {
    width: 64.01vw;
    height: initial;
  }
  .s05-circle img {
    position: absolute;
    width: 5.8vw;
    top: 6vw;
    left: -10vw;
  }
  .s05 h3 {
    font-size: 6.04vw;
  }
  .s05 p {
    font-size: 3.2vw;
    padding-top: 3vw;
  }
  .s05-info p{
    display: none;
  }
  .s05 > h2, .s05 > p{
    text-align: left;
    width: 95vw;
    align-self: baseline;
    padding-left: 7vw;
  }
  .s05-row::before {
    display: none;
  }
  .s06 {
    gap: 14.49vw;
    padding: 9.66vw 0 9.66vw;
  }
  .s06-row,
  .s06-row.reverse {
    flex-direction: column;
  }
  .s06-row img {
    width: 100vw;
  }
  .s06-info {
    width: 83.57vw;
  }
  .s06 h3 {
    width: 100%;
    font-size: 6.04vw;
    text-align: left;
  }
  .s06 p {
    font-size: 3.62vw;
    text-align: left;
  }
  .s06 .onm-btn {
    display: none;
  }
  .s07 {
    padding: 8.21vw 0 14.49vw;
  }
  .s07 h2 {
    width: 79.71vw;
    font-size: 6.04vw;
    text-align: left;
  }
  .s07 p {
    font-size: 3.62vw;
    text-align: left;
  }
  .s07 h2 + p {
    width: 79.71vw;
    text-align: left;
  }
  .s07-row,
  .s07-row.reverse {
    flex-direction: column;
  }
  .s07-row img {
    width: 89.37vw;
  }
  .s07-info {
    width: 82.61vw;
  }
  .s07 h4 span {
    font-size: 4.83vw;
  }
  .s07 h3 {
    font-size: 6.04vw;
  }
  .s07-row h4 img {
    width: 89.37vw;
    width: 6.28vw;
  }
  .s07-row.mobile {
    gap: 0;
  }
  .s07 .onm-btn {
    width: 86.96vw;
    margin: 11.35vw auto 0;
  }
  .s08 {
    flex-direction: column;
    padding: 10.39vw 0 7.73vw;
    gap: 9.66vw;
  }
  .s08-title {
    width: 79.23vw;
  }
  .s08 h2 {
    font-size: 6.04vw;
    text-align: center;
  }
  .s08-title p {
    font-size: 3.62vw;
    text-align: center;
  }
  .s08-price {
    border-radius: 4.59vw;
    padding: 7vw 3.14vw 6.04vw;
  }
  .s08 p.p01 {
    font-size: 3.86vw;
  }
  .s08 p.p02 {
    font-size: 14.01vw;
    margin: 1.45vw 0 2.42vw;
  }
  .s08 p.p03 {
    font-size: 3.86vw;
  }
  .s08 .onm-btn {
    width: 80.92vw;
  }
  .s08 p.p04 {
    width: 66.18vw;
    font-size: 2.17vw;
    padding: 7.73vw 0 3.38vw;
  }
  .s08-price img {
    width: 62.8vw;
  }
  .s08 li {
    width: 64.73vw;
    font-size: 4.35vw;
  }
  .s08 li.gold {
    margin: 0.94vw 0 0 -4vw;
    padding: 0.6vw 0 0.2vw 5vw;
  }
  .s09 {
    padding: 9.66vw 0 13.53vw;
  }
  .s09 h2 {
    width: 79.23vw;
    margin: 0 auto;
    padding: 0 0 6vw;
    font-size: 6.04vw;
  }
  .s09-screen {
    width: 368px;
    margin: 0 auto;
    flex-direction: column;
    gap: 4vw;
  }
  .s09-item {
    padding: 4.8vw 4.8vw 6vw 4.8vw;
  }
  .s09-player {
    width: 100%;
  }
  .s09-info {
    width: 74.8vw;
    margin: 0 auto;
    text-align: center;
  }
  .s09 h3 {
    padding: 18px 0 10px;
    font-size: 5vw;
  }
  .s09 p {
    font-size: 3.6vw;
  }
  .s09-slide {
    width: 88.89vw;
  }
  .s10 img {
    width: 75.6vw;
  }
  .s10 {
    padding: 13.04vw 0 16.91vw;
  }
  .s10 h2 {
    padding: 13.04vw 0 8.7vw;
    font-size: 6.04vw;
  }
  .s10 p {
    width: 82.61vw;
    font-size: 3.62vw;
  }
  .s10 .onm-btn {
    width: 86.96vw;
    margin: 9.66vw 0 0;
  }
  .s11 h2 {
    font-size: 6.04vw;
    padding: 0 0 8.21vw;
  }
  .s11-row {
    flex-direction: column;
    gap: 12.56vw;
  }
  .s11-col {
    width: 88.16vw;
    padding: 1.45vw 7.49vw 6.28vw;
  }
  .s11 h3 {
    font-size: 4.11vw;
    padding: 4.83vw 0 6.28vw;
  }
  .s11 p {
    font-size: 3.14vw;
  }
  .s11 p + p {
    padding: 5vw 0 0;
  }
  .s12 {
    padding: 12.08vw 0 19.32vw;
    align-items: center;
    flex-direction: column;
  }
  .s12-info {
    width: 89.37vw;
  }
  .s12-item {
    padding: 3.62vw 7.25vw;
    margin: 0 0 3.14vw;
  }
  .s12 h2 {
    font-size: 6.04vw;
    text-align: center;
  }
  .s12-info p {
    font-size: 3.62vw;
    text-align: center;
    padding: 6.52vw 0 7.49vw;
  }
  .s12-item img {
    width: 10.87vw;
  }
  .s12 h3 {
    font-size: 3.14vw;
  }
  .s12-text p {
    font-size: 3.62vw;
    text-align: left;
    padding: 0;
  }
  .s12-info .onm-btn {
    margin: 12.08vw auto 4.83vw;
  }
  .s12-faq {
    width: 100%;
  }
  .s13-svg {
    width: 5.25vw;
    height: 5.25vw;
  }
  .s13-item h3 {
    font-size: 3.62vw;
    color: #772abc;
  }
  .s13-reposta .onm-btn {
    font-size: 3.14vw;
    margin: 4vw auto 0;
    padding: 2.9vw 5vw 2.42vw;
  }
  .sfooter p,
  .sfooter a {
    font-size: 3.14vw;
  }
}

@media(min-width: 700px){
  .s01 .onm-btn{
    width: 20vw;
  }
}