/* 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: #f1ebda;
  background: #322112;
  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 5vw;
  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: #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); */
}

.s01 {
  position: relative;
}

.video-container {
  width: 48vw;
  margin: 0 auto;
  border-radius: 1.53vw;
  overflow: hidden;
}

.video-main {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.video-main iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-color: #000;
}

.s01-wrap {
  width: 79.17vw;
  margin: 0 auto;
  padding: 2vw 0 3.57vw;
}

.s01-info {
  width: 80vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.s01-logo {
  width: 7.14vw;
}

.s01 h1 {
  width: 70vw;
  padding: 2vw 0 1.2vw;
  font-size: 2.68vw;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.s01 h1 span {
  font-size: 1.46em;
  font-weight: 700;
  display: inline-block;
  position: relative;
}

.s01 h1 span img {
  position: absolute;
  width: 29.76vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.s01 p.p01 {
  width: 52vw;
  padding: 0 0 1.4vw;
  font-size: 1.4vw;
  font-weight: 500;
  text-align: center;
}

.s01 .cc-btn {
  width: 30.95vw;
  margin: 2.98vw auto 2.02vw;
  padding: 0.94vw 2vw;
  font-size: 1.55vw;
}

.s01-arrow {
  width: 0.83vw;
  align-self: center;
}

.s02 {
  padding: 2rem 0;
  background-color: #f1ebda;
  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);
  }
}

.s02-wrap {
  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;
}

.s02 img {
  width: 108.57vw;
  flex-shrink: 0;
}

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

.s03 h2 {
  padding: 0 0 5.95vw;
  font-size: 1.67vw;
  font-weight: 500;
  text-align: center;
  color: #ed6ea1;
}

.s03 h2 span {
  display: block;
  font-family: "LorenBlakeScript", sans-serif;
  font-size: 8.27vw;
  font-weight: 400;
  color: #ed6ea1;
}

.s03-row {
  display: flex;
  flex-wrap: wrap;
}

.s03-item {
  width: 50%;
  position: relative;
}

.s03-item img {
  width: 100%;
  transition: filter 0.1s;
}

.s03-item:hover img {
  filter: brightness(1.2);
}

.s03-item p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.55vw;
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
  color: #ed6ea1;
}

.s03-item p span {
  font-weight: 700;
  display: block;
}

.s04 {
  padding: 6.9vw 0 8.93vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4vw;
}

.s04-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7.86vw;
}

.s04 h2 {
  width: 32.26vw;
  font-size: 2.71vw;
  font-weight: 500;
  text-transform: uppercase;
  color: #f1ebda;
}

.s04 h2 span {
  padding: 1.67vw 0;
  font-size: 2.78vw;
  font-weight: 700;
  display: inline-block;
  position: relative;
}

.s04 h2 span img {
  position: absolute;
  width: 29.76vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.s04-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.95vw;
}

.s04 p.p01 {
  padding: 3.1vw;
  font-size: 1.67vw;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  border-radius: 1.67vw;
  color: #ed6ea1;
  background: #4a2f16;
}

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

.s05 {
  position: relative;
  background-color: #4a2f16;
}

.s05 h2 {
  padding: 4vw 0 3vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.67vw;
  text-align: center;
  color: #e6e4d4;
}

.s05 h2 span {
  padding: 0 1.2vw 0 1.4vw;
  font-family: "LorenBlakeScript", sans-serif;
  font-size: 4.58vw;
  font-weight: 400;
}

.s05-row {
  padding: 0 0 6vw;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.46vw;
}

.s05-card {
  width: 39.17vw;
  padding: 3.02vw 1.04vw 4.69vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 2.6vw;
  background: #322112;
}

.s05 h3 {
  padding: 0 0 2.86vw;
  font-size: 2.2vw;
  font-weight: 700;
  color: #e8dbc1;
}

.s05 ul {
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.56vw;
}

