@import url("https://fonts.googleapis.com/css2?family=Poiret+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #d61a0c;
  text-decoration: none;
}

.quadra {
  width: 100%;
  height: auto;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quadra-item1 {
  width: 100px;
  height: auto;
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: "Poiret One", cursive;
  font-size: 18px;
  font-weight: bold;
}

.quadra-item1 a {
  color: #000;
  text-decoration: none;
}

.quadra-item1 a:hover {
  color: #d61a0c;
  text-decoration: none;
  font-weight: bold;
}

.quadra-item2 {
  width: 200px;
  height: auto;
  flex: 1;
  font-family: "Libre Baskerville", serif;
  font-size: 60px;
  font-weight: 700;
}

.quadra-item2 a {
  color: #000;
  text-decoration: none;
}

.quadra-item2 a:hover {
  color: #d61a0c;
  text-decoration: none;
  font-weight: bold;
}

.quadra-item2 h1 {
  margin-top: 300px;
}

.quadra-item2 h2 {
  color: #e1e2e1;

  margin-top: -100px;
}

.nav {
  transform: rotate(-90deg);
}

.quadra-item3 {
  width: 100%;
  height: auto;
  min-height: 100vh;
  flex: 5;
}

.quadra-item4 {
  width: 100%;
  height: auto;
  min-height: 100vh;
  flex: 1;
  margin-top: 50px;
}

.quadra-item45 {
  width: 100%;
  height: auto;
  min-height: 100vh;
  flex: 1;
}

.quadro {
  display: none;
}

.conteudo {
  width: 100%;
  padding: 10px;
  font-family: "Poiret One", cursive;
}

.conteudo h1 {
  font-family: "Libre Baskerville", serif;
  font-size: 60px;
  font-weight: 700;
}

.conteudo h2 {
  font-size: 30px;
  color: #000;
}

.conteudo p {
  font-size: 22px;
}

@media (max-width: 768px) {
  .quadra {
    display: none;
  }

  .quadro {
    width: auto;
    height: auto;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .quadro-item {
    width: 100%;
    height: auto;
  }

  .quadro-item:nth-child(1) {
    width: 100%;
    flex: 1;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .quadro-item:nth-child(1) img {
    width: 80px;
  }
  .quadro-item:nth-child(2) {
    width: 280px;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Poiret One", cursive;
    font-size: 18px;
    font-weight: bold;
    height: 500px;
    margin-top: 100px;
  }

  .quadro-item:nth-child(2) a {
    font-family: "Poiret One", cursive;
    font-size: 18px;
    font-weight: bold;
    color: black;
    text-decoration: none;
  }

  .quadro-item:nth-child(2) a:hover {
    font-family: "Poiret One", cursive;
    font-size: 18px;
    font-weight: bold;
    color: #d61a0c;
    text-decoration: none;
  }

  .quadro-item:nth-child(3) {
    font-family: "Libre Baskerville", serif;
    font-size: 60px;
    font-weight: 700;
    margin-top: 380px;
  }

  .quadro-item:nth-child(3) a {
    font-family: "Libre Baskerville", serif;
    font-size: 60px;
    font-weight: 700;
    color: black;
    text-decoration: none;
  }

  .quadro-item:nth-child(3) a:hover {
    font-family: "Libre Baskerville", serif;
    font-size: 60px;
    font-weight: 700;
    color: #d61a0c;
  }

  .quadro-item:nth-child(3) h2 {
    color: #000;
    margin-top: -70px;
  }

  .conteudo {
    width: 100%;
    padding: 10px;
    font-family: "Poiret One", cursive;
  }

  .conteudo h1 {
    font-family: "Libre Baskerville", serif;
    font-size: 50px;
    font-weight: 700;
    margin-top: -200px;
    margin-bottom: 100px;
  }

  .conteudo h2 {
    font-size: 22px;
    color: #000;
  }

  .conteudo p {
    font-size: 20px;
    margin-top: -70px;
    color: #000;
  }

  .conteudo img {
    width: 100%;
  }
}
