section.banner {
  background-image: url("../../images/kv_vitrina_plus.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  /*height: 100vh;*/
  width: 100%;
  height: 980px;
}

section.banner .container .w-600 {
  width: 100%;
  max-width: 800px;
}

.container .row {
  margin-top: 160px;
}

/* Media */
@media (max-width: 450px) {
  section.banner {
    height: auto;
  }
  /*section.banner .container {
    margin: 250px 0 0;
  }*/
  .container .row {
    margin-top: unset;
  }

  .row {
    flex-direction: column;
  }

  .col-botoes .flex-column {
    margin: 20px 0;
  }
}

@media (min-width: 1200px) {
  section.banner .container {
    max-width: 1300px;
    padding-right: unset;
    padding-left: unset;
    margin-right: unset;
    margin-left: 50%;
    transform: translateX(-50%);
  }

  section.banner .container .w-600 {
    max-width: 550px;
  }

  .m-auto {
    margin: unset !important;
  }

  .col-botoes {
    display: flex;
    margin: unset !important;
    justify-content: space-evenly;
    flex-direction: column;
    align-items: flex-end;
    flex-wrap: nowrap;
  }
}