h1 {
  font: 900 2.25rem/100% Mattone, sans-serif;
  text-transform: uppercase;
}

h2 {
  font: 900 1.5rem/100% Mattone, sans-serif;
  text-transform: uppercase;
}

h3 {
  font: 700 1rem/130% Mattone, sans-serif;
  text-transform: uppercase;
}

h4 {
  font: 700 0.5rem Mattone, sans-serif;
  text-transform: uppercase;
}

p {
  font: 400 1rem/110% Rethink Sans, sans-serif;
  color: var(--text);
}

a {
  font: 500 1rem/100% Rethink Sans, sans-serif;
  text-decoration: none;
  text-align: center;
  color: var(--text);
}

.cta {
  color: var(--primary);
}

.titulo {
  position: static;
  left: 0;
  text-align: center;
  color: var(--primary);
}

header {
  justify-content: center;
}
header nav {
  display: none;
}

menu {
  margin: auto;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 3;
  display: flex;
  gap: 0.5rem;
  padding: 1rem;
  background-color: var(--back);
}
menu a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  border-radius: 8px;
  text-align: start;
}
menu a icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
menu .cta {
  width: 100%;
  justify-content: space-between;
  background-color: var(--terciary);
}

main hero {
  flex-direction: column;
}
main hero .cheesy {
  height: 60vh;
}
main hero .gaming {
  height: auto;
  max-height: 80vh;
  width: 100%;
  left: 0;
  object-fit: contain;
}
main hero welcome {
  text-align: center;
}
main hero welcome h1 {
  color: var(--primary);
}
main hero welcome p {
  font-size: 1.2rem;
}
main hero welcome actions {
  flex-direction: column;
}
main hero welcome actions a {
  display: flex;
  justify-content: center;
  text-align: center;
}
main hero welcome actions socials {
  display: flex;
  gap: 0.5rem;
}
main hero welcome actions socials .icone {
  width: 100%;
  transition: background-color 500ms;
}
main hero welcome actions socials .icone:hover {
  background-color: var(--secondary);
}
main hero welcome actions socials .icone:hover .icon {
  scale: 1;
}
main hero welcome .anos {
  width: 100%;
}
main hero welcome .anos a:hover {
  scale: 1;
}
main hero .index {
  left: 0;
  top: -6rem;
}
main .new {
  height: 100vh;
}
main .hall {
  flex-direction: column;
  padding-top: 4rem;
}
main .hall .cheesy {
  height: 80vh;
}
main .hall welcome {
  position: relative;
  top: -6rem;
}
main .hall welcome h1 {
  text-align: center;
}
main .bg {
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  filter: blur(6px);
  opacity: 75%;
}
main content {
  width: 90%;
  margin: auto;
  display: flex;
  flex-direction: column;
  position: relative;
  top: -2rem;
  z-index: 2;
  gap: 3rem;
}
main content calendar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
main content calendar dates {
  width: 100%;
  flex-direction: column;
}
main content calendar dates month event {
  flex-direction: column;
  gap: 0.25rem;
}
main content calendar dates month event h3 {
  text-align: center;
}
main content calendar dates month event p {
  font-size: 1rem;
}
main content calendar dates .atual {
  background-color: rgba(16, 16, 16, 0.5019607843);
}
main content category {
  align-items: center;
}
main content category cats {
  display: flex;
  flex-direction: column;
}
main content category .last {
  grid-column: 2/4;
}
main content previous {
  align-items: center;
  gap: 1rem;
}
main content previous years {
  width: 100%;
  flex-direction: column;
}
main content about {
  text-align: center;
}
main content howto {
  padding: 0.75rem;
}
main content howto context text {
  gap: 1rem;
  padding: 1rem;
}
main content howto context text h2 {
  padding: 1rem;
}
main content howto context text step {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 0.5rem;
}
main content howto context text step h3 {
  top: 0;
}
main content howto iframe {
  flex-basis: 100%;
  object-fit: cover;
  border-radius: 8px;
}
main content faq {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
  padding: 2rem;
  border-radius: 12px;
  background-color: var(--terciary);
}
main content faq question {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
main content faq question h3 {
  color: var(--text);
}
main content faq disc {
  flex-direction: column;
  text-align: center;
  gap: 1rem;
}
main content faq disc h3 {
  color: var(--primary);
}
main content faq disc .icone {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem;
  border-radius: 8px;
  background-color: var(--terciary);
  transition: background-color 500ms;
}
main content faq disc .icone .icon {
  scale: 1;
  transition: scale 750ms;
}
main content faq disc .icone:hover .icon {
  scale: 1;
}
main content form {
  margin: auto;
}
main content options {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
main content options a {
  padding: 0.75rem 1rem;
  border-radius: 12px;
  color: var(--text);
  border: 4px var(--secondary) solid;
  background-color: 0;
  transition: background-color 500ms, color 750ms;
}
main content options .no {
  color: var(--secondary);
}
main content options a:hover {
  color: var(--primary);
  background-color: var(--terciary);
}
main content hall {
  width: 100%;
  display: flex;
  flex-direction: column;
}
main content round {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main content round contestant iframe {
  max-height: 40vh;
}
main content round contestant panel info .pfp {
  height: 1.5rem;
}
main content round contestant panel info h3 {
  max-width: 40vw;
}
main content round contestant panel input {
  padding: 0.5rem 1rem;
}
main .vote {
  top: 4rem;
}

footer {
  text-align: center;
}

/*# sourceMappingURL=mobile.css.map */
