:root {
  --black: #333c39;
  --green: #7e9057;
  --grey: #b6baaf;
}

.header {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 32px;
  margin-left: 72px;
  margin-right: 72px;
  display: flex;
}

.about {
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.privati {
  margin-top: 80px;
  margin-bottom: 80px;
}

.pubblici {
  margin-top: 80px;
  margin-bottom: 120px;
}

.footer {
  display: flex;
}

.body {
  color: #333c39;
  background-color: #f5f5f1;
}

.title {
  font-family: Darker Grotesque, sans-serif;
  font-size: 3em;
  font-weight: 900;
  line-height: 1em;
}

.title.maxw-80 {
  -webkit-text-stroke-color: var(--black);
}

.subtitle {
  font-family: Darker Grotesque, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1em;
}

.text {
  font-family: Work Sans, sans-serif;
  font-size: 1.2em;
  line-height: 1.6em;
}

.object {
  color: var(--grey);
  font-family: Work Sans, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1em;
}

.nav-text {
  text-decoration: none;
  -webkit-text-decoration-color: var(--black);
  text-decoration-color: var(--black);
  font-family: Darker Grotesque, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1em;
}

.col-1 {
  flex: 1;
  max-width: 10%;
}

.t-green {
  color: #7e9057;
  -webkit-text-stroke-color: var(--green);
}

.col-6 {
  flex: 1;
  max-width: 55%;
}

.col-4 {
  flex: 1;
  height: 80vh;
  overflow: hidden;
}

.pt-78 {
  padding-top: 78px;
}

.maxw-80 {
  max-width: 80%;
}

.img {
  object-fit: cover;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
}

.pt-48 {
  padding-top: 48px;
}

.col-3 {
  width: 25%;
}

.flex {
  display: flex;
}

.immagini {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.image, .image-2, .image-3 {
  flex: 0 auto;
}

.line {
  background-color: var(--grey);
  height: 1px;
}

.line.pt-8 {
  height: 1px;
}

.pt-8 {
  margin-top: 8px;
  padding-top: 0;
}

.all-info {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 58%;
  padding-top: 32px;
  display: flex;
}

.pr-48 {
  padding-right: 48px;
}

.col-5 {
  width: 40%;
}

.col-img {
  width: 35%;
  padding-right: 80px;
}

.flex-bottom {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.gallery {
  overflow: clip;
}

.gallery-img {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  height: 60vh;
  display: grid;
  overflow: hidden;
}

.information {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1.5fr 1.5fr;
  justify-content: flex-start;
  width: 80%;
  margin-top: 24px;
  margin-bottom: 32px;
  display: grid;
}

.text-footer {
  color: var(--black);
  font-family: Darker Grotesque, sans-serif;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.1em;
  text-decoration: none;
}

.menu {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.logo {
  width: 25%;
}

.line-about {
  border-bottom: 1px solid #b6baaf;
}

.line-menu {
  border-bottom: 2px solid #333c39;
  padding-top: 4px;
}

.m-voice {
  text-align: center;
  flex: 0 auto;
  padding-left: 8px;
  padding-right: 8px;
}

.link-block {
  flex: 1;
}

.div-block {
  flex-flow: column;
  display: flex;
}

.right-align {
  text-align: right;
}

@media screen and (max-width: 991px) {
  .nav-text {
    font-size: 1.2em;
  }

  .col-3 {
    width: 50%;
  }

  .flex.pt-78 {
    padding-top: 0;
  }

  .all-info {
    width: 100%;
  }

  .menu {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .logo {
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .header {
    margin-left: 40px;
    margin-right: 40px;
  }

  .about {
    justify-content: space-between;
    align-items: flex-end;
    padding-left: 40px;
  }

  .pubblici {
    margin-bottom: 80px;
  }

  .footer {
    justify-content: center;
    align-items: flex-start;
  }

  .title.maxw-80 {
    font-size: 2em;
  }

  .subtitle {
    color: var(--green);
    font-size: 1.5em;
  }

  .text.pt-48 {
    padding-top: 32px;
    font-size: 1.1em;
  }

  .text.pr-48 {
    font-size: 1.1em;
  }

  .col-1 {
    display: none;
  }

  .col-6 {
    max-width: 74%;
    padding-bottom: 24px;
  }

  .img {
    padding-left: 0;
  }

  .flex {
    padding-left: 40px;
  }

  .flex.pt-78 {
    padding-top: 32px;
  }

  .all-info {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .col-5 {
    width: 74%;
  }

  .col-img {
    display: none;
  }

  .flex-bottom {
    padding-left: 40px;
  }

  .gallery-img {
    height: 40vh;
  }

  .information {
    width: 100%;
  }

  .text-footer {
    font-size: 1.1em;
  }

  .menu {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .logo {
    width: 50%;
  }
}

@media screen and (max-width: 479px) {
  .header {
    text-align: center;
    justify-content: center;
    align-items: flex-end;
    margin-left: 24px;
    margin-right: 24px;
  }

  .about {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 60px;
    padding-left: 0;
  }

  .privati {
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .pubblici {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .title.maxw-80 {
    max-width: 100%;
  }

  .text.pt-48 {
    padding-bottom: 32px;
  }

  .text.pr-48 {
    font-size: 1.1em;
  }

  .col-6 {
    max-width: 100%;
    padding-bottom: 0;
    padding-left: 32px;
    padding-right: 32px;
  }

  .img {
    padding-left: 0;
  }

  .flex {
    padding-left: 32px;
  }

  .flex.pt-78 {
    flex-flow: column;
    padding-top: 0;
  }

  .col-5 {
    width: 100%;
    padding-right: 32px;
  }

  .flex-bottom {
    padding-left: 0;
  }

  .gallery-img {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    height: 60vh;
  }

  .information {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    text-align: center;
    flex-flow: column;
    margin-bottom: 40px;
    display: flex;
  }

  .text-footer {
    padding-top: 4px;
  }

  .menu {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    display: none;
  }

  .link-block {
    text-align: left;
  }

  .right-align {
    text-align: center;
  }
}


