body {
  background-color: #000 !important;
  background-image: url("/assets/images/fundo.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

h1 {
  color: #fff;
}

p {
  color: gray;
  font-size: 18px;
  font-weight: 500;
}

.btn-primary {
  background-color: #319dd7 !important;
  color: #000;
  font-weight: 600;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
}

.pink {
  color: #ff00ff;
}

.produtos .container {
  padding: 50px;
  border: 5px solid #efefef;
  border-top-left-radius: 60px;
  border-bottom-right-radius: 60px;
}

.line-gradient {
  background: #000;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(0, 0, 0, 1) 100%
  );
  padding: 10px;
  width: 100%;
  margin-top: 80px;
}
/*
.button-left {
  position: relative;
  left: 25%;
}

.button-right {
  position: relative;
  right: 25%;
} */

footer a {
  text-decoration: none;
  color: gray;
}

@media screen and (max-width: 990px) {
  body {
    background-image: none !important;
  }
}
