.banner {
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 0;
  color: #fff;
  font-family: Courier;
}

body {
  overflow-x: hidden;
}

.banner-bg {
  text-align: left;
  background: rgba(0, 0, 0, 0) url(../images/banner/bg.jpg?v=2.0) no-repeat
    scroll left center;
  background-size: cover;
  position: relative;
}

.background {
  top: 0;
  left: 0;
  width: 100%;
  height: 750px;
  z-index: 1;
  font-family: Courier;
}

.move {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  z-index: 2;
}

@media (min-width: 168px) {
  .banner-bg {
    height: 300px;
  }
  .solucao {
    left: 11%;
    top: 121px;
    width: 263px !important;
    z-index: 2;
  }
  .traco {
    left: -1%;
    top: 196px;
    width: 305px !important;
    z-index: 2;
  }
}

@media (min-width: 665px) {
  .banner-bg {
    height: 300px;
  }
  .solucao {
    left: 11%;
    top: 100px;
    width: 426px !important;
    z-index: 2;
  }
  .traco {
    left: -1%;
    top: 198px;
    width: 433px !important;
    z-index: 2;
  }
}

@media (min-width: 768px) {
  .banner-bg {
    height: 400px;
  }
  .solucao {
    left: 11%;
    top: 145px;
    width: 457px !important;
    z-index: 2;
  }
  .traco {
    left: -1%;
    top: 259px;
    width: 525px !important;
    z-index: 2;
  }
}

@media (min-width: 1000px) {
  .banner-bg {
    height: 500px;
  }
  .solucao {
    left: 11%;
    top: 188px;
    width: 512px !important;
    z-index: 2;
  }
  .traco {
    left: -1%;
    top: 344px;
    width: 659px !important;
    z-index: 2;
  }
}

@media (min-width: 1500px) {
  .banner-bg {
    height: 700px;
  }
  .solucao {
    left: 10%;
    top: 257px;
    width: 663px !important;
    z-index: 2;
  }
  .traco {
    left: -1%;
    top: 448px;
    width: 818px !important;
    z-index: 2;
  }
}
