@import url(./base.css);
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

.transicao_assinatura {
  background-image: url("/src/transicao6.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 375px;
  height: 450px;

  text-align: center;
  justify-content: center;

  padding-top: 4rem;
  color: #fff;
}

.inicio_promocoes {
  background-color: var(--roxo);
}

.texto_promocoes h1 {
  font-family: var(--fonte-escrita);
  font-weight: bold;
  font-size: 64px;
  color: #fff;
  text-align: center;
}

.texto_promocoes img {
  width: 157px;
  margin-top: -1.75rem;
  margin-left: 109px;

  margin-bottom: 2rem;
}

.bg-roxo {
  background-color: var(--roxo);
  height: 1000px;
  margin-top: -1rem;
  text-align: center;
}

.texto_assinatura {
  margin-top: -13rem;
}

.texto_promocoes p {
  font-family: "Arimo";
  font-size: 24px;
  line-height: 34px;
  margin-top: 0.5rem;
  padding: 10px 28px;
  color: #fff;
  text-align: center;
}

.margin-1 {
  margin-bottom: -0.2rem;
}

.secao-listagem {
  margin: 0 auto;
  min-width: 300px;
  width: auto;
}

@media (min-width: 768px) {
  .texto_promocoes {
    margin: 0 auto;
  }

  .texto_promocoes img {
    margin: 0 auto;
    margin-top: -1.5rem;
  }

  .secao-listagem {
    margin: 2rem auto;
    width: 80vw;
  }

  .class_modificavel {
    justify-content: space-between !important;
    width: 100% !important;
  }

  .card {
    margin: 0 !important;
    padding-bottom: 6rem;
  }
}

@media (min-width: 1024px) {
  .breadcrumb {
    font-size: 12px !important;
  }
}
