/* Poppins and Playfair Display */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap&family=Playfair+Display:ital,wght@0,400..900;1,400..900");

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: "Poppins", sans-serif;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #fff;
  background: #001120;
  margin: 0;
  padding: 0;
  position: relative;
}

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

.cc-btn {
  padding: 0.82vw 1.99vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.9vw;
  font-family: "Poppins", sans-serif;
  font-size: 1.4vw;
  font-weight: 500;
  text-align: center;
  border-radius: 4.17vw;
  color: #000;
  background: #d2a927;
  transition:
    filter 0.3s,
    transform 0.3s;
  position: relative;

  background-image: linear-gradient(45deg, #b58a3c, #e7d780, #b58a3c, #e7d780);
  background-size: 330% 100%;
  background-position: 0 0;
  transition: background 1.6s cubic-bezier(0.55, 0.1, 0.47, 0.94) !important;
  transition: background 3.6s cubic-bezier(0.97, 0.01, 0.24, 0.99) !important;
  transition:
    filter 0.3s,
    transform 0.3s;
  animation: textura 3.4s ease 0s infinite;
  position: relative;
}

@keyframes textura {
  from {
    background-position: 0% 0%;
  }
  to {
    background-position: 100% 0%;
  }
}

.cc-btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  border-radius: 4.17vw;
  box-shadow: 0vw 0.89vw 2.81vw 0vw rgb(210 169 39 / 80%);
  transition: opacity 0.3s;
}

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

.cc-btn img {
  width: 2.4vw;
  filter: brightness(0);
}

.s01 .cc-btn img {
  width: 1.4vw;
}

.cc-btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  border-radius: 4.17vw;
  box-shadow: 0vw 0.89vw 2.81vw 0vw rgb(210 169 39 / 80%);
  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); */
}

h2 {
  font-size: 2.6vw;
  text-align: center;
}

p {
  line-height: 1.3;
}

.s00 {
  padding: 0.6vw 6vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8vw;
  background-color: #d2aa26;
  position: relative;
}

.s00 p {
  font-size: 1.3vw;
  text-align: center;
  font-weight: 500;
  color: #002e3f;
}

.s00-info {
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.8vw;
}

.s00-contador {
  display: block;
}

.timer {
  display: flex;
  align-items: center;
  gap: 0.6vw;
  color: #002e3f;
}

.timer .item {
  font-size: 1.3vw;
  font-weight: 500;
  display: flex;
  align-items: baseline;
  gap: 0.2vw;
}

.timer .number {
  width: 2vw;
  display: inline-block;
  text-align: center;
  font-size: 1.2em;
  font-weight: 700;
}

.timer .separador {
  width: 0.1rem;
  height: 0.9vw;
  background: #002e3f;
}

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

.s00 .cc-btn {
  margin: 0;
  font-size: 1vw;
  font-weight: 500;
  color: #fff;
  background-color: #002e3f;
  background: #11455a;
}

.s00-click {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.s01 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  overflow: hidden;
}

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

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

.s01-wrap {
  width: 61.4vw;
  padding: 5.38vw 0 4.56vw;
}

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

.s01-logo {
  width: 13.22vw;
}

