.body {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/shutterstock_2972211382x.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/shutterstock_2972211382x.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.content-costruction {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.logo {
  width: 120px;
}

.h1 {
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 55px;
  line-height: 55px;
  font-weight: 400;
}

.info-contatti {
  margin-top: 30px;
}

.tex-t-info {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
}

.social {
  margin-top: 30px;
}

.link-social {
  margin-right: 5px;
  margin-left: 5px;
}

.img-social {
  height: 25px;
}

.h2 {
  margin-top: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
}

@media screen and (max-width: 991px) {
  .content-costruction {
    width: 80%;
  }
}

@media screen and (max-width: 479px) {
  .content-costruction {
    width: 99%;
  }

  .h1 {
    font-size: 45px;
    line-height: 45px;
  }

  .tex-t-info {
    font-size: 14px;
  }
}