.s05 li {
  display: flex;
  align-items: center;
  gap: 0.94vw;
  font-size: 1.25vw;
  font-weight: 500;
  color: #e8dbc1;
}

.s05 li img {
  width: 1.56vw;
}

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

.s05-card.white h3,
.s05-card.white li {
  color: #4c2a00;
}

.s05 .cc-btn {
  margin: 1.56vw 0 0;
}

.s06 {
  position: relative;
}

.s06-wrap {
  padding: 4vw 0 8vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.s06 h2 {
  padding: 0 0 2.08vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2vw;
  text-align: center;
  color: #ed6ea1;
}

.s06 h2 span {
  padding: 0 1.2vw 0 1.8vw;
  font-family: "LorenBlakeScript", sans-serif;
  font-size: 4.58vw;
  font-weight: 400;
}

.s06-card {
  width: 79.9vw;
  margin: 1.56vw auto 0;
  padding: 3.02vw 3.21vw 3.33vw 4.76vw;
  display: flex;
  gap: 5.63vw;
  border-radius: 2.6vw;
  background: #4a2f16;
}

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

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

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

.s07 {
  padding: 0 0 8.81vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.s07 h2 {
  padding: 0 0 2.08vw;
  display: flex;
  align-items: center;
  font-size: 2vw;
  text-align: center;
  color: #e8dbc1;
}

.s07 h2 span {
  padding: 0 1vw 0 1.6vw;
  font-family: "LorenBlakeScript", sans-serif;
  font-size: 4.58vw;
  font-weight: 400;
}

.s07 .splide {
  width: 85.36vw;
}

.s07 .scarrousel-item {
  border-radius: 1.07vw;
  overflow: hidden;
  cursor: pointer;
}

.s07-card-bg {
  width: 100%;
}

.s07-text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 2vw;
  background-color: #0000009c;
  backdrop-filter: blur(0.36vw) brightness(0.7);
  opacity: 0;
  transition: opacity 0.3s ease;
  overflow: scroll;
}

.s07-plus {
  position: absolute;
  right: 0.83vw;
  bottom: 0.83vw;
  transition: transform 0.3s ease;
}

.s07 h4 {
  padding: 0 0 1vw;
  font-size: 1.8vw;
  line-height: 1.2;
}

.s07-text p {
  font-size: 1vw;
}

.s08 {
  padding: 4.4vw 0 6.31vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #e8dbc1;
}

.s08 h2 {
  display: flex;
  align-items: center;
  padding: 0 0 2.08vw;
  font-size: 2vw;
  text-align: center;
  color: #4a2f16;
}

.s08 h2 span {
  padding: 0 0.5vw 0 1vw;
  font-family: "LorenBlakeScript", sans-serif;
  font-size: 4.58vw;
  font-weight: 400;
}

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

.s08 .splide__arrows {
  position: absolute;
  top: 50%;
  left: -3.57vw;
  transform: translateY(-50%);
  transform: translateY(-50%) rotate(180deg);
  z-index: 2;
}

.s08 .splide__arrows--ttb .splide__arrow {
  width: 2.98vw;
  height: 5.95vw;
  border-radius: 0;
  transform: rotate(180deg);
  background: transparent;
  border: 0.24vw solid #4c2a00;
  transition: border 0.1s, background 0.1s;
}

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

.s08 .splide__arrows--ttb .splide__arrow--next {
  transform: rotate(0deg);
}

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

.s08 .splide__list img {
  width: 41vw;
  height: 100%;
  object-fit: cover;
  border: 0.3rem solid #ed6ea1;
  border-radius: 1.67vw;
}

.s08-info {
  width: 28vw;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.s08 h3 {
  font-size: 4.03vw;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #4a2f16;
}

.s08 p.p01 {
  padding: 2.02vw 0;
  font-size: 1.87vw;
  font-weight: 500;
  line-height: 1;
  color: #4a2f16;
}

.s08 p.p02 {
  font-size: 1.35vw;
  font-weight: 500;
  color: #4a2f16;
}

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

.s08 p.p03 {
  padding: 0.6vw 1.4vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.12vw;
  font-weight: 500;
  text-align: center;
  border-radius: 0.92vw;
  color: #f1ebda;
  background: #ed6ea1;
}

.s08 p.p03.small {
  padding: 0.6vw 1.1vw;
}

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

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

.s08 .cc-btn {
  width: 39.06vw;
  margin: 5.2vw auto 0;
}

.s09 {
  padding: 8.33vw 0;
}

.s09 p {
  width: 69.05vw;
  margin: 0 auto;
  font-size: 3.45vw;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  color: #f1ebda;
}

.s09 p span {
  font-weight: 700;
  position: relative;
}

.s09 p span img {
  position: absolute;
  width: 29.76vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

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

.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: 79.9vw;
}

.x10-faq h2 {
  padding: 0 0 1.56vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2vw;
  font-weight: 500;
  text-align: center;
  color: #e8dbc1;
}

.x10-faq h2 span {
  padding: 0 1vw;
  font-family: "LorenBlakeScript", sans-serif;
  font-size: 4.58vw;
  font-weight: 400;
}

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

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

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

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

.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: 16;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

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

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

.onm-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;
}

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

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

.onm-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: 5vw;
    border-radius: 2.5vw;
  }
  .cc-btn::before {
    border-radius: 2.5vw;
  }
  .s01 {
    z-index: 12;
  }
  .s01-bg {
    width: 100%;
    height: initial;
  }
  .video-container {
    position: relative;
    top: initial;
    right: initial;
    width: 100%;
    margin: 4vw auto 0;
  }
  .video-main {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
  }
  .s01-wrap {
    width: 92vw;
    padding: 4.17vw 0 6vw;
    align-items: center;
  }
  .s01-info {
    width: 100%;
    align-items: center;
  }
  .s01-logo {
    width: 18.75vw;
  }
  .s01 h1 {
    width: 74vw;
    padding: 52vw 0 4vw;
    padding: 6vw 0 4vw;
    font-size: 6.5vw;
    font-weight: 500;
    line-height: 1.1;
    text-align: center;
  }
  .s01 h1 span img {
    width: 76vw;
  }
  .s01 p.p01 {
    width: 82vw;
    font-size: 5vw;
    text-align: center;
  }
  .s01 .cc-btn {
    width: 76vw;
    margin: 6vw auto;
    padding: 3vw 1vw;
    font-size: 4.17vw;
  }
  .s01-arrow {
    width: 3vw;
  }
  .s02-wrap {
    -webkit-animation: marqueeEffect 20s linear infinite;
    animation: marqueeEffect 20s linear infinite;
  }
  .s02 img {
    width: 220vw;
    max-width: 220vw;
  }
  .s03 {
    padding: 12vw 0 0;
  }
  .s03 h2 {
    padding: 0 0 8vw;
    font-size: 5vw;
  }
  .s03 h2 span {
    padding: 2vw 0 0;
    font-size: 14vw;
  }
  .s03-row {
    flex-direction: column;
  }
  .s03-item {
    width: 100%;
  }
  .s03-item p {
    width: 60vw;
    font-size: 5.4vw;
  }
  .s04 {
    padding: 12vw 0;
    flex-direction: column;
    gap: 10vw;
  }
  .s04-wrap {
    flex-direction: column;
  }
  .s04 h2 {
    width: 80vw;
    font-size: 6.5vw;
    text-align: center;
  }
  .s04 h2 span {
    font-size: inherit;
  }
  .s04 h2 span img {
    width: 80vw;
  }
  .s04-col {
    align-items: center;
    gap: 5vw;
  }
  .s04 p.p01 {
    padding: 4.17vw;
    font-size: 4.17vw;
  }
  .s04 .cc-btn {
    width: 86vw;
    font-size: 4.6vw;
  }
  .s05 h2 {
    margin: 0 auto;
    padding: 14vw 0 6vw;
    flex-direction: column;
    font-size: 5vw;
  }
  .s05 h2 span {
    margin: 0 0 -7vw;
    font-size: 14vw;
  }
  .s05-row {
    width: 87.5vw;
    margin: 0 auto;
    padding: 0 0 14vw;
    flex-direction: column;
    align-items: center;
    gap: 4.5vw;
  }
  .s05-card {
    width: 100%;
    padding: 8vw 5vw;
    border-radius: 8vw;
  }
  .s05 h3 {
    padding: 0 0 4vw;
    font-size: 5.6vw;
  }
  .s05 ul {
    gap: 3vw;
  }
  .s05 li {
    gap: 2vw;
    font-size: 3.5vw;
  }
  .s05 li img {
    width: 3.2vw;
  }
  .s06-wrap {
    padding: 12vw 0;
  }
  .s06 h2 {
    padding: 0 0 4vw;
    font-size: 5vw;
    flex-direction: column;
  }
  .s06 h2 span {
    padding: 2vw 0 0;
    font-size: 14vw;
    display: block;
  }
  .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.8vw;
  }
  .s06 .cc-btn {
    width: 86vw;
    margin: 8vw 0 0;
    font-size: 4.6vw;
  }
  .s07 {
    padding: 8vw 0 14vw;
  }
  .s07 h2 {
    padding: 0 0 4vw;
    font-size: 5vw;
  }
  .s07 h2 span {
    padding: 0 3vw 0 4vw;
    font-size: 14vw;
  }
  .s07 .splide {
    width: 92vw;
  }
  .s07 .scarrousel-item {
    border-radius: 4vw;
  }
  .s07-plus {
    right: 2vw;
    bottom: 2vw;
    width: 6vw;
  }
  .s07-text {
    padding: 4vw;
  }
  .s07 h4 {
    font-size: 4.8vw;
  }
  .s07-text p {
    font-size: 2.8vw;
  }
  .s08 {
    padding: 12vw 0;
  }
  .s08 h2 {
    margin: 0 auto;
    padding: 0 0 6vw;
    flex-direction: column;
    font-size: 5vw;
  }
  .s08 h2 span {
    margin: 0 0 -4vw;
    font-size: 14vw;
  }
  .s08 .splide {
    width: 82vw;
    height: 100vw;
    margin-right: -6vw;
  }
  .s08 .splide__arrows--ttb .splide__arrow {
    width: 5vw;
    height: 13vw;
  }
  .s08 .scarrousel-item {
    width: 100%;
    flex-direction: column;
  }
  .cc-splide-01 .splide__list img {
    width: 100%;
    height: 40vw;
  }
  .s08-info {
    width: 100%;
  }
  .s08 h3 {
    font-size: 7vw;
  }
  .s08 p.p01 {
    font-size: 5vw;
  }
  .s08 p.p02 {
    font-size: 3.2vw;
  }
  .s08-row {
    gap: 2vw;
  }
  .s08 p.p03 {
    padding: 3vw;
    font-size: 3vw;
    border-radius: 2vw;
  }
  .s08 p.p03.small {
    padding: 0.6vw 2vw;
  }
  .s09 {
    padding: 12vw 0;
  }
  .s09 p {
    width: 80vw;
    font-size: 5.8vw;
  }
  .s09 p span img {
    width: 50vw;
  }
  .x10 {
    padding: 2vw 0 18vw;
  }
  .x10-faq {
    width: 87.5vw;
  }
  .x10-faq h2 {
    font-size: 5vw;
    flex-direction: column;
  }
  .x10-faq h2 span {
    font-size: 14vw;
  }
  .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 p {
    padding-top: 2vw;
    font-size: 3.5vw;
  }
  .x10 .cc-btn {
    width: 86vw;
    margin: 6vw 0 0;
    font-size: 4.6vw;
  }

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