html {
  min-height: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #c1c1c1;
  color: #464547;
  font-family: Opensans, Arial, sans-serif;
  font-size: 14px;
}

.spacer {
  clear: both;
}

.acapo {
  white-space: nowrap;
}

.bakup {
  background-image: url(img/bakup.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  width: 100%;
  height: 31.16%;
}

.bakdown {
  background-image: url(img/bakdown.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  width: 100%;
  height: 68.84%;
}

.vuoto {
  width: 100%;
  height: 0%;
}

.wrapper {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 100%;
  height: 100%;
}

@media all and (max-width: 920px) {
  .wrapper {
    padding: 0 20px;
  }
}

.margine {
  width: 100%;
  height: 24%;
}

.content {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

.logo {
  background-image: url(img/logo.png);
  background-repeat: no-repeat;
  width: 297px;
  height: 130px;
  margin: 0 auto;
}

.info {
  text-transform: uppercase;
  background-color: #c1c1c1;
  text-align: right;
  float: right;
  padding: 20px;
  font-weight: 400;
  margin-top: 20px;
}

.info a {
  color: inherit;
  text-decoration: none;
}

.info p {
  color: #464547;
}

.telefono {
  font-size: 1.2em;
}

.testo {
  position: relative;
  text-transform: uppercase;
  background-color: #c1c1c1;
  padding: 10px 30px;
  box-sizing: border-box;
  width: 75%;
  margin-top: 40px;
  line-height: 1.5;
}

.testo h2 {
  font-size: 1em;
  font-weight: normal;
}

.testo p {
  padding-left: 10px;
}

.info a.mappa {
  display: block;
  margin-top: 10px;
  font-size: .8em;
  color: #fff;
}

.mappa img {
  vertical-align: middle;
}

.frt {
  position: absolute;
  right: 10%;
  top: -10%;
}

.footer {
  max-width: 900px;
  width: 100%;
  margin: 60px auto;
  background-color: #c1c1c1;
  box-sizing: border-box;
  padding: 10px 5px 10px 40px;
  text-transform: uppercase;
  font-size: .7em;
  color: #464547;
}

.design {
  float: right;
}

.url {
  text-transform: none;
}

.url a {
  color: inherit;
  text-decoration: none;
}

@media all and (max-width: 787px) {
  .footer {
    text-align: center;
  }

  .design {
    display: block;
    float: none;
    padding-top: 5px;
  }
}

@media all and (max-width: 599px) {
  .testo {
    width: 100%;
  }
}

@media all and (max-height: 1005px) {
  .vuoto {
    height: 10%;
  }

  .bakdown {
    height: 58.84%;
  }

  .margine {
    height: 29%;
  }
}

@media all and (max-height: 775px) {
  .vuoto {
    height: 20%;
  }

  .bakdown {
    height: 48.84%;
  }

  .margine {
    height: 28%;
  }
}
