@charset "utf-8";
/* CSS Document */

.header {
  width: 100%;
  height: 80dvh;
  position: relative;
  overflow: hidden;
  user-select: none;
  min-height: 60rem;
}

.header__background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5);
}

.burger,
.close__burger {
  position: absolute;
  top: clamp(1.6rem, 1.951vw + 0.898rem, 3.2rem);
  right: clamp(2.4rem, 2.927vw + 1.346rem, 4.8rem);
  font-size: clamp(4rem, 1.951vw + 3.298rem, 5.6rem);
  color: var(--white);
  cursor: pointer;
}

.close__burger {
  position: fixed;
  z-index: 99999;
  display: none;
}

.close__burger--visible {
  display: block;
}

@media (min-width: 1180px) {
  .burger {
    display: none;
  }
}

.header__nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: var(--blue);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  padding: 6rem 1.6rem;
  transform: translateX(100%);
}

@media (min-width: 1180px) {
  .header__nav {
    position: absolute;
    top: 3.2rem;
    right: 2.4rem;
    bottom: unset;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    transform: translateX(0);
    background-color: transparent;
    padding: 0;
  }
}

.header__nav--active {
  transform: translateX(0);
}

.header__nav__link {
  color: var(--white);
  text-decoration: none;
  font-size: clamp(2rem, 0.488vw + 1.824rem, 2.4rem);
  padding: 1rem 2rem;
  border-radius: 0.8rem;
}

@media (min-width: 1180px) {
  .header__nav__link {
    /*font-size: clamp(2rem, 1.538vw + 0.185rem, 2.4rem);*/
    font-size: 2rem;
  }
}

.header__nav__link:hover {
  background-color: var(--blue-400);
}

.header__nav__button {
  text-decoration: none;
  font-size: 2rem;
  padding: 1rem 2rem;
  color: var(--white);
  background-color: var(--blue);
  border-radius: 0.8rem;
}

.header__content {
  position: absolute;
  bottom: 8rem;
  left: 1.6rem;
  right: 1.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
}

.header__content__title {
  width: 100%;
  color: var(--white);
  font-size: clamp(3.2rem, 0.976vw + 2.849rem, 4rem);
  font-weight: 900;
  text-align: center;
}

.header__content__subtitle {
  width: 100%;
  color: var(--white);
  font-size: clamp(2.4rem, 0.976vw + 2.049rem, 3.2rem);
  text-align: center;
}

.header__content__text {
  width: 100%;
  color: var(--white);
  font-size: clamp(1.6rem, 0.976vw + 1.249rem, 2.4rem);
  font-weight: 300;
  text-align: center;
}

.header__content__button {
  margin-top: 4.8rem;
  text-decoration: none;
  color: var(--white);
  background-color: var(--blue);
  padding: 1.4rem 4rem;
  font-size: 2rem;
  border-radius: 0.8rem;
}

.estatistica {
  margin: 12rem 1.6rem 12rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 6rem;
}

.estatistica__title {
  color: var(--blue);
  font-size: clamp(2.8rem, 0.488vw + 2.624rem, 3.2rem);
  text-align: center;
}

.estatistica__participacao {
  font-size: clamp(2.8rem, 1.463vw + 2.273rem, 4rem);
  color: var(--black);
  font-weight: 700;
  text-align: center;
}

.estatistica__lista-provas {
  width: 100%;
  max-width: 40rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  gap: 2rem;
}

@media (min-width: 768px) {
  .estatistica__lista-provas {
    max-width: 56rem;
  }
}

@media (min-width: 992px) {
  .estatistica__lista-provas {
    flex-direction: row;
    max-width: none;
    justify-content: center;
    gap: 4rem;
  }
}

@media (min-width: 1200px) {
  .estatistica__lista-provas {
    gap: 6rem;
  }
}

.estatistica__lista-provas__prova {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 1.6rem 2rem;
  background-color: var(--blue-100);
  gap: 2rem;
  border-radius: 0.8rem;
  position: relative;
}

@media (min-width: 992px) {
  .estatistica__lista-provas__prova {
    flex-direction: column;
    padding: 2rem 4rem;
    min-width: 16rem;
  }
}

@media (min-width: 1200px) {
  .estatistica__lista-provas__prova {
    padding: 2rem 6rem;
    min-width: 22rem;
  }
}

