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

/* Awesome-Serif */
@import url("../../fonts/Awesome-Serif/Awesome-Serif.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: #fff;
  background-color: #1f1208;
  margin: 0;
  padding: 0;
  position: relative;
}

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

.cc-btn {
  padding: 0.71vw 1.67vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.52vw;
  font-family: "Denostill", sans-serif;
  font-size: 1.79vw;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #ed6ea1;
  transition: filter 0.3s, transform 0.3s;
  position: relative;
  z-index: 1;
}

.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;
  z-index: -1;
}

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

.cc-btn:hover:hover {
  /* filter: brightness(115%);
  transform: translateY(-0.52vw); */
}

.s01 {
  position: relative;
}

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

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

.s01-wrap {
  width: 92.26vw;
  margin: 0 auto;
  padding: 4.29vw 0 9.4vw;
}

.s01-logo {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1.19vw;
}

.s01-logo svg {
  width: 7.38vw;
}

.s01-line {
  width: 100%;
  height: 0.14vw;
  background-color: #fff;
}

.s01-info {
  display: flex;
  flex-direction: column;
}

.s01 h1 {
  width: 42.26vw;
  padding: 10.24vw 0 2.8vw;
  font-size: 7.14vw;
  line-height: 0.9;
  text-transform: uppercase;
}

.s01 p.p01 {
  width: 41.07vw;
  padding: 0 0 2.8vw;
  font-size: 2.14vw;
  font-weight: 500;
}

.s01 .cc-btn {
  width: 17.86vw;
  display: inline-flex;
  align-items: center;
  gap: 0.48vw;
  text-transform: none;
  color: #202020;
}

.s01 .cc-btn::before {
  box-shadow: 0vw 0.89vw 2.81vw 0vw rgb(0 0 0 / 25%);
}

.cc-btn svg {
  will-change: transform, opacity;
}

.cc-btn:hover svg {
  animation: arrowMove 1.2s forwards;
}

@keyframes arrowMove {
  /* Estado inicial */
  0% {
    transform: translate(0, 0);
  }

  /* Etapa 1: direita + leve crescimento */
  50% {
    transform: translate(0.36vw, 0);
  }

  /* Etapa 3: volta ao normal */
  100% {
    transform: translate(0, 0);
  }
}

.s02 {
  padding: 1.61vw 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4.52vw;
  background-color: #ed6ea1;
}

.s02-item {
  display: flex;
  align-items: center;
  gap: 0.85vw;
  position: relative;
}

.s02-item + .s02-item::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -2.26vw;
  transform: translateY(-50%);
  width: 0.1rem;
  height: 80%;
  background-color: #fff;
}

.s02 svg {
  width: 3.21vw;
  height: auto;
}

.s02 p {
  font-size: 1.48vw;
  font-weight: 600;
  line-height: 0.9;
}

.s03 {
  padding: 5.48vw 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #322112;
  position: relative;
}

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

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

.s03 h2 {
  width: 77.38vw;
  font-family: "Awesome-Serif", serif;
  font-size: 3.96vw;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: -0.01em;
  text-align: center;
  color: #ed6ea1;
}

.s03 p.p01 {
  padding: 1.55vw 0 4.17vw;
  font-size: 1.55vw;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.01em;
  text-align: center;
}

.s03-row {
  display: flex;
  gap: 0.95vw;
}

.s03 p.p02 {
  width: 27.38vw;
  padding: 2.98vw 0.6vw;
  font-size: 2.26vw;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.01em;
  text-align: center;
  text-transform: uppercase;
  background-color: #4a2f16;
  box-shadow: 0 1.79vw 3.57vw rgb(0 0 0 / 40%);
}

.s03 p.p02 span {
  font-weight: 700;
}

.s03 .cc-btn {
  margin: 3.57vw 0 0;
}

