@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");

.home {
  background: rgb(26, 15, 33);
  background: linear-gradient(
    90deg,
    rgba(26, 15, 33, 1) 22%,
    rgba(0, 0, 0, 1) 54%,
    rgba(119, 78, 16, 1) 100%
  );

  padding: 5rem 0 0 0;
}

.home h1 {
  color: white;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  margin-bottom: 3rem;
  margin-top: 2rem;
}

.home img :first-child {
  margin-bottom: 2rem;
}

.content-home {
  padding-bottom: 6rem;
}

.btn-adquira {
  border-radius: 15px;
  padding: 1rem 5rem;
  background: #21a439;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-align: center;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.btn-adquira:hover {
  background: #1b882f;
  transition: 0.2s;
}

.depoimentos {
  padding: 5rem 0;
}

.experimente {
  padding: 5rem 0;
  background: rgb(119, 78, 16);
  background: linear-gradient(
    90deg,
    rgba(119, 78, 16, 1) 0%,
    rgba(0, 0, 0, 1) 54%,
    rgba(26, 15, 33, 1) 88%
  );
}

.logo-experimente {
  margin-bottom: 5rem;
}

.experimente h3 {
  color: white;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-align: left;
  margin-bottom: 2rem;
}

.potencialize {
  background: rgb(26, 15, 33);
  background: linear-gradient(
    90deg,
    rgba(26, 15, 33, 1) 22%,
    rgba(0, 0, 0, 1) 54%,
    rgba(119, 78, 16, 1) 100%
  );
  padding: 5rem 0;
}

.potencialize h3 {
  color: white;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-align: left;
  margin-bottom: 2rem;
}

.perguntas {
  padding: 5rem 0;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid black;
}

.accordion-button {
  background: #fcc97d;
  color: black;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.accordion-body {
  background: black;
  color: white;
}

.accordion-button:not(.collapsed) {
  color: black;
  background-color: #fcc97d;
}

.adquira-agora {
  padding-top: 5rem;
}

.adquira-agora h1 {
  font-weight: 700;
}

.price-risk {
  text-decoration: line-through red;
}

.price {
  color: #ffbd59;
  font-weight: 700;
  font-size: 3rem;
}

footer {
  padding: 2rem 0 2.5rem 0;
  background: black;
}

footer img {
  width: 150px;
}

@media (width <= 576px) {
  .home h1 {
    margin-top: 3rem;
  }

  .btn-adquira {
    font-size: 1rem;
  }

  .selo img {
    width: 50%;
  }
}
