body {
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.inizio {
  position: relative;
  width: 100vw;
  height: 75vh;
  background-image: url(../images/menu/307.jpg);
  background-size: cover;
  background-position: center;
  color: #c79e63;
  text-align: center;
}

.inizio .iniziocontenitore {
  padding-top: 20vh;
  background-color: rgba(17, 16, 16, 0.514);
  height: calc(75vh - 70px);
  width: 100%;
}

.inizio .paragrafo {
  margin-top: 10vh;
}

.contenuto {
  width: 100vw;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-image: url(../images/menu/142.jpg);
}

.card {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100vw;
  min-height: 500px;
  background-color: rgba(0, 0, 0, 0.6);
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.card img {
  max-width: 50px;
}

.card .contenitoredati {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30vw;
}

.paragrafo {
  font-size: 1.5rem;
  color: #ffffff;
}

.titolo {
  font-size: 3rem;
  color: #ffdb5a;
}

.mappa {
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

@media screen and (max-width: 800px) {
  .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .card .titolo {
    font-size: 2.8rem;
    margin-top: 20px;
  }
  .card .paragrafo {
    font-size: 1.5rem;
  }
  .card .contenitoredati {
    width: 80%;
  }
  .card .contenitoredati .paragrafo {
    margin-left: 10px;
  }
}
/*# sourceMappingURL=contatti.css.map */