:root {
  --neromarconi: #3a3a38;
  --oromarconi: #cdbc88;
  --transparent: transparent;
  --white: white;
  --nero-chiaro: #3a3a3880;
  --red: #a50c0c;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.wrapper-home-text {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  min-height: 500px;
  margin-top: 80px;
  display: flex;
}

.wrapper-home-text.absolute {
  position: absolute;
}

.navbar-brand {
  width: 100%;
  min-width: 200px;
  max-width: 300px;
}

.nav-menu-wrapper {
  width: 100%;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: futura-pt, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

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

.mobile-margin-top-10 {
  margin-left: auto;
}

.button-primary {
  background-color: var(--neromarconi);
  box-shadow: 0 3px 5px 0 var(--neromarconi);
  color: var(--oromarconi);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 150px;
  padding: 12px 25px;
  font-family: futura-pt, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: all .2s;
  display: flex;
}

.button-primary:hover {
  background-color: var(--oromarconi);
  box-shadow: inset 0 3px 5px 0 var(--neromarconi);
  color: var(--neromarconi);
}

.button-primary:active {
  background-color: var(--neromarconi);
  box-shadow: 0 -1px 5px 0 var(--neromarconi);
  color: var(--oromarconi);
}

.navbar {
  z-index: 50;
  border-bottom: 1px solid var(--neromarconi);
  background-color: var(--white);
  height: 80px;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: var(--transparent);
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0;
}

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

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.logo-navbar {
  width: 100%;
}

.list-item {
  margin-left: auto;
}

.test-start {
  text-align: center;
  text-shadow: 0 1px 20px #0003;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 1250px;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  font-family: futura-pt, sans-serif;
  font-size: 160px;
  font-weight: 500;
  line-height: 100%;
  display: flex;
}

.div-esterno {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  max-width: 2200px;
  height: 100%;
  display: flex;
}

.sticker-brochure {
  z-index: 50;
  background-color: var(--neromarconi);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 30px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.link {
  color: var(--oromarconi);
  justify-content: center;
  align-items: center;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.link:hover {
  text-decoration: underline;
}

.progetto-div {
  background-color: var(--neromarconi);
  border-top-left-radius: 1000px;
  width: 100%;
  height: 100%;
  min-height: 1990px;
  display: none;
  position: sticky;
  inset: 100px 0% 0%;
  overflow: auto;
}

.image {
  z-index: 0;
  object-fit: cover;
  border-top-left-radius: 50%;
  width: 90%;
  overflow: hidden;
}

.image-2 {
  z-index: 1;
  filter: grayscale();
  border-top-left-radius: 50%;
  position: sticky;
  inset: 0% 0% auto;
}

.c-progetto {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  border: 1px solid var(--nero-chiaro);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.s-fascia-text {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 300px;
  display: flex;
}

.video-div {
  justify-content: center;
  align-items: stretch;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.video {
  width: 100%;
}

.margin-90 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-90.m-top {
  margin-top: 140px;
}

.wrapper-esterni-interni-text {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-spazi {
  text-align: right;
  width: 100%;
  font-family: futura-pt, sans-serif;
  font-size: 92px;
  line-height: 96px;
}

.text-spazi.interni {
  text-align: left;
}

._360-interni-div {
  width: 85%;
  height: 100vh;
  max-height: 70vh;
  position: relative;
}

._360-img {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

._360-div {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

._360-estrni-div {
  width: 85%;
  height: 100vh;
  max-height: 70vh;
  margin-left: auto;
  position: relative;
}

.fascia-nera-div {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  background-image: url('../images/COPERTINA600x.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  min-height: 300px;
  max-height: 400px;
  display: flex;
}

.fascia-nera-div.margin {
  margin-top: 15%;
  padding-left: 20px;
  padding-right: 20px;
}

.fascia-nera-div.oro {
  background-image: linear-gradient(#cdbc88b3, #cdbc88b3), url('../images/COPERTINA600x.webp');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  display: none;
}

.text-fascia {
  color: var(--oromarconi);
  text-align: center;
  width: 100%;
  max-width: 1200px;
  font-family: futura-pt, sans-serif;
  font-size: 22px;
  line-height: 200%;
}

.text-fascia.nero {
  color: var(--neromarconi);
  font-family: futura-pt, sans-serif;
  font-weight: 400;
}

.lifestyle-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.img-1 {
  border-bottom-right-radius: 500px;
  width: 60%;
  height: 100vh;
  max-height: 90vh;
}

.img-2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 30%;
  padding-left: 60px;
  display: flex;
}

.title-paragrafo {
  width: 100%;
  max-width: 500px;
  font-family: futura-pt, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 100px;
}

.img-bottom {
  object-fit: cover;
  width: 100%;
  max-width: 300px;
  height: 100%;
  min-height: 300px;
  position: relative;
  bottom: 80px;
  right: 60px;
}

.img-bottom.top {
  object-fit: cover;
  object-position: 80% 50%;
  max-width: 300px;
  height: 100%;
  min-height: 300px;
  margin-top: 220px;
  position: static;
}

.text-div {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-4 {
  width: 100%;
  max-width: 500px;
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.track {
  height: 300vw;
  margin-top: 160px;
  display: flex;
  overflow: clip;
}

.camera {
  flex-flow: row;
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
}

.frame {
  height: 100%;
  display: flex;
}

.frame.mobile {
  display: none;
  overflow: auto;
}

.item {
  flex: none;
  width: 100vw;
  height: 100vh;
  padding-right: 30px;
}

.item.mobile {
  width: 100%;
  height: auto;
  max-height: 90vh;
  padding-right: 0;
  display: flex;
}

.item.mobile.last {
  padding-right: 0;
}

.item-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.icon-div {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-div.partner {
  flex-flow: row;
}

.icon-text-div {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80px;
  display: flex;
}

.icon-home {
  width: 100%;
  min-width: 40px;
  max-width: 60px;
  height: 100%;
}

.text-icon {
  text-align: center;
  width: 110px;
  font-family: futura-pt, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.text-icon.larghezza {
  width: 150px;
}

.bold {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
}

.planimetrie-text-div {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  width: 100%;
  margin-top: 140px;
  margin-bottom: 140px;
  display: flex;
}

.button-planimetrie {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 75%;
  display: flex;
}

.text-button {
  z-index: 3;
  color: var(--neromarconi);
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  position: relative;
  right: 15px;
}

.text-button.number {
  z-index: 2;
  color: var(--oromarconi);
  font-family: futura-pt, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 100%;
  right: 0;
}

.text-button.terra {
  font-family: futura-pt, sans-serif;
  right: 0;
}

.button {
  border: 1px solid var(--neromarconi);
  background-color: var(--transparent);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 160px;
  height: 100%;
  max-height: 45px;
  display: flex;
  box-shadow: 0 3px 5px #0003;
}

.button:hover {
  box-shadow: 0 3px 5px 0 var(--neromarconi);
}

.text-subtitle {
  color: var(--neromarconi);
  width: 25%;
  font-family: futura-pt, sans-serif;
  font-size: 24px;
}

.text-button-planimetrie {
  flex-flow: wrap;
  width: 100%;
  padding-top: 80px;
  display: flex;
}

.description-planimetrie {
  width: 100%;
  display: flex;
  position: relative;
}

.description-planimetrie.absolute {
  background-color: var(--white);
  opacity: 0;
  display: none;
  position: absolute;
  inset: 0%;
}

.description-text {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.description-text.absolute {
  opacity: 0;
  display: none;
}

.illustration-planimetrie {
  width: 100%;
  position: relative;
}

.title-appartamenti {
  color: var(--neromarconi);
  font-family: futura-pt, sans-serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 56px;
}

.text-mq {
  border-right: 1px solid var(--nero-chiaro);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 260px;
  max-width: 260px;
  height: 100%;
  min-height: 80px;
  max-height: 80px;
  display: flex;
}

.text-mq.center {
  padding-left: 20px;
}

.text-block-6 {
  color: var(--neromarconi);
  width: 100%;
  font-family: futura-pt, sans-serif;
  font-size: 36px;
  line-height: 100%;
}

.text-block-6.red {
  color: var(--red);
}

.description {
  width: 100%;
  max-width: 450px;
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.planimetrie.absolute {
  opacity: 0;
  display: none;
}

.planimetrie-img {
  object-fit: contain;
}

.camere-bagni-div {
  width: 100%;
  max-width: 600px;
  display: flex;
}

.numero-div {
  border-top: 1px solid var(--nero-chiaro);
  border-right: 1px solid var(--nero-chiaro);
  border-bottom: 1px solid var(--nero-chiaro);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 60px;
  max-height: 60px;
  padding-right: 20px;
  display: flex;
}

.numero-div.padding {
  border-right-color: var(--transparent);
  padding-left: 20px;
}

.numero-div.piccolo {
  padding: 10px;
}

.text-numero {
  font-family: futura-pt, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
}

.text-numero.piccolo {
  justify-content: center;
  align-items: center;
  font-size: 22px;
}

.text-numero.piccolo.red {
  color: var(--red);
  font-size: 18px;
}

.change-div {
  width: 100%;
  position: relative;
}

.div-col-icon {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 965px;
  height: 100%;
  margin: 60px auto;
  display: flex;
}

.col-icon {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.icon-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 170px;
  margin-left: auto;
  display: flex;
}

.icon-2 {
  object-fit: contain;
  width: 100%;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
}

.description-icon {
  text-align: center;
  width: 100%;
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
  font-family: futura-pt, sans-serif;
}

.div-text {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-text.sinistra {
  justify-content: center;
  align-items: flex-end;
  width: 45%;
}

.div-text.sinistra.interni {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 70%;
  position: absolute;
  left: auto;
  right: 0%;
}

.titolo-progetto {
  color: #1c1c1c;
  text-align: left;
  width: 100%;
  font-family: futura-pt, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 100%;
}

.titolo-progetto.tablet {
  display: none;
}

.button-scopri {
  background-color: #f0f0f000;
  border: 1px solid #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 180px;
  height: 40px;
  display: flex;
}

.button-scopri.nero {
  border-color: #000;
  margin-left: 0;
  text-decoration: none;
}

.titolo-architettura {
  text-align: left;
  font-family: futura-pt, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.bold-2 {
  font-weight: 700;
}

.text-progetto-2 {
  color: #1c1c1c;
  width: 100%;
  max-width: 630px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 150%;
}

.text-progetto-2.interni {
  text-align: left;
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.img-section2 {
  opacity: .15;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.arrow-button {
  color: #1c1c1c;
  transform-style: preserve-3d;
  width: 100%;
  max-width: 15px;
  display: none;
  transform: rotateX(0)rotateY(50deg)rotateZ(0);
}

.div-progetto {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 110px;
  margin-bottom: 110px;
  display: flex;
}

.div-progetto.interni {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  position: relative;
}

.div-progetto.sopra {
  height: 100%;
  max-height: 90vh;
}

.div-img-section {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.div-img-section.interni {
  width: 50%;
  max-width: 60%;
  max-height: 1200px;
}

.div-img-section.no-radius {
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}

.text-button-2 {
  color: #fff;
  font-weight: 200;
  text-decoration: none;
}

.text-button-2.black {
  color: #1c1c1c;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 200;
  text-decoration: none;
}

.logo-sestra {
  width: 100%;
  max-width: 150px;
}

.code-embed-2 {
  width: 100%;
  height: 100%;
}

.div-button-text {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-flow: column;
  display: flex;
}

.text-progetto {
  color: #1c1c1c;
  width: 100%;
  max-width: 630px;
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 200%;
}

.text-progetto.tab {
  display: none;
}

.img-section {
  object-fit: cover;
  width: 100%;
  overflow: hidden;
}

.img-section.tagliata {
  object-fit: cover;
  border-top-left-radius: 200px;
  border-bottom-right-radius: 200px;
  width: auto;
  height: 100vh;
  max-height: 600px;
}

.modulo-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.mappa {
  z-index: 2;
  width: 100%;
  height: 100%;
  min-height: 500px;
  position: relative;
}

.contatti-titolo {
  color: #fff;
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.caselle-input-2 {
  color: #000;
  text-align: center;
  border-radius: 10px;
  width: 100%;
  min-width: 100px;
  max-width: 200px;
  height: 40px;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  display: flex;
}

.logo-footer {
  mix-blend-mode: normal;
  height: 76px;
  padding-top: 20px;
  transition: opacity .2s;
}

.box-contatto {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

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

.overlay {
  z-index: 4;
  background-color: #f0ebdd96;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.contatti {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  display: flex;
}

.checkbox-font-2 {
  color: #fff;
  max-width: 777px;
  font-family: futura-pt, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

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

.div-mappa {
  width: 100%;
  padding: 20px;
  display: flex;
}

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

.c-contatti {
  grid-column-gap: 94px;
  grid-row-gap: 94px;
  display: flex;
}

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

.s-mappa {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  background-color: #1c1c1c;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.s-mappa.relative {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--neromarconi);
  justify-content: center;
  align-items: stretch;
  position: relative;
  overflow: hidden;
}

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

.checkbox-2 {
  border: 1px #fff;
  border-radius: 9px;
  flex: none;
  width: 15px;
  height: 15px;
}

.contatti-testo {
  color: #fff;
  font-family: futura-pt, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.submit-text-2 {
  color: #000;
  text-align: center;
  font-weight: 300;
}

.c-modulo {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  width: 100%;
  padding: 20px;
  display: flex;
}

.form-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.submit-2 {
  grid-column-gap: 71px;
  grid-row-gap: 71px;
  color: #fff;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100px;
  max-width: 200px;
  height: 46px;
  font-family: Lato, sans-serif;
  font-weight: 300;
  display: flex;
}

.submit-2.button-send {
  background-color: var(--oromarconi);
  border-radius: 10px;
  height: 40px;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
}

.text-credit {
  color: #fff;
  text-align: center;
  font-family: futura-pt, sans-serif;
}

.link-google {
  color: #f1eee8;
}

.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;
}

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

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

.sezionefooter {
  z-index: 2;
  background-color: var(--neromarconi);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  max-height: none;
  padding: 0 16px 60px;
  display: flex;
  position: relative;
}

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

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

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

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

.logo-footer-oro {
  width: 100%;
  max-width: 350px;
  height: 100%;
}

.s-home-start {
  width: 100%;
  height: 100%;
  position: relative;
}

.start-img {
  object-fit: contain;
  width: 100%;
}

.text-fascia-2 {
  color: #cdbc88;
  text-align: center;
  width: 100%;
  max-width: 1200px;
  font-family: Helvetica Neue, Verdana, sans-serif;
  font-size: 22px;
  line-height: 44px;
}

.text-fascia-2.nero {
  color: #3a3a38;
  font-family: futura-pt, sans-serif;
  line-height: 200%;
}

.s-ritaglio-img {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.img-ritaglio {
  box-sizing: border-box;
  object-fit: cover;
  object-position: 20% 50%;
  width: 50%;
  max-width: 900px;
  height: 90vh;
  max-height: 1000px;
}

.img-ritaglio.relative {
  position: relative;
  top: 60px;
}

.title-fascia {
  font-family: futura-pt, sans-serif;
  font-size: 92px;
  font-weight: 400;
  line-height: 100%;
}

.s-partners-scelta {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  display: flex;
}

.s-partners-scelta.mobile {
  display: none;
}

.hover-partner {
  z-index: 10;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.nomi-partners {
  border-top: 1px solid var(--neromarconi);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 130px;
  display: flex;
}

.name-part {
  font-family: futura-pt, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 100%;
}

.code-embed-3 {
  opacity: 0;
  width: 100%;
  max-width: 60px;
  margin-left: auto;
  display: none;
}

.text-icon-partner {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.text-icon-partner.absolute {
  display: none;
  position: absolute;
}

.partner-icon {
  width: 100%;
  max-width: 120px;
  height: 100%;
}

.text-partner {
  font-family: futura-pt, sans-serif;
  font-size: 18px;
}

.image-3 {
  width: 100%;
  max-width: 120px;
}

.s-green {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

.text-green {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.text-icon-green {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.text-green-text {
  justify-content: center;
  align-items: flex-end;
  width: 700px;
  font-family: futura-pt, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 150%;
  display: flex;
}

.code-embed-4 {
  width: 100%;
  max-width: 130px;
}

.text-block-7 {
  width: 100%;
  max-width: 273px;
  font-family: futura-pt, sans-serif;
  font-size: 22px;
  line-height: 150%;
}

.doppia-img {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.little-img {
  object-fit: cover;
  width: 30%;
  height: 550px;
}

.big-img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 70%;
  height: 100%;
  min-height: 800px;
  max-height: 1300px;
}

.spostate-img {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  margin-top: 140px;
  margin-bottom: 140px;
  display: flex;
}

.centrale-img {
  object-fit: cover;
  width: 40%;
}

.left-img {
  width: 25%;
  position: relative;
  top: 40px;
  left: 40px;
}

.right-img {
  width: 35%;
  margin-bottom: 40px;
  padding-left: 40px;
}

.bold-text {
  color: var(--neromarconi);
  font-weight: 500;
}

.div-block-35 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  min-width: 60%;
  display: flex;
}

.wrapper-mosaico-1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.wrapper-mosaico-1.ipad {
  display: none;
}

.mosaico-img-colonna {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 20%;
  display: flex;
}

.mosaico-app-centro {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.mosaico-app-des {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 40%;
  max-width: 360px;
  display: flex;
  overflow: hidden;
}

.mosaico-app-des.tondo {
  border-top-left-radius: 150px;
}

.wrap-mosaico {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.c-mosaico {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 2440px;
  height: 100vh;
  margin-top: 110px;
  margin-bottom: 110px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.centro-img {
  object-fit: cover;
  border-bottom-left-radius: 150px;
  width: 100%;
  height: 100%;
}

.big-img-2 {
  object-fit: cover;
  object-position: 30% 50%;
  width: 100%;
  height: 40%;
}

.big-img-2.big {
  object-position: 70% 50%;
  height: 60%;
}

.little-img-2 {
  object-fit: cover;
  width: 100%;
  max-width: 360px;
  height: 60%;
}

.little-img-2.little {
  height: 40%;
}

.mosaico-img-colonna-2 {
  flex-flow: column;
  width: 50%;
  display: flex;
}

.slide-img {
  width: 100%;
}

.slide {
  object-fit: cover;
  width: 100%;
  height: 90vh;
}

.image-4 {
  object-fit: cover;
  border-bottom-right-radius: 50%;
  width: 100%;
  height: 100%;
}

.div-block-36 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  height: 60%;
  display: flex;
}

.div-block-37 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
  height: 40%;
  display: flex;
}

.image-5 {
  object-fit: cover;
  object-position: 50% 0%;
  border-top-left-radius: 200px;
  width: 100%;
  height: 100vh;
  max-height: 300px;
}

.image-6 {
  object-fit: cover;
  border-bottom-right-radius: 200px;
  width: 100%;
  height: 100vh;
  max-height: 300px;
}

.image-7 {
  width: 50%;
  height: 100vh;
  max-height: 300px;
}

.image-8 {
  object-fit: cover;
  border-bottom-left-radius: 200px;
  width: 50%;
  height: 100vh;
  max-height: 300px;
}

.div-block-38 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  height: 100%;
  padding-left: 20px;
  display: flex;
}

.div-block-38.no-gap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.div-img-txt {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--neromarconi);
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  padding-top: 5%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.div-block-39 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  color: var(--oromarconi);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  display: flex;
}

.image-9 {
  aspect-ratio: 2 / 3;
  filter: grayscale();
  object-fit: cover;
  border-top-left-radius: 50%;
  width: 100%;
}

.div-block-40 {
  width: 50%;
  max-width: 1200px;
  display: flex;
}

.text-block-8 {
  font-family: futura-pt, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 100%;
}

.text-block-9 {
  width: 50ch;
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.link-panoramica {
  z-index: 2;
  text-decoration: none;
  transition: background-color .35s;
  position: absolute;
  inset: 0%;
}

.link-panoramica:hover {
  background-color: var(--nero-chiaro);
}

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

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

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

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

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

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

.cookie {
  background-color: #fff;
}

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

.bold-text-2, .bold-text-4, .bold-text-3 {
  font-weight: 400;
}

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

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

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

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

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

.div-text-mq {
  display: flex;
}

@media screen and (max-width: 991px) {
  .wrapper-home-text {
    min-height: 250px;
  }

  .nav-menu-wrapper {
    border: 1px solid var(--neromarconi);
    background-color: #0000;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    width: 50%;
    top: 90px;
    overflow: clip;
  }

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

  .mobile-margin-top-10 {
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: var(--transparent);
    padding: 0;
  }

  .menu-button.w--open:hover {
    color: var(--oromarconi);
  }

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

  .navbar-wrapper-2 {
    justify-content: space-between;
    height: 50px;
  }

  .nav-menu {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    background-color: #fff;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .list-item {
    margin-left: 0;
  }

  .icon {
    color: var(--neromarconi);
  }

  .test-start {
    color: var(--neromarconi);
    justify-content: center;
    align-items: center;
    font-size: 68px;
    line-height: 150%;
  }

  .image {
    height: 100vw;
  }

  .c-progetto {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .s-fascia-text {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    min-height: 250px;
  }

  .margin-90 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .wrapper-esterni-interni-text {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-spazi {
    font-size: 64px;
  }

  ._360-interni-div {
    width: 100%;
    max-height: 50vh;
  }

  ._360-estrni-div {
    width: 100%;
    max-height: 50vh;
    margin-left: 0;
  }

  .fascia-nera-div {
    height: 20vh;
    min-height: 200px;
    max-height: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-fascia, .text-fascia.nero {
    font-size: 20px;
  }

  .lifestyle-div {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .img-1 {
    width: 100%;
    height: auto;
    max-height: none;
  }

  .img-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
  }

  .title-paragrafo {
    text-align: center;
    font-size: 46px;
  }

  .img-bottom.top {
    margin-top: 0;
  }

  .text-div {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .text-block-4 {
    text-align: center;
    font-size: 16px;
  }

  .track {
    display: none;
  }

  .frame.mobile {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    display: flex;
  }

  .item {
    width: 95%;
    padding-right: 20px;
  }

  .item.last {
    padding-right: 0;
  }

  .item.mobile.no-visible, .item.mobile.d-none {
    display: none;
  }

  .text-icon {
    width: 110px;
  }

  .button-planimetrie {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .button {
    min-height: 45px;
  }

  .text-subtitle {
    text-align: center;
    width: 100%;
  }

  .text-button-planimetrie {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
  }

  .description-planimetrie {
    flex-flow: column;
    order: 1;
  }

  .description-text {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .title-appartamenti {
    font-size: 46px;
  }

  .text-mq {
    min-height: 60px;
  }

  .text-block-6 {
    font-size: 46px;
  }

  .description {
    max-width: 100%;
    font-size: 16px;
  }

  .planimetrie-img {
    width: 100%;
  }

  .camere-bagni-div {
    max-width: 100%;
  }

  .numero-div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
  }

  .text-numero {
    font-size: 28px;
  }

  .div-col-icon {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .col-icon {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .icon-text {
    justify-content: flex-start;
    align-items: center;
    height: 130px;
  }

  .icon-2 {
    height: 50px;
  }

  .div-text {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .div-text.sinistra {
    text-align: left;
    order: 1;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .div-text.sinistra.interni {
    flex-flow: column;
    width: 100%;
  }

  .titolo-progetto {
    text-align: center;
    display: none;
  }

  .titolo-progetto.tablet {
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .button-scopri {
    margin-left: 0;
    display: flex;
  }

  .button-scopri.nero {
    margin-left: auto;
    margin-right: auto;
  }

  .titolo-architettura {
    display: none;
  }

  .titolo-architettura.flex {
    text-align: center;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    display: flex;
  }

  .text-progetto-2 {
    text-align: center;
    max-width: 100%;
    height: 100%;
  }

  .text-progetto-2.interni {
    text-align: center;
    font-size: 16px;
  }

  .img-section2 {
    object-fit: contain;
    height: 700px;
  }

  .div-progetto {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-flow: column;
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .div-progetto.interni {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .div-progetto.sopra {
    flex-flow: column;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .div-img-section {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    border-top-right-radius: 0%;
    flex-flow: column;
    order: -1;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .div-img-section.interni {
    width: 100%;
    max-width: 100%;
  }

  .div-img-section.no-radius {
    display: flex;
  }

  .text-button-2.black {
    padding-left: 0;
    padding-right: 0;
  }

  .logo-sestra {
    max-width: 130px;
  }

  .brochure-div {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    display: flex;
  }

  .div-button-text {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: center;
    align-items: center;
  }

  .text-progetto {
    text-align: center;
    max-width: 100%;
    font-size: 16px;
  }

  .img-section {
    object-fit: contain;
  }

  .img-section.tagliata {
    object-fit: cover;
  }

  .modulo-2 {
    width: 100%;
    padding-top: 0;
  }

  .mappa {
    min-height: auto;
  }

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

  .logo-footer {
    height: 88.5px;
  }

  .div-block-34 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .overlay {
    display: none;
  }

  .contatti {
    text-align: center;
  }

  .checkbox-font-2 {
    max-width: 500px;
  }

  .input-form-2 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    min-width: 500px;
    max-width: 700px;
  }

  .div-mappa {
    width: 100%;
    height: 420px;
  }

  .c-contatti {
    justify-content: center;
    align-items: stretch;
  }

  .s-mappa.relative {
    grid-column-gap: 39px;
    grid-row-gap: 39px;
    flex-flow: column;
  }

  .headermodulo {
    justify-content: center;
    align-items: center;
  }

  .c-modulo {
    width: 100%;
  }

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

  .submit-2 {
    min-width: 200px;
    max-width: 280px;
  }

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

  .sezionefooter {
    height: auto;
    max-height: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .s-ritaglio-img {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .img-ritaglio {
    width: 100%;
    height: auto;
  }

  .img-ritaglio.relative {
    width: 100%;
    height: auto;
    top: 0;
  }

  .title-fascia {
    font-size: 48px;
  }

  .s-partners-scelta {
    display: none;
  }

  .s-partners-scelta.mobile {
    display: flex;
  }

  .hover-partner.mobile {
    width: 100%;
  }

  .nomi-partners.mobile {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .name-part {
    font-size: 48px;
  }

  .name-part.mobile {
    font-size: 32px;
  }

  .text-icon-partner.absolute.mobile {
    display: flex;
    position: static;
  }

  .text-icon-partner.mobile {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    opacity: 1;
    flex-flow: column;
  }

  .partner-icon.mobile {
    max-width: 60px;
  }

  .text-partner.mobile {
    text-align: center;
    font-size: 16px;
  }

  .image-3.mobile {
    max-width: 70px;
  }

  .text-green-text {
    font-size: 22px;
  }

  .code-embed-4 {
    max-width: 100px;
  }

  .text-block-7 {
    font-size: 18px;
  }

  .doppia-img {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .little-img {
    height: auto;
    display: none;
  }

  .big-img {
    width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .div-block-35 {
    color: var(--neromarconi);
    justify-content: center;
    align-items: center;
  }

  .wrapper-mosaico-1.ipad {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    height: 100%;
    display: flex;
  }

  .mosaico-img-colonna.ipad {
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .mosaico-img-2-ipad {
    object-fit: cover;
    object-position: 75% 50%;
    width: 50%;
    overflow: hidden;
  }

  .mosaico-app-des {
    width: 30%;
  }

  .wrap-mosaico {
    display: none;
  }

  .c-mosaico {
    height: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .mosaico-img-3-ipad {
    object-fit: cover;
    width: 100%;
    height: 30%;
  }

  .mosaico-img-1-ipad {
    object-fit: cover;
    object-position: 28% 50%;
    width: 50%;
  }

  .mosaico-img-colonna-2.ipad {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-4 {
    height: 100vw;
  }

  .image-5, .image-6, .image-7, .image-8 {
    height: auto;
    max-height: 100px;
  }

  .div-img-txt {
    max-height: none;
    padding: 20px 20px 0;
  }

  .div-block-39 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block-8 {
    font-size: 58px;
  }

  .text-block-9 {
    width: auto;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .wrapper-home-text {
    min-height: 200px;
  }

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

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

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .nav-menu {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .test-start {
    justify-content: center;
    align-items: center;
    font-size: 48px;
  }

  .test-start.bianco {
    color: var(--white);
  }

  .s-fascia-text {
    min-height: 200px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .margin-90 {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
  }

  .text-spazi.interni {
    font-size: 48px;
    line-height: 150%;
  }

  .text-spazi.esterni {
    font-size: 48px;
  }

  ._360-interni-div, ._360-estrni-div {
    max-height: 40vh;
  }

  .text-fascia, .text-fascia.nero {
    font-size: 18px;
    line-height: 150%;
  }

  .lifestyle-div {
    justify-content: center;
    align-items: center;
  }

  .text-block-4 {
    font-size: 14px;
  }

  .track {
    margin-top: 30px;
  }

  .item-img {
    order: -1;
  }

  .description-text {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .title-appartamenti {
    font-size: 36px;
  }

  .text-mq {
    min-width: 200px;
    max-width: 200px;
  }

  .text-block-6 {
    font-size: 28px;
  }

  .description {
    font-size: 14px;
  }

  .camere-bagni-div {
    flex-flow: column;
  }

  .numero-div.padding {
    padding-left: 10px;
  }

  .text-numero {
    font-size: 22px;
  }

  .icon-text {
    height: 130px;
  }

  .icon-2 {
    object-fit: contain;
    height: 45px;
  }

  .description-icon {
    font-size: 13px;
  }

  .titolo-progetto.tablet {
    padding-bottom: 0;
    font-size: 56px;
  }

  .button-scopri {
    order: 1;
    max-width: 150px;
    margin-left: 0;
  }

  .button-scopri.nero {
    max-width: 180px;
  }

  .text-progetto-2.interni {
    font-size: 14px;
  }

  .img-section2 {
    height: 500px;
  }

  .div-progetto {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-progetto.sopra {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    height: 100%;
  }

  .div-img-section {
    display: flex;
  }

  .text-progetto {
    font-size: 13px;
    display: none;
  }

  .text-progetto.tab {
    flex-flow: column;
    font-size: 14px;
    display: flex;
  }

  .img-section {
    max-height: 500px;
  }

  .img-section.tagliata {
    border-top-left-radius: 150px;
    border-bottom-right-radius: 150px;
    height: 500px;
  }

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

  .logo-footer {
    height: 88.5px;
  }

  .checkbox-font-2 {
    max-width: 400px;
  }

  .c-modulo {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .submit-2 {
    min-width: 180px;
    max-width: 200px;
  }

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

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

  .sezionefooter {
    height: auto;
    margin-bottom: 0;
    padding-top: 14.5px;
    padding-bottom: 14.5px;
  }

  .s-ritaglio-img {
    flex-flow: column;
  }

  .text-green {
    flex-flow: wrap;
    order: 1;
  }

  .text-icon-green {
    width: 100%;
  }

  .text-green-text {
    text-align: left;
    order: 1;
    font-size: 18px;
  }

  .big-img {
    order: -1;
  }

  .spostate-img {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .wrapper-mosaico-1.ipad, .mosaico-img-colonna.ipad {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .mosaico-img-2-ipad {
    width: 50%;
  }

  .mosaico-app-des {
    width: 40%;
  }

  .c-mosaico {
    padding-left: 10px;
    padding-right: 10px;
  }

  .mosaico-img-1-ipad {
    width: 50%;
  }

  .image-7 {
    object-fit: cover;
  }

  .div-img-txt {
    flex-flow: column;
    margin-bottom: 3px;
  }

  .div-block-39 {
    text-align: center;
    width: 100%;
  }

  .image-9 {
    height: 100vw;
  }

  .div-block-40 {
    width: 100%;
  }

  .text-block-8 {
    font-size: 46px;
  }

  .text-block-9 {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .wrapper-home-text {
    min-height: 150px;
  }

  .navbar-brand {
    max-width: 200px;
  }

  .nav-menu-wrapper {
    top: 80px;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .test-start {
    font-size: 36px;
  }

  .image {
    height: 100vw;
  }

  .s-fascia-text {
    min-height: 200px;
    padding: 20px 10px;
  }

  .video-div {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .margin-90 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .margin-90.m-top {
    margin-top: 0;
  }

  .text-spazi.interni {
    font-size: 32px;
  }

  .text-spazi.esterni {
    font-size: 32px;
    line-height: 150%;
  }

  ._360-div {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .text-fascia {
    font-size: 16px;
  }

  .text-fascia.nero {
    font-size: 16px;
    line-height: 28px;
  }

  .lifestyle-div {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .img-1 {
    max-height: 40vh;
  }

  .title-paragrafo {
    line-height: 100%;
  }

  .img-bottom {
    max-width: 200px;
    right: 40px;
  }

  .img-bottom.top {
    max-width: 200px;
  }

  .text-div {
    margin-top: 40px;
  }

  .icon-home {
    min-width: 40px;
    max-width: 40px;
  }

  .text-icon {
    width: 110px;
  }

  .text-button {
    font-size: 16px;
  }

  .text-button.number {
    font-size: 36px;
    left: 5px;
  }

  .button {
    max-width: 134px;
  }

  .description-text {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .camere-bagni-div {
    flex-flow: column;
  }

  .text-numero {
    font-size: 18px;
  }

  .div-col-icon {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-text.sinistra.interni {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .titolo-progetto.tablet {
    font-size: 46px;
  }

  .div-progetto {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .div-progetto.interni {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-progetto.sopra {
    max-height: none;
    margin-top: 0;
  }

  .div-img-section {
    max-height: 500px;
    margin-top: 40px;
  }

  .div-img-section.interni {
    max-height: 400px;
    margin-top: 0;
  }

  .div-img-section.no-radius {
    max-height: none;
  }

  .logo-sestra {
    max-width: 100px;
  }

  .brochure-div {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-button-text {
    justify-content: center;
    align-items: center;
  }

  .img-section {
    height: 100%;
  }

  .img-section.tagliata {
    height: 350px;
  }

  .modulo-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .contatti-titolo {
    font-size: 14px;
  }

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

  .logo-footer {
    height: 70px;
  }

  .contatti {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }

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

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

  .div-checkbox {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
  }

  .c-contatti {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .s-mappa.relative {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .c-modulo {
    padding-top: 0;
  }

  .form-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    width: 100%;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }

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

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

  .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-link {
    width: 80%;
  }

  .logo-footer-oro {
    max-width: 280px;
  }

  .text-fascia-2.nero {
    font-size: 18px;
  }

  .title-fascia {
    font-size: 32px;
  }

  .spostate-img {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .centrale-img {
    width: 50%;
    position: relative;
    right: 50px;
  }

  .left-img {
    width: 50%;
    left: 60px;
  }

  .right-img {
    width: 50%;
    margin-bottom: 0;
    padding-left: 0;
  }

  .div-block-35 {
    min-width: 100%;
  }

  .wrapper-mosaico-1.ipad, .mosaico-img-colonna.ipad {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .mosaico-app-des {
    width: 50%;
  }

  .c-mosaico {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .slide {
    height: 50vh;
  }

  .div-block-38 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block-38.no-gap {
    padding-left: 0;
  }

  .text-block-8 {
    font-size: 32px;
  }
}


@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}