/* 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.83vw 2.02vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.9vw;
  font-family: "Poppins", sans-serif;
  font-size: 1.43vw;
  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: 66vw;
  padding: 3.39vw 0 4.64vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.s01-logo {
  width: 13.45vw;
}

.s01 h1 {
  padding: 2.38vw 0 0;
  font-family: "Playfair Display", serif;
  font-size: 4.05vw;
  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,
.s01 p.p02 {
  font-family: "Playfair Display", serif;
  font-size: 1.79vw;
  font-weight: bold;
  line-height: 1.1;
}

.s01 p.p01 span {
  display: block;
  font-size: 2em;
}

.s01 p.p02 {
  padding: 1.19vw 0 1.79vw;
  font-size: 3.1vw;
  line-height: 1.1;
  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.p02 span {
  font-size: 1.34em;
}

.s01 p.p03 {
  padding: 0.6vw 0 0;
  font-size: 0.83vw;
}

.video-container {
  width: 50vw;
  margin: 0 auto 4.76vw;
  border-radius: 0.71vw;
  overflow: hidden;
  z-index: 2;
  box-shadow: 0 0 3.57vw 0.24vw 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;
}

.s02 {
  padding: 7.74vw 0;
  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);
}

.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.17vw 4.05vw 2.62vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 1.55vw;
  border: 0.2rem solid #fff;
  box-shadow: 0 0 1.19vw 0.3vw rgb(255 255 255 / 60%);
  position: relative;
}

.s02-title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -54%);
  padding: 1.31vw 3.45vw;
  border-radius: 1.55vw;
}

.s02-title::before {
  position: absolute;
  content: "";
  width: 110%;
  height: 130%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: radial-gradient(closest-side, #001120 80%, transparent);
  z-index: -1;
  filter: blur(0.36vw);
}

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

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

.s02 li {
  font-size: 1.49vw;
  display: flex;
  gap: 1.19vw;
}

.s02 li > span {
  min-width: 6vw;
  font-family: "Playfair Display", serif;
  font-weight: 900;
  border-radius: 0.3vw;
  color: #fff;
  text-align: center;
}

.s02-box p {
  text-transform: uppercase;
}

.s02-box p span {
  padding: 0 0.24vw;
  font-weight: 700;
  border-radius: 0.3rem;
  background: linear-gradient(90deg, #b3883b, #d8b859, #d5ac4f);
}

.s02 p + p {
  padding: 2vw 0 0;
}

.s02 p.p02 {
  width: 41.67vw;
  padding: 2.98vw 0 0;
  font-size: 1.37vw;
  font-weight: 600;
  text-align: center;
  color: #c29345;
}

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

.s02 p.p03 {
  padding: 0.6vw 0 0;
  font-size: 0.83vw;
  text-align: center;
}

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

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

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

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

.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-logo {
    width: 45.83vw;
    padding: 62.5vw 0 0;
  }
  .s01 h1 {
    padding: 3.75vw 0 2.08vw;
    font-size: 14.17vw;
    text-align: center;
  }
  .s01 p.p01,
  .s01 p.p02 {
    font-size: 5vw;
  }
  .s01 p.p01 {
    margin: -2.08vw 0 0;
    font-size: 5.83vw;
    text-align: center;
  }
  .s01 p.p02 {
    padding: 5vw 0;
    font-size: 8.75vw;
  }
  .s01 p.p03 {
    width: 70.83vw;
    padding: 1.67vw 0 0;
    font-size: 3.33vw;
    text-align: center;
  }
  .s01 .cc-btn {
    gap: 2vw;
  }
  .s01 .cc-btn img {
    width: 4vw;
  }
  .cc-btn img {
    width: 4.6vw;
  }
  .video-container {
    width: 86.25vw;
    margin: 0 auto 10.42vw;
    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 4.17vw 10.42vw;
    border-radius: 3.33vw;
  }
  .s02-title {
    padding: 2vw 4vw;
  }
  .s02-title::before {
    width: 120%;
    background-image: radial-gradient(closest-side, #001120 90%, transparent);
    filter: blur(3vw);
  }
  .s02 h2 {
    font-size: 6.67vw;
  }
  .s02 ul {
    width: 100%;
    margin: 0 auto;
    gap: 3.33vw;
  }
  .s02 li {
    gap: 2.08vw;
  }
  .s02 li > span {
    font-size: 3.75vw;
    flex-shrink: 0;
  }
  .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 p.p02 {
    width: 100%;
    padding: 8.33vw 0 0;
    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;
  }
  .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;
  }
}
