.background {
  height: 100%;
  background-image: url('../images/optimized.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.logo {
  position: absolute;
  left: 0px;
  top: 39%;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.texto {
  position: absolute;
  left: 0px;
  top: 55px;
  right: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 29px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.contact {
  position: absolute;
  left: 0px;
  top: 47%;
  right: 0px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 27px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

.bnner {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  opacity: 1;
}

.prox {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 55px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 53px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.orangbkc {
  position: absolute;
  top: 70%;
  width: 100%;
  height: 218px;
  background-color: rgba(255, 80, 0, .74);
}

.white-filter {
  position: absolute;
  left: 0px;
  top: 1px;
  right: 0px;
  display: block;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, .48);
}

.div {
  width: 100%;
  height: 100%;
  background-image: url('../images/windows-interior-tables.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.image {
  position: fixed;
}

@media (max-width: 991px) {
  .logo {
    top: 31%;
    max-width: 50%;
  }
  .texto {
    font-size: 22px;
  }
  .contact {
    font-size: 20px;
  }
  .prox {
    font-size: 46px;
  }
  .orangbkc {
    top: 65%;
    height: 200px;
  }
}

@media (max-width: 767px) {
  .logo {
    top: 34%;
  }
  .texto {
    top: 35px;
    font-size: 16px;
  }
  .contact {
    font-size: 19px;
  }
  .prox {
    bottom: 35px;
    font-size: 31px;
  }
  .orangbkc {
    top: 65%;
    height: 171px;
  }
}

@media (max-width: 479px) {
  .texto {
    font-size: 8px;
  }
  .prox {
    font-size: 27px;
  }
  .orangbkc {
    top: 55%;
  }
}