body {
  background-image: url(../img/bg-plastic.svg), linear-gradient(to right, #f7f7f7, white);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

.btn-primary:hover {
  color: whitesmoke;
  background-color: #7a1141;
}

#home-topo {
  background-image: url(../img/bg-arco-rosa.svg);
  background-position: center center;
  min-height: 580px;
}
@media (max-width: 992px) {
  #home-topo {
    background-position: center bottom -100px;
  }
}

#home-topo-img {
  width: 75%;
  height: auto;
}
@media (max-width: 992px) {
  #home-topo-img {
    width: 65%;
  }
}