.s01 h1 {
  font-family: "Playfair Display", serif;
  font-size: 2.92vw;
  font-weight: 900;
  line-height: 1.3;
  background: linear-gradient(
    90deg,
    #ecd05d 0%,
    #c69533 35%,
    #f1e792 70%,
    #e7c542 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.s01 p.p01 {
  font-size: 1.29vw;
  font-weight: 400;
  line-height: 1.1;
  display: flex;
  align-items: center;
  gap: 0.47vw;
}

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

.s01 p.p02 {
  padding: 1.17vw 0 0.58vw;
  font-size: 2.11vw;
  font-weight: 600;
  line-height: 1.1;
}

.s01 p.p03 {
  width: 17.54vw;
  padding: 0.58vw 0 0;
  font-size: 0.82vw;
  text-align: center;
}

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

.s01 p.p04 {
  padding: 0 0 1.17vw;
  font-family: "Playfair Display", serif;
  font-size: 3.51vw;
  font-weight: 900;
  background: linear-gradient(90deg, #e0eeff, #58c4ee);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.s04 {
  padding: 4.68vw 0;
  position: relative;
}

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

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

.video-container {
  width: 49.12vw;
  margin: 0 auto;
  border-radius: 0.7vw;
  overflow: hidden;
  z-index: 2;
  box-shadow: 0 0 3.51vw 0.23vw rgb(199 166 75 / 60%);
}

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

.video-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.video-container .player {
  cursor: pointer;
}

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

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

.s90 p {
  font-size: 1.04vw;
  color: rgb(255 255 255 / 60%);
}

.s02 {
  padding: 1.75vw 0 6.43vw;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
  position: relative;
}

.s02::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.1rem;
  top: 0;
  left: 0;
  background-image: linear-gradient(90deg, #c7a64b57, #c7a64b, #c7a64b57);
  display: none;
}

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

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

.s02-box {
  padding: 4.09vw 0 2.57vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.s02 h2 {
  font-family: "Playfair Display", serif;
  font-size: 5.15vw;
  font-weight: 900;
}

.s02-ornamento {
  width: 37.13vw;
}

.s02 ul {
  width: 40.94vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.17vw;
}

.s02 li {
  width: 100%;
  padding: 0.58vw 0.94vw;
  display: flex;
  align-items: center;
  gap: 1.17vw;
  border-radius: 0.82vw;
  background-image: linear-gradient(45deg, #186291, #2785be);
}

.s02 li > span {
  width: 10.53vw;
  flex-shrink: 0;
  padding: 0.47vw 0.7vw;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0.58vw;
  background: #fff;
  border-radius: 2.92vw 0 2.92vw 2.92vw;
}

.s02 li > span span {
  /* font-family: "Playfair Display", serif; */
  font-size: 1.87vw;
  font-weight: 700;
  text-align: center;
  background: linear-gradient(90deg, #0b407e, #3d97ba);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.s02 li > span img {
  width: 1.81vw;
}

.s02 li p {
  font-size: 1.17vw;
  line-height: 1.1;
  text-transform: uppercase;
}

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

.s02-local {
  width: 40.94vw;
  margin: 2.11vw 0 0;
  padding: 0.7vw 0;
  border: 0.1rem solid #e2c76f;
  border-radius: 1.87vw 0 1.87vw 0;
  background-image: linear-gradient(#343e46, #333d45, #333e4a);
}

.s02 p.p02 {
  font-size: 1.35vw;
  font-weight: 600;
  text-align: center;
  background: linear-gradient(
    90deg,
    #ecd05d 0%,
    #c69533 35%,
    #f1e792 70%,
    #e7c542 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.s02 .cc-btn {
  padding: 1.05vw 1.99vw;
  margin: 2.92vw 0 0;
}

.s02 p.p03 {
  width: 17.54vw;
  padding: 0.58vw 0 0;
  font-size: 0.82vw;
  text-align: center;
}

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

.s03 {
  padding: 6vw 0 10vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.s03::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.1rem;
  top: 0vw;
  left: 0vw;
  background-image: linear-gradient(
    90deg,
    rgba(199, 166, 75, 0.34),
    rgb(199, 166, 75),
    rgba(199, 166, 75, 0.34)
  );
}

.s03 h2 {
  padding: 0 0 2vw;
}

.s03-row {
  padding: 0 0 2vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5.85vw;
}

.s03-row a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.35vw;
}

.s03-row a:hover p {
  text-decoration: underline;
}

.s03-row p {
  font-size: 1.4vw;
}

.hide-desktop {
  display: none;
}

@media screen and (max-width: 600px) {
  .cc-btn,
  form input[type="submit"] {
    width: 90%;
    padding: 3.5vw 2.5vw;
    font-size: 4vw;
    border-radius: 8vw;
  }
  .cc-btn::before {
    border-radius: 8vw;
  }
  .s00 {
    padding: 1.2vw 6vw;
    flex-wrap: wrap;
    column-gap: 2vw;
    row-gap: 0.4vw;
  }
  .s00 p {
    font-size: 3.6vw;
  }
  .timer {
    gap: 1.2vw;
  }
  .timer .item {
    font-size: 3.6vw;
  }
  .timer .number {
    width: 6vw;
  }
  .timer .separador {
    height: 2.8vw;
  }
  .s00 .cc-btn {
    width: 50vw;
    padding: 2.2vw 1vw;
    font-size: 3vw;
  }
  .s01-bg {
    height: initial;
  }
  .s01-bg img {
    height: initial;
    object-fit: contain;
  }
  .s01-wrap {
    width: 90vw;
    padding: 0 0 12vw;
    align-items: center;
  }
  .s01-info {
    width: 90vw;
  }
  .s01-logo {
    width: 45.83vw;
    padding: 62.5vw 0 0;
  }
  .s01 h1 {
    padding: 0 0 2.08vw;
    font-size: 9.58vw;
    text-align: center;
  }
  .s01 p.p01,
  .s01 p.p02 {
    font-size: 5vw;
  }
  .s01 p.p01 {
    margin: -1.67vw 0 0;
    font-size: 4.38vw;
    text-align: center;
    gap: 1.67vw;
  }
  .s01 p.p02 {
    padding: 2.92vw 0 0;
    font-size: 7.5vw;
  }
  .s01 p.p03 {
    width: 70.83vw;
    padding: 1.67vw 0 0;
    font-size: 3.33vw;
    text-align: center;
  }
  .s01 p.p04 {
    padding: 0 0 4.17vw;
    font-size: 12.5vw;
  }
  .s01 .cc-btn {
    gap: 2vw;
  }
  .s01 .cc-btn img {
    width: 4vw;
  }
  .cc-btn img {
    width: 4.6vw;
  }
  .s90 p {
    font-size: 3.71vw;
    color: rgb(255 255 255 / 60%);
  }
  .s04 {
    padding: 16.67vw 0;
  }
  .video-container {
    width: 86.25vw;
    border-radius: 1.67vw;
    box-shadow: 0 0 4.17vw 1.25vw rgb(199 166 75 / 60%);
  }
  .video-main {
    padding-bottom: 176%;
  }
  .s02 {
    padding: 18vw 0;
    overflow: hidden;
  }
  .s02-box {
    width: 87.5vw;
    padding: 12.92vw 0 10.42vw;
    border-radius: 3.33vw;
  }
  .s02 h2 {
    padding: 0 0 1.67vw;
    font-size: 9.58vw;
  }
  .s02-ornamento {
    width: 62.5vw;
  }
  .s02 ul {
    width: 100%;
    margin: 0 auto;
    gap: 3.33vw;
  }
  .s02 li {
    gap: 2.08vw;
  }
  .s02 li > span {
    width: 20.42vw;
    padding: 0.83vw 1.67vw;
    gap: 0.83vw;
  }
  .s02 li > span img {
    width: 3.75vw;
  }
  .s02 li > span span {
    font-size: 3.75vw;
  }
  .s01 h3 {
    width: 100%;
    padding: 0 0 4vw;
    font-size: 4.4vw;
    text-align: center;
  }
  .s02 h3 {
    width: 100%;
    padding: 0 0 4vw;
    font-size: 5vw;
  }
  .s02 p {
    width: 100%;
    font-size: 3.75vw;
    gap: 2.08vw;
  }
  .s02 p + p {
    padding: 2vw 0 0;
  }
  .s02-local {
    width: 100%;
    padding: 1.67vw 8.33vw;
  }
  .s02 p.p02 {
    font-size: 3.75vw;
  }
  .s02 .cc-btn {
    margin: 8.33vw 0 1.67vw;
  }
  .s02 p.p03 {
    width: 70.83vw;
    font-size: 3.33vw;
  }
  .s03 {
    padding: 0 0 18vw;
  }
  .s03 h2 {
    width: 86vw;
    padding: 12vw 0 6vw;
    font-size: 6vw;
  }
  .s03-row {
    padding: 0 0 4vw;
    gap: 8.33vw;
  }
  .s03-row a {
    gap: 2vw;
  }
  .s03-social img {
    width: 20%;
  }
  .s03-row p {
    font-size: 3.8vw;
  }
  .s03 .cc-btn {
    font-size: 3.6vw;
  }
  .hide-desktop {
    display: flex;
  }
  .hide-mobile {
    display: none;
  }
}
