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

.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%;
  height: 100%;
  object-fit: cover;
}

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

.s01 h1 {
  font-family: "Playfair Display", serif;
  font-size: 4.97vw;
  font-weight: 900;
  line-height: 1;
  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;
}

.s01 p.p01 {
  padding: 0.58vw 0 0;
  font-size: 1.3vw;
  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: 0.12vw 0;
  font-size: 2.08vw;
  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 2.16vw;
  font-family: "Playfair Display", serif;
  font-size: 4.68vw;
  font-weight: 900;
  line-height: 0.9;
  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 1.75vw 0.23vw rgb(181 225 250 / 50%);
}

.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: 2.34vw 0 4.44vw;
  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 h2,
.s02 h3 {
  font-family: "Playfair Display", serif;
  font-size: 2.87vw;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 1.75vw;
}

.s02 h2 img,
.s02 h3 img {
  width: 7.49vw;
}

.s02 h2 img:last-of-type,
.s02 h3 img:last-of-type {
  transform: rotate(180deg);
}
.s02-ornamento {
  width: 29.82vw;
  padding: 1.17vw 0 0;
}

.s02 p.p01 {
  padding: 0.88vw 0;
  font-size: 1.05vw;
  text-align: center;
}

.s02 p.p02 {
  font-size: 1.05vw;
  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-row {
  width: 67.84vw;
  padding: 1.52vw 0 2.34vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.94vw;
}

.s02-row p {
  min-width: 16.14vw;
  min-height: 4.21vw;
  padding: 0.7vw;
  font-size: 1.05vw;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.1rem solid #32637d;
  background-image: radial-gradient(#00111f, #002d59);
}

.s02 h3 {
  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-eventos {
  padding: 1.75vw 0 2.34vw;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 1.75vw;
}

.s02-eventos-item {
  padding: 1.29vw 0.58vw 1.75vw;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 1.05vw;
  border: 0.1rem solid #32637d;
  background-image: radial-gradient(#00111f, #002d59);
}

.s02-eventos h4 {
  padding: 0.7vw 0 0.35vw;
  font-size: 1.4vw;
  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-eventos p {
  font-size: 1.05vw;
  text-align: center;
}

.s02-local {
  width: 38.48vw;
  padding: 0.47vw 1.17vw;
  display: flex;
  border: 0.1rem solid #32637d;
  background-image: radial-gradient(#00111f, #002d59);
}

.s02-part {
  display: flex;
  align-items: center;
  gap: 0.94vw;
}

.s02-part:first-of-type {
  margin-right: 0.94vw;
  padding-right: 0.94vw;
  flex-shrink: 0;
  position: relative;
}

.s02-part:first-of-type::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 0.1rem;
  height: 80%;
  background-color: #d9d9d9;
}

.s02 p.pa {
  font-size: 1.4vw;
}

.s02 p.pb {
  font-size: 0.98vw;
  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 {
  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: 70.83vw 0 0;
  }
  .s01 h1 {
    padding: 0 0 2.08vw;
    font-size: 12.5vw;
    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;
  }
  .s01 h3 {
    width: 100%;
    padding: 0 0 4vw;
    font-size: 4.4vw;
    text-align: center;
  }
  .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 0.83vw rgb(181 225 250 / 50%);
  }
  .video-main {
    padding-bottom: 176%;
  }
  .s02 {
    padding: 18vw 0;
    overflow: hidden;
  }
  .s02 h2,
  .s02 h3 {
    padding: 0 0 1.67vw;
    font-size: 9.58vw;
  }
  .s02 h2 img,
  .s02 h3 img {
    display: none;
  }
  .s02-ornamento {
    width: 62.5vw;
  }
  .s02 p.p01 {
    width: 81.25vw;
    padding: 2.08vw 0 3.13vw;
    font-size: 3.75vw;
  }
  .s02-row {
    width: 87.5vw;
    padding: 5.42vw 0 12.5vw;
    gap: 3.33vw;
  }
  .s02-row p {
    width: 100%;
    min-height: 15vw;
    padding: 2.5vw;
    font-size: 3.75vw;
    gap: 2.08vw;
  }
  .s02-eventos {
    width: 66.67vw;
    padding: 6.25vw 0 8.33vw;
    gap: 6.25vw;
    flex-direction: column;
    align-items: normal;
  }
  .s02-eventos-item {
    padding: 4.58vw 2.08vw 6.25vw;
    border-radius: 3.75vw;
  }
  .s02-eventos h4 {
    padding: 2.5vw 0 1.25vw;
    font-size: 5vw;
  }
  .s02-eventos p {
    font-size: 3.75vw;
  }
  .s02-local {
    width: 66.67vw;
    padding: 8.33vw 4.17vw;
    flex-direction: column;
    border-radius: 3.75vw;
  }
  .s02-part {
    gap: 3.33vw;
  }
  .s02-part:first-of-type {
    margin: 0 0 5vw;
    padding: 0 0 5vw;
  }
  .s02 p.pa {
    font-size: 5vw;
  }
  .s02 p.pb {
    font-size: 3.5vw;
  }
  .s02 p.p02 {
    width: 85.42vw;
    font-size: 3.75vw;
  }
  .s02-part:first-of-type {
    margin: 0 0 5vw;
    padding: 0 0 5vw;
    flex-shrink: 0;
    position: relative;
  }
  .s02-part:first-of-type::before {
    width: 80%;
    height: 0.1rem;
    top: 100%;
    right: 50%;
    transform: translateX(50%);
  }
  .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;
  }
}
