/* 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;
  overflow: hidden;
}

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

.cc-btn {
  padding: 1.17vw 2.46vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.58vw;
  font-family: "Denostill", sans-serif;
  font-size: 1.64vw;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background: #ed6ea1;
  border-radius: 0.7vw;
  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.5;
  border-radius: 0.83vw;
  box-shadow: 0 0.94vw 2.81vw 0 rgba(237, 110, 161, 0.8);
  transition: opacity 0.3s;
  z-index: -1;
}

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

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

.s01 {
  width: 84.21vw;
  margin: 0 auto;
  padding: 3.51vw 0 0;
  display: flex;
  align-items: flex-end;
  gap: 4.56vw;
  position: relative;
}

.s01-info {
  width: 35.67vw;
  padding: 0 0 5.33vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.s01-info svg {
  width: 7.25vw;
  height: auto;
}

.s01 h1 {
  width: 42.11vw;
  padding: 4.09vw 0 1.4vw;
  font-family: "Awesome-Serif", serif;
  font-size: 4.44vw;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
}

.s01 p.p01 {
  font-size: 1.4vw;
  line-height: 1.3;
}

.s01 p.p01 span {
  font-weight: 600;
  color: #ed6ea1;
}

.s01-row {
  margin: 2.47vw 0;
  padding: 1.17vw 1.75vw;
  display: flex;
  align-items: center;
  background-color: #fff;
}

.s01-row p {
  font-size: 1.05vw;
  font-weight: 500;
  color: #4a2f16;
}

.s01-row p span {
  font-weight: 700;
}

.s01-row p.big {
  margin-left: 1.52vw;
  padding-left: 1.52vw;
  font-size: 2.57vw;
  border-left: 0.3rem solid #4a2f16;
}

.s01-img {
  width: 41.23vw;
}

.s01-img img {
  width: 100%;
}

.s02 {
  position: relative;
  background-color: #4a2f16;
  z-index: 1;
}

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

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

.s02-wrap {
  width: 77.78vw;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}

.s02-info {
  width: 32.16vw;
  padding: 3.81vw 0 23.04vw;
  display: flex;
  flex-direction: column;
}

.s02 h2 {
  width: 27.02vw;
  font-family: "Awesome-Serif", serif;
  font-size: 3.33vw;
  font-weight: 400;
  line-height: 1.3;
  text-transform: uppercase;
}

.s02 h2 span {
  font-weight: 700;
  position: relative;
}

.s02 h2 span img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  max-width: 9.71vw;
  width: 9.71vw;
  height: auto;
}

.s02 p.p01 {
  width: 26.32vw;
  padding: 0.58vw 0 2.53vw;
  font-size: 1.18vw;
  line-height: 1.3;
}

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

.s02 p.p02 {
  width: 100%;
  padding: 0.7vw 0.58vw 0.7vw 1.75vw;
  font-size: 1.11vw;
  color: #322112;
  background-color: #ed6ea1;
}

.s02 p.p02 + p.p02 {
  margin: 0.61vw 0 0;
}

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

.s03 {
  width: 77.78vw;
  margin: -17.08vw auto 0;
  padding: 3.33vw 0 6.2vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  position: relative;
  z-index: 2;
}

.s03 h2 {
  width: 50.88vw;
  padding: 0 0 3.51vw;
  font-family: "Awesome-Serif", serif;
  font-size: 4.44vw;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  color: #322112;
}

.s03 h2 span {
  font-weight: 700;
  position: relative;
}

.s03 h2 span img {
  position: absolute;
  left: 50%;
  bottom: -0.35vw;
  transform: translateX(-50%);
  z-index: -1;
  max-width: 22.92vw;
  width: 22.92vw;
  height: auto;
}

.s03-area {
  width: 73.8vw;
  padding: 2.98vw 0 4.52vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #322112;
}

.s03 p.p01 {
  padding: 0 0 3.12vw;
  font-size: 1.75vw;
  text-align: center;
  color: #ed6ea1;
}

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

.s03-row {
  display: flex;
  align-items: flex-end;
  gap: 1.4vw;
}

.s03-item {
  width: 19.18vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.s03 h3 {
  font-size: 4.68vw;
  font-weight: 700;
  line-height: 0.6;
  text-align: center;
  color: #ed6ea1;
}

.s03-item p {
  width: 100%;
  min-height: 7.72vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.11vw;
  font-weight: 700;
  text-align: center;
  background-color: #ed6ea1;
}

.s03-row svg {
  width: 2.09vw;
  padding: 0 0 3.12vw;
  box-sizing: content-box;
}

.s03-item svg {
  width: 100%;
  height: auto;
  margin: 0 0 -0.05rem;
  padding: 0;
}

.s03 p.p02 {
  width: 47.37vw;
  padding: 3.57vw 0 0;
  font-size: 2.22vw;
  text-align: center;
  color: #322112;
}

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

.s03 p.p02 span img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  max-width: 13.45vw;
  width: 13.45vw;
  height: auto;
}

.s04 {
  width: 77.78vw;
  margin: 0 auto;
  padding: 3.79vw 0 9.47vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.s04 h2 {
  width: 33.8vw;
  font-family: "Awesome-Serif", serif;
  font-size: 3.33vw;
  font-weight: 400;
  text-transform: uppercase;
}

.s04 h2 span {
  font-weight: 700;
  position: relative;
}

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

.s04-info {
  width: 39.3vw;
  display: flex;
  flex-direction: column;
  gap: 1.36vw;
}

.s04-card {
  width: 100%;
  padding: 1.29vw 1.17vw;
  display: flex;
  align-items: center;
  gap: 1.48vw;
  background-color: #ed6ea1;
}

.s04-card svg {
  width: 3.51vw;
  height: auto;
  flex-shrink: 0;
}

.s04-card p {
  font-size: 1.24vw;
  font-weight: 700;
  color: #322112;
}

.s05 {
  width: 77.78vw;
  margin: 0 auto -15.03vw;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  border-radius: 2.46vw;
  color: #ed6ea1;
  background-color: #4a2f16;
  z-index: 1;
  position: relative;
}

.s05-img {
  width: 34.97vw;
  margin: -5.75vw 0 0;
  position: relative;
  z-index: 1;
}

.s05-img::before {
  position: absolute;
  content: "";
  left: -3.27vw;
  bottom: -5.32vw;
  width: 100%;
  height: 23.39vw;
  background-image: radial-gradient(closest-side, #000, #00000000),
    radial-gradient(closest-side, #000, #00000000),
    radial-gradient(closest-side, #000, #00000000);
  filter: blur(3.51vw);
  z-index: -1;
}

.s05-img img {
  width: 100%;
}

.s05-info {
  width: 29.36vw;
  padding: 5.96vw 0 6.85vw;
}

.s05 p.p01 {
  font-size: 1.25vw;
}

.s05 h2 {
  font-family: "Awesome-Serif", serif;
  font-size: 6.8vw;
  font-weight: 400;
  line-height: 0.8;
}

.s05 p.p02 {
  padding: 1.4vw 0 1.29vw;
  font-size: 1.53vw;
  font-weight: 700;
}

.s05 p.p03 {
  width: 26.32vw;
  font-size: 1.25vw;
}

.s06 {
  padding: 21.81vw 0 8.19vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #322112;
}

.s06 h2 {
  font-family: "Awesome-Serif", serif;
  font-size: 4.39vw;
  font-weight: 400;
  text-align: center;
}

.s06 h2 span {
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.s06 h2 span img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  max-width: 18.95vw;
  width: 18.95vw;
  height: auto;
}

.s06-row {
  width: 57.31vw;
  margin: 2.72vw 0 13.65vw;
  padding: 1.8vw 0.58vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.06vw;
  background-color: #fff;
}

.s06-info {
  display: flex;
}

.s06 p {
  font-size: 4.31vw;
  font-weight: 500;
  color: #4a2f16;
}

.s06 p:first-of-type {
  margin-right: 2.57vw;
  padding-right: 2.57vw;
  border-right: 0.23vw solid #4a2f16;
}

.s06 .cc-btn {
}

.s06 svg {
  width: 9.56vw;
  height: auto;
}

.sfooter {
  padding: 3.51vw 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.75vw;
}

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

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

.sfooter p,
.sfooter a {
  font-size: 0.94vw;
  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) {
  .cc-btn {
    width: 68.75vw;
    padding: 4.17vw 1vw;
    font-size: 4.58vw;
  }
  .cc-btn svg {
    width: 3.75vw;
  }
  .cc-btn::before {
    border-radius: 2.5vw;
  }
  .s01 {
    width: 87.5vw;
    padding: 8.75vw 0 0;
    flex-direction: column;
    align-items: center;
    gap: 10.42vw;
  }
  .s01-wrap {
    width: 92vw;
    padding: 8.75vw 0 14.58vw;
    align-items: center;
  }
  .s01-info {
    width: 100%;
    padding: 0;
    align-items: center;
  }
  .s01-info svg {
    width: 18.38vw;
  }
  .s01-logo svg {
    width: 18.38vw;
    margin: 0 auto;
  }
  .s01-line {
    display: none;
  }
  .s01 h1 {
    width: 100%;
    padding: 8.33vw 0 6.25vw;
    font-size: 10.83vw;
    line-height: 1.1;
    text-align: center;
  }
  .s01 p.p01 {
    font-size: 4.58vw;
    text-align: center;
  }
  .s01-row {
    width: 100%;
    margin: 6.25vw 0;
    padding: 4.17vw;
    justify-content: center;
  }
  .s01-row p {
    font-size: 3.13vw;
  }
  .s01-row p.big {
    margin-left: 3.75vw;
    padding-left: 3.75vw;
    font-size: 6.25vw;
    border-left: 0.2rem solid #4a2f16;
  }
  .s01-img {
    width: 68.75vw;
  }
  .s02-bg {
    top: 6.25vw;
    width: 110%;
  }
  .s02-wrap {
    width: 87.5vw;
  }
  .s02-info {
    width: 100%;
    padding: 12.5vw 0;
  }
  .s02 h2 {
    width: 72.92vw;
    font-size: 8.75vw;
  }
  .s02 h2 span img {
    max-width: 27.08vw;
    width: 27.08vw;
  }
  .s02 p.p01 {
    width: 60.42vw;
    padding: 2.08vw 0 8.33vw;
    font-size: 4.17vw;
  }
  .s02 p.p02 {
    width: 100%;
    padding: 2.5vw 8.33vw 2.5vw 4.17vw;
    font-size: 3.96vw;
  }
  .s03 {
    width: 100%;
    margin: 0 auto;
    padding: 10.42vw 0;
  }
  .s03 h2 {
    width: 75vw;
    padding: 0 0 6.25vw;
    font-size: 8.75vw;
  }
  .s03 h2 span img {
    bottom: -0.83vw;
    max-width: 47.92vw;
    width: 47.92vw;
  }
  .s03-area {
    width: 87.5vw;
    padding: 10.42vw 0;
  }
  .s03 p.p01 {
    width: 79.17vw;
    padding: 0 0 10.42vw;
    font-size: 4.17vw;
  }
  .s03-row {
    flex-direction: column;
    align-items: center;
    gap: 5vw;
  }
  .s03 h3 {
    font-size: 16.67vw;
  }
  .s03-item {
    width: 68.33vw;
  }
  .s03-item p {
    padding: 0 3.33vw;
    min-height: 27.5vw;
    font-size: 3.96vw;
    font-weight: 600;
  }
  .s03-row svg {
    width: 7.29vw;
    padding: 0;
  }
  .s03-item svg {
    width: 100%;
  }
  .s03 p.p02 {
    width: 83.33vw;
    padding: 8.33vw 0 0;
    font-size: 5vw;
  }
  .s03 p.p02 span img {
    max-width: 31.25vw;
    width: 31.25vw;
  }
  .s04 {
    width: 87.5vw;
    padding: 12.5vw 0;
    flex-direction: column;
    gap: 6.25vw;
  }
  .s04 h2 {
    width: 100%;
    font-size: 8.33vw;
  }
  .s04 h2 span img {
    max-width: 45.83vw;
    width: 45.83vw;
  }
  .s04-info {
    width: 100%;
    gap: 3.33vw;
  }
  .s04-card {
    width: 100%;
    padding: 4.58vw 3.33vw;
    gap: 4.17vw;
  }
  .s04-card svg {
    width: 8.33vw;
  }
  .s04-card p {
    font-size: 3.75vw;
    font-weight: 600;
  }
  .s05 {
    width: 87.5vw;
    margin: 0 auto -53.54vw;
    flex-direction: column-reverse;
    align-items: center;
    border-radius: 6.67vw;
  }
  .s05-img {
    width: 70.83vw;
    margin: 0;
  }
  .s05-info {
    width: 75vw;
    padding: 12.5vw 0 4.17vw;
  }
  .s05 p.p01 {
    font-size: 3.33vw;
  }
  .s05 h2 {
    font-size: 16.25vw;
  }
  .s05 p.p02 {
    padding: 5vw 0 4.58vw;
    font-size: 4.58vw;
    font-weight: 600;
  }
  .s05 p.p03 {
    width: 100%;
    font-size: 3.75vw;
  }
  .s06 {
    padding: 66.67vw 0 18.75vw;
  }
  .s06 h2 {
    width: 60.42vw;
    font-size: 8.75vw;
  }
  .s06 h2 span img {
    max-width: 41.67vw;
    width: 41.67vw;
  }
  .s06-row {
    width: 77.08vw;
    margin: 9.58vw 0 18.75vw;
    padding: 4.17vw 2.08vw;
    flex-direction: column;
    gap: 4.17vw;
  }
  .s06 p {
    font-size: 6.25vw;
  }
  .s06 p:first-of-type {
    margin-right: 3.75vw;
    padding-right: 3.75vw;
    border-right: 0.2rem solid #4a2f16;
  }
  .s06 .cc-btn {
    width: 66.67vw;
    padding: 4.17vw 1vw;
    font-size: 3.75vw;
  }
  .s06 svg {
    width: 22.92vw;
  }
  .sfooter {
    padding: 12.5vw 0;
    gap: 4.17vw;
  }
  .sfooter-social {
    gap: 4.17vw;
  }
  .sfooter svg {
    width: 8.33vw;
  }
  .sfooter p {
    font-size: 3.33vw;
  }
  .cc-whatsapp {
    transform: translateX(-2rem) scale(1.1);
    bottom: 1rem;
  }

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

.modal-cadastro .hsfc-FieldLabel,
.modal-cadastro span span {
  color: #fff;
}

.modal-cadastro {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 400;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  -webkit-backdrop-filter: blur(0.6rem);
  backdrop-filter: blur(0.6rem);
  display: none;
  color: #333;
}
.modal-cadastro > div {
  height: fit-content;
}
.modal-cadastro div {
  color: #333;
}
.modal-cadastro.mostrar {
  display: flex;
}
.modal {
  width: min(42rem, 90%);
  border-radius: 1rem;
  box-shadow: 0vw 0.18vw 1.75vw #e7004c38;
  -webkit-box-shadow: 0vw 0.18vw 1.75vw #e7004c38;
  position: relative;
  color: #e7e7e7;
  background: #d6b08e;
  background: #fccdf2;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0vw 0.35vw 3.51vw 0.12vw rgb(139 94 56 / 40%);
}
.modal-close {
  width: 2rem;
  height: 2rem;
  margin: 2rem;
  transition: 0.5s;
  cursor: pointer;
  align-self: flex-end;
  position: relative;
  position: absolute;
  z-index: 12;
}
.modal-close::before,
.modal-close::after {
  position: absolute;
  content: "";
  width: 2.4rem;
  height: 0.3rem;
  background-color: #ed6ea1;
  top: 1vw;
  left: 0;
  transform: rotate(45deg);
}
.modal-close::after {
  transform: rotate(-45deg);
}
.modal-close:hover {
  transform: scale(1.01);
}
