html,
body {
  margin: 0;
  padding: 0;
  height: 100vh;
  width: 100%;
  color: #fff;
  overflow: hidden;
}
body {
  background-image: url('../images/bg.jpg');
  background-position: center center;
  font-family: 'Open Sans', sans-serif;
  position: relative;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
}
body:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000000;
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.74901961) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.74901961) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.74901961) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}
body .bg-1 {
  position: absolute;
  top: 20%;
  left: 0;
  width: 150px;
  opacity: 0.9;
}
@media (max-width: 767px) {
  body .bg-1 {
    top: 30%;
    width: 80px;
  }
}
body .bg-2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  opacity: 0.9;
}
@media (max-width: 767px) {
  body .bg-2 {
    width: 80px;
  }
}
body .logo {
  max-width: 300px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
  margin-right: 30px;
}
@media (max-width: 767px) {
  body .logo {
    margin-top: 50px;
    max-width: 180px;
  }
}
body h1 {
  font-size: 72px;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 50px;
  text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  body h1 {
    font-size: 40px;
    text-align: center;
  }
}
body h2 {
  font-weight: 600;
  font-size: 28px;
  text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.05);
  margin: 30px 0 50px;
  color: #e21e2a;
}
@media (max-width: 767px) {
  body h2 {
    font-size: 18px;
  }
}
body .catalog-download {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.07);
  display: inline-block;
  padding: 20px;
  text-decoration: none;
  border-radius: 10px;
  margin-bottom: 10px;
}
body .catalog-download i {
  font-size: 40px;
  margin-bottom: 20px;
}
body .catalog-download span {
  display: block;
  font-size: 18px;
  font-weight: 600;
}
body .button-container {
  padding-left: 50px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  body .button-container {
    padding-left: 0;
    text-align: center;
  }
}
body .button-container a {
  padding: 0;
  border: none;
  font-size: 18px;
  font-weight: 800;
  border-radius: 50%;
  color: #fff;
  margin-right: 30px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}
body .button-container a i {
  font-size: 52px;
}
body .button-container a.whatsapp {
  color: #118C7E;
  font-weight: 300;
  margin-right: 20px;
}
body .button-container a.email i {
  color: #fff;
  font-size: 50px;
}
body .button-container a.phone i {
  color: #fff;
  font-size: 40px;
}
body .button-container a.nebobtn {
  background-color: #BF1C31;
}
body .button-container a.nebobtn i {
  background-color: #78161B;
  font-weight: 600;
}
body .button-container a:hover,
body .button-container a:focus,
body .button-container a:active {
  color: #fff;
}
@media (max-width: 1000px) {
  .h-100 {
    /* height: auto !important; */
  }
  html,
  body {
    /*  height: auto !important; */
  }
  html .products-bg,
  body .products-bg {
    display: none;
  }
}
