/* Variáveis globais */
:root {
  --creme: #fffef5;
  --green: #e8f0d4;
  --brown: #8a6d3c;
}

/* Resets e configurações globais */
* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  transition: all 500ms ease;
}

body {
  position: relative;
  background-color: var(--green);
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Utilitários */
.text-center {
  text-align: center;
}

.container {
  height: 100%;
  margin: 0 auto;
  max-width: 1370px;
  padding: 0 2rem;
  position: relative;
}

/* Estrutura principal */
header,
footer {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

header {
  margin-bottom: 4rem;
}

footer {
  margin: 4rem 0 3rem;
}

main {
  position: relative;
}

/* Conteúdo do cabeçalho */
.header-container {
  margin-top: 14rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.logo {
  margin-top: 1rem;
  width: 336px;
}

.boussole {
  width: 190px;
}

.selo {
  position: absolute;
  width: 120px;
  top: 120px;
  left: 40px;
}

.back-images {
  position: absolute;
  z-index: -1;
}

.fre-01,
.fre-02,
.fre-03,
.fre-04 {
  position: absolute;
  width: 170px;
}

.fre-01 {
  top: 20px;
  left: 15px;
}

.fre-02 {
  top: 20px;
  right: 15px;
}

.fre-03 {
  top: 1380px;
  left: 15px;
}

.fre-04 {
  top: 1380px;
  right: 15px;
}

/* Icones específicos */
.art-01,
.art-02 {
  display: none;
}

/* Tipografia */
.date,
.text {
  font-family: "ArgestaDisplay-Regular";
  color: var(--brown);
  text-align: center;
}

.date {
  font-size: 24px;
  line-height: 28px;
  margin: 2rem 0;
}

.text {
  font-family: "SimplonMono-Regular";
  font-size: 18px;
  padding: 0 1.5rem;
  margin: 2rem 0;
}

/* Links */
.links {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin: 0;
}

.ano-2024,
.ano-2025 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

.link {
  font-family: "SimplonMono-Regular";
  text-align: center;
  font-size: 18px;
  background-color: var(--creme);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.24);
  color: var(--brown);
  border: 1px solid var(--brown);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 65px;
  transition: box-shadow 500ms;
}

.link:hover {
  box-shadow: 0 5px 10px #8a6d3c90;
}

/* Elementos complementares */
.atout {
  width: 110px;
}

.link-france {
  display: block;
  color: var(--brown);
  text-decoration: underline;
  font-family: "SimplonMono-Regular";
  font-size: 18px;
  margin: 0 0 2rem;
}

@media (min-width: 620px) {
  .header-container {
    margin-top: 4rem;
  }

  .boussole {
    width: 220px;
  }
  .art-01,
  .art-02 {
    width: 100px;
    display: block;
    position: absolute;
  }

  .art-02 {
    top: 420px;
    right: 18px;
  }

  .art-01 {
    top: 420px;
    left: 18px;
  }

  .selo {
    width: 140px;
    top: 180px;
    left: 100px;
  }

  .text {
    padding: 0 10rem;
  }

  .ano-2024,
  .ano-2025 {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .fre-01,
  .fre-02,
  .fre-03,
  .fre-04 {
    width: 250px;
  }

  .fre-03 {
    top: 770px;
  }

  .fre-04 {
    top: 770px;
  }

  .france {
    width: 85px;
    top: 420px;
  }

  .latam {
    width: 76px;
    top: 420px;
  }
}

@media (min-width: 1024px) {
  .header-container {
    margin-top: 5rem;
    gap: 3rem;
  }

  footer {
    margin: 6rem 0 3rem;
  }

  .boussole {
    width: 318px;
  }

  .logo {
    width: 494px;
  }

  .selo {
    width: 255px;
    top: 180px;
    left: 185px;
  }

  .date {
    font-size: 1.8rem;
  }

  .text {
    padding: 0 20rem;
    margin: 3rem 0;
  }

  .links {
    gap: 3rem;
    margin: 4rem 0 2rem;
  }

  .ano-2024,
  .ano-2025 {
    flex-direction: row;
    gap: 4rem;
  }

  .link-france {
    margin: 7rem 0 2rem;
  }
  .art-02 {
    width: 170px;
    top: 580px;
    right: 28px;
  }

  .art-01 {
    width: 170px;
    top: 580px;
    left: 28px;
  }
  .fre-01 {
    width: 350px;
    top: 60px;
    left: 30px;
  }

  .fre-02 {
    width: 350px;
    top: 60px;
    right: 30px;
  }

  .fre-03 {
    width: 350px;
    top: 970px;
    left: 30px;
  }

  .fre-04 {
    width: 350px;
    top: 970px;
    right: 30px;
  }

  .latam {
    width: 96px;
    top: 650px;
    left: 125px;
  }

  .france {
    width: 114px;
    top: 670px;
    right: 110px;
  }

  .atout {
    width: 170px;
  }

  footer {
    margin: 3rem 0;
  }
}

@media (min-width: 1200px) {
  .text {
    padding: 0 28rem;
  }
}
