:root {
  --beige: #c5beae;
  --grigio: #5f5e5d;
  --red: #d20000;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.nav-button-wrapper {
  margin-left: 120px;
}

._2 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

._3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Text, sans-serif;
  font-size: .875rem;
}

.container-regular {
  width: 100%;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.list-item-min {
  color: #fff;
  text-align: center;
}

.navbar-brand {
  justify-content: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.navbar-wrapper {
  background-color: #0000;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  display: flex;
  position: static;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Red Hat Text, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #eee;
}

.nav-link:active {
  color: #d3d3d3;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #d3d3d3;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.cosegna {
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 80px 40px;
  display: flex;
}

.container-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.titoloconsegna {
  color: #000;
  text-align: center;
  margin-bottom: 10px;
  font-family: Tenor Sans, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
}

.avanzamentolavori {
  text-align: center;
  margin-top: 10px;
  font-family: Red Hat Text, sans-serif;
  font-size: 24px;
  font-weight: 300;
  display: block;
}

.barraavanzamento {
  cursor: auto;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.sezioneloghipartners {
  justify-content: center;
  align-items: stretch;
  padding: 40px 20px;
  display: flex;
  position: relative;
}

.clients-title {
  text-align: center;
  font-size: .875rem;
  font-weight: 600;
  line-height: 32px;
}

.clients-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: stretch center;
  padding: 20px;
  display: flex;
}

.overombra {
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.overombra:hover {
  box-shadow: 0 6px 20px #0003;
}

.loghipartners {
  filter: grayscale();
  object-fit: contain;
  object-position: 50% 50%;
  height: 50px;
}

.loghipartners:hover {
  filter: blur() grayscale();
}

.loghipartners.rimpicciolito {
  max-width: 100%;
}

.ilprogetto {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 90%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.render {
  aspect-ratio: 1;
  object-fit: cover;
  background-image: url('../images/Merlata_UPTN-04.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  max-width: 1280px;
}

.didascalia {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 40px;
  display: flex;
  overflow: visible;
}

.div-block-57 {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.card {
  background-color: #fff;
  border: 1px solid gray;
  border-radius: 1px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 400px;
  height: auto;
  display: flex;
}

.linea {
  background-color: gray;
  width: 10%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-9 {
  font-family: Tenor Sans, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
}

.imgcloseup {
  background-image: url('../images/Quick-Step-hardwood-CASC3888-brown-living-room-floor-960x803.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid gray;
  width: 100%;
  max-width: 400px;
  height: 100%;
  min-height: 300px;
  max-height: 600px;
}

.imgcloseup._3 {
  background-image: url('../images/pexels-alejandra-montenegro-1146787-18738896.webp');
  background-position: 50% 40%;
  background-size: cover;
  padding-bottom: 0;
}

.imgcloseup._2 {
  background-image: url('../images/pexels-ron-lach-10223859.webp');
  background-size: cover;
}

.imgcloseup._4 {
  background-image: url('../images/pexels-karolina-grabowska-4207788.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.imgcloseup._1 {
  object-fit: cover;
  background-image: url('../images/pexels-rdne-8903361.webp');
  background-size: cover;
}

.tipologieabitative {
  background-color: #fff;
  flex-flow: column;
  width: 100%;
  height: auto;
  margin: 80px auto;
  display: flex;
}

.column {
  justify-content: center;
  align-items: stretch;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.testocard {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 1px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.sottotesto {
  font-family: Red Hat Text, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.text-block-10 {
  text-align: center;
  margin-top: 30px;
  font-family: Tenor Sans, sans-serif;
}

.colonne {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.immaginicard {
  object-fit: cover;
  background-color: #0000;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sopratesto {
  margin-left: auto;
  margin-right: auto;
  font-family: Tenor Sans, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 28px;
}

.whymerlata {
  flex-direction: column;
  align-items: center;
  height: 500px;
  margin: 80px 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.titolosezione {
  flex: 0 auto;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Tenor Sans, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 48px;
  display: flex;
}

.grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  place-items: stretch stretch;
  width: 50%;
  min-width: 900px;
  height: 350px;
  padding: 20px;
}

.text-block {
  font-size: .875rem;
  font-weight: 600;
}

.heading {
  font-family: Tenor Sans, sans-serif;
  font-size: 1.5em;
}

.paragraph {
  font-family: Red Hat Text, sans-serif;
  font-size: 1em;
  font-weight: 400;
}

.paragraph.padding {
  text-align: center;
  margin-bottom: 60px;
}

.slide {
  cursor: auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide.ml-1-n-pt {
  background-image: url('../images/N.0.1-APPART.png');
}

.slide.n-1-1 {
  background-image: url('../images/N.1.1-APPART.png');
}

.slide.s-0-1 {
  background-image: url('../images/N.0.2-APPART.png');
}

.slide.n-2-1 {
  background-image: url('../images/N.2.1-APPART.png');
}

.slide.s-2-7 {
  background-image: url('../images/S.2.7-APPART.png');
}

.slide.n-1-2 {
  background-image: url('../images/N.1.2-APPART.png');
}

.slide.s-1-3 {
  background-image: url('../images/S.1.3-APPART.png');
}

.slide.n-1-5 {
  background-image: url('../images/N.1.5-APPART.png');
}

.slide.n-2-5 {
  background-image: url('../images/N.2.5-APPART.png');
}

.slide.s-2-1 {
  background-image: url('../images/S.2.1-APPART.png');
}

.slide.s-1-1 {
  background-image: url('../images/S.1.1-APPART.png');
}

.slide.n-6-5 {
  background-image: url('../images/N.6.5-APPART.png');
}

.slide.s-1-2 {
  background-image: url('../images/S.1.2-APPART.png');
}

.slide.n-1-4 {
  background-image: url('../images/N.1.4-APPART.png');
}

.slide.n-1-6 {
  background-image: url('../images/N.1.6-APPART.png');
}

.slide.n-3-1 {
  background-image: url('../images/N.3.1-APPART.png');
}

.slide.n-3-6 {
  background-image: url('../images/N.3.6-APPART.png');
}

.slide.n-4-1 {
  background-image: url('../images/N.4.1-APPART.png');
}

.slide.n-4-6 {
  background-image: url('../images/N.4.6-APPART.png');
}

.slide.n-6-1 {
  background-image: url('../images/N.6.1-APPART.png');
}

.slide.n-6-7 {
  background-image: url('../images/N.6.7-APPART.png');
}

.slide.n-7-1 {
  background-image: url('../images/N.7.1-APPART.png');
}

.slide.n-7-6 {
  background-image: url('../images/N.7.6-APPART.png');
}

.slide.s-1-7 {
  background-image: url('../images/S.1.7-APPART.png');
}

.slide.s-3-7 {
  background-image: url('../images/S.3.7-APPART.png');
}

.slide.s-4-7 {
  background-image: url('../images/S.4.7-APPART.png');
}

.slide.s-6-6 {
  background-image: url('../images/S.6.6-APPART.png');
}

.slide.s-7-7 {
  background-image: url('../images/S.7.7-APPART.png');
}

.slide.n-2-6 {
  background-image: url('../images/N.2.6-APPART.png');
}

.slide.n-5-1 {
  background-image: url('../images/N.5.1-APPART.png');
}

.slide.n-5-6 {
  background-image: url('../images/N.5.6-APPART.png');
}

.slide.n-8-1 {
  background-image: url('../images/N.8.1-APPART.png');
}

.slide.n-8-7 {
  background-image: url('../images/N.8.7-APPART.png');
}

.slide.n-9-1 {
  background-image: url('../images/N.9.1-APPART.png');
}

.slide.n-9-6 {
  background-image: url('../images/N.9.6-APPART.png');
}

.slide.s-5-7 {
  background-image: url('../images/S.5.7-APPART.png');
}

.slide.s-8-6 {
  background-image: url('../images/S.8.6-APPART.png');
}

.slide.s-9-7 {
  background-image: url('../images/S.9.7-APPART.png');
}

.slide.n-1-3 {
  background-image: url('../images/N.1.3-APPART.png');
}

.slide.n-2-2 {
  background-image: url('../images/N.2.2-APPART.png');
}

.slide.n-2-3, .slide.n-3-2 {
  background-image: url('../images/N.3.2-APPART.png');
}

.slide.n-3-3 {
  background-image: url('../images/N.3.3-APPART.png');
}

.slide.n-4-2 {
  background-image: url('../images/N.4.2-APPART.png');
}

.slide.n-4-3 {
  background-image: url('../images/N.4.3-APPART.png');
}

.slide.n-5-2 {
  background-image: url('../images/N.5.2-APPART.png');
}

.slide.n-5-3 {
  background-image: url('../images/N.5.3-APPART.png');
}

.slide.n-6-2 {
  background-image: url('../images/N.6.2-APPART.png');
}

.slide.n-6-3 {
  background-image: url('../images/N.6.3-APPART.png');
}

.slide.n-6-4 {
  background-image: url('../images/N.6.4-APPART.png');
}

.slide.n-7-2 {
  background-image: url('../images/N.7.2-APPART.png');
}

.slide.n-7-3 {
  background-image: url('../images/N.7.3-APPART.png');
}

.slide.n-8-2 {
  background-image: url('../images/N.8.2-APPART.png');
}

.slide.n-8-4 {
  background-image: url('../images/N.8.4-APPART.png');
}

.slide.n-9-2 {
  background-image: url('../images/N.9.2-APPART.png');
}

.slide.n-8-3 {
  background-image: url('../images/N.8.3-APPART.png');
}

.slide.n-9-3 {
  background-image: url('../images/N.9.3-APPART.png');
}

.slide.n-3-5 {
  background-image: url('../images/N.3.5-APPART.png');
}

.slide.n-4-5 {
  background-image: url('../images/N.4.5-APPART.png');
}

.slide.n-6-6 {
  background-image: url('../images/N.6.6-APPART.png');
}

.slide.n-7-5 {
  background-image: url('../images/N.7.5-APPART.png');
}

.slide.n-5-5 {
  background-image: url('../images/N.5.5-APPART.png');
}

.slide.n-8-6 {
  background-image: url('../images/N.8.6-APPART.png');
}

.slide.n-9-5 {
  background-image: url('../images/N.9.5-APPART.png');
}

.slide.s-5-1 {
  background-image: url('../images/S.5.1-APPART.png');
}

.slide.s-8-1 {
  background-image: url('../images/S.8.1-APPART.png');
}

.slide.s-9-1 {
  background-image: url('../images/S.9.1-APPART.png');
}

.slide.s-3-1 {
  background-image: url('../images/S.3.1-APPART.png');
}

.slide.s-4-1 {
  background-image: url('../images/S.4.1-APPART.png');
}

.slide.s-6-1 {
  background-image: url('../images/S.6.1-APPART.png');
}

.slide.s-7-1 {
  background-image: url('../images/S.7.1-APPART.png');
}

.slide.n-8-5 {
  background-image: url('../images/N.8.5-APPART.png');
}

.slide.s-3-2 {
  background-image: url('../images/S.3.2-APPART.png');
}

.slide.s-4-2 {
  background-image: url('../images/S.4.2-APPART.png');
}

.slide.s-5-2 {
  background-image: url('../images/S.5.2-APPART.png');
}

.slide.s-7-2 {
  background-image: url('../images/S.7.2-APPART.png');
}

.slide.s-8-2 {
  background-image: url('../images/S.8.2-APPART.png');
}

.slide.s-9-2 {
  background-image: url('../images/S.9.2-APPART.png');
}

.slide.s-2-2 {
  background-image: url('../images/S.2.2-APPART.png');
}

.slide.n-2-4 {
  background-image: url('../images/N.2.4-APPART.png');
}

.slide.n-3-4 {
  background-image: url('../images/N.3.4-APPART.png');
}

.slide.n-4-4 {
  background-image: url('../images/N.4.4-APPART.png');
}

.slide.n-5-4 {
  background-image: url('../images/N.5.4-APPART.png');
}

.slide.n-7-4 {
  background-image: url('../images/N.7.4-APPART.png');
}

.slide.n-9-4 {
  background-image: url('../images/N.9.4-APPART.png');
}

.slide.s-6-2 {
  background-image: url('../images/S.6.2-APPART.png');
}

.slide.s-1-4 {
  background-image: url('../images/S.1.4-APPART.png');
}

.slide.s-1-5 {
  background-image: url('../images/S.1.5-APPART.png');
}

.slide.s-1-6 {
  background-image: url('../images/S.1.6-APPART.png');
}

.slide.s-2-3 {
  background-image: url('../images/S.2.3-APPART.png');
}

.slide.s-2-4 {
  background-image: url('../images/S.2.4-APPART.png');
}

.slide.s-2-5 {
  background-image: url('../images/S.2.5-APPART.png');
}

.slide.s-2-6 {
  background-image: url('../images/S.2.6-APPART.png');
}

.slide.s-3-3 {
  background-image: url('../images/S.3.3-APPART.png');
}

.slide.s-3-4 {
  background-image: url('../images/S.3.4-APPART.png');
}

.slide.s-3-5 {
  background-image: url('../images/S.3.5-APPART.png');
}

.slide.s-3-6 {
  background-image: url('../images/S.3.6-APPART.png');
}

.slide.s-4-3 {
  background-image: url('../images/S.4.3-APPART.png');
}

.slide.s-4-4 {
  background-image: url('../images/S.4.4-APPART.png');
}

.slide.s-4-6 {
  background-image: url('../images/S.4.6-APPART.png');
}

.slide.s-5-3 {
  background-image: url('../images/S.5.3-APPART.png');
}

.slide.s-5-4 {
  background-image: url('../images/S.5.4-APPART.png');
}

.slide.s-5-5 {
  background-image: url('../images/S.5.5-APPART.png');
}

.slide.s-5-6 {
  background-image: url('../images/S.5.6-APPART.png');
}

.slide.s-6-3 {
  background-image: url('../images/S.6.3-APPART.png');
}

.slide.s-6-4 {
  background-image: url('../images/S.6.4-APPART.png');
}

.slide.s-6-5 {
  background-image: url('../images/S.6.5-APPART.png');
}

.slide.s-7-3 {
  background-image: url('../images/S.7.3-APPART.png');
}

.slide.s-7-4 {
  background-image: url('../images/S.7.4-APPART.png');
}

.slide.s-7-5 {
  background-image: url('../images/S.7.5-APPART.png');
}

.slide.s-7-6 {
  background-image: url('../images/S.7.6-APPART.png');
}

.slide.s-8-3 {
  background-image: url('../images/S.8.3-APPART.png');
}

.slide.s-8-4 {
  background-image: url('../images/S.8.4-APPART.png');
}

.slide.s-8-5 {
  background-image: url('../images/S.8.5-APPART.png');
}

.slide.s-9-3 {
  background-image: url('../images/S.9.3-APPART.png');
}

.slide.s-9-4 {
  background-image: url('../images/S.9.4-APPART.png');
}

.slide.s-9-5 {
  background-image: url('../images/S.9.5-APPART.png');
}

.slide.s-9-6 {
  background-image: url('../images/S.9.6-APPART.png');
}

.slide.bllocale {
  background-image: url('../images/BILOCALE.webp');
}

.slide.trilocale {
  background-image: url('../images/TRILOCALE.webp');
}

.slide.quadrilocale {
  background-image: url('../images/QUADRILOCALE.webp');
}

.mappa {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 800px;
  margin: 80px auto;
  display: flex;
}

.div-block-36 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 50%;
  margin-top: 0;
  display: flex;
}

.html-embed {
  cursor: auto;
  min-height: 500px;
  margin-top: 60px;
}

.sezioneloghifornitori {
  border-bottom: 1px #e4ebf3;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 970px;
  height: 500px;
  margin: 80px auto;
  padding: 0;
  display: flex;
  position: relative;
}

.loghi-fornitori {
  flex: 0 auto;
  width: 100px;
  height: auto;
  margin: 0;
}

.loghi-fornitori.troppo-grande {
  width: 70px;
}

.contattaci {
  justify-content: center;
  align-items: stretch;
  height: 500px;
  display: flex;
}

.containercontattaci {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  display: flex;
}

.button {
  background-color: var(--beige);
  color: #000;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 180px;
  max-width: 200px;
  height: 46px;
  font-family: Red Hat Text, sans-serif;
  font-weight: 400;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Tenor Sans, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 16px;
}

.textfooterinfo {
  margin-top: 10px;
  font-family: Tenor Sans, sans-serif;
  font-size: 1em;
}

.html-embed-2 {
  width: 30px;
  height: 30px;
  margin-right: 16px;
}

.image-2 {
  margin-bottom: 20px;
}

.container {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.footer-copyright-center {
  text-align: center;
  font-family: Tenor Sans, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 70%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-dark {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.linkalbero {
  color: #000;
  text-decoration: none;
}

.text-block-2 {
  font-family: Tenor Sans, sans-serif;
  font-size: 1em;
}

.div-block-34 {
  justify-content: flex-start;
  width: 100%;
  margin-top: 36px;
  display: flex;
}

.html-embed-3 {
  width: 30px;
  height: 30px;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template: "."
  / auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.lecaratteristiche {
  justify-content: center;
  margin-top: 0;
  display: flex;
}

.dd-list {
  z-index: 1000;
  background-color: #fff;
}

.dd-list.w--open {
  border: 1px solid #000;
  border-radius: 4px;
  flex-direction: column;
  width: 350px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: absolute;
  top: 60px;
}

.iconecaratteristiche {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.grigliacaratteristiche {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  width: 100%;
  min-width: 690px;
  max-width: 1460px;
  margin: 0 auto;
  display: grid;
}

.dd-icon {
  transform: rotate(-90deg);
}

.dd-1 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.dd-toggle {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: inline-block;
}

.divcaratteristiche {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.titolocaratteristiche {
  font-family: Red Hat Text, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
}

.listaextras {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 17px;
}

.contorno {
  border: 1px solid #000;
  border-radius: 4px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  padding: 0;
  display: flex;
}

.div-block-45 {
  flex-direction: column;
  width: 90%;
  margin-bottom: 50px;
  display: flex;
}

.titoli-sezioni {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
  font-family: Tenor Sans, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
}

.buttonpiano {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  padding-top: 7px;
  font-family: Red Hat Text, sans-serif;
  font-weight: 700;
  display: flex;
  transform: rotate(0);
}

.colonnainformativa {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.divalloggio {
  width: 100%;
  height: auto;
}

.center {
  text-align: left;
  flex-direction: column;
  align-items: center;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.planimetrie {
  flex-direction: column;
  height: auto;
  margin-bottom: 40px;
  font-weight: 400;
  display: flex;
}

.t-alloggio {
  padding-bottom: 40px;
  font-family: Tenor Sans, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 52px;
}

.lineaseparatrice {
  background-color: #8d8d8d;
  border: 0 solid #000;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.grigliaalloggio {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 720px;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: flex;
}

.t-piano {
  width: 100%;
  min-width: 41px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  font-family: Red Hat Text, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.selezionatore {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch center;
  display: grid;
  position: sticky;
  top: 30px;
}

.colonnapiani {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-64 {
  background-color: #0000;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  margin: auto;
  display: flex;
}

.bold-text-6 {
  color: #fff;
  font-family: Red Hat Text, sans-serif;
  font-size: 1em;
  font-weight: 600;
}

.navbar-no-shadow-2 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Merlata_UPTN-01.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 70vh;
  display: flex;
}

.div-block-65 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  max-width: 540px;
  padding-bottom: 20px;
  display: flex;
}

.html-embed-11 {
  color: #fff;
  width: 18px;
  height: 18px;
}

.heading-7 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tenor Sans, sans-serif;
  font-size: 4.5em;
  line-height: 4.5rem;
}

.unitapiano {
  justify-content: center;
  align-items: center;
  display: flex;
}

.buttonunita {
  background-color: var(--grigio);
  justify-content: center;
  align-items: center;
  min-width: 50px;
  height: 30px;
  min-height: 30px;
  max-height: 30px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Red Hat Text, sans-serif;
  display: flex;
}

.buttonunita.venduto {
  background-color: var(--red);
}

.slider-planimetrie {
  width: 50%;
  height: 600px;
  min-height: 600px;
  max-height: 600px;
}

.availability {
  text-align: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  height: 30px;
  min-height: 30px;
  max-height: 30px;
  margin-right: 6px;
  padding: 5px 4px 5px 7px;
  font-family: Red Hat Text, sans-serif;
}

.availability.venduto {
  color: var(--red);
}

.mask {
  width: 100%;
  height: 100%;
}

.padding-slide {
  z-index: 2;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  padding: 10px 10px 75px;
  font-family: Tenor Sans, sans-serif;
  display: flex;
}

.render-sezione {
  object-fit: cover;
  width: 100%;
  max-width: 60%;
  height: auto;
  max-height: none;
}

.coppia-mosaico {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
  max-width: 60%;
  display: flex;
}

._95--margin {
  width: 95%;
  max-width: 2240px;
  margin-left: auto;
  margin-right: auto;
}

.wrapper-paragrafo {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 40%;
  padding: 20px 10px;
  display: flex;
}

.mosaicogliappartamenti {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  height: 100vh;
  max-height: 600px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.testo-paragrafo {
  color: #1e1e1e;
  text-align: center;
  width: auto;
  max-width: 650px;
  font-family: Red Hat Text, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.logo-merlata {
  object-fit: contain;
  background-image: url('../images/Merlata-Uptown.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 120px;
}

.titoloparagrafo {
  text-align: center;
  font-family: Tenor Sans, sans-serif;
  font-size: 40px;
  line-height: 100%;
}

.sezioneprogetto-appartmenti {
  z-index: 2;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.sottotitolo-paragrafo {
  font-family: Red Hat Text, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 100%;
}

.img-m-gliappartamenti {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  max-height: none;
}

.img-m-gliappartamenti.interior {
  background-image: url('../images/8---Cascina-SpazioVivo.jpg');
  background-size: cover;
  width: 40%;
  max-width: none;
  display: flex;
}

.img-m-gliappartamenti.vasi {
  background-image: url('../images/7---Running-UpTown.jpg');
  background-size: cover;
  width: 60%;
}

.img-m-gliappartamenti.pianta {
  background-image: url('../images/6---Uptown_Park.jpg');
  width: 40%;
}

.sezione-single {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  width: 100%;
  display: flex;
  position: relative;
}

.sezione-single.ipad {
  display: none;
}

.spacer-48 {
  z-index: 2;
  color: #fff;
  background-color: #fff;
  width: 100%;
  height: 48px;
  position: relative;
}

.spacer-48._86 {
  height: 86px;
}

.sezionerender {
  z-index: 1;
  background-color: #fff;
  width: 100%;
}

.renderliving {
  object-fit: cover;
  width: 100%;
}

.code-embed {
  width: 100%;
  min-width: 180px;
}

.prezzi {
  display: flex;
}

.button-scelta {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  display: flex;
}

.button-text {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.div-block-35 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.body-modulo {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-send {
  background-color: var(--beige);
  color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 180px;
  max-width: 200px;
  height: 48px;
  display: flex;
}

.checkbox {
  background-color: #fff;
  border-radius: 4px;
  flex: none;
  width: 18px;
  height: 18px;
}

.input-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  width: 90%;
  min-width: 900px;
  max-width: 1000px;
  display: flex;
}

.logo-main-footer {
  filter: brightness(200%);
  object-fit: contain;
  height: 120px;
  display: block;
}

.link-7 {
  color: #fff;
  text-decoration: underline;
}

.header-modulo {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-67 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.logo-footer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 600px;
  padding: 20px;
  display: flex;
}

.caselle-input {
  color: #000;
  text-align: center;
  width: 100%;
  min-width: 100px;
  max-width: 200px;
  height: 46px;
  font-family: Red Hat Text, sans-serif;
  display: flex;
}

.footer-blue {
  background-color: var(--grigio);
  width: 100%;
  height: 100%;
}

.modulo-villataverna {
  height: 100%;
}

.text-block-18 {
  color: #fff;
  max-width: 777px;
  font-family: Red Hat Text, sans-serif;
  text-decoration: none;
}

.zephyr-24-36 {
  color: #000;
  font-size: 24px;
  line-height: 36px;
}

.zephyr-24-36.white {
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.div-block-85 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.text-block-21 {
  font-family: Red Hat Text, sans-serif;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.cookie-sezione {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.bold-text-8 {
  font-weight: 400;
}

.cookie-text-2 {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.cookie-titolo-2 {
  color: #3f3432;
  font-size: 28px;
  font-weight: 400;
  line-height: 42px;
}

.ul-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.cookie {
  background-color: #fff;
  font-family: Tenor Sans, sans-serif;
}

.cookie-sottotitolo-2 {
  color: #3f3432;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}

.wrapper-cookie {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  flex-flow: column;
  padding: 58px;
  display: flex;
}

.cookie-text {
  color: #3f3432;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.bold-text-10 {
  font-weight: 400;
}

.titolo-tabella {
  background-color: #000;
}

.cookie-text-3 {
  color: #3f3432;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.td {
  border: 1px solid #000;
  width: auto;
  height: 40px;
  padding-left: 20px;
}

.cookie-sottotitolo {
  color: #3f3432;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.cookie-sottotitolo.tabella {
  color: #fff;
}

.wrapper-footer {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 95%;
  display: flex;
}

.linea-credits {
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.wrapper-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  max-width: 990px;
  display: flex;
}

.wrapper-credits {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.link-footer {
  color: #000;
  background-color: #f0f0f000;
  text-decoration: none;
}

.link-footer:hover {
  color: #7e7668;
  text-decoration: underline;
}

.text-credit {
  text-align: center;
  font-family: Tenor Sans, sans-serif;
}

.text-link {
  color: #000;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Red Hat Text, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.link-google {
  color: #000;
}

.titolo {
  font-family: Tenor Sans, sans-serif;
}

.paragrafo {
  font-family: Red Hat Text, sans-serif;
}

.bold-text-11 {
  font-family: Tenor Sans, sans-serif;
}

.right-arrow, .left-arrow {
  z-index: 1;
}

.imagine-didascalia {
  object-fit: contain;
  height: 100px;
}

.wrapper-render {
  width: 100%;
  display: flex;
}

.wrapper-didascalia {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  max-width: 500px;
  display: flex;
}

.planimetrietipologie {
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-block-86 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.side-icon {
  z-index: 800;
  position: fixed;
  inset: 40% 0 auto auto;
}

.wrapper-side-icon {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.side-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--beige);
  min-width: 80px;
  color: var(--grigio);
  text-align: center;
  scroll-behavior: smooth;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-family: Tenor Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  position: relative;
  box-shadow: 0 4px 4px #0003;
}

.icon-openday {
  width: 100%;
  max-width: 27px;
  height: 100%;
  display: flex;
}

.openday {
  font-family: Merriweather, serif;
}

.popup-openday {
  z-index: 99999;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #0000004d;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0;
}

.image-openday {
  max-width: 90%;
  max-height: 600px;
  box-shadow: 5px 5px 30px 5px #00000080;
}

@media screen and (max-width: 991px) {
  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  ._2 {
    font-size: 14px;
    line-height: 28px;
  }

  ._3 {
    font-size: 13px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
    flex-direction: column;
    margin-top: 0;
  }

  .icon {
    color: #fff;
  }

  .container-regular {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar-wrapper {
    justify-content: flex-start;
    position: relative;
  }

  .navbar-no-shadow-container {
    position: relative;
  }

  .nav-menu {
    background-color: #0000;
    flex-flow: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 20px;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .container-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .clients-title {
    margin-bottom: 32px;
  }

  .ilprogetto {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .render {
    order: 9999;
    width: 100%;
  }

  .didascalia {
    text-align: center;
    width: auto;
  }

  .card {
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    max-width: 600px;
  }

  .text-block-9 {
    text-align: center;
  }

  .columns {
    flex-direction: column;
    display: block;
  }

  .imgcloseup {
    max-width: none;
    min-height: 500px;
  }

  .tipologieabitative {
    height: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .column {
    margin-bottom: 32px;
  }

  .sopratesto {
    font-size: 24px;
  }

  .whymerlata {
    height: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid {
    grid-template-rows: 200px 200px;
    grid-template-columns: 1fr 1fr;
    width: 90%;
    min-width: auto;
    height: auto;
    margin-bottom: 30px;
  }

  .mappa {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .div-block-36 {
    width: 90%;
    margin-top: 0;
  }

  .html-embed {
    width: auto;
    min-width: auto;
  }

  .sezioneloghifornitori {
    border-bottom-style: none;
    height: 500px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .loghi-fornitori.troppo-grande {
    width: 70px;
  }

  .container {
    max-width: 940px;
  }

  .footer-wrapper {
    justify-content: space-between;
    width: auto;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .dd-list.w--open {
    width: 100%;
    min-width: 400px;
    max-width: 551px;
  }

  .grigliacaratteristiche {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    min-width: 400px;
    max-width: 550px;
    height: 190px;
  }

  .div-block-45 {
    margin-bottom: 50px;
  }

  .colonnainformativa {
    align-items: stretch;
  }

  .divalloggio {
    width: 100%;
  }

  .center {
    width: 90%;
  }

  .t-alloggio {
    margin-bottom: 16px;
    font-size: 44px;
    line-height: 48px;
  }

  .grigliaalloggio {
    flex-flow: column;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr;
  }

  .t-piano {
    line-height: 24px;
  }

  .selezionatore {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .colonnapiani {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .navbar-no-shadow-2 {
    height: 620px;
  }

  .menu-button-2 {
    border: 1px solid #ffffff80;
    border-radius: 4px;
    margin-left: auto;
    margin-right: 0;
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #fff0;
    border: 1px solid #ffffff80;
    border-radius: 4px;
  }

  .div-block-65 {
    width: 50%;
    margin: 100px 40px 0;
  }

  .heading-7 {
    font-size: 40px;
    line-height: 40px;
  }

  .slider-planimetrie {
    width: 100%;
  }

  .render-sezione.giardino {
    width: 100%;
    max-width: none;
  }

  .coppia-mosaico {
    flex-flow: row;
    width: 100%;
    max-width: none;
    height: 100%;
  }

  ._95--margin {
    flex-flow: column;
    width: 95%;
    display: flex;
  }

  .wrapper-paragrafo {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    order: 2;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .mosaicogliappartamenti {
    flex-flow: column;
    height: auto;
    max-height: none;
    margin-bottom: 10px;
  }

  .testo-paragrafo {
    width: 100%;
    height: auto;
    min-height: auto;
  }

  .logo-merlata {
    height: 80px;
  }

  .titoloparagrafo {
    font-size: 28px;
  }

  .img-m-gliappartamenti.interior {
    width: 100%;
    min-height: 400px;
  }

  .img-m-gliappartamenti.vasi {
    width: 100%;
    min-height: 300px;
  }

  .img-m-gliappartamenti.pianta {
    width: 100%;
    max-width: none;
    min-height: 300px;
  }

  .sezione-single {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    display: none;
  }

  .sezione-single.ipad {
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .spacer-48._86 {
    display: none;
  }

  .input-form {
    flex-flow: wrap;
    min-width: 500px;
    max-width: 700px;
  }

  .logo-main-footer {
    height: 80px;
  }

  .div-block-67 {
    align-items: center;
    width: 100%;
  }

  .logo-footer {
    min-height: 910px;
  }

  .caselle-input {
    min-width: 200px;
    max-width: 280px;
  }

  .text-block-18 {
    max-width: 500px;
  }

  .wrapper-footer {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    width: 95%;
    margin-top: 29px;
    margin-bottom: 29px;
    padding-bottom: 0;
  }

  .wrapper-render {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .wrapper-didascalia {
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .nav-menu-wrapper {
    justify-content: center;
    display: block;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: row;
    padding-bottom: 0;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .titoloconsegna {
    font-size: 40px;
  }

  .barraavanzamento {
    margin-left: 20px;
    margin-right: 20px;
  }

  .sezioneloghipartners {
    flex-flow: column;
    padding: 10px 15px;
  }

  .clients-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 0;
  }

  .overombra {
    width: 100px;
    height: 56.2525px;
  }

  .loghipartners {
    width: 77px;
  }

  .loghipartners.rimpicciolito {
    width: 50px;
  }

  .text-block-9 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    line-height: 34px;
    display: block;
  }

  .imgcloseup {
    height: 100%;
    min-height: 300px;
    max-height: 400px;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    height: auto;
  }

  .paragraph {
    font-size: 1em;
  }

  .sezioneloghifornitori {
    border-bottom-style: none;
    height: auto;
    padding: 10px 15px;
  }

  .loghi-fornitori {
    width: 50px;
    margin: 30px 20px;
  }

  .loghi-fornitori.troppo-grande {
    width: 30px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .grigliacaratteristiche {
    min-width: 250px;
    max-width: 400px;
  }

  .div-block-45 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .titoli-sezioni {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 44px;
  }

  .t-alloggio {
    font-size: 40px;
    line-height: 44px;
  }

  .grigliaalloggio {
    grid-template-rows: 1fr .75fr;
  }

  .t-piano {
    line-height: 22px;
  }

  .selezionatore {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
    display: flex;
  }

  .navbar-no-shadow-2 {
    height: 620px;
  }

  .div-block-65 {
    width: 80%;
    margin-top: 100px;
    margin-bottom: 0;
  }

  .slider-planimetrie {
    height: 400px;
    min-height: 400px;
    max-height: 400px;
  }

  .render-sezione.giardino {
    height: 100vw;
  }

  .wrapper-paragrafo {
    padding-left: 0;
    padding-right: 0;
  }

  .mosaicogliappartamenti {
    flex-flow: column;
    width: 100%;
    height: 56.25vw;
    min-height: 550px;
    max-height: none;
  }

  .testo-paragrafo {
    width: 100%;
  }

  .logo-merlata {
    background-image: url('../images/Merlata-Uptown.webp');
    max-width: 160px;
  }

  .titoloparagrafo {
    font-size: 24px;
  }

  .img-m-gliappartamenti.interior {
    min-height: 150px;
  }

  .spacer-48 {
    height: 24px;
  }

  .spacer-48._86 {
    height: 50px;
  }

  .logo-footer {
    min-height: 800px;
  }

  .caselle-input {
    min-width: 180px;
    max-width: 200px;
  }

  .footer-blue {
    height: auto;
    position: static;
  }

  .modulo-villataverna {
    height: auto;
  }

  .text-block-18 {
    max-width: 400px;
  }

  .div-block-85 {
    align-items: center;
  }

  .form {
    width: 90%;
  }

  .wrapper-footer {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    min-width: 400px;
    height: auto;
  }

  .text-credit {
    font-size: 12px;
  }

  .side-button {
    min-width: 60px;
  }

  .icon-openday {
    max-width: 24px;
  }

  .openday {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .nav-button-wrapper {
    width: auto;
  }

  .icon {
    color: #323232;
  }

  .container-regular {
    justify-content: center;
    display: flex;
  }

  .navbar-wrapper {
    justify-content: flex-start;
    width: 95%;
  }

  .navbar-no-shadow-container {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu {
    flex-direction: column;
    align-items: flex-end;
  }

  .container-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .titoloconsegna {
    font-size: 34px;
    line-height: 38px;
  }

  .avanzamentolavori {
    font-size: 20px;
    line-height: 44px;
  }

  .sezioneloghipartners {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .clients-title {
    margin-top: 0;
    margin-bottom: 0;
  }

  .clients-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-rows: 80px 80px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .loghipartners, .loghipartners.rimpicciolito {
    width: 70px;
  }

  .ilprogetto {
    grid-auto-flow: row;
  }

  .div-block-57 {
    width: 90%;
  }

  .imgcloseup {
    height: 100%;
    min-height: 300px;
    max-height: 300px;
  }

  .column {
    padding-left: 0;
    padding-right: 0;
  }

  .colonne {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .titolosezione {
    text-align: center;
    font-size: 30px;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .mappa {
    height: 700px;
  }

  .html-embed {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sezioneloghifornitori {
    border-bottom-style: none;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .loghi-fornitori {
    margin-left: 10px;
    margin-right: 10px;
  }

  .loghi-fornitori.troppo-grande {
    width: 70px;
  }

  .container {
    max-width: none;
  }

  .dd-list.w--open {
    flex-wrap: nowrap;
    width: 100%;
    min-width: 120px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .grigliacaratteristiche {
    min-width: 120px;
    max-width: 290px;
  }

  .dd-icon {
    display: block;
  }

  .dd-1 {
    font-size: 13px;
    line-height: 17px;
    position: relative;
  }

  .dd-toggle {
    z-index: 999;
  }

  .divcaratteristiche {
    aspect-ratio: auto;
    position: relative;
  }

  .titolocaratteristiche {
    font-size: 24px;
    line-height: 28px;
  }

  .listaextras {
    width: 100%;
  }

  .div-block-45 {
    width: 90%;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .titoli-sezioni {
    font-size: 24px;
    line-height: 28px;
  }

  .center {
    width: 90%;
  }

  .t-alloggio {
    font-size: 36px;
  }

  .grigliaalloggio {
    grid-template-rows: 1fr .5fr;
  }

  .t-piano {
    width: 40px;
  }

  .selezionatore {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .colonnapiani {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .navbar-no-shadow-2 {
    height: 620px;
  }

  .menu-button-2 {
    border-color: #323232;
  }

  .div-block-65 {
    width: 90%;
    margin: 125px auto 0;
  }

  .html-embed-11 {
    margin-right: 5px;
    padding-right: 0;
  }

  .heading-7 {
    font-size: 32px;
    line-height: 36px;
  }

  .unitapiano.flex {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .availability {
    line-height: 18px;
    display: flex;
  }

  .availability.nascondi {
    display: flex;
  }

  .padding-slide {
    margin-bottom: 100px;
  }

  .render-sezione.giardino {
    min-width: auto;
    max-width: 972px;
    height: 56.25vw;
    max-height: 275px;
  }

  .coppia-mosaico {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .wrapper-paragrafo {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 0 auto;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 14.5px 0;
  }

  .mosaicogliappartamenti {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    height: auto;
    min-height: auto;
    margin-top: 15px;
    margin-bottom: 5px;
  }

  .testo-paragrafo {
    width: auto;
    height: auto;
    font-size: 13px;
    line-height: 19px;
  }

  .titoloparagrafo {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 30px;
  }

  .sottotitolo-paragrafo {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
  }

  .img-m-gliappartamenti.interior {
    object-fit: cover;
    max-width: 536px;
    height: 56.25vw;
    min-height: 100px;
    max-height: 130px;
    display: flex;
  }

  .img-m-gliappartamenti.vasi {
    object-fit: cover;
    height: 56.25vw;
    min-height: 150px;
    max-height: 168px;
  }

  .img-m-gliappartamenti.pianta {
    object-fit: cover;
    max-width: 143px;
    height: 56.25vw;
    min-height: 150px;
    max-height: 168px;
  }

  .sezione-single {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .spacer-48 {
    height: 20px;
  }

  .sezionerender {
    display: flex;
  }

  .renderliving {
    object-fit: cover;
    max-width: none;
    height: 30vh;
  }

  .prezzi {
    display: flex;
  }

  .div-block-35 {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-send {
    max-width: 300px;
  }

  .input-form {
    flex-flow: column;
    width: 90%;
    min-width: 220px;
    max-width: 400px;
  }

  .logo-footer {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .caselle-input {
    max-width: 300px;
  }

  .text-block-18 {
    text-align: left;
    min-width: 150px;
    max-width: 350px;
    font-size: 12px;
    line-height: 17px;
  }

  .zephyr-24-36.white {
    font-size: 20px;
    line-height: 27px;
  }

  .form {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    width: 100%;
  }

  .wrapper-footer {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    min-width: 0;
    margin-top: 35px;
  }

  .wrapper-credits {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .link-footer {
    padding: 0;
  }

  .text-credit {
    text-align: left;
  }

  .text-link {
    width: 80%;
  }

  .side-icon {
    display: flex;
  }

  .side-button {
    min-width: 40px;
  }
}

#w-node-_652eeb35-dae2-5a8d-d9fe-206e9ac49563-6cc9267f, #w-node-_73064fec-ca58-c783-929b-23bc6cab63cd-6cc9267f {
  place-self: auto;
}

#w-node-_8b50f8b7-3a16-f16d-6da3-7d794a6de9b2-6cc9267f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_19d2a052-05f7-553e-7190-aebb9f8eb29d-6cc9267f, #w-node-_19d2a052-05f7-553e-7190-aebb9f8eb29e-6cc9267f, #w-node-_19d2a052-05f7-553e-7190-aebb9f8eb2a4-6cc9267f, #w-node-_19d2a052-05f7-553e-7190-aebb9f8eb2a5-6cc9267f, #w-node-_19d2a052-05f7-553e-7190-aebb9f8eb2a9-6cc9267f, #w-node-_19d2a052-05f7-553e-7190-aebb9f8eb2ab-6cc9267f, #w-node-_19d2a052-05f7-553e-7190-aebb9f8eb2ac-6cc9267f, #w-node-_19d2a052-05f7-553e-7190-aebb9f8eb2b0-6cc9267f, #w-node-_19d2a052-05f7-553e-7190-aebb9f8eb2b2-6cc9267f, #w-node-_19d2a052-05f7-553e-7190-aebb9f8eb2b3-6cc9267f, #w-node-_19d2a052-05f7-553e-7190-aebb9f8eb2b7-6cc9267f, #w-node-_8bf25af7-b745-97e2-7e3b-2b88109783d9-109783d6, #w-node-_8bf25af7-b745-97e2-7e3b-2b88109783e7-109783d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eef401d8-6ac4-3c2b-481a-df6628552a70-2e93516e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-eef401d8-6ac4-3c2b-481a-df6628552a75-2e93516e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eef401d8-6ac4-3c2b-481a-df6628552a87-2e93516e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-eef401d8-6ac4-3c2b-481a-df6628552a8d-2e93516e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eef401d8-6ac4-3c2b-481a-df6628552a9c-2e93516e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-eef401d8-6ac4-3c2b-481a-df6628552a9d-2e93516e, #w-node-eef401d8-6ac4-3c2b-481a-df6628552aa2-2e93516e, #w-node-_43b91968-8c6a-fc82-e32a-555f94918943-2e93516e, #w-node-_43b91968-8c6a-fc82-e32a-555f94918945-2e93516e, #w-node-_43b91968-8c6a-fc82-e32a-555f94918947-2e93516e, #w-node-_43b91968-8c6a-fc82-e32a-555f94918949-2e93516e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78bf2d0a-af03-0763-f91f-439561fef704-2e93516e, #w-node-_57b0e946-fc5e-bd77-1b09-886f1cbefe40-2e93516e, #w-node-_23e28466-2431-c234-21df-5c2066229a07-2e93516e, #w-node-_205cab75-9c38-a28e-0881-01ca8e3d4db1-2e93516e, #w-node-_43b91968-8c6a-fc82-e32a-555f949189b6-2e93516e, #w-node-_23ae945b-c3fd-95e8-eb8a-f7174d3c6b7a-2e93516e, #w-node-_3b22da29-97d5-cb11-689b-fedf69cae9f5-2e93516e, #w-node-f90b762b-9de6-9f53-f54d-68680cee2a7d-2e93516e, #w-node-_8f49fea2-109c-b227-feb5-ac746d339848-2e93516e, #w-node-_4592da54-f463-c8cc-8a41-0c7a2acbe433-2e93516e, #w-node-_343e876a-f74b-4c86-6753-ad3ab8bde154-2e93516e, #w-node-_00a32705-dcfd-6a3e-6b5b-c97dcf48f86c-2e93516e, #w-node-fd7a553c-c57b-0c74-ded9-63534a1deae8-2e93516e {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: auto;
}