.s04 {
  padding: 5.48vw 0 7.74vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.s04 h2 {
  width: 77.38vw;
  font-family: "Awesome-Serif", serif;
  font-size: 3.96vw;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: -0.01em;
  text-align: center;
  color: #ed6ea1;
}

.s04 p.p01 {
  width: 72.62vw;
  padding: 3.1vw 0 3.87vw;
  font-size: 1.55vw;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.01em;
  text-align: center;
}

.s04 p.p01 span {
  font-weight: 600;
}

.s04-row {
  display: flex;
  gap: 2.67vw;
}

.s04-item {
  padding: 1.79vw 1.19vw 1.19vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
}

.s04 h3 {
  width: 18.45vw;
  padding: 0 0 2.26vw;
  font-size: 1.83vw;
  font-weight: 600;
  line-height: 1.05;
  text-align: center;
  color: #322112;
}

.s04 p.p02 {
  width: 21.9vw;
  padding: 0 0 1.33vw;
  font-size: 1.37vw;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: #322112;
  border-bottom: 0.1rem solid #322112;
}

.s04 p.p02 + p.p02 {
  padding-top: 1.19vw;
}

.s04 p.p03 {
  width: 23.63vw;
  margin: 1.19vw 0 0;
  padding: 0.95vw 0.6vw 1.07vw;
  font-size: 1.37vw;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background-color: #322112;
}

.s04 p.p03 span {
  display: block;
  font-weight: 700;
}

.s04-item.nc {
  background-color: #ed6ea1;
}

.s04-item.nc p.p03 {
  color: #322112;
  background-color: #fff;
}

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

.s07 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.s07 h2 {
  width: 57.14vw;
  font-size: 3.18vw;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}

.s07 p.p01 {
  width: 66.07vw;
  padding: 1.79vw 0 3.75vw;
  font-size: 1.55vw;
  line-height: 1.1;
  text-transform: uppercase;
  text-align: center;
}

.s07 p.p01 span {
  font-weight: 600;
}

.s07 .faq-box {
  width: 93.45vw;
  padding: 2.8vw 3.18vw 2.54vw;
  border: 0.28vw solid #fff;
  background-color: rgb(237 110 161 / 0%);
  overflow: hidden;
}

.s07 .faq-box + .faq-box {
  margin: 3.23vw 0 0;
}

.s07 .faq-pergunta {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  cursor: pointer;
}

.s07 h4 {
  display: flex;
  align-items: center;
  gap: 2.38vw;
  font-size: 2.54vw;
  font-weight: 400;
  line-height: 1;
  color: #fff;
}

.s07 h4 span {
  padding: 0.6vw 1.25vw 0.48vw;
  font-size: 1.27vw;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0.51vw;
  color: #322112;
  background-color: #fff;
}

.s07 h3 {
  padding: 0.6vw 0 0;
  font-size: 3.73vw;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

.s07 .faq-open {
  transition: transform 0.3s;
  transform-origin: center;
  filter: brightness(20);
}

.s07 .faq-open svg {
  width: 5.65vw;
  height: 5.65vw;
}

.s07 .faq-resposta {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  color: #e8dbc1;
}

.s07 .faq-active.faq-box {
  background-color: rgb(237 110 161 / 100%);
}

.s07 .faq-active h3,
.s07 .faq-active h4 {
  color: #322112;
}

.s07 .faq-active h4 span {
  color: #fff;
  background-color: #322112;
}

.s07 .faq-active .faq-open {
  transform: rotate(-180deg);
  filter: brightness(1);
}

.s07 .faq-active .faq-resposta {
  overflow: visible;
}

.s07 .splide {
  width: 104.29vw;
  padding: 4.23vw 0;
  overflow: visible;
}

.s07 .splide__slide {
  width: 33.1vw;
  padding: 1.31vw 1.61vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.19vw;
  background-color: #4a2f16;
}

.s07 .splide__slide h5 {
  font-size: 1.39vw;
  font-weight: 500;
  line-height: 1.1;
}

.s07 .splide__slide img {
  width: 16.27vw;
}

.s07 .splide__arrows {
  position: absolute;
  width: 11.9vw;
  bottom: 4.76vw;
  left: 0.6vw;
  transform: translateY(-50%);
  z-index: 2;
}

.s07 .splide__arrows .splide__arrow {
  width: 2.98vw;
  height: 5.95vw;
  transform: rotate(90deg);
  border-radius: 0;
  background: transparent;
  border: 0.24vw solid #4a2f16;
  transition: border 0.1s, background 0.1s;
  opacity: 1;
}

.s07 .splide__arrows .splide__arrow--prev {
  left: 1em;
  transform: rotate(-90deg);
}

.s07 .splide__arrows .splide__arrow:hover {
  border-color: #4a2f16;
  background-color: #4a2f16;
}

.s07 .splide__arrows .splide__arrow:hover img {
  filter: contrast(0) brightness(4);
}

.s07 .cc-btn {
  margin: 2.98vw 0 0;
}

.s08 {
  width: 93.69vw;
  margin: 12.2vw auto 0;
  padding: 4.4vw 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #322112;
  overflow: hidden;
}

.s08 h2 {
  font-family: "Awesome-Serif", serif;
  font-size: 3.29vw;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.s08-marquee {
  padding: 2.38vw 0;
  display: flex;
  place-items: center;
  position: relative;
  overflow: hidden;
  --offset: 30vw;
  --move-initial: calc(-25% + var(--offset));
  --move-final: calc(-50% + var(--offset));
}

@-webkit-keyframes marqueeEffect {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-119.05vw);
  }
}

@keyframes marqueeEffect {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-119.05vw);
  }
}

