.nav01 {
  width: 100%;
  height: 100vh;
  background-color: #111;
  z-index: 1000;

  background-color: #111;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: 'Times New Roman', Times, serif;
  font-size: 2.7rem;
  line-height: 1.2rem;
}

.nav01_1 {
  width: 60%;
  font-size: 1.1rem;
}

/*FAÚLHA*/

/* amostras */

.amostras {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  grid-gap: 4.5rem;
  flex-wrap: wrap;
  padding-bottom: 2.7rem;
}

.amostras h2 {
  flex-basis: 100%;
}

.amostras p {
  font-size: 1.5rem;
  text-shadow: 0 0 9px #111;
  width: max-content;
  align-self: center;
  padding: 0.7rem;
  background: rgba(18, 18, 18, 0.5);
  border-bottom: solid;
  border-color: red;
}

.acts01 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
  letter-spacing: 9px;
}

.acts01 p {
  border-bottom-color: #111;
  margin-top: 11px;
}

.acts01 li {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bolder;
  border-left: 4px dashed red;
  border-right: 4px dashed red;
  padding: 20px;
}
