@import url("https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&display=swap");

.imagem_violeta {
  background-image: url("../src/Violeta.png");
  background-size: cover;
  width: 850px;
  height: 850px;
  display: none;
}

.filtros {
  margin-bottom: 4rem;
}

.filtros label {
  color: var(--roxo-fonte);
}

.texto_promocoes {
  text-align: center;
  background-color: var(--branco-terra);
  color: var(--roxo-fonte);

  padding: 25px;
}

.texto_promocoes h1 {
  font-family: var(--fonte-escrita);
  font-weight: 500;
  font-size: 48px;
  margin: 3rem 0;
}

.texto_promocoes p {
  font-family: var(--fonte-texto);
  line-height: 34px;
  margin-bottom: 1rem;
  font-size: 20px;
}