.s08-marquee-row {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  position: relative;
  white-space: nowrap;
  transform: translate3d(var(--move-initial), 0, 0);
  -webkit-animation: marqueeEffect 60s linear infinite;
  animation: marqueeEffect 60s linear infinite;
  display: inline-flex;
  white-space: nowrap;
  width: auto;
  will-change: transform;
}

.s08-marquee img {
  width: 108.57vw;
  padding: 0 1.79vw;
  flex-shrink: 0;
}

.s08 h2 span {
  color: #ed6ea1;
}

.s08 .splide {
  width: 83.93vw;
  flex-shrink: 0;
}

.s08 .splide__arrows {
  position: absolute;
  width: 11.9vw;
  bottom: 4.52vw;
  right: 19.05vw;
  transform: translateY(-50%);
  z-index: 2;
}

.s08 .splide__arrows .splide__arrow {
  width: 2.98vw;
  height: 5.95vw;
  transform: rotate(90deg);
  border-radius: 0;
  background: transparent;
  border: 0.24vw solid #fff;
  transition: border 0.1s, background 0.1s;
  opacity: 1;
}

.s08 .splide__arrows .splide__arrow--prev {
  left: 1em;
  transform: rotate(-90deg);
}

.s08 .splide__arrows .splide__arrow:hover {
  border-color: #ed6ea1;
  background-color: #ed6ea1;
}

.s08 .splide__arrows .splide__arrow img {
  filter: contrast(0) brightness(4);
}

.s08 .scarrousel-item {
  width: 43.33vw;
  display: flex;
  gap: 2.8vw;
}

.s08 .splide__list img {
  width: 49.05vw;
}

.s08-info {
  width: 31.19vw;
  padding: 0 0 4.17vw;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.79vw;
}

.s08 p.p01 {
  padding: 0.74vw 0 2.9vw;
  font-size: 1.55vw;
  line-height: 1.1;
}

.s08 p.p01 span {
  display: block;
  font-weight: 600;
}

.s08 p.p02 {
  padding: 1.49vw 1.19vw;
  font-size: 2.54vw;
  line-height: 1.1;
  background-color: #ed6ea1;
}

.s08 p.p02 span {
  font-weight: 600;
}

.s08 p.p03 {
  padding: 0 0 0.89vw;
  font-family: "Awesome-Serif", serif;
  font-size: 3.39vw;
  font-weight: 400;
}

.s08 p.p04 {
  font-size: 2.26vw;
  font-weight: 500;
}