.estatistica__lista-provas__prova__distancia {
  text-align: center;
  font-size: 2rem;
  color: var(--blue-800);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.estatistica__lista-provas__prova__distancia small {
  padding-top: -0.8rem;
  font-size: 1.4rem;
}

.estatistica__lista-provas__prova__participantes {
  font-size: clamp(3.2rem, 1.951vw + 2.498rem, 4.8rem);
}

.estatistica__lista-provas__prova__participantes--esgotado {
  position: absolute;
  color: var(--red);
  font-weight: bold;
  font-size: 3.2rem;
  top: 50%;
  left: 50%;
  transform: rotate(337deg) translateX(-41%) translateY(-121%);
  border-top: solid 3px var(--red);
  border-bottom: solid 3px var(--red);
  opacity: 0.7;
}

.sobre {
  width: 100%;
  background-color: var(--blue-100);
  padding-top: 12rem;
  padding-bottom: 12rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sobre__wrapper {
  margin: 0 1.6rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 4rem;
}

@media (min-width: 576px) {
  .sobre__wrapper {
    max-width: clamp(52rem, 44.304vw + 36.051rem, 80rem);
  }
}

@media (min-width: 1180px) {
  .sobre__wrapper {
    flex-direction: row;
    max-width: 100rem;
  }
}

@media (min-width: 1440px) {
  .sobre__wrapper {
    max-width: 128rem;
  }
}

.sobre__left {
  align-self: center;
  max-width: 48rem;
  flex-shrink: 0;
}

@media (min-width: 1180px) {
  .sobre__left {
    align-self: auto;
    max-width: none;
    height: clamp(56rem, 6.329vw + 53.722rem, 60rem);
  }
}

.sobre__left > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.6rem;
}

.sobre__right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.sobre__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2.4rem;
}

.sobre__content__title {
  color: var(--blue);
  font-size: 2.4rem;
  font-weight: 700;
}

.sobre__content__text {
  color: var(--black);
  font-size: clamp(1.6rem, 0.238vw + 1.514rem, 1.8rem);
  line-height: 1.5;
}

.sobre__content__text > p {
  padding: 1rem 0;
}

.sobre__content__text:last-child {
  margin-bottom: 4rem;
}

.sobre__content__images {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}

@media (min-width: 768px) {
  .sobre__content__images {
    flex-direction: row;
  }
}

.sobre__content__images__image {
  width: 100%;
  max-height: 30rem;
  aspect-ratio: 1;
}

.sobre__content__images__image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.6rem;
}

.video {
  width: 100%;
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.video__wrapper {
  margin: 0 1.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 8rem;
}

.video__title {
  color: var(--blue);
  font-size: clamp(2.8rem, 0.633vw + 2.572rem, 3.2rem);
  text-align: center;
}

.video__player {
  width: 100%;
  max-width: clamp(53rem, 44.872vw + 36.846rem, 88rem);
}

#mapa {
  width: 100%;
  height: 40rem;
  background-color: var(--blue-300);
}

.footer {
  width: 100%;
  background-color: var(--blue-900);
  display: flex;
  flex-direction: column;
}

.footer__copyright {
  width: 100%;
  margin-top: 1.6rem;
  padding: 1.6rem;
  color: var(--blue-300);
  border-top: solid 1px var(--black);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
}

@media (min-width: 768px) {
  .footer__copyright {
    flex-direction: row;
    justify-content: space-between;
  }
}

.footer__copyright a {
  text-decoration: none;
  color: var(--white);
  cursor: pointer;
}

.footer__content {
  width: 100%;
  max-width: 144rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  justify-content: space-between;
  gap: 4rem;
  padding: 3.2rem;
}

@media (min-width: 860px) {
  .footer__content {
    flex-direction: row;
  }
}

.footer__contacts,
.footer__contacts__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer__contacts {
  gap: 3.2rem;
}

.footer__contacts__info__title {
  color: var(--white);
  font-size: 2.4rem;
  font-weight: bold;
}

.footer__contacts__info__subtitle {
  color: var(--white);
  font-size: 1.6rem;
  font-weight: 300;
}

.footer__contacts__info__email {
  color: var(--white);
  font-size: 1.6rem;
  text-decoration: none;
  margin-top: 2rem;
}

.footer__contacts__info__email:hover {
  color: var(--blue-400);
}

.footer__contacts__logos {
  display: flex;
  align-items: center;
  gap: 4rem;
}

.footer__contacts__logos img {
  height: 6.2rem;
  width: auto;
}

.footer__links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2rem;
}

@media (min-width: 680px) {
  .footer__links {
    flex-direction: row;
    align-items: center;
  }
}

@media (min-width: 860px) {
  .footer__links {
    flex-direction: column;
    align-items: flex-start;
  }
}

.footer__links a {
  text-decoration: none;
  color: var(--white);
  font-size: 1.6rem;
}

.footer__links a:hover {
  color: var(--blue-400);
}

.inscricao {
  width: 100%;
  max-width: var(--max-width);
  margin: 10rem auto 16rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 4rem;
}

.inscricao__title {
  color: var(--blue);
  font-size: 3.2rem;
}

.inscricao__subtitle {
  color: var(--black);
  font-size: 2.4rem;
}

.inscricao__form {
  width: 100%;
  max-width: 96rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-top: 4rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}

.selecao__tipo__prova__wrapper,
.mensagem__wrapper,
.lista-inscritos__wrapper,
.section__content {
  margin: 8rem 1.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.selecao__tipo__prova__wrapper h2,
.mensagem__wrapper h2 {
  text-align: center;
}

.selecao__tipo__prova__content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 4rem;
  margin-top: 8rem;
  margin-bottom: 12rem;
}

@media (min-width:756px) {
  .selecao__tipo__prova__content {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}


.selecao__tipo__prova__content svg {
  height: 12rem;
  fill: var(--blue);
  margin-bottom: 4rem;
}

.selecao__tipo__prova {
  width: 30rem;
  padding: 8rem 2rem;
  background-color: var(--blue-100);
  border-radius: 0.8rem;
  border: solid 1px var(--blue-300);
  font-size: 2.4rem;
  text-decoration: none;
  color: var(--blue);
  text-align: center;
}

.selecao__tipo__prova:hover {
  background-color: var(--blue-300);
  color: var(--white);
}

.estafeta__atleta__title {
  display: flex !important;
  background-color: #e7eef7;
  padding: 0.6rem 1.2rem;
  border-radius: 0.6rem;
  font-weight: bold;
  margin-top: 1.6rem;
}

.mensagem__content {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
  text-align: center;
}

.mensagem__content p {
  font-size: 2rem;
}

.lista-inscritos__content {
  width: 100%;
  max-width: 134rem;
  overflow-x: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lista-inscritos__prova-select {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4rem;
  border-radius: 0.8rem;
  border: solid 1px var(--blue-400);
  overflow: hidden;
}

.lista-inscritos__prova-select__item {
  font-size: 2rem;
  text-decoration: none;
  background-color: var(--blue-100);
  padding: 1.2rem 1.6rem;
  color: var(--blue);
  cursor: pointer;
}

.lista-inscritos__prova-select__item--selected {
  background-color: var(--blue);
  color: var(--white);
}

.lista-inscritos__table {
  width: 100%;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  font-size: 1.8rem;
  border-collapse: collapse;
  margin-top: 8rem;
}

.lista-inscritos__table thead {
  padding: 1.6rem;
  color: var(--blue);
  font-size: 2.2rem;
}

.lista-inscritos__table tbody {
  width: 100%;
}

.lista-inscritos__table th {
  padding: 0.8rem;
}

.lista-inscritos__table td {
  padding: 0.8rem;
  color: var(--black);
  line-height: 2;
}

.lista-inscritos__table tbody tr {
  border-bottom: solid 1px var(--light-grey);
}

@media (min-width: 576px) {
  .lista-inscritos__table {
    width: 80%;
  }
}

@media (min-width: 768px) {
  .lista-inscritos__table {
    width: clamp(70rem, 95.238vw - 3.143rem, 134rem);
    max-width: 98%;
  }
}

/*@media (min-width: 1140px) {
  .lista-inscritos__table {
    width: 100%;
    max-width: 134rem;
  }
}*/

@media (max-width: 768px) {
  .lista-inscritos__table,
  .lista-inscritos__table thead,
  .lista-inscritos__table tbody,
  .lista-inscritos__table th,
  .lista-inscritos__table td,
  .lista-inscritos__table tr {
    display: block;
  }

  .lista-inscritos__table thead {
    display: none;
  }

  .lista-inscritos__table tbody {
    width: 100%;
  }

  .lista-inscritos__table tr {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px;
    background-color: #f9f9f9;
  }

  .lista-inscritos__table td {
    position: relative;
    padding-left: 9rem;
    text-align: left;
    border: none;
  }

  .lista-inscritos__table td:not(:last-of-type) {
    border-bottom: 1px solid #eee;
  }

  .lista-inscritos__table td::before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    top: 9px;
    font-weight: bold;
    text-transform: capitalize;
    color: var(--blue);
  }
}

.no_inscritos {
  font-size: 1.8rem;
  margin-top: 8rem;
  color: var(--black);
}

.alteracoes__prova__form,
.completa__estafeta__form {
  max-width: 46rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4rem;
}

.completa__estafeta__form {
  max-width: 96rem;
}

.alteracoes__prova__inscrito__text {
  line-height: 2;
  font-size: 1.8rem !important;
}

.classificacoes__content {
  margin-top: 8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 4rem;
  width: 100%;
  max-width: 90rem;
}

.classificacoes__section {
  width: 100%;
}

.classificacoes__section__title {
  font-size: clamp(2rem, 0.741vw + 1.733rem, 2.4rem);
  background-color: var(--blue-400);
  color: var(--white);
  padding: 1.6rem 2.4rem;
}

.classificacoes__section__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(2rem, 2.222vw + 1.2rem, 3.2rem);
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  background-color: var(--white);
  padding: 1.6rem 2.4rem;
  text-decoration: none;
  border: solid 1px var(--blue-200);
}

.classificacoes__section__item:hover {
  background-color: var(--blue-100);
}

.classificacoes__section__item svg {
  width: clamp(2.8rem, 1.111vw + 2.4rem, 3.4rem);
  height: clamp(2.8rem, 1.111vw + 2.4rem, 3.4rem);
  fill: var(--blue);
}

.classificacoes__section__item p {
  font-size: clamp(1.6rem, 0.741vw + 1.333rem, 2rem);
  text-decoration: none;
  color: var(--black);
}