/* Denostill */

@import url("../../fonts/Denostill/Denostill.css");

/* LorenBlakeScript */

@import url("../../fonts/LorenBlakeScript/LorenBlakeScript.css");
html {
  font-size: 62.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: "Denostill", sans-serif;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #e8dbc1;
  background: #111111;
  margin: 0;
  padding: 0;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Denostill", sans-serif;
}

.cc-btn,
form input[type="submit"] {
  padding: 0.94vw 5.24vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.52vw;
  font-family: "Denostill", sans-serif;
  font-size: 1.67vw;
  text-align: center;
  border-radius: 0.83vw;
  color: #fff;
  background-image: linear-gradient(#ff98c1, #ff75ac);
  box-shadow: 0 0 1.79vw #ed6ea1;
  transition:
    filter 0.3s,
    transform 0.3s;
  position: relative;
}

.cc-btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  border-radius: 0.83vw;
  box-shadow: 0vw 0.89vw 2.81vw 0vw rgba(237, 110, 161, 0.8);
  transition: opacity 0.3s;
}

.cc-btn:hover::before {
  opacity: 1;
}

.cc-btn:hover,
form input[type="submit"]:hover {
  /* filter: brightness(115%);
  transform: translateY(-0.52vw); */
}

.x00 {
  padding: 0.6vw 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.x00 p {
  font-size: 2.5vw;
  font-weight: bold;
  text-align: center;
  color: #ed6ea1;
  position: relative;
}

.x00 p span {
  padding-left: 1.19vw;
  font-family: "LorenBlakeScript", sans-serif;
  font-size: 1.9em;
  font-weight: 400;
}

.x00 p::before,
.x00 p::after {
  position: absolute;
  content: "";
  width: 5.95vw;
  height: 0.22rem;
  top: 52%;
  background-color: #ed6ea1;
}

.x00 p::before {
  right: calc(100% + 2.38vw);
}

.x00 p::after {
  left: calc(100% + 2.38vw);
}

.s00 {
  position: relative;
  padding: 1.2vw 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.6vw;
}

.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-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2vw;
}

.s00-contador {
  display: block;
}

.s00 p.p01 {
  font-size: 3.6vw;
  font-weight: 500;
  line-height: 0.8;
  text-align: center;
  color: #ed6ea1;
}

.s00 p.p01 span {
  font-family: "LorenBlakeScript", sans-serif;
  font-size: 1.1em;
}

.s00-line {
  width: 0.05vw;
  height: 3.6rem;
  background: #fff;
}

.timer {
  padding: 0.6vw 1.6vw;
  border-radius: 1.56vw;
  border: 0.1vw solid #ed6ea1;
  background: #3c2202;
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 1.46vw;
  color: #fff;
}

.timer .item {
  display: flex;
  align-items: flex-end;
  font-size: 3vw;
  font-weight: 700;
  color: #fff;
}

.timer .separador {
  width: 0.1vw;
  height: 2.71vw;
  background: #ed6ea1;
}

.timer .number {
  width: 5vw;
  text-align: center;
  font-weight: 700;
  line-height: normal;
  -webkit-text-fill-color: #3c2202;
  -webkit-text-stroke: 0.05vw #ffffff;
}

.timer .label {
  font-size: 1.6rem;
  font-weight: 100;
}

.s00 .cc-btn {
  width: 31vw;
  padding: 0.94vw 2vw;
}

.s01 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  min-height: 100vh;
}

.s01-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.s01-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-dec {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.page-dec span {
  position: absolute;
  --tamanho: 2.7vw;
  --espessura: 0.1vw;
  --espacamento: 3.13vw;
  width: var(--tamanho);
  height: var(--tamanho);
}

.page-dec span::before,
.page-dec span::after {
  position: absolute;
  content: "";
  background-color: #ed6ea1;
}

.page-dec.brown span::before,
.page-dec.brown span::after {
  background-color: #4c2a00;
}

.page-dec span::before {
  width: var(--espessura);
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.page-dec span::after {
  width: 100%;
  height: var(--espessura);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.page-dec span:nth-of-type(1) {
  top: var(--espacamento);
  left: var(--espacamento);
}

.page-dec span:nth-of-type(2) {
  top: var(--espacamento);
  right: var(--espacamento);
}

.page-dec span:nth-of-type(3) {
  right: var(--espacamento);
  bottom: var(--espacamento);
}

.page-dec span:nth-of-type(4) {
  left: var(--espacamento);
  bottom: var(--espacamento);
}

.s01-wrap {
  width: 79.17vw;
  padding: 2.38vw 0 4.17vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.s01-logo {
  width: 19.64vw;
  margin-left: -1.4vw;
}

.s01 h1 {
  width: 35.71vw;
  padding: 2.74vw 0 2.02vw;
  font-size: 3.1vw;
  line-height: 1.1;
}

.s01 p.p01 {
  width: 33.33vw;
  padding: 0 0 2.74vw;
  font-size: 1.67vw;
}

.s01 p.p01 span {
  font-weight: bold;
}

.s01 .cc-btn {
  padding: 0.89vw 2.74vw;
}

.s01 p.p02 {
  padding: 2.38vw 0 0;
  display: flex;
  gap: 1.19vw;
  font-size: 1.55vw;
}

.bg-yellow,
.bg-brown {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #decda8;
  z-index: -1;
}

.bg-brown {
  background-color: #39200b;
}

.bg-yellow::before,
.bg-brown::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.3' numOctaves='2' result='turbulence'/><feColorMatrix in='turbulence' type='saturate' values='0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
  opacity: 0.5;
  pointer-events: none;
}

.bg-brown::before {
  opacity: 0.14;
}

.s02 {
  position: relative;
}

.s02-wrap {
  width: 79.17vw;
  margin: 0 auto;
  padding: 7.74vw 0 8.33vw;
  display: flex;
  align-items: center;
  gap: 0.6vw;
}

.s02-info {
  width: 37.14vw;
  flex-shrink: 0;
  position: relative;
}

.s02 h2 {
  padding: 0 0 2.74vw;
  font-size: 2.68vw;
  line-height: 1.1;
}

.s02 p.p01 {
  font-size: 1.67vw;
  line-height: 1.3;
}

.s02 p.p01 + p {
  padding: 2.38vw 0 0;
}

.s02-row {
  padding: 2.98vw 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.77vw;
}

.s02-card {
  width: 11.73vw;
  padding: 1.79vw 0.8vw;
  display: flex;
  align-items: center;
  border-radius: 1.55vw;
  background: #2f1b0a;
}

.s02-card p {
  font-size: 1.55vw;
  line-height: 1.1;
  text-align: center;
  color: #ed6ea1;
}

.s02-card p span {
  font-weight: bold;
}

.s02-img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: calc(100% + 0.6vw);
  transform: translateY(-50%);
}

.s02-img img {
  width: 52.02vw;
  max-width: 52.02vw;
}

.s03 {
  position: relative;
  overflow: hidden;
}

.s03-wrap {
  padding: 2.38vw 0 11.9vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.s03 h2 {
  padding: 0 0 2.98vw;
  font-size: 2.62vw;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  color: #3c230e;
}

.s03 h2 span {
  font-family: "LorenBlakeScript", sans-serif;
  font-size: 4em;
  font-weight: 400;
  transform: translateY(1.79vw);
  display: inline-block;
}

.cc-splide-01 {
  width: 94.64vw;
  align-self: flex-end;
  transform: translateX(1.79vw);
}

.cc-splide-01 .splide__track {
  overflow: visible;
}

.cc-splide-01 .scarrousel-item {
  width: 46.07vw;
  padding: 1.79vw 2.26vw;
  display: flex;
  align-items: center;
  gap: 1.9vw;
  background-color: #f1ebda;
  border-radius: 1.79vw;
}

.s03-img {
  width: 18.69vw;
  flex-shrink: 0;
}

.s03-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0.3rem solid #ed6ea1;
  border-radius: 0.71vw;
}

.s03-info {
  padding: 1.19vw 0 1.79vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.s03-info h3 {
  font-size: 2.98vw;
  line-height: 1.1;
  text-transform: uppercase;
  color: #4a2f16;
}

.s03-info h4 {
  padding: 0.83vw 0;
  font-size: 1.49vw;
  font-weight: 400;
  line-height: 1.1;
  color: #4a2f16;
}

.s03-info p.p01 {
  font-size: 0.9vw;
  line-height: 1.1;
  color: #4a2f16;
}

.s03-info p.p01 + p {
  padding: 1.07vw 0 0;
}

.s03-info p.p01 + p {
  padding: 1.07vw 0 0;
}

.s03-row {
  display: flex;
  justify-content: flex-start;
  padding: 2.08vw 0vw 0vw;
  gap: 0.89vw;
}

.s03-row p {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.92vw;
  text-align: center;
  color: rgb(241, 235, 218);
  padding: 0.42vw 1.07vw;
  border-radius: 0.48vw;
  background: rgb(237, 110, 161);
}

.cc-splide-01 .splide__pagination {
  transform: translate(-1.79vw, 5.36vw);
}

.cc-splide-01 .splide__pagination__page {
  width: 2.38vw;
  height: 0.54vw;
  border-radius: 0;
  background: #8d705f;
  transition: width 0.2s;
}

.cc-splide-01 .splide__pagination__page.is-active {
  width: 10.6vw;
  transform: none;
  background: #4a2f16;
  opacity: 1;
}

.s03 .cc-btn {
  width: 39.05vw;
  margin: 1vw auto 0;
}

.s04 {
  position: relative;
}

.s04-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #130c0a;
}

.s04-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s04-wrap {
  width: 79.17vw;
  margin: 0 auto;
  padding: 8.81vw 0 4.46vw;
}

.s04 h2 {
  width: 47.02vw;
  padding: 0 0 3.57vw;
  font-size: 3.33vw;
  color: #f1ebda;
}

.s04-col {
  width: 57.14vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.37vw;
}

.s04 p {
  width: 100%;
  padding: 1.55vw 1.43vw;
  display: flex;
  align-items: center;
  gap: 1.43vw;
  font-size: 1.55vw;
  border: 0.15rem solid #f1ebda;
  border-radius: 1.43vw;
  background: rgb(60 35 14 / 60%);
  backdrop-filter: blur(0.6vw);
}

.s04 p img {
  width: 2.02vw;
}

.s04 .cc-btn {
  margin: 2.38vw auto 0;
}

.s05 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.s05 h2 {
  padding: 4vw 0;
  font-size: 2.98vw;
  color: #ed6ea1;
}

.s05 h2 span {
  padding: 0 0.52vw;
  font-family: "LorenBlakeScript", sans-serif;
  font-size: 1.8em;
  font-weight: 400;
}

.s05 img {
  width: 45.6vw;
  margin: 0 auto -6vw;
}

.s05-row {
  width: 79.88vw;
  padding: 0 0 5.12vw;
  display: flex;
  flex-wrap: wrap;
  gap: 1.67vw;
}

.s05-card {
  width: 25.42vw;
  padding: 2.08vw 1.46vw 2.08vw 1.88vw;
  border-radius: 2.08vw;
  background: #f1ebda;
}

.s05-card.white {
  background-color: #fff;
}

.s05 h3 {
  min-height: 8.93vw;
  padding: 0 1vw 1.25vw 0;
  font-size: 2.55vw;
  font-weight: 400;
  line-height: 1;
  color: #4c2a00;
}

.s05 h3 span {
  font-weight: 700;
}

.s05 p {
  padding-right: 0.83vw;
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 1.3;
  color: #4c2a00;
}

.s05 .cc-btn {
  width: 39.06vw;
  margin: 0 auto 6.55vw;
}

.s06 {
  position: relative;
}

.s06-wrap {
  padding: 4vw 0 8vw;
}

.s06 h2 {
  padding: 0 0 2.08vw;
  font-size: 2.62vw;
  text-align: center;
  color: #3c230e;
}

.s06 h2 span {
  font-family: "LorenBlakeScript", sans-serif;
  font-size: 4em;
  font-weight: 400;
  transform: translateY(1.19vw);
  display: inline-block;
}

.s06-card {
  width: 79.9vw;
  margin: 1.56vw auto 0;
  padding: 3.02vw 2.08vw 3.33vw 4.69vw;
  display: flex;
  gap: 5.63vw;
  border-radius: 2.6vw;
  background: rgba(255, 255, 255, 0.45);
}

.s06 h3 {
  width: 35.94vw;
  flex-shrink: 0;
  font-size: 3.33vw;
  font-weight: 700;
  color: #4c2a00;
}

.s06 p {
  font-size: 1.67vw;
  color: #4c2a00;
}

.s07 {
  position: relative;
}

.s07-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.s07-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s07-wrap {
  width: 80.21vw;
  margin: 0 auto;
  padding: 6.25vw 0 3.44vw;
  display: flex;
  justify-content: flex-end;
}

.s07-card {
  width: 41.67vw;
  padding: 3.33vw 1.77vw 1.88vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 2.6vw;
  background: rgba(76, 42, 0, 0.5);
  backdrop-filter: blur(1.93vw);
}

.s07-card img {
  width: 33.75vw;
}

.s07 ul {
  margin: 0;
  padding: 1.56vw 0 2.6vw;
}

.s07 li {
  font-size: 1.56vw;
  line-height: 1.3;
  color: #e8dbc1;
}

.s07 li span {
  font-weight: 700;
}

.s07 p.p01 {
  display: flex;
  gap: 0.31vw;
  font-size: 7.29vw;
  font-weight: 700;
  line-height: 0.7;
  color: #fff;
}

.s07 p.p01 span:first-of-type {
  font-size: 0.3em;
  font-weight: 500;
  align-self: flex-start;
}

.s07 p.p01 span:last-of-type {
  margin: 0 0 0 -0.31vw;
  font-size: 0.3em;
  font-weight: 500;
  align-self: flex-end;
}

.s07 p.p02 {
  width: 32.81vw;
  padding: 0.52vw 0 2.81vw;
  font-size: 2.19vw;
  text-align: right;
  color: #fff;
}

.s07 p.p04 {
  width: 32.81vw;
  padding: 0.52vw 0 2.81vw;
  font-size: 1.67vw;
  color: #fff;
}

.s07 .cc-btn {
  width: 100%;
  padding: 1.46vw 0.52vw;
}

.s07 p.p03 {
  width: 28vw;
  padding: 1.1vw 0 0;
  font-size: 1.1vw;
  text-align: center;
  color: #e8dbc1;
}

.s08 {
  position: relative;
}

.s08-wrap {
  width: 72.86vw;
  margin: 0 auto;
  padding: 8.02vw 0 5.73vw;
}

.s08-card {
  width: 100%;
  padding: 1.79vw 5.36vw 1.79vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4.29vw;
  border-radius: 3.85vw;
  background: #f1ebda;
  box-shadow: 0vw 0vw 5.42vw 0vw rgba(255, 255, 255, 0.5);
}

.s08-info {
  width: 35.71vw;
  flex-shrink: 0;
}

.s08 h2 {
  width: 32.14vw;
  padding: 0 0 1.2vw;
  font-size: 3.75vw;
  line-height: 1.1;
  color: #4c2a00;
}

.s08 p {
  color: #4c2a00;
  font-size: 1.67vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.s08 p span {
  font-weight: bold;
}

.s08-cta {
  width: 27.29vw;
  padding: 3.54vw 1.77vw 1.77vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.92vw;
  border-radius: 2.19vw;
  background: #4c2a00;
}

.s08-cta img {
  width: 14.29vw;
}

.s08 .cc-btn {
  width: 100%;
  padding: 1.3vw 0.52vw;
  font-size: 1.31vw;
}

.s08 .cc-btn span {
  font-weight: bold;
}

.s09 {
  padding: 0 0 7.29vw;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.s09-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.s09-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s09-garantia {
  padding: 7.81vw 0 6.46vw;
  display: flex;
  align-items: center;
  gap: 3.02vw;
}

.s09-garantia img {
  width: 8.23vw;
}

.s09-garantia h2 {
  font-size: 3.33vw;
  font-weight: 500;
  color: #ed6ea1;
}

.s09-garantia h2 span {
  font-weight: 700;
}

.s09-garantia p {
  width: 58.33vw;
  font-size: 1.67vw;
  font-weight: 500;
  color: #ed6ea1;
}

.s09-faq {
  width: 79.9vw;
}

.s09-faq h2 {
  padding: 0 0 1.56vw;
  font-size: 2vw;
  font-weight: 500;
  text-align: center;
  color: #e8dbc1;
}

.s09-faq h2 span {
  padding: 0 0.52vw;
  font-family: "LorenBlakeScript", sans-serif;
  font-size: 1.7em;
  font-weight: 400;
}

.faq-box {
  margin: 0.99vw 0;
  padding: 2.08vw 0;
  transition: 0.4s;
  border-radius: 1.3vw;
  background: #3c230e;
}

.faq-pergunta {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  padding: 0 3.23vw;
}

.faq h3 {
  display: flex;
  align-items: center;
  gap: 2.81vw;
  font-size: 1.67vw;
  font-weight: 500;
  line-height: 1.3;
  color: #e8dbc1;
}

.faq h3 span {
  font-size: 3.44vw;
  font-weight: 700;
}

.faq-open {
  position: relative;
  width: 1.56vw;
  height: 1.56vw;
  flex-shrink: 0;
  transition: transform 0.1s;
}

.faq-open::before,
.faq-open::after {
  position: absolute;
  content: "";
  background-color: #ed6ea1;
}

.faq-open::before {
  width: 0.52vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.faq-open::after {
  width: 100%;
  height: 0.52vw;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.faq p {
  padding: 0 3.23vw;
  font-size: 1.1vw;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  color: #e8dbc1;
}

.faq h4 {
  font-size: 1.6rem;
  text-align: center;
  padding: 2rem 0 0;
}

.faq-box:hover,
.faq-active {
  background: #311d0d;
}

.faq-active {
  padding-bottom: 1.32vw;
}

.faq-active .faq-open {
  transform: rotate(-45deg);
}

.cc-whatsapp {
  position: fixed;
  right: 0;
  transform: translateX(-5rem) scale(1.4);
  bottom: 2rem;
  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;
}

/* .cc-whatsapp:hover {
  transform: translateX(-2rem) scale(1.05);
} */

.cc-whatsapp::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  border-radius: 0.83vw;
  box-shadow: 0vw 0.89vw 2.81vw 0vw rgb(31 175 56 / 50%);
  transition: opacity 0.3s;
}

.cc-whatsapp:hover::before {
  opacity: 1;
}

.cc-whatsapp img {
  width: 1.8rem;
}

.cc-whatsapp-text {
  font-size: 1.5rem;
  text-align: center;
  color: #fff;
}

.hide-desktop {
  display: none;
}

@media screen and (max-width: 600px) {
  .cc-btn,
  form input[type="submit"] {
    width: 100%;
    padding: 3.5vw 2.5vw;
    font-size: 4.17vw;
    border-radius: 2.5vw;
    box-shadow: 0 0 4.17vw #ed6ea1;
  }
  .cc-btn::before {
    border-radius: 2.5vw;
  }
  .page-dec span {
    --tamanho: 5vw;
    --espessura: 0.4vw;
    --espacamento: 4vw;
    width: var(--tamanho);
    height: var(--tamanho);
    opacity: 0.8;
  }
  .page-dec span::before {
    width: var(--espessura);
  }
  .page-dec span::after {
    height: var(--espessura);
  }
  .x00 p {
    font-size: 5.42vw;
  }
  .x00 p span {
    padding-left: 2.08vw;
  }
  .x00 p::before,
  .x00 p::after {
    width: 12.5vw;
  }
  .x00 p::before {
    right: calc(100% + 4.17vw);
  }
  .x00 p::after {
    left: calc(100% + 4.17vw);
  }
  .s00 {
    padding: 2.4vw 0;
    gap: 2.5vw;
  }
  .s00 p.p01 {
    padding-right: 3vw;
    font-size: 7vw;
    line-height: 0.9;
  }
  .s00 p.p01 span {
    display: flex;
    justify-content: center;
  }
  .timer {
    padding: 1.6vw 2vw;
    gap: 2vw;
  }
  .timer .item {
    font-size: 6vw;
    align-items: center;
  }
  .s00-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3.5vw;
  }
  .timer .number {
    width: 10vw;
    -webkit-text-stroke: 0.2vw #ffffff;
  }
  .s00 .cc-btn {
    width: initial;
    padding: 2vw 3.5vw;
    font-size: 3.5vw;
  }
  .s01 {
    background: #000;
    z-index: 12;
  }
  .s01-wrap {
    width: 81.25vw;
    padding: 25vw 0 8.33vw;
    align-items: center;
  }
  .s01-logo {
    width: 51.5vw;
  }
  .s01 h1 {
    width: 79.17vw;
    padding: 3.6vw 0 2.2vw;
    font-size: 6.5vw;
    font-weight: 500;
    line-height: 1.1;
    text-align: center;
  }
  .s01 p.p01 {
    width: 75vw;
    padding: 0 0 5vw;
    font-size: 4.5vw;
    text-align: center;
  }
  .s01 p.p02 {
    width: 66.67vw;
    padding: 6.25vw 0 0;
    align-items: center;
    gap: 6.25vw;
    font-size: 4.17vw;
    text-align: center;
  }
  .s01 .cc-btn {
    padding: 3.13vw 9.58vw;
  }
  .s02-wrap {
    width: 100%;
    padding: 14.58vw 0;
    flex-direction: column;
  }
  .s02-info {
    width: 87.5vw;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .s02 h2 {
    width: 79.17vw;
    padding: 0 0 6.25vw;
    font-size: 5.83vw;
    line-height: 1.1;
    text-align: center;
  }
  .s02 p.p01 {
    width: 79.17vw;
    font-size: 4.38vw;
  }
  .s02 p.p01 + p {
    padding: 4.17vw 0 0;
  }
  .s02-img {
    position: relative;
    top: initial;
    left: initial;
    transform: none;
  }
  .s02-img img {
    width: 100%;
    max-width: 100%;
  }
  .s02-row {
    padding: 2.08vw 0 0;
    gap: 2.71vw;
  }
  .s02-card {
    width: 41.04vw;
    padding: 4.58vw 2.5vw;
    border-radius: 5.42vw;
  }
  .s02-card p {
    font-size: 4.58vw;
  }
  .s03-wrap {
    width: 100%;
    margin: 0 auto;
    padding: 14vw 0 22.92vw;
    flex-direction: column;
  }
  .s03 h2 {
    padding: 0 0 6.25vw;
    font-size: 4.58vw;
  }
  .s03 h2 span {
    font-size: 3.2em;
    transform: translateY(2.08vw);
  }
  .cc-splide-01 {
    width: 93.75vw;
    align-self: center;
    transform: none;
  }
  .cc-splide-01 .scarrousel-item {
    width: 100%;
    padding: 6.25vw 4.17vw;
    flex-direction: column;
    gap: 4.17vw;
    border-radius: 6.25vw;
  }
  .s03-img {
    width: 100%;
    height: 62.5vw;
  }
  .s03-img img {
    object-position: 0 -12.5vw;
    border-radius: 4.58vw;
  }
  .cc-splide-01 .splide__pagination {
    transform: translate(0, 12.5vw);
  }
  .cc-splide-01 .splide__pagination__page {
    width: 6.25vw;
    height: 1.67vw;
  }
  .cc-splide-01 .splide__pagination__page.is-active {
    width: 16.25vw;
  }
  .s03-info {
    padding: 0;
  }
  .s03-info h3 {
    font-size: 7.08vw;
  }
  .s03-info h4 {
    padding: 2.92vw 0;
    font-size: 4.58vw;
  }
  .s03-info p.p01 {
    font-size: 3.17vw;
  }
  .s03-row {
    padding: 7.29vw 0vw 0vw;
    gap: 3.13vw;
  }
  .s03-row p {
    font-size: 3.21vw;
    padding: 1.46vw 3.75vw;
    border-radius: 1.67vw;
  }
  .s04-bg img {
    height: initial;
  }
  .s04-wrap {
    width: 100%;
    padding: 41.67vw 0 16.67vw;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .s04 h2 {
    width: 91.67vw;
    padding: 0 0 4.17vw;
    font-size: 5vw;
    text-align: center;
  }
  .s04-col {
    width: 81.25vw;
  }
  .s04 p {
    padding: 2.08vw 4.17vw;
    gap: 2.08vw;
    font-size: 3.33vw;
    border-radius: 2.5vw;
  }
  .s04 p img {
    width: 5vw;
  }
  .s04 .cc-btn {
    margin: 4.17vw auto 0;
  }
  .s05 h2 {
    padding: 14vw 0 4vw;
    font-size: 5vw;
  }
  .s05 img {
    width: 98vw;
    margin: 0 auto -14vw;
  }
  .s05-row {
    width: 87.5vw;
    padding: 0 0 10vw;
    justify-content: center;
    gap: 4vw;
  }
  .s05-card {
    width: 100%;
    padding: 7.5vw 5vw 6.5vw;
    border-radius: 5vw;
  }
  .s05 h3 {
    padding: 0 0 2vw;
    font-size: 6.6vw;
    min-height: initial;
  }
  .s05 p {
    font-size: 3.5vw;
  }
  .s05 .cc-btn {
    width: 87.5vw;
    margin: 0 auto 16.67vw;
  }
  .s06-wrap {
    padding: 14vw 0;
  }
  .s06 h2 {
    padding: 0 0 4vw;
    font-size: 5vw;
  }
  .s06-card {
    width: 87.5vw;
    margin: 4vw auto 0;
    padding: 7.5vw 5vw 6.5vw;
    flex-direction: column;
    gap: 2vw;
    border-radius: 5vw;
  }
  .s06 h3 {
    width: 100%;
    font-size: 6.6vw;
  }
  .s06 p {
    padding-right: 4.5vw;
    font-size: 3.5vw;
  }
  .s07-bg img {
    object-fit: contain;
    object-position: top;
  }
  .s07 {
    background: #000;
    z-index: 1;
  }
  .s07-wrap {
    width: 87.5vw;
    padding: 85.5vw 0 14vw;
    justify-content: center;
  }
  .s07-card {
    width: 100%;
    padding: 9vw 5vw;
    border-radius: 5vw;
  }
  .s07-card img {
    width: 70.5vw;
  }
  .s07 ul {
    padding: 4vw 0 6vw;
  }
  .s07 li {
    padding: 1.8vw 0 0;
    font-size: 3.5vw;
  }
  .s07 p.p01 {
    font-size: 15vw;
  }
  .s07 p.p02 {
    width: 67.5vw;
    padding: 2vw 0 6vw;
    font-size: 4.5vw;
  }
  .s07 .cc-btn {
    padding: 3vw 2.5vw;
    font-size: 4.5vw;
  }
  .s07 p.p03 {
    width: 65vw;
    padding: 4vw 0 0;
    font-size: 3vw;
  }
  .s07 p.p04 {
    width: 72vw;
    padding: 2vw 0 6vw;
    font-size: 3.8vw;
  }
  .s08-wrap {
    width: 87.5vw;
    padding: 14vw 0;
  }
  .s08-card {
    padding: 9vw 5vw;
    flex-direction: column;
    gap: 6vw;
    border-radius: 5vw;
  }
  .s08-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .s08 h2 {
    width: 58.33vw;
    padding: 0 0 2vw;
    font-size: 6.6vw;
    text-align: center;
  }
  .s08 p {
    font-size: 3.5vw;
    text-align: center;
  }
  .s08-cta {
    width: 100%;
    padding: 8vw 6vw;
    gap: 5vw;
    border-radius: 6vw;
  }
  .s08-cta img {
    width: 33.33vw;
  }
  .s08 .cc-btn {
    padding: 3.33vw 2.08vw;
    font-size: 4.58vw;
  }
  .s09 {
    padding: 0 0 14vw;
  }
  .s09-garantia {
    padding: 14vw 0;
    align-items: flex-start;
    gap: 4vw;
  }
  .s09-garantia img {
    width: 12vw;
    padding: 1vw 0 0;
  }
  .s09-garantia h2 {
    padding: 0 0 1vw;
    font-size: 6vw;
  }
  .s09-garantia p {
    width: 72.5vw;
    font-size: 3.5vw;
  }
  .s09-faq {
    width: 87.5vw;
  }
  .s09-faq h2 {
    font-size: 5vw;
  }
  .faq-box {
    margin: 4vw 0;
    padding: 5vw 2vw 4vw;
    border-radius: 5vw;
  }
  .faq-pergunta {
    padding: 0 3.23vw;
  }
  .faq h3 {
    padding-right: 4vw;
    font-size: 4.6vw;
  }
  .faq h3 span {
    font-size: 6.8vw;
  }
  .faq-open {
    width: 4vw;
    height: 4vw;
    flex-shrink: 0;
  }
  .faq-open::before {
    width: 1vw;
  }
  .faq-open::after {
    height: 1vw;
  }
  .faq p {
    padding-top: 2vw;
    font-size: 3.5vw;
  }
  .cc-whatsapp {
    transform: translateX(-2rem) scale(1.1);
    bottom: 1rem;
  }

  .hide-desktop {
    display: flex;
  }
  .hide-mobile {
    display: none;
  }
}
