@import url("https://fonts.googleapis.com/css2?family=Alan+Sans:wght@300..900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  color: #FFFFFF;
  text-decoration: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  width: 100%;
  height: 100%;
  line-height: 1;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 3rem;
  font-family: "Alan+Sans", sans-serif;
  overflow-x: hidden;
  background: linear-gradient(270deg, #000000, #072249, #000000);
  background-size: 600% 600%;
  animation: gradientAnimation 10s ease infinite;
}

@keyframes gradientAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.shadow {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.he-container {
  width: 100%;
  margin-top: 1rem;
  text-align: center;
  position: relative;
  margin-bottom: 2rem;
}
@media (max-width: 1366px) {
  .he-container {
    margin-top: 10rem;
  }
}
.he-container-title {
  font-weight: bold;
  font-size: 7rem;
  line-height: 80px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  text-shadow: 5px 8px 5px #000;
}
@media (max-width: 1366px) {
  .he-container-title {
    font-size: 6rem;
    line-height: 70px;
  }
}
@media (max-width: 481px) {
  .he-container-title {
    font-size: 4rem;
    line-height: 50px;
  }
}
.he-container-destaque {
  font-weight: 900;
  font-size: 5rem;
  text-transform: uppercase;
  color: #3C93D2;
  line-height: 40px;
}
@media (max-width: 481px) {
  .he-container-destaque {
    font-size: 4.5rem;
  }
}

.main-container {
  width: 100%;
}
.main-container-cards {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.9rem;
}
@media (max-width: 1366px) {
  .main-container-cards {
    gap: 0.5rem;
  }
}
.main-container-card {
  width: 400px;
  text-align: center;
  border: solid 1px #FFFFFF;
  border-radius: 0.5rem;
  padding: 0.8rem;
  font-size: 1rem;
  background: linear-gradient(120deg, #3f3f42, #0E0D2E);
}
@media (max-width: 481px) {
  .main-container-card {
    width: 300px;
    padding: 0.5rem;
  }
}
@media (max-width: 351px) {
  .main-container-card {
    width: 250px;
    padding: 0.2rem;
  }
}
.main-container-card .description {
  font-size: 1.5rem;
}
@media (max-width: 481px) {
  .main-container-card .description {
    font-size: 1.3rem;
  }
}
@media (max-width: 351px) {
  .main-container-card .description {
    font-size: 1rem;
  }
}
.main-container .btn {
  cursor: pointer;
  display: block;
}

.footer {
  width: 100%;
  text-align: center;
  line-height: 2.3rem;
  font-weight: 600;
  margin-top: 2rem;
  text-transform: uppercase;
  letter-spacing: -0.2rem;
}
@media (max-width: 1366px) {
  .footer {
    margin-top: 1rem;
  }
}

#countdown {
  width: 100%;
  font-weight: 900;
  color: #3C93D2;
  text-align: center;
  font-size: 1.5rem;
  margin-top: 1rem;
}
@media (max-width: 1366px) {
  #countdown {
    margin-top: 0.5rem;
  }
}

/*# sourceMappingURL=main.css.map */