.cc-splide-01 .splide__pagination__page {
  width: 0.2vw;
  height: 1.8vw;
  margin: 0.36vw -0.3vw 0.36vw 0.36vw;
  border-radius: 0;
  background: #a0d1ca;
  opacity: 0.5;
}

.cc-splide-01 .splide__pagination__page.is-active {
  transform: none;
  background: #a0d1ca;
  opacity: 1;
}

.s08 .cc-btn {
  width: 41.07vw;
  margin: 4.76vw 0 0;
  transform: translateY(50%);
}

.s09 {
  padding: 8.57vw 0 8.33vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.s09 h2 {
  font-family: "Awesome-Serif", serif;
  font-size: 4.52vw;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #ed6ea1;
}

.s09 p.p01 {
  width: 45.83vw;
  padding: 1.01vw 0 5.65vw;
  font-size: 1.7vw;
  line-height: 1.1;
  text-align: center;
  color: #ed6ea1;
}

.s09 .splide {
  width: 101.19vw;
  flex-shrink: 0;
  transform: translateX(4.29vw);
}

.s09 .splide__arrows {
  position: absolute;
  width: 12.74vw;
  bottom: 0;
  left: calc(50% - 4.29vw);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.s09 .splide__arrows .splide__arrow {
  width: 2.98vw;
  height: 5.95vw;
  border-radius: 0;
  transform: rotate(90deg);
  background: transparent;
  border: 0.24vw solid #ed6ea1;
  transition: border 0.1s, background 0.1s;
  opacity: 1;
}

.s09 .splide__arrows .splide__arrow img {
  /* filter: hue-rotate(200deg) brightness(6) opacity(0.8); */
  filter: hue-rotate(-64deg) brightness(4);
}

.s09 .splide__arrows .splide__arrow:hover {
  background-color: #ed6ea1;
}

.s09 .splide__arrows .splide__arrow:hover img {
  filter: contrast(0) brightness(4);
}

.s09 .splide__arrows .splide__arrow--prev {
  transform: rotate(-90deg);
}

.s09 .scarrousel-item {
  width: 31.43vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.69vw;
}

.s09 .splide__list img {
  width: 100%;
  border: 0.28vw solid #ed6ea1;
}

.s09 h3 {
  padding: 0 0 0.4vw;
  font-family: "Awesome-Serif", serif;
  font-size: 2.98vw;
  font-weight: 700;
  line-height: 1;
  color: #ed6ea1;
}

.s09 p.p02 {
  font-size: 1.37vw;
  font-weight: 500;
  line-height: 1;
  color: #ed6ea1;
}

.s09 p.p02 span {
  display: block;
  font-weight: 700;
}

.s09 p.p02 + p.p02 {
  padding: 1.27vw 0 0;
}

.s09 .cc-btn {
  margin: 7.14vw 0 0;
}

.s06 {
  position: relative;
}

.s06-bg {
  position: absolute;
  width: 100%;
  top: -50vw;
  right: 0;
  z-index: -1;
}

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

.s06-wrap {
  width: 82.5vw;
  margin: 0 auto;
  padding: 4.17vw 6.55vw 4.17vw 4.17vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #322112;
}

.s06 h2 {
  width: 100%;
  padding: 0 0 3.48vw;
  font-size: 3.26vw;
  font-weight: 400;
  color: #fff;
}

.s06 h2 span {
  font-weight: 700;
}

.s06-row {
  display: flex;
  gap: 5.63vw;
}

.s06-row + .s06-row {
  margin: 4.88vw 0 0;
  padding: 4.88vw 0 0;
  border-top: 0.265rem solid #fff;
}

.s06 h3 {
  width: 35vw;
  flex-shrink: 0;
  font-size: 3.37vw;
  font-weight: 700;
  color: #fff;
}

.s06 p {
  font-size: 1.68vw;
  color: #fff;
}

.x09 {
  padding: 5.95vw 6.96vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  gap: 6.43vw;
}

.x09-nc {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.2vw;
}

.x09 svg path {
  fill: #ed6ea1;
  stroke: #ed6ea1;
}

.x09 h2 {
  font-size: 4.26vw;
  font-weight: 700;
  line-height: 0.9;
  text-align: center;
  color: #ed6ea1;
}

.x09 p {
  width: 46.67vw;
  padding: 1.79vw 0 0;
  font-size: 1.55vw;
  font-weight: 500;
  line-height: 1.15;
  color: #ed6ea1;
}

.x10 {
  padding: 9.52vw 0 7.29vw;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}

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

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

.x10-faq {
  width: 70.24vw;
}

.x10-faq h2 {
  padding: 0 0 1.56vw;
  font-size: 2vw;
  font-weight: 400;
  text-transform: uppercase;
  color: #ed6ea1;
}

.x10-faq h2 span {
  font-weight: 700;
}

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

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

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

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

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

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

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

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

.x10 .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: #ed6ea1;
}

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

.x10 .faq-box:hover,
.x10 .faq-active {
  background: #402812;
}

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

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

.x10 .cc-btn {
  margin: 4vw auto 0;
}

.sfooter {
  padding: 3.57vw 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.79vw;
  background-color: #322112;
}

.sfooter-social {
  display: flex;
  align-items: center;
  gap: 1.19vw;
}

.sfooter svg {
  width: 2.38vw;
  height: auto;
}

.sfooter p,
.sfooter a {
  font-size: 0.95vw;
  text-align: center;
}

.sfooter a {
  text-decoration: underline;
}

.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::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) {
  body {
    overflow: hidden;
  }
  .cc-btn {
    width: auto;
    padding: 2.92vw 4.17vw;
    font-size: 4.54vw;
  }
  .cc-btn svg {
    width: 3.75vw;
  }
  .cc-btn::before {
    border-radius: 2.5vw;
  }
  .s01 {
    z-index: 12;
  }
  .s01-wrap {
    width: 92vw;
    padding: 8.75vw 0 10.08vw;
    align-items: center;
  }
  .s01-info {
    width: 100%;
    align-items: center;
  }
  .s01-logo {
    width: 18.38vw;
    margin: 0 auto;
  }
  .s01-logo svg {
    width: 100%;
  }
  .s01-line {
    display: none;
  }
  .s01 h1 {
    width: 100%;
    padding: 5.21vw 0 2.08vw;
    font-size: 13.54vw;
    font-weight: 700;
    line-height: 1;
    text-align: center;
  }
  .s01 p.p01 {
    width: 83.33vw;
    padding: 0 0 75vw;
    font-size: 4.58vw;
    text-align: center;
  }
  .s01 .cc-btn {
    width: 43.33vw;
    padding: 2.08vw 1vw;
    font-size: 4.54vw;
    gap: 1.67vw;
  }
  .s02 {
    padding: 2.08vw 4.17vw;
    gap: 6.25vw;
  }
  .s02-item {
    flex: 1;
    gap: 2.92vw;
  }
  .s02-item + .s02-item::before {
    left: -5vw;
  }
  .s02 svg {
    width: 8.33vw;
  }
  .s02 p {
    font-size: 3.13vw;
  }
  .s03 {
    padding: 18.75vw 0;
  }
  .s03 h2 {
    width: 83.33vw;
    font-size: 7.92vw;
  }
  .s03 p.p01 {
    width: 77.08vw;
    padding: 5.42vw 0 10.42vw;
    font-size: 4.79vw;
  }
  .s03-row {
    flex-wrap: wrap;
    justify-content: center;
    gap: 3.33vw;
  }
  .s03 p.p02 {
    width: 83.33vw;
    padding: 8.33vw 2.08vw;
    font-size: 5vw;
  }
  .s03 .cc-btn {
    margin: 10.42vw 0 0;
  }
  .s04 h2 {
    width: 83.33vw;
    font-size: 6.67vw;
  }
  .s04 {
    padding: 14.58vw 0 27.08vw;
  }
  .s04 p.p01 {
    width: 81.25vw;
    padding: 5.42vw 0 10.42vw;
    font-size: 4.17vw;
  }
  .s04-row {
    gap: 3.33vw;
  }
  .s04-row {
    width: 95.83vw;
    gap: 2.5vw;
  }
  .s04-item {
    padding: 5.42vw 2.5vw 4.58vw;
  }
  .s04 h3 {
    width: 100%;
    padding: 0 0.83vw 5vw;
    font-size: 3.75vw;
  }
  .s04 p.p02 {
    width: 100%;
    padding: 0 0 2.92vw;
    font-size: 2.92vw;
  }
  .s04 p.p02 + p.p02 {
    padding-top: 2.92vw;
  }
  .s04 p.p03 {
    width: 100%;
    margin: 4.17vw 0 0;
    padding: 3.33vw 2.08vw 3.75vw;
    font-size: 3.33vw;
    line-height: 1.1;
  }
  .s04 .cc-btn {
    margin: 10.42vw 0 0;
  }
  .s07 h2 {
    width: 83.33vw;
    font-size: 5.83vw;
  }
  .s07 p.p01 {
    width: 87.5vw;
    padding: 5.42vw 0 10.42vw;
    font-size: 4.17vw;
  }
  .s07 .faq-box {
    width: 93.75vw;
    padding: 4.17vw;
    border: 0.31vw solid #fff;
  }
  .s07 .faq-box + .faq-box {
    margin: 4.17vw 0 0;
  }
  .s07 h4 {
    font-size: 4.17vw;
    gap: 2.08vw;
  }
  .s07 h4 span {
    padding: 1.25vw 2.08vw 0.83vw;
    font-size: 3.13vw;
    border-radius: 0.42vw;
  }
  .s07 h3 {
    padding: 2.08vw 0 0;
    font-size: 5vw;
  }
  .s07 .faq-open svg {
    width: 10.42vw;
    height: 10.42vw;
  }
  .s07 .splide {
    width: 152.08vw;
    padding: 4.17vw 0 14.58vw;
  }
  .s07 .splide__arrows {
    width: 41.67vw;
    bottom: 16.67vw;
  }
  .s07 .splide__arrows .splide__arrow {
    width: 10.42vw;
    height: 20.83vw;
    border: 0.83vw solid #4a2f16;
  }
  .s07 .splide__slide {
    width: 115.83vw;
    padding: 4.58vw 5.63vw;
    gap: 4.17vw;
  }
  .s07 .splide__slide h5 {
    font-size: 3.75vw;
  }
  .s07 .splide__slide img {
    width: 32.5vw;
  }
  .s07 .cc-btn {
    margin: 6.25vw 0 0;
  }
  .s08 {
    width: 91.67vw;
    margin: 22.92vw auto 0;
    padding: 14.58vw 4.17vw;
  }
  .s08 h2 {
    width: 83.33vw;
    font-size: 7.92vw;
  }
  .s08 .splide {
    width: 100%;
  }
  .s08 .splide__arrows .splide__arrow {
    width: 10.42vw;
    height: 20.83vw;
    border: 0.83vw solid #fff;
  }
  .s08 .scarrousel-item {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 4.17vw;
  }
  .s08 .splide__list img {
    width: 100%;
  }
  .s08-info {
    width: 100%;
    padding: 0 0 14.58vw;
    gap: 6.25vw;
  }
  .s08 p.p01 {
    padding: 0 0 6.25vw;
    font-size: 4.17vw;
  }
  .s08 p.p02 {
    padding: 5.21vw 4.17vw;
    font-size: 5.83vw;
  }
  .s08 p.p03 {
    padding: 0 0 3.33vw;
    font-size: 9.58vw;
  }
  .s08 p.p04 {
    font-size: 4.58vw;
  }
  .s08 .splide__arrows {
    width: 41.67vw;
    bottom: 14.58vw;
    right: 39.58vw;
  }
  .s09 {
    padding: 20.83vw 0 33.33vw;
  }
  .s09 h2 {
    width: 83.33vw;
    font-size: 7.92vw;
  }
  .s08-marquee {
    padding: 6.25vw 0;
  }
  .s08-marquee-row {
    -webkit-animation: marqueeEffect 20s linear infinite;
    animation: marqueeEffect 20s linear infinite;
  }
  .s08-marquee img {
    width: 220vw;
    max-width: 220vw;
  }
  .s09 p.p01 {
    width: 83.33vw;
    padding: 5.42vw 0 10.42vw;
    font-size: 4.17vw;
  }
  .s09 .splide {
    width: 129.17vw;
    transform: translateX(20.83vw);
  }
  .s09 .scarrousel-item {
    width: 75vw;
    gap: 5.92vw;
  }
  .s09 .splide__list img {
    border: 0.42vw solid #ed6ea1;
  }
  .s09 h3 {
    padding: 0 0 1.4vw;
    font-size: 6.67vw;
  }
  .s09 p.p02 {
    font-size: 3.75vw;
  }
  .s09 p.p02 + p.p02 {
    padding: 3.33vw 0 0;
  }
  .s09 .splide__arrows .splide__arrow {
    width: 10.42vw;
    height: 20.83vw;
  }
  .s09 .splide__arrows {
    width: 44.58vw;
    left: calc(50% - 20.83vw);
  }
  .s09 .cc-btn {
    width: 70.83vw;
    margin: 22.92vw 0 0;
  }
  .s06-bg {
    display: none;
  }
  .s06-wrap {
    width: 100%;
    padding: 14.58vw 8.33vw 14.58vw;
  }
  .s06 h2 {
    font-size: 6.25vw;
    padding: 0 0 12.08vw;
  }
  .s06 h3 {
    width: 35vw;
    font-size: 4.58vw;
  }
  .s06 p {
    font-size: 3.33vw;
    color: #fff;
  }
  .s06-row + .s06-row {
    margin: 10.42vw 0 0;
    padding: 10.42vw 0 0;
    border-top: 0.165rem solid #ed6ea1;
  }
  .x09 {
    padding: 20.83vw 8.33vw;
    flex-direction: column;
    align-items: center;
    gap: 2.08vw;
  }
  .x09-nc {
    gap: 4.38vw;
  }
  .x09-nc svg {
    width: 20vw;
  }
  .x09 h2 {
    font-size: 9.58vw;
  }
  .x09 p {
    width: 85.42vw;
    font-size: 4.17vw;
    text-align: center;
    padding: 5.42vw 0 0;
  }
  .x09 .cc-btn {
    margin: 6.25vw 0 0;
  }
  .x10 {
    padding: 2vw 0 18vw;
  }
  .x10-bg {
    display: none;
  }
  .x10-faq {
    width: 87.5vw;
  }
  .x10-faq h2 {
    font-size: 5vw;
    flex-direction: column;
  }
  .x10 .faq-box {
    margin: 4vw 0;
    padding: 5vw 2vw 4vw;
    border-radius: 5vw;
  }
  .x10 .faq-pergunta {
    padding: 0 3.23vw;
  }
  .x10 .faq h3 {
    padding-right: 4vw;
    font-size: 4.17vw;
  }
  .x10 .faq h3 span {
    font-size: 5.83vw;
  }
  .x10 .faq-open {
    width: 4vw;
    height: 4vw;
    flex-shrink: 0;
  }
  .x10 .faq p {
    padding-top: 2vw;
    font-size: 3.33vw;
  }
  .x10 .cc-btn {
    width: 86vw;
    margin: 6vw 0 0;
    font-size: 4.6vw;
  }
  .sfooter {
    padding: 12.5vw 0;
    gap: 6.25vw;
  }
  .sfooter-social {
    gap: 4.17vw;
  }
  .sfooter svg {
    width: 8.33vw;
  }
  .sfooter p,
  .sfooter a {
    font-size: 3.33vw;
  }
  .cc-whatsapp {
    transform: translateX(-2rem) scale(1.1);
    bottom: 1rem;
  }

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