@font-face {
  font-family: Nexa Regular;
  src: url('../fonts/Nexa-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nexa Bold;
  src: url('../fonts/Nexa-Regular.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --light-green: #dee0d2;
  --container-desktop: 1270px;
  --brown: #664d50;
  --dark-grey: #3b3c38;
  --white: white;
  --green-alba: #144a45;
  --brown-savi: #5c3638;
  --green-collection: #859b68;
  --brown-cta: #673334;
  --trisul-blue: #041c3e;
  --brown-sub: #90574c;
  --trisul-yellow: #ffc72b;
  --container-mobile: 480px;
}

body {
  background-color: var(--light-green);
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.home-hero-intro {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 100%;
  height: 100vh;
  position: relative;
}

.brown-gradient {
  background-image: linear-gradient(0deg, #3b3c38, #3b3c3800);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.r-hero-intro {
  width: 80%;
  margin-top: 2%;
  margin-left: 0;
  position: relative;
}

.container-hero {
  width: 100%;
  max-width: var(--container-desktop);
}

.container-hero.container-hero-intro {
  z-index: 2;
  opacity: 1;
  justify-content: space-between;
  align-items: flex-end;
  max-width: none;
  margin-bottom: 13%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.container-hero.container-hero-intro.container-hero-intro-first {
  margin-bottom: 6%;
}

.h4 {
  width: 31ch;
  color: var(--light-green);
  margin-top: 0;
  margin-bottom: 0;
  font-family: area-extended, sans-serif;
  font-size: 24px;
  font-weight: 100;
  line-height: 40px;
  display: block;
}

.h4.h4-towser {
  width: auto;
}

.h4.h4-towser.h4-home-hero {
  width: 38ch;
}

.hero-logo-adress {
  grid-column-gap: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.next-section-arrow {
  border: 1px solid var(--light-green);
  border-radius: 100px;
  width: 48px;
  height: 48px;
  transition: all .2s;
}

.next-section-arrow:hover {
  opacity: .5;
}

.image-2 {
  margin-top: 14px;
  margin-left: 15px;
}

.p-adress-hero {
  color: var(--light-green);
  text-align: right;
  margin-bottom: 0;
  font-family: gravesend-sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.p-hero-adress-span {
  font-weight: 300;
}

.hero-container {
  grid-column-gap: 24px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.p-big {
  color: var(--light-green);
  margin-bottom: 0;
  font-family: area-extended, sans-serif;
  font-size: 20px;
  font-weight: 100;
  line-height: 30px;
}

.p-big.text-brown {
  color: var(--brown);
}

.p-big.text-brown.text-align-right {
  color: var(--dark-grey);
  text-align: right;
}

.p-big.brown {
  color: var(--brown);
}

.p-light {
  color: var(--light-green);
  font-family: gravesend-sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.p-light.p-brown {
  color: var(--brown);
  margin-bottom: 0;
}

.p-light.p-brown.text-align-right {
  color: var(--dark-grey);
  text-align: right;
  margin-bottom: 0;
}

.hero-infos {
  margin-bottom: 16px;
}

.bt-navbar {
  grid-column-gap: 12px;
  background-color: var(--light-green);
  width: 240px;
  height: 48px;
  color: var(--brown);
  letter-spacing: 4px;
  text-indent: 0;
  justify-content: center;
  align-items: center;
  font-family: gravesend-sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.bt-navbar:hover {
  grid-column-gap: 6px;
  background-color: var(--white);
}

.navbar-home {
  z-index: 4;
  opacity: 1;
  background-color: #ddd0;
  background-image: linear-gradient(#3b3c38, #3b3c3800);
  width: 100%;
  height: 160px;
  margin-top: 0;
  padding-top: 0;
  position: fixed;
  top: 0;
}

.navbar-container {
  margin-top: 16px;
  margin-left: 48px;
  margin-right: 48px;
}

.nav-rose-bg {
  z-index: -1;
  position: absolute;
}

.navbar-item {
  color: var(--light-green);
  letter-spacing: 4px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-family: gravesend-sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.navbar-item.navbar-item-trisul {
  padding-top: 8px;
}

.nav-menu {
  grid-column-gap: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-item-container {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.navbar-item-container:hover {
  opacity: .5;
}

.navitem-span {
  color: var(--light-green);
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 8px;
  line-height: 8px;
}

.brown-gradient-top {
  background-image: linear-gradient(#3b3c38, #3b3c3800);
  width: 100%;
  height: 160px;
}

.home-plant-divisor {
  background-image: url('../images/home-plants-bg_1.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 70px;
  width: 100%;
  height: 70px;
}

.home-cards {
  margin-top: 80px;
}

.r-cards {
  z-index: 1;
  width: 414px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.container {
  width: 100%;
  max-width: var(--container-desktop);
  flex-flow: column;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.container.cards-home {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 0;
  display: flex;
}

.container.container-technical-infos {
  border-top: 3px solid var(--brown);
}

.container.project-showcase-intro {
  flex-flow: row;
  display: flex;
  overflow: hidden;
}

.container.project-showcase-intro.project-showcase-intro-collection {
  overflow: hidden;
}

.container.container-show-case-img {
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 80px;
  display: flex;
  overflow: visible;
}

.container.container-showcase-designers {
  margin-top: 72px;
}

.container.container-apartments {
  border-top: 1px solid var(--green-alba);
  overflow: hidden;
}

.container.container-localization {
  border-top: 1px solid var(--green-alba);
  margin-top: 56px;
}

.container.container-modal-conversion {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin-top: 32px;
  display: flex;
}

.container.container-apartments-savi {
  border-top: 1px solid var(--brown-savi);
}

.container.container-localization-savi {
  border-top: 1px solid var(--brown-savi);
  margin-top: 56px;
}

.container.container-apartments-collection {
  border-top: 1px solid var(--green-collection);
}

.container.container-localization-collection {
  border-top: 1px solid var(--green-collection);
  margin-top: 56px;
}

.container.container-showcase-designers-collection {
  margin-top: 72px;
}

.card-alba {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  max-width: 536px;
  margin-top: 0;
  margin-left: 56px;
  padding-top: 40px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.card-alba-border-top {
  z-index: 1;
  grid-row-gap: 10px;
  background-color: var(--brown);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 214px;
  max-width: none;
  height: 3px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 710px;
  left: 0;
}

.card-alba-img {
  object-fit: cover;
  margin-bottom: 16px;
  margin-left: 56px;
}

.card-borda-bottom {
  background-color: var(--brown);
  width: 214px;
  height: 3px;
  margin-top: 24px;
}

.card-infos {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  max-width: 400px;
  margin-top: 0;
  margin-bottom: 16px;
  display: flex;
}

.bt-general {
  grid-column-gap: 12px;
  background-color: var(--brown-cta);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 344px;
  height: 48px;
  margin-top: 32px;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.bt-general:hover {
  grid-column-gap: 6px;
  background-color: var(--trisul-blue);
}

.card-savi {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 613px;
  display: flex;
  position: relative;
}

.card-savi-img {
  width: 613px;
  height: 360px;
  margin-top: 56px;
  margin-left: 0;
  overflow: hidden;
}

.card-savi-border-top {
  background-color: var(--brown);
  width: 214px;
  height: 3px;
  position: absolute;
  top: 40px;
  left: 0;
}

.card-collection {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 953px;
  margin-top: 80px;
  margin-left: 0;
  display: flex;
  position: relative;
}

.card-collection-img {
  max-width: none;
  margin-bottom: 16px;
  margin-left: 16px;
}

.card-collection-border-top {
  z-index: 2;
  background-color: var(--brown);
  width: 214px;
  height: 3px;
  position: absolute;
  inset: 40px auto auto 0%;
}

.card-infos-collection {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 400px;
  max-width: none;
  margin-top: 0;
  margin-bottom: 16px;
  display: flex;
}

.card-infos-general {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.h2-cards {
  color: var(--brown);
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: gravesend-sans, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 24px;
}

.h2-cards.h2-cards-alba {
  color: var(--dark-grey);
  margin-left: 56px;
  line-height: 28px;
}

.h2-cards.h2-technical-infos {
  margin-top: 24px;
}

.h2-cards.h2-technical-infos.gray, .h2-cards.gray {
  color: var(--dark-grey);
}

.h2-cards.gray.h2-cards-collection {
  margin-left: 16px;
}

.card-infos-container {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 400px;
  display: flex;
}

.home-technical-infos {
  width: 100%;
  margin-top: 80px;
}

.technical-details {
  grid-column-gap: 64px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.p-technical-details-semibold {
  color: var(--brown);
  font-family: area-normal, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  display: block;
}

.p-technical-details-semibold.gray {
  color: var(--dark-grey);
}

.p-regular {
  color: var(--brown);
  font-family: area-normal, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.p-regular.p-technical-details-regular-width {
  font-family: area-normal, sans-serif;
}

.p-regular.p-contact-form {
  margin-top: 16px;
  margin-bottom: 24px;
}

.p-regular.p-contact-form.gray {
  color: var(--dark-grey);
}

.technical-details-content {
  flex-flow: column;
  max-width: none;
  display: flex;
}

.technical-details-info {
  grid-column-gap: 12px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 600px;
  display: flex;
}

.technical-column {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.home-contact {
  margin-top: 220px;
  position: relative;
}

.home-contact-container {
  width: 100%;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}

.home-contact-logo {
  margin-bottom: 132px;
}

.form-field {
  border: 1px solid var(--dark-grey);
  width: 100%;
  height: 54px;
  color: var(--dark-grey);
  padding: 0 16px;
  font-family: area-normal, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.form {
  margin-left: 0;
}

.textarea-field {
  border: 1px solid var(--brown);
  width: 100%;
  height: 110px;
  min-height: 110px;
  max-height: 110px;
}

.form-select {
  border: 1px solid var(--dark-grey);
  outline-offset: 0px;
  width: 100%;
  height: 54px;
  color: var(--dark-grey);
  background-color: #ddd;
  outline: 3px #d9d9d9;
  font-family: area-normal, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.bt-submit-form-home.navbar-item {
  background-color: var(--brown);
  width: 100%;
  height: 54px;
  transition: all .2s;
}

.bt-submit-form-home.navbar-item:hover {
  background-color: var(--trisul-blue);
}

.bt-submit-form-home.navbar-item.submit-form {
  background-color: var(--brown-cta);
}

.bt-submit-form-home.navbar-item.submit-form:hover {
  background-color: var(--trisul-blue);
}

.footer {
  border: 1px #000;
  margin-top: 64px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 64px;
}

.paragraph-60 {
  color: #1e2d35;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 17px;
}

.link-id360 {
  width: 80px;
  height: 30px;
  margin-top: 40px;
}

.logo-id360 {
  width: 80px;
  margin-top: 0;
}

.image-49 {
  height: 91px;
  display: none;
}

.trisul-numbers {
  margin-top: 40px;
}

.p-trisul-numbers {
  color: var(--trisul-blue);
  margin-top: 24px;
  margin-bottom: 0;
  font-family: Nexa Regular, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
}

.text-span-4 {
  font-size: 28px;
}

.bt-esg-download {
  background-color: var(--trisul-blue);
  color: #fff;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 52px;
  margin-top: 22px;
  padding: 0;
  font-size: 18px;
  transition: all .2s;
  display: flex;
}

.bt-esg-download:hover {
  background-color: var(--white);
  color: var(--trisul-blue);
}

.div-block-15 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 335px;
  display: flex;
}

.image-48 {
  width: 190px;
}

.p-trisul-about {
  color: var(--trisul-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nexa Regular, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.container-wsg {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.list-trisul-numbers {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  margin-top: 32px;
  display: flex;
}

.paragraph-59 {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 100;
  line-height: 28px;
}

.esg-img {
  background-image: url('../images/esg-img.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 368px;
  height: 362px;
  position: absolute;
  top: 0;
  right: 0;
}

.text-span-5 {
  font-size: 20px;
}

.awards {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.text-span-3 {
  font-size: 28px;
}

.image-107 {
  width: 553px;
}

.slider-11 {
  display: none;
}

.div-premiacoes {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.esg {
  background-color: #041c3e;
  height: 362px;
  margin-top: 48px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.div-block-14 {
  background-color: #041c3e;
  width: 969px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
}

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

.trisul-section {
  margin-top: 88px;
}

.trisul-about {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 24px;
  display: flex;
}

.h3-trisul {
  color: var(--trisul-blue);
  margin-bottom: 0;
  font-family: Nexa Bold, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
}

.h4-trisul {
  color: var(--trisul-blue);
  font-family: Nexa Regular, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  position: static;
}

.cards-info-collection {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.card-infos-general-collection {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.rose-home-contact {
  position: absolute;
  inset: -180px 0% 0% auto;
  overflow: hidden;
}

.border-contact-home {
  background-color: var(--brown);
  width: 318px;
  height: 3px;
  position: absolute;
  top: 290px;
  left: 0%;
}

.project-intro {
  margin-top: 32px;
  padding-bottom: 64px;
  position: relative;
  overflow: hidden;
}

.project-content-intro {
  justify-content: space-between;
  width: 100%;
  max-width: 700px;
  display: flex;
}

.project-content-intro-left {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.image-110 {
  margin-bottom: 24px;
}

.project-hero-infos {
  grid-column-gap: 0px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 8px;
  display: flex;
}

.project-content-intro-right {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.p-project-hero {
  letter-spacing: 2px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 16px;
}

.p-project-hero.green-alba {
  color: var(--green-alba);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: area-extended, sans-serif;
  font-weight: 100;
}

.h1-project {
  opacity: .1;
  color: var(--green-alba);
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 0;
  font-family: area-extended, sans-serif;
  font-size: 240px;
  font-weight: 100;
  line-height: 240px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.big-hero {
  width: 100%;
  margin-top: 64px;
  position: relative;
}

.img-big-hero {
  position: relative;
}

.p-legend {
  z-index: 1;
  background-color: var(--white);
  filter: drop-shadow(0 1px 4px #3b3c38);
  color: var(--brown);
  padding: 6px 10px;
  font-family: area-normal, sans-serif;
  font-size: 12px;
  font-weight: 100;
  line-height: 16px;
  position: absolute;
  inset: auto 16px 16px auto;
}

.big-hero-info {
  border-style: none none solid;
  border-width: 0 0 10px;
  border-color: black black var(--green-alba);
  background-image: url('../images/bg-hero-info.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  width: 440px;
  height: 120px;
  display: flex;
  position: absolute;
  inset: auto 0% -64px 48px;
}

.p-big-gravesend {
  color: var(--white);
  margin-bottom: 0;
  margin-left: 32px;
  font-family: gravesend-sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.project-details {
  margin-top: 200px;
}

.project-details-left-alba {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 800px;
  display: flex;
}

.project-details-border-top {
  background-color: var(--green-alba);
  width: 800px;
  max-width: 100%;
  height: 3px;
}

.h2-project {
  text-transform: uppercase;
  font-family: gravesend-sans, sans-serif;
  font-size: 28px;
  font-weight: 300;
}

.h2-project.h2-1 {
  text-align: right;
  width: 500px;
  max-width: none;
  margin: 40px 0 0;
}

.h2-project.h2-1.green-alba {
  color: var(--green-alba);
  letter-spacing: 4px;
  margin-right: 80px;
}

.h2-project.h2-2 {
  text-align: right;
  width: 500px;
  max-width: none;
  margin: 40px 0 0;
}

.h2-project.h2-2.green-alba {
  width: 500px;
  color: var(--green-alba);
  text-align: left;
  letter-spacing: 4px;
  margin-right: 0;
}

.h2-project.h2-2.brown-savi {
  width: auto;
  color: var(--green-alba);
  text-align: left;
  letter-spacing: 4px;
  width: auto;
  text-align: left;
  letter-spacing: 4px;
  margin-right: 0;
}

.h2-project.h2-2.brown-savi.h2-3-mobile {
  color: var(--brown-savi);
}

.h2-project.h2-2.brown-savi.h2-4-mobile {
  color: var(--green-collection);
}

.h2-project.h2-2-mobile {
  text-align: right;
  width: 500px;
  max-width: none;
  margin: 40px 0 0;
}

.h2-project.h2-2-mobile.green-alba {
  width: auto;
  color: var(--green-alba);
  text-align: left;
  letter-spacing: 4px;
  margin-right: 0;
}

.h2-project.h2-2-mobile.brown-savi {
  width: auto;
  color: var(--brown-savi);
  text-align: left;
  letter-spacing: 4px;
  margin-right: 0;
}

.slider-12 {
  background-color: #ddd0;
  width: 90%;
  height: 116%;
}

.technical-details-project-container {
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.project-details-carousel-left-arrow {
  border: 1px solid var(--brown);
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 54px;
  transition: all .2s;
  display: flex;
  inset: auto auto -8px 0%;
}

.project-details-carousel-left-arrow:hover {
  background-color: #fff;
}

.project-details-carousel-right-arrow {
  border: 1px solid var(--brown);
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 54px;
  transition: all .2s;
  display: flex;
  inset: auto auto -8px 80px;
}

.project-details-carousel-right-arrow:hover {
  background-color: #fff;
}

.carousel-right-arrow {
  transform: rotate(180deg);
}

.bt-project-container {
  width: 100%;
  display: flex;
}

.project-details-img {
  z-index: -1;
  position: absolute;
  inset: -40px 0% auto auto;
}

.leisure {
  margin-top: 248px;
  position: relative;
}

.leisure-content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 1028px;
  margin-left: 242px;
  margin-right: auto;
  display: flex;
}

.project-designers {
  grid-column-gap: 96px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.p-small-localization {
  color: var(--dark-grey);
  margin-top: 40px;
  margin-bottom: 0;
  font-family: area-normal, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  display: block;
}

.text-span-7 {
  font-weight: 400;
}

.project-designers-infos {
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.leisure-content-border {
  background-color: var(--green-alba);
  width: 100%;
  height: 1px;
  margin-top: 112px;
}

.leisure-heading {
  width: 100%;
}

.p-leisure {
  width: 540px;
  color: var(--brown);
  text-align: right;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: area-normal, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.leisure-highlights {
  grid-column-gap: 3.875rem;
  grid-row-gap: 3.875rem;
  flex-flow: column;
  width: 82%;
  margin-top: 9.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.leisure-highlights-imgs {
  width: 100%;
  max-width: 100%;
  position: sticky;
  top: 14vh;
}

.img-leisure-highlight {
  width: 100%;
}

.project-text-highlight {
  grid-row-gap: 3rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 96px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.intro-text-highlight {
  width: 100%;
  max-width: 960px;
  color: var(--green-alba);
  text-align: center;
  flex-direction: column;
  font-family: area-normal, sans-serif;
  font-size: 38px;
  font-weight: 100;
  line-height: 10px;
}

.span-text-project {
  text-align: left;
  white-space: nowrap;
  object-fit: cover;
  background-image: url('../images/Placeholder.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 3.75rem 3.75rem;
  border: 2px solid #0000;
  border-radius: 4.75rem;
  width: 6.5rem;
  height: 4rem;
  font-size: .875rem;
  line-height: 7.5;
  text-decoration: none;
  display: inline-block;
  position: relative;
  bottom: -.875rem;
}

.span-text-project.span-text-project-one {
  pointer-events: none;
  white-space: nowrap;
  cursor: default;
  background-image: url('../images/span-text-project-1.webp');
  background-position: 50%;
  background-size: 103px;
  border-radius: 5rem;
  width: 6.5rem;
}

.span-text-project.span-text-project-two {
  pointer-events: none;
  cursor: default;
  background-image: url('../images/span-text-project-2.webp');
  background-size: 103px;
  border-radius: 5rem;
}

.span-text-project.span-text-project-three {
  pointer-events: none;
  cursor: default;
  background-image: url('../images/span-text-project-3.webp');
  background-size: 103px;
  border-radius: 5rem;
}

.image-116 {
  position: absolute;
  inset: 4% auto auto 0%;
}

.project-showcase {
  margin-top: 104px;
}

.project-showcase-img {
  width: 520px;
  position: relative;
}

.project-showcase-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.h1-project-showcase {
  opacity: .1;
  color: var(--green-alba);
  text-transform: uppercase;
  margin-top: 32px;
  margin-bottom: 0;
  font-family: area-extended, sans-serif;
  font-size: 240px;
  font-weight: 100;
  line-height: 240px;
  position: relative;
  inset: 0% 0% auto auto;
}

.project-showcase-logo {
  margin-top: 16px;
}

.bt-project-container-showcase {
  width: 740px;
  padding-left: 16px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.project-rose-hero {
  z-index: 1;
  position: absolute;
  inset: 230px 16px auto auto;
  overflow: hidden;
}

.showcase-img-container {
  position: relative;
}

.project-rose-showcase {
  z-index: 1;
  width: 408px;
  max-width: none;
  position: absolute;
  inset: -16px auto auto 0;
  overflow: visible;
}

.showcase-border {
  background-color: var(--green-alba);
  width: 544px;
  height: 4px;
  position: absolute;
  inset: auto auto 16px 0%;
}

.slider-designers {
  background-color: #ddd0;
  height: 100%;
}

.p-designers {
  width: auto;
  color: var(--brown);
  text-align: left;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: area-normal, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.showcase-designers-container {
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.designers-infos {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.designers-name {
  background-image: url('../images/bg-perkinsewill-desktop.webp');
  background-position: 0 0;
  background-size: auto;
  justify-content: flex-end;
  align-items: center;
  width: 943px;
  height: 110px;
  display: flex;
}

.p-showcase-designers-infos {
  color: var(--green-alba);
  margin-bottom: 0;
  margin-right: 32px;
  font-family: area-normal, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.p-showcase-designers-infos-white {
  color: var(--white);
  margin-bottom: 0;
  margin-right: 32px;
  font-family: area-normal, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.slide-45 {
  position: relative;
}

.designers-name-paulo {
  background-image: url('../images/bg-paulo-von-poser.webp');
  background-position: 0 0;
  background-size: auto;
  justify-content: flex-end;
  align-items: center;
  width: 1082px;
  height: 110px;
  display: flex;
}

.designers-name-benedito-copy {
  background-image: url('../images/bg-benedito-abbud-desktop.webp');
  background-position: 0 0;
  background-size: auto;
  justify-content: flex-end;
  align-items: center;
  width: 1082px;
  height: 110px;
  display: flex;
}

.designers-name-chris {
  background-image: url('../images/bg-chris-silveira.webp');
  background-position: 0 0;
  background-size: auto;
  justify-content: flex-end;
  align-items: center;
  width: 1082px;
  height: 110px;
  display: flex;
}

.slider-default {
  background-color: #ddd0;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.leisure-img-container {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

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

.leisure-carousel-img {
  width: 100%;
}

.apartments {
  border: 1px #000;
  margin-top: 96px;
  overflow: hidden;
}

.apartments-imgs {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-top: 40px;
}

.slider-planta-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.slider-planta-img {
  width: 100%;
}

.slider-left-arrow, .slider-right-arrow {
  border: 1px solid var(--brown);
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  transition: all .2s;
  display: flex;
}

.image-117 {
  transform: rotate(180deg);
}

.slider-plantas-container {
  z-index: 1;
  grid-row-gap: 8px;
  border-top: 1px solid var(--green-alba);
  flex-flow: column;
  width: 300px;
  display: flex;
  position: absolute;
  top: 72px;
  left: 104px;
}

.p-plantas {
  color: var(--green-alba);
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 0;
  font-family: gravesend-sans, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
}

.p-plantas-small {
  color: var(--green-alba);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: gravesend-sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

.the-rose-logo-plantas {
  width: 140px;
  max-width: none;
  margin-top: 8px;
}

.tab-link-tab-1 {
  border: 1px solid var(--brown);
  background-color: var(--white);
  color: var(--brown);
  padding: 10px 16px;
  font-family: area-normal, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.tab-link-tab-1.w--current {
  background-color: var(--brown);
  color: var(--white);
  padding: 10px 16px;
  font-family: area-normal, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.tab-link-tab-2 {
  border: 1px solid var(--brown);
  background-color: var(--white);
  color: var(--brown);
  padding: 10px 16px;
  font-family: area-normal, sans-serif;
  font-size: 16px;
}

.tab-link-tab-2.w--current {
  background-color: var(--brown);
  color: var(--white);
  padding: 10px 16px;
  font-size: 16px;
  line-height: 22px;
}

.tab-link-tab-3 {
  border: 1px solid var(--brown);
  background-color: var(--white);
  color: var(--brown);
  padding: 10px 16px;
  font-family: area-normal, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  display: block;
}

.tab-link-tab-3.w--current {
  background-color: var(--white);
}

.tabs-menu {
  z-index: 2;
  grid-column-gap: 16px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  top: 24px;
  left: auto;
  right: 98px;
}

.localzation {
  width: 100%;
  margin-top: 80px;
  padding-bottom: 0;
  padding-right: 0;
  position: relative;
}

.localization-imgs {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
  overflow: hidden;
}

.localization-video {
  aspect-ratio: auto;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.localization-img-content {
  position: relative;
  overflow: hidden;
}

.localization-img {
  width: 100%;
  height: 100%;
}

.localization-detail-info {
  grid-column-gap: 12px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  display: flex;
}

.localization-details {
  grid-column-gap: 96px;
  margin-top: 40px;
  display: flex;
}

.p-regular-grey {
  color: var(--dark-grey);
  margin-bottom: 0;
  font-family: area-normal, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.localization-detail-column {
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.localization-adress {
  border-style: solid none none;
  border-width: 3px 1px 1px;
  border-color: var(--green-alba) black black;
  width: 310px;
  max-width: none;
}

.localization-infos {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 80px;
  display: flex;
}

.p-adress-localization {
  color: var(--dark-grey);
  text-align: left;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: gravesend-sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.p-regular-localization {
  width: 550px;
  color: var(--dark-grey);
  text-align: right;
  margin-bottom: 0;
  font-family: area-normal, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.localization-map {
  margin-top: 49px;
  position: relative;
}

.bt-general-apartments {
  grid-column-gap: 12px;
  background-color: var(--brown-cta);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 344px;
  height: 48px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.bt-general-apartments:hover {
  grid-column-gap: 6px;
  background-color: var(--trisul-blue);
}

.bt-general-localization {
  z-index: auto;
  grid-column-gap: 12px;
  background-color: var(--brown-cta);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 344px;
  height: 48px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: auto 0% 24px;
}

.bt-general-localization:hover {
  grid-column-gap: 6px;
  background-color: var(--trisul-blue);
}

.project-contact {
  margin-top: 256px;
}

.h1-project-contact {
  opacity: .1;
  color: var(--green-alba);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: area-extended, sans-serif;
  font-size: 240px;
  font-weight: 100;
  line-height: 240px;
  position: absolute;
  inset: 0% 0% auto 172px;
}

.bt-general-cards {
  grid-column-gap: 12px;
  background-color: var(--brown-cta);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 344px;
  height: 48px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.bt-general-cards:hover {
  grid-column-gap: 6px;
  background-color: var(--trisul-blue);
}

.bt-submit-form-alba.navbar-item {
  background-color: var(--brown-cta);
  width: 100%;
  height: 54px;
  transition: all .2s;
}

.bt-submit-form-alba.navbar-item:hover {
  background-color: var(--trisul-blue);
}

.more-projects {
  margin-top: 144px;
}

.cards-container-savi {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.more-projects-heading {
  width: 470px;
  position: relative;
}

.h2-more-projects {
  color: var(--brown);
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: gravesend-sans, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 24px;
}

.h2-more-projects.gray {
  z-index: 1;
  color: var(--dark-grey);
  position: absolute;
  inset: 0% 0% 0% auto;
}

.navbar-projects {
  z-index: 5;
  background-image: linear-gradient(90deg, #d4d4d480, #6e6e6ecc);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  display: block;
  position: sticky;
  top: 0;
}

.navbar-projects-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 73px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.navbar-projects-right {
  grid-column-gap: 24px;
  align-items: baseline;
  display: flex;
}

.navbar-projects-item {
  color: var(--brown);
  letter-spacing: 4px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-family: gravesend-sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.navbar-projects-linkblok {
  text-decoration: none;
  transition: opacity .2s;
}

.navbar-projects-linkblok:hover {
  opacity: .5;
}

.navbar-projects-linkblok-home {
  grid-column-gap: 10px;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navbar-projects-linkblok-home:hover {
  grid-column-gap: 6px;
  opacity: 1;
}

.navbar-projects-item-home {
  color: var(--green-alba);
  letter-spacing: 4px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-family: gravesend-sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.p-small-designers {
  color: var(--brown);
  margin-top: 40px;
  margin-bottom: 0;
  font-family: area-normal, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  display: block;
}

.span-semibold {
  font-weight: 600;
}

.logo-hero-mobile {
  display: none;
}

.card-infos-container-savi {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 400px;
  display: flex;
}

.technical-details-info-mobile {
  grid-column-gap: 12px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 600px;
  display: flex;
}

.technical-details-content-mobile {
  flex-flow: column;
  max-width: none;
  display: flex;
}

.p-technical-details-semibold-mobile {
  color: var(--brown);
  font-family: area-normal, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  display: block;
}

.slider-technical-details-mobile, .home-technical-infos-mobile-border {
  display: none;
}

.image-122 {
  width: 100%;
}

.p-legend-project-highlight {
  z-index: 1;
  background-color: var(--white);
  filter: drop-shadow(0 1px 4px #3b3c38);
  color: var(--brown);
  padding: 6px 10px;
  font-family: area-normal, sans-serif;
  font-size: 12px;
  font-weight: 100;
  line-height: 16px;
  position: absolute;
  inset: auto 16px 16px auto;
}

.project-localization-border-mobile {
  display: none;
}

.project-details-carousel-left-arrow-designers {
  border: 1px solid var(--brown);
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 54px;
  transition: all .2s;
  display: flex;
  inset: auto auto 0% 0%;
}

.project-details-carousel-left-arrow-designers:hover {
  background-color: #fff;
}

.project-details-carousel-right-arrow-desigenrs {
  border: 1px solid var(--brown);
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 54px;
  transition: all .2s;
  display: flex;
  inset: auto auto 0% 80px;
}

.project-details-carousel-right-arrow-desigenrs:hover {
  background-color: #fff;
}

.project-localization-details-mobile {
  display: none;
}

.project-rose-localization {
  z-index: -1;
  width: 360px;
  max-width: none;
  position: absolute;
  inset: auto 48px -156px auto;
  overflow: hidden;
}

.image-128 {
  display: none;
  overflow: hidden;
}

.slider-left-nav-decorado, .slider-right-nav-decorado {
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-apartments-border-mobile {
  display: none;
}

.slider-default-plantas {
  background-color: #ddd0;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.p-legend-decorado {
  z-index: 1;
  background-color: var(--white);
  filter: drop-shadow(0 1px 4px #3b3c38);
  color: var(--brown);
  padding: 6px 10px;
  font-family: area-normal, sans-serif;
  font-size: 12px;
  font-weight: 100;
  line-height: 16px;
  position: absolute;
  inset: auto 16px 16px auto;
}

.slider-left-arrow-decorado, .slider-right-arrow-decorado {
  border: 1px solid var(--brown);
  background-color: #ffffffb3;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  transition: all .2s;
  display: flex;
}

.slider-left-nav-plantas, .slider-right-nav-plantas {
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-planta-img-mobile {
  width: 100%;
  display: none;
}

.slider-default-leisure {
  background-color: #ddd0;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

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

.slider-left-nav-leisure, .slider-right-nav-leisure {
  justify-content: center;
  align-items: center;
  display: flex;
}

.p-navbar-mobile {
  color: var(--green-alba);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: gravesend-sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

.conversion-bar {
  z-index: 999;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 56px;
  display: flex;
  position: fixed;
  top: 14%;
  bottom: auto;
  right: 10px;
}

.chat-conversion, .email-conversion, .whatsapp-conversion {
  background-color: var(--brown-cta);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
}

.conversion-modal {
  z-index: 99;
  background-color: var(--light-green);
  width: 100%;
  height: 100vh;
  margin-right: 0%;
  display: flex;
  position: fixed;
  top: 0;
  left: 100%;
  right: 0%;
  overflow: auto;
}

.image-129 {
  position: absolute;
}

.form-modal-conversion {
  width: 100%;
  max-width: 570px;
}

.modal-conversion-infos-title {
  border-bottom: 3px solid var(--brown);
  width: 300px;
  padding-bottom: 24px;
}

.bt-submit-form-home-modal.navbar-item {
  background-color: var(--brown-cta);
  width: 100%;
  height: 54px;
  transition: all .2s;
}

.bt-submit-form-home-modal.navbar-item:hover {
  background-color: var(--trisul-blue);
}

.bt-submit-form-home-modal.navbar-item.submit-form {
  background-color: var(--brown-cta);
}

.bt-submit-form-home-modal.navbar-item.submit-form:hover {
  background-color: var(--trisul-blue);
}

.bt-close-modal-conversion {
  border: 1px solid var(--brown);
  cursor: pointer;
  background-color: #ffffff80;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 16px 16px auto auto;
}

.bt-close-modal-conversion:hover {
  background-color: #fff;
}

.p-big-savi {
  color: var(--light-green);
  margin-bottom: 0;
  font-family: area-extended, sans-serif;
  font-size: 20px;
  font-weight: 100;
  line-height: 30px;
}

.p-big-savi.brown {
  width: 24ch;
  color: var(--brown);
}

.h1-project-savi {
  opacity: .1;
  color: var(--brown-savi);
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 0;
  font-family: area-extended, sans-serif;
  font-size: 240px;
  font-weight: 100;
  line-height: 240px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.h2-project-savi {
  text-transform: uppercase;
  font-family: gravesend-sans, sans-serif;
  font-size: 28px;
  font-weight: 300;
}

.h2-project-savi.h2-1 {
  text-align: right;
  width: 500px;
  max-width: none;
  margin: 40px 0 0;
}

.h2-project-savi.h2-1.green-alba {
  color: var(--brown-savi);
  letter-spacing: 4px;
  margin-right: 80px;
}

.project-details-border-top-savi {
  background-color: var(--brown-savi);
  width: 800px;
  max-width: 100%;
  height: 3px;
}

.leisure-content-border-savi {
  background-color: var(--brown-savi);
  width: 100%;
  height: 1px;
  margin-top: 112px;
}

.intro-text-highlight-savi {
  width: 100%;
  max-width: 960px;
  color: var(--brown-savi);
  text-align: center;
  flex-direction: column;
  font-family: area-normal, sans-serif;
  font-size: 38px;
  font-weight: 100;
  line-height: 10px;
}

.h1-project-showcase-savi {
  opacity: .1;
  color: var(--brown-savi);
  text-transform: uppercase;
  margin-top: 32px;
  margin-bottom: 0;
  font-family: area-extended, sans-serif;
  font-size: 240px;
  font-weight: 100;
  line-height: 240px;
  position: relative;
  inset: 0% 0% auto auto;
}

.showcase-border-savi {
  background-color: var(--brown-savi);
  width: 544px;
  height: 4px;
  position: absolute;
  inset: auto auto 16px 0%;
}

.localization-adress-savi {
  border-style: solid none none;
  border-width: 3px 1px 1px;
  border-color: var(--brown-savi) black black;
  width: 310px;
  max-width: none;
}

.h1-project-contact-savi {
  opacity: .1;
  color: var(--brown-savi);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: area-extended, sans-serif;
  font-size: 240px;
  font-weight: 100;
  line-height: 240px;
  position: absolute;
  inset: 0% 0% auto 172px;
}

.big-hero-info-savi {
  border-style: none none solid;
  border-width: 0 0 10px;
  border-color: black black var(--brown-savi);
  background-image: url('../images/bg-hero-savi.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  width: 440px;
  height: 120px;
  display: flex;
  position: absolute;
  inset: auto 0% -64px 48px;
}

.h2-project-alba {
  text-transform: uppercase;
  font-family: gravesend-sans, sans-serif;
  font-size: 28px;
  font-weight: 300;
}

.h2-project-alba.h2-2 {
  text-align: right;
  width: 500px;
  max-width: none;
  margin: 40px 0 0;
}

.h2-project-alba.h2-2.green-alba {
  width: 500px;
  color: var(--green-alba);
  text-align: left;
  letter-spacing: 4px;
  margin-right: 0;
}

.h2-project-alba.h2-2.green-alba.h2-3-mobile {
  width: auto;
}

.bg-leisure-savi {
  position: absolute;
  inset: 4% auto auto 0%;
}

.leisure-savi {
  margin-top: 104px;
  position: relative;
}

.conversion-bar-project {
  z-index: 999;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 56px;
  display: flex;
  position: fixed;
  top: 14%;
  bottom: auto;
  right: 10px;
}

.p-project-hero-savi {
  letter-spacing: 2px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 16px;
}

.p-project-hero-savi.green-alba {
  color: var(--brown-savi);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: area-extended, sans-serif;
  font-weight: 100;
}

.p-project-hero-savi.green-collection {
  color: var(--green-collection);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: area-extended, sans-serif;
  font-weight: 100;
}

.project-rose-hero-savi {
  z-index: 1;
  position: absolute;
  inset: 230px -200px auto auto;
}

.h2-project-savi-mobile {
  text-transform: uppercase;
  font-family: gravesend-sans, sans-serif;
  font-size: 28px;
  font-weight: 300;
}

.h2-project-savi-mobile.h2-2 {
  width: 500px;
  max-width: none;
  color: var(--brown-savi);
  text-align: left;
  margin: 40px 0 0;
}

.project-details-carousel-savi {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 360px;
  margin-top: 40px;
  display: flex;
}

.project-details-carousel-left-arrow-savi {
  border: 1px solid var(--brown);
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 54px;
  transition: all .2s;
  display: flex;
  inset: auto auto -72px 0%;
}

.project-details-carousel-left-arrow-savi:hover {
  background-color: #fff;
}

.project-details-carousel-right-arrow-savi {
  border: 1px solid var(--brown);
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 54px;
  transition: all .2s;
  display: flex;
  inset: auto auto -72px 80px;
}

.project-details-carousel-right-arrow-savi:hover {
  background-color: #fff;
}

.slider-planta-img-mobile-savi {
  width: 100%;
  display: none;
}

.h1-project-collection {
  z-index: -1;
  opacity: .1;
  color: var(--green-collection);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: area-extended, sans-serif;
  font-size: 160px;
  font-weight: 100;
  line-height: 220px;
  position: absolute;
  inset: 0% 0% auto 0;
}

.big-hero-info-collection {
  border-style: none none solid;
  border-width: 0 0 10px;
  border-color: black black var(--green-collection);
  background-image: url('../images/bg-hero-collection.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: space-between;
  align-items: center;
  width: 440px;
  height: 120px;
  display: flex;
  position: absolute;
  inset: auto 0% -64px 48px;
}

.p-big-gravesend-collection {
  width: 26ch;
  color: var(--green-alba);
  margin-bottom: 0;
  margin-left: 32px;
  font-family: gravesend-sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.text-span-8 {
  font-weight: 300;
}

.image-131 {
  margin-right: 32px;
}

.h2-project-collection {
  text-transform: uppercase;
  font-family: gravesend-sans, sans-serif;
  font-size: 28px;
  font-weight: 300;
}

.h2-project-collection.h2-1 {
  text-align: right;
  width: 500px;
  max-width: none;
  margin: 40px 0 0;
}

.h2-project-collection.h2-1.green-alba {
  color: var(--green-collection);
  letter-spacing: 4px;
  margin-right: 80px;
}

.project-details-border-top-collection {
  background-color: var(--green-collection);
  width: 800px;
  max-width: 100%;
  height: 3px;
}

.leisure-content-border-collection {
  background-color: var(--green-collection);
  width: 100%;
  height: 1px;
  margin-top: 112px;
}

.h2-project-savi-collection {
  text-transform: uppercase;
  font-family: gravesend-sans, sans-serif;
  font-size: 28px;
  font-weight: 300;
}

.h2-project-savi-collection.h2-2 {
  width: 500px;
  max-width: none;
  color: var(--green-collection);
  text-align: left;
  margin: 40px 0 0;
}

.intro-text-highlight-collection {
  width: 100%;
  max-width: 960px;
  color: var(--green-collection);
  text-align: center;
  flex-direction: column;
  font-family: area-normal, sans-serif;
  font-size: 38px;
  font-weight: 100;
  line-height: 10px;
}

.h1-project-showcase-collection {
  opacity: .1;
  color: var(--brown-savi);
  text-transform: uppercase;
  margin-top: 32px;
  margin-bottom: 0;
  font-family: area-extended, sans-serif;
  font-size: 240px;
  font-weight: 100;
  line-height: 240px;
  position: relative;
  inset: 0% 0% auto auto;
}

.h1-project-showcase-collection.h1-project-showcase {
  color: var(--green-collection);
  font-size: 90px;
  line-height: 120px;
}

.showcase-border-collection {
  background-color: var(--green-collection);
  width: 544px;
  height: 4px;
  position: absolute;
  inset: auto auto 16px 0%;
}

.h2-project-collection-intro {
  text-transform: uppercase;
  font-family: gravesend-sans, sans-serif;
  font-size: 28px;
  font-weight: 300;
}

.h2-project-collection-intro.h2-2-mobile {
  text-align: right;
  width: 500px;
  max-width: none;
  margin: 40px 0 0;
}

.h2-project-collection-intro.h2-2-mobile.brown-savi {
  width: auto;
  color: var(--green-collection);
  text-align: left;
  letter-spacing: 4px;
  margin-right: 0;
}

.localization-adress-collection {
  border-style: solid none none;
  border-width: 3px 1px 1px;
  border-color: var(--green-collection) black black;
  width: 310px;
  max-width: none;
}

.text-span-9 {
  font-weight: 600;
}

.h1-project-contact-collection {
  opacity: .1;
  color: var(--green-collection);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: area-extended, sans-serif;
  font-size: 120px;
  font-weight: 100;
  line-height: 160px;
  position: absolute;
  inset: 0% 0% auto 172px;
}

.home-contact-logo-collection {
  margin-bottom: 64px;
}

.border-contact-collection {
  background-color: var(--brown);
  width: 318px;
  height: 3px;
  position: absolute;
  top: 224px;
  left: 0%;
}

.localization-infos-collection {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 80px;
  display: flex;
}

.big-hero-collection {
  width: 100%;
  margin-top: 64px;
  position: relative;
}

.project-apartments-border-mobile-collection, .project-localization-border-mobile-collection {
  display: none;
}

.p-big-collection {
  color: var(--light-green);
  margin-bottom: 0;
  font-family: area-extended, sans-serif;
  font-size: 20px;
  font-weight: 100;
  line-height: 30px;
}

.p-big-collection.brown {
  width: 24ch;
  color: var(--brown);
}

.project-rose-hero-collection {
  z-index: 1;
  position: absolute;
  inset: 230px -200px auto auto;
}

.img-big-hero-collection {
  width: 100%;
}

.slider-container-collection {
  background-color: #ddd0;
  width: 90%;
  height: 90%;
}

.project-details-border-bottom-alba {
  background-color: var(--green-alba);
  width: 800px;
  max-width: 100%;
  height: 3px;
  margin-top: 96px;
  margin-bottom: 40px;
}

.slider-default-leisure-mobile {
  background-color: #ddd0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: none;
}

.leisure-carousel-img-mobile {
  width: 100%;
}

.mask-leisure-mobile {
  width: 100%;
  height: 100%;
}

.slider-left-nav-leisure-mobile, .slider-right-nav-leisure-mobile {
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-rose-showcase-collection {
  z-index: 1;
  width: 408px;
  max-width: none;
  position: absolute;
  inset: -16px auto auto 0;
  overflow: visible;
}

.p-adress-localization--collection {
  color: var(--dark-grey);
  text-align: left;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: gravesend-sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.phone-conversion {
  background-color: var(--brown-cta);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
}

.h4-hero {
  width: 31ch;
  color: var(--light-green);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: area-extended, sans-serif;
  font-size: 24px;
  font-weight: 100;
  line-height: 40px;
  display: block;
}

.project-details-border-bottom-savi {
  background-color: var(--brown-savi);
  width: 800px;
  max-width: 100%;
  height: 3px;
  margin-top: 158px;
  margin-bottom: 0;
}

.project-details-border-bottom-collection {
  background-color: var(--green-collection);
  width: 800px;
  max-width: 100%;
  height: 3px;
  margin-top: 96px;
  margin-bottom: 40px;
}

.project-carousel-trigger {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 360px;
  margin-top: 40px;
  display: flex;
}

.bt-carousel-modal {
  z-index: 2;
  grid-column-gap: 12px;
  background-color: var(--trisul-blue);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 344px;
  height: 48px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: 532px;
  left: 375px;
}

.bt-carousel-modal:hover {
  grid-column-gap: 6px;
  background-color: var(--brown-cta);
}

.bt-carousel-modal-p {
  color: var(--light-green);
  letter-spacing: 1px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-family: gravesend-sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.bt-carousel-modal-savi {
  z-index: 2;
  grid-column-gap: 12px;
  background-color: var(--trisul-blue);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 344px;
  height: 48px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: 596px;
  left: 375px;
}

.bt-carousel-modal-savi:hover {
  grid-column-gap: 6px;
  background-color: var(--brown-cta);
}

.bt-carousel-modal-collection {
  z-index: 2;
  grid-column-gap: 12px;
  background-color: var(--trisul-blue);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 344px;
  height: 48px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: 503px;
  left: 375px;
}

.bt-carousel-modal-collection:hover {
  grid-column-gap: 6px;
  background-color: var(--brown-cta);
}

.modal-carousel {
  z-index: 9;
  background-color: #000c;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
}

.slider-13 {
  background-color: #ddd0;
  width: 100%;
  height: auto;
}

.slide-implantacao {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: none;
}

.carousel-modal-img-desktop {
  width: 100%;
  height: auto;
}

.mask-5 {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.left-arrow-modal {
  border: 1px solid var(--brown);
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  margin-left: 8px;
  display: flex;
}

.left-arrow-11 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.right-arrow-9 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.right-arrow-modal {
  border: 1px solid var(--brown);
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  margin-left: 0;
  margin-right: 8px;
  display: flex;
}

.image-133 {
  transform: rotate(180deg);
}

.bt-close-modal-conversion-implantacao {
  z-index: 9;
  border: 1px solid var(--brown);
  background-color: var(--white);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 16px 16px auto auto;
}

.bt-close-modal-conversion-implantacao:hover {
  background-color: #fff;
}

.bt-project-container-alba {
  width: 100%;
  display: flex;
}

.carousel-modal-img-mobile {
  width: 100%;
  height: auto;
  display: none;
}

.code-embed {
  position: static;
}

.videos-bg-home {
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0% auto auto 0%;
}

.video-bg-home-mobile {
  display: none;
}

.videos-bg-home-last, .videos-bg-home-savi-desktop {
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0% auto auto 0%;
}

.video-bg-home-savi-mobile {
  display: none;
}

.videos-bg-alba-desktop {
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0% auto auto 0%;
}

.video-bg-home-alba-mobile {
  display: none;
}

.text-logo {
  color: var(--light-green);
  letter-spacing: 4px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-family: gravesend-sans, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 22px;
}

.text-logo.navbar-item-trisul {
  padding-top: 8px;
}

.brand {
  grid-column-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-logo-pages {
  color: var(--brown);
  letter-spacing: 9px;
  margin-bottom: 8px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-family: gravesend-sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.text-logo-pages.navbar-item-trisul {
  padding-top: 8px;
}

.tour-virtual {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.div-block-69 {
  color: #fff;
  max-width: 570px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-94 {
  color: #333;
  font-family: area-normal, sans-serif;
  font-size: 16px;
}

.text-span-19 {
  font-size: 18px;
}

.text-span-20 {
  color: var(--brown-cta);
  font-size: 18px;
  text-decoration: underline;
}

.div-block-70 {
  color: #fff;
  max-width: 570px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.texto-pol-tica-de-privacidade {
  color: #fff;
  max-width: 570px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1440px) {
  .home-hero-intro.home-hero-intro-collection {
    background-image: url('../images/CLR_04_Embasamento_B_EF.webp');
  }

  .container-hero.container-hero-intro {
    max-width: none;
    padding-left: 48px;
    padding-right: 48px;
  }

  .navbar-container {
    position: relative;
  }

  .home-plant-divisor {
    background-image: url('../images/home-plants-bg.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    width: 100%;
    height: 70px;
  }

  .home-cards {
    width: 100%;
    margin-top: 80px;
    position: relative;
  }

  .container.container-show-case-img {
    overflow: visible;
  }

  .container.container-apartments-collection {
    border-top-color: var(--green-collection);
  }

  .bt-submit-form-home {
    width: 100%;
    height: 54px;
  }

  .bt-submit-form-home.navbar-item {
    background-color: var(--brown);
    transition: all .2s;
  }

  .bt-submit-form-home.navbar-item:hover {
    background-color: var(--trisul-blue);
  }

  .p-trisul-about {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-14 {
    width: 969px;
    left: auto;
    right: 0;
  }

  .trisul-section {
    flex-flow: column;
    width: 100%;
    margin-top: 88px;
    display: block;
  }

  .trisul-about {
    margin-top: 40px;
  }

  .border-contact-home {
    top: 290px;
    left: 0%;
  }

  .tab-link-tab-2 {
    line-height: 22px;
  }

  .tab-link-tab-3.w--current {
    background-color: var(--brown);
    color: var(--white);
  }

  .tabs-menu {
    z-index: 2;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    top: 24px;
    left: 24px;
    right: auto;
  }

  .bt-submit-form-alba {
    width: 100%;
    height: 54px;
  }

  .bt-submit-form-alba.navbar-item {
    background-color: var(--brown);
    transition: all .2s;
  }

  .bt-submit-form-alba.navbar-item:hover {
    background-color: var(--trisul-blue);
  }

  .slider-left-arrow-decorado, .slider-right-arrow-decorado {
    background-color: var(--white);
  }

  .conversion-bar {
    z-index: 3;
    width: 56px;
    position: fixed;
    bottom: auto;
    right: 10px;
  }

  .chat-conversion, .email-conversion, .whatsapp-conversion {
    background-color: var(--brown-cta);
    width: 56px;
    height: 56px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .modal-conversion-wrapper {
    display: flex;
  }

  .bt-submit-form-home-modal {
    width: 100%;
    height: 54px;
  }

  .bt-submit-form-home-modal.navbar-item {
    background-color: var(--brown);
    transition: all .2s;
  }

  .bt-submit-form-home-modal.navbar-item:hover {
    background-color: var(--trisul-blue);
  }

  .big-hero-info-savi {
    background-image: url('../images/bg-hero-savi.webp');
  }

  .conversion-bar-project {
    z-index: 5;
    width: 56px;
    position: fixed;
    bottom: auto;
    right: 10px;
  }

  .h2-project-collection-intro.h2-2-mobile.brown-savi {
    color: var(--green-collection);
  }

  .border-contact-collection {
    top: 290px;
    left: 0%;
  }

  .phone-conversion {
    background-color: var(--brown-cta);
    width: 56px;
    height: 56px;
    padding-bottom: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 1920px) {
  .home-hero-intro.home-hero-intro-alba, .home-hero-intro.home-hero-intro-collection, .home-hero-intro.home-hero-intro-savi {
    background-image: none;
  }

  .brown-gradient {
    height: 100%;
  }

  .r-hero-intro {
    width: 56%;
  }

  .navbar-home {
    z-index: 1;
  }

  .container.container-modal-conversion {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .project-intro {
    overflow: hidden;
  }

  .image-112 {
    width: 100%;
  }

  .leisure-highlights {
    width: 100%;
    max-width: 100%;
  }

  .leisure-highlights-imgs {
    width: 82%;
    margin-left: auto;
    margin-right: auto;
    top: 16vh;
  }

  .img-leisure-highlight {
    width: 100%;
  }

  .h1-project-showcase {
    overflow: visible;
  }

  .slider-designers {
    background-color: #ddd0;
    height: auto;
  }

  .p-designers {
    text-align: left;
    width: auto;
    margin-top: 0;
  }

  .showcase-designers-container {
    grid-row-gap: 24px;
    flex-flow: column;
    display: flex;
  }

  .designers-infos {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .designers-name {
    background-image: url('../images/bg-perkinsewill-desktop.webp');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: flex-end;
    align-items: center;
    width: 943px;
    height: 110px;
    display: flex;
  }

  .p-showcase-designers-infos {
    color: var(--green-alba);
    margin-right: 32px;
    font-size: 16px;
    line-height: 20px;
    display: inline;
  }

  .p-showcase-designers-infos-white {
    color: var(--white);
    margin-right: 32px;
    font-size: 16px;
    line-height: 20px;
    display: inline;
  }

  .designers-name-paulo, .designers-name-benedito-copy, .designers-name-chris {
    background-image: url('../images/bg-benedito-abbud-desktop.webp');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: flex-end;
    align-items: center;
    width: 1082px;
    height: 110px;
    display: flex;
  }

  .apartments {
    border-style: none;
  }

  .background-video {
    width: 100%;
    height: 100%;
  }

  .conversion-bar {
    z-index: 3;
    grid-row-gap: 8px;
    flex-flow: column;
    display: flex;
    top: 14%;
    bottom: auto;
  }

  .chat-conversion, .email-conversion {
    cursor: pointer;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .whatsapp-conversion {
    background-color: var(--brown-cta);
    cursor: pointer;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .conversion-modal {
    z-index: 20;
    background-color: var(--light-green);
    width: 100%;
    height: 100vh;
    display: block;
    position: fixed;
  }

  .image-129 {
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .form-modal-conversion {
    width: 100%;
    max-width: 570px;
  }

  .modal-conversion-infos {
    width: 318px;
  }

  .modal-conversion-infos-title {
    border-bottom: 3px solid var(--brown);
    padding-bottom: 32px;
    position: relative;
  }

  .image-130 {
    width: 190px;
  }

  .modal-conversion-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    display: flex;
  }

  .conversion-bar-project {
    z-index: 5;
    grid-row-gap: 8px;
    flex-flow: column;
    display: flex;
    top: 14%;
    bottom: auto;
  }

  .img-big-hero-collection, .img-big-hero-savi {
    width: 100%;
  }

  .phone-conversion {
    cursor: pointer;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .videos-bg-home, .videos-bg-home-last, .videos-bg-home-savi-desktop, .videos-bg-alba-desktop {
    inset: 0;
  }
}

@media screen and (max-width: 991px) {
  .project-text-highlight {
    text-align: left;
    align-items: center;
    max-width: none;
    margin-top: 6rem;
  }

  .intro-text-highlight-container {
    padding-left: 0;
    padding-right: 0;
  }

  .intro-text-highlight {
    text-align: center;
    font-size: 2.5rem;
  }

  .span-text-project {
    border-radius: 1rem;
    width: 3rem;
    height: 3rem;
    line-height: 6;
  }

  .span-text-project.span-text-project-one, .span-text-project.span-text-project-two, .span-text-project.span-text-project-three {
    width: 4rem;
  }

  .intro-text-highlight-savi, .intro-text-highlight-collection {
    text-align: center;
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .project-text-highlight {
    grid-row-gap: 2rem;
    margin-top: 4rem;
  }

  .intro-text-highlight {
    font-size: 2rem;
  }

  .span-text-project {
    background-size: 2.5rem 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
    margin-top: -2rem;
    bottom: -1.25rem;
  }

  .intro-text-highlight-savi, .intro-text-highlight-collection {
    font-size: 2rem;
  }
}

@media screen and (max-width: 479px) {
  .home-hero-intro.home-hero-intro-collection, .home-hero-intro.home-hero-intro-savi {
    background-image: none;
  }

  .brown-gradient {
    height: 90%;
  }

  .r-hero-intro {
    width: 90%;
    margin-top: 110px;
  }

  .container-hero.container-hero-intro {
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
    bottom: 36%;
  }

  .container-hero.container-hero-intro.container-hero-intro-first {
    margin-bottom: 0;
    bottom: 22%;
  }

  .h4 {
    width: 10ch;
    max-width: 100%;
    font-size: 19px;
    line-height: 31px;
  }

  .h4.h4-towser.h4-home-hero {
    width: 20ch;
  }

  .hero-logo-adress {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .p-adress-hero {
    text-align: left;
  }

  .hero-container {
    grid-column-gap: 0px;
    flex-flow: column;
    width: 100%;
  }

  .p-big {
    max-width: 18ch;
  }

  .p-big.text-brown.text-align-right, .p-light.p-brown.text-align-right {
    text-align: left;
  }

  .hero-infos {
    margin-bottom: 0;
  }

  .bt-navbar {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 32px;
  }

  .navbar-home {
    z-index: 6;
    height: 110px;
  }

  .navbar-container {
    margin-top: 16px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .nav-rose-bg {
    width: 100px;
  }

  .nav-menu {
    background-color: #c8c8c800;
    background-image: linear-gradient(90deg, #5a5a5ae6, #333);
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    width: 86%;
    height: 100vh;
    padding-top: 120px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .navbar-item-container {
    justify-content: center;
    align-items: flex-end;
    margin-top: 32px;
  }

  .brown-gradient-top {
    height: 400px;
  }

  .home-cards {
    overflow: hidden;
  }

  .r-cards {
    width: 269px;
    position: relative;
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
    overflow: hidden;
  }

  .container.cards-home {
    flex-flow: column;
  }

  .container.container-technical-infos {
    border-top-style: none;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container.project-showcase-intro {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .container.container-show-case-img {
    padding-left: 0;
    padding-right: 0;
  }

  .container.container-showcase-designers {
    margin-top: 80px;
  }

  .container.container-apartments {
    border-top-style: none;
  }

  .container.container-localization {
    border-top-style: none;
    overflow: visible;
  }

  .container.container-project-map {
    margin-top: 16px;
    overflow: visible;
  }

  .container.container-project-mobile {
    flex-flow: column-reverse wrap-reverse;
    display: flex;
    overflow: visible;
  }

  .container.container-modal-conversion {
    flex-flow: column;
    margin-top: 0;
    display: block;
    overflow: auto;
  }

  .container.container-apartments-savi {
    border-top-style: none;
  }

  .container.container-localization-savi {
    border-top-style: none;
    padding-bottom: 16px;
  }

  .container.container-apartments-collection {
    border-top-style: none;
  }

  .container.container-localization-collection {
    border-top-style: none;
    padding-bottom: 16px;
  }

  .container.container-showcase-designers-collection {
    margin-top: 80px;
  }

  .container.container-hero {
    overflow: visible;
  }

  .card-alba {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .card-alba-border-top {
    z-index: 23;
    width: 214px;
    top: -2%;
    left: auto;
    right: 0;
  }

  .card-alba-img {
    width: auto;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

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

  .card-infos.card-infos-margin, .card-infos.cards-info-savi {
    margin-top: 16px;
  }

  .bt-general {
    max-width: none;
    height: 54px;
  }

  .card-savi {
    width: 100%;
    margin-top: 56px;
    padding-left: 0;
    padding-right: 0;
  }

  .card-savi.card-savi-projects {
    margin-top: 32px;
  }

  .card-savi-img {
    margin-top: 16px;
  }

  .card-savi-border-top {
    top: 0;
    left: auto;
  }

  .card-collection {
    width: 100%;
    margin-top: 56px;
    padding-left: 0;
    padding-right: 0;
  }

  .card-collection-img {
    vertical-align: baseline;
    width: 100%;
    height: auto;
    margin-top: 16px;
    margin-bottom: 16px;
    margin-left: 0;
  }

  .card-collection-border-top {
    top: 0;
    left: auto;
  }

  .card-infos-collection {
    justify-content: center;
    align-items: flex-start;
  }

  .card-infos-general {
    flex-flow: column;
  }

  .h2-cards.h2-cards-alba, .h2-cards.gray.h2-cards-collection {
    margin-left: 0;
  }

  .h2-cards.gray.h2-cards-savi {
    margin-bottom: 16px;
  }

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

  .technical-details {
    display: none;
  }

  .p-regular.p-contact-form.gray {
    margin-bottom: 16px;
  }

  .home-contact {
    margin-top: 164px;
    overflow: visible;
  }

  .home-contact-logo {
    margin-bottom: 96px;
  }

  .form {
    margin-left: 0;
  }

  .footer {
    padding-top: 0;
    padding-bottom: 120px;
  }

  .div-items-slide-11 {
    justify-content: space-around;
    align-items: flex-start;
    margin-bottom: 0;
    display: flex;
  }

  .div-block-15 {
    margin-left: auto;
    margin-right: auto;
  }

  .p-trisul-about {
    margin-top: 8px;
    margin-bottom: 0;
  }

  .container-wsg {
    flex-flow: column;
    width: 100%;
    max-width: none;
    padding-left: 16px;
    padding-right: 16px;
  }

  .list-trisul-numbers {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    display: none;
  }

  .slide-nav-7 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }

  .esg-img {
    background-position: 50%;
    width: 100%;
    height: 250px;
    top: auto;
    bottom: 0;
  }

  .left-arrow-10 {
    display: none;
  }

  .slide-44 {
    background-color: #fff0;
  }

  .slider-11 {
    cursor: pointer;
    background-color: #ddd0;
    width: 100%;
    margin-top: 32px;
    display: block;
  }

  .esg {
    background-color: var(--trisul-blue);
    height: auto;
    padding-bottom: 314px;
  }

  .right-arrow-8 {
    display: none;
  }

  .div-block-14 {
    width: 38%;
  }

  .h3-trisul {
    margin-top: 16px;
    font-size: 20px;
    line-height: 28px;
  }

  .cards-info-collection {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 16px;
  }

  .card-infos-general-collection {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .rose-home-contact {
    width: 110px;
    max-width: none;
    height: auto;
    top: -99px;
    right: 0%;
  }

  .border-contact-home {
    display: none;
  }

  .project-intro {
    margin-top: 32px;
    padding-bottom: 0;
    overflow: hidden;
  }

  .project-content-intro {
    flex-flow: column;
  }

  .project-content-intro-left {
    width: 100%;
  }

  .image-110 {
    margin-bottom: 24px;
  }

  .project-content-intro-right {
    grid-row-gap: 32px;
    flex-flow: column-reverse;
    width: 100%;
  }

  .h1-project {
    margin-top: 0;
    font-size: 100px;
    line-height: 100px;
    inset: auto 0% -18%;
  }

  .big-hero {
    flex-flow: column;
    display: flex;
  }

  .p-legend {
    bottom: 16px;
    left: auto;
    right: 16px;
  }

  .big-hero-info {
    width: 100%;
    height: 120px;
    position: static;
  }

  .p-big-gravesend {
    max-width: 23ch;
    margin-bottom: 0;
    margin-left: 16px;
  }

  .image-112 {
    width: 100%;
    max-width: none;
    overflow: hidden;
  }

  .project-details {
    margin-top: 104px;
    overflow: visible;
  }

  .project-details-left-alba {
    flex-flow: column;
  }

  .project-details-border-top {
    width: 100%;
  }

  .h2-project.h2-1.green-alba {
    width: 100%;
    margin-top: 24px;
    margin-right: 0;
  }

  .h2-project.h2-2.green-alba, .h2-project.h2-2.brown-savi {
    text-align: right;
    width: 12ch;
    margin-top: 24px;
  }

  .h2-project.h2-2.brown-savi {
    text-align: right;
    width: 12ch;
    margin-top: 24px;
  }

  .h2-project.h2-2.brown-savi.h2-3-mobile, .h2-project.h2-2.brown-savi.h2-4-mobile {
    text-align: left;
    width: auto;
  }

  .h2-project.h2-2-mobile.green-alba, .h2-project.h2-2-mobile.brown-savi {
    text-align: left;
    width: auto;
    margin-top: 24px;
  }

  .slider-12 {
    width: 100%;
  }

  .technical-details-project-container {
    padding-bottom: 24px;
  }

  .project-details-carousel-left-arrow {
    inset: auto 70px auto auto;
  }

  .project-details-carousel-right-arrow {
    inset: auto 0% auto auto;
  }

  .project-details-img {
    position: relative;
  }

  .leisure {
    margin-top: 72px;
    overflow: visible;
  }

  .leisure-content {
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    margin-left: auto;
  }

  .project-designers {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .p-small-localization {
    margin-top: 24px;
  }

  .leisure-content-border {
    margin-top: 48px;
  }

  .leisure-heading {
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin-right: auto;
    display: flex;
  }

  .p-leisure {
    text-align: left;
    width: 100%;
    margin-top: 24px;
  }

  .leisure-highlights {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    width: 100%;
    margin-top: 32px;
  }

  .leisure-highlights-imgs {
    top: 16vh;
  }

  .img-leisure-highlight {
    width: 100%;
    max-width: none;
    height: 200px;
    overflow: hidden;
  }

  .project-text-highlight {
    grid-row-gap: 1.5rem;
    align-items: center;
    margin-top: 124px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .intro-text-highlight-container {
    padding-left: 0;
  }

  .intro-text-highlight {
    font-size: 24px;
    line-height: 42px;
  }

  .span-text-project.span-text-project-one {
    width: 4rem;
    height: 2rem;
    margin-top: -1rem;
    margin-bottom: 10px;
    padding-top: 0;
    line-height: 6;
  }

  .span-text-project.span-text-project-two, .span-text-project.span-text-project-three {
    height: 2rem;
    margin-top: -1rem;
    margin-bottom: 10px;
  }

  .image-116 {
    z-index: -1;
    width: 37%;
    max-width: none;
    left: 0%;
    overflow: hidden;
  }

  .project-showcase {
    margin-top: 64px;
    overflow: hidden;
  }

  .project-showcase-img {
    width: 100%;
  }

  .project-showcase-content {
    flex-flow: column;
  }

  .h1-project-showcase {
    opacity: .5;
    font-size: 100px;
    line-height: 100px;
    position: absolute;
  }

  .project-showcase-logo {
    margin-top: 24px;
  }

  .bt-project-container-showcase {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
  }

  .project-rose-hero {
    width: 110px;
    top: 0;
    right: 8px;
  }

  .project-rose-showcase {
    width: 120px;
    top: 161px;
    left: 0;
  }

  .showcase-border {
    width: 100%;
    bottom: 0;
  }

  .designers-infos {
    flex-flow: column;
    width: 100%;
  }

  .designers-name {
    background-position: 100%;
    background-repeat: no-repeat;
    width: 100%;
  }

  .p-showcase-designers-infos, .p-showcase-designers-infos-white {
    margin-right: 16px;
  }

  .designers-name-paulo {
    background-position: 94%;
    width: 100%;
  }

  .designers-name-benedito-copy {
    background-position: 70%;
    width: 100%;
  }

  .designers-name-chris {
    background-position: 80%;
    width: 100%;
  }

  .slider-default {
    height: 270px;
  }

  .leisure-img-container {
    height: auto;
  }

  .mask {
    height: 270px;
  }

  .leisure-carousel-img {
    width: 100%;
    max-width: none;
    height: 200px;
    margin-left: 0;
  }

  .apartments {
    margin-top: 56px;
  }

  .apartments-imgs {
    margin-top: 24px;
  }

  .slider-planta-container {
    background-color: var(--white);
    height: 460px;
  }

  .slider-planta-img {
    width: 100%;
    max-width: none;
    display: none;
    position: absolute;
    inset: auto 0% 0%;
  }

  .slider-left-arrow, .slider-right-arrow {
    background-color: #fff0;
  }

  .slider-plantas-container {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
    inset: 16px 0 auto;
  }

  .the-rose-logo-plantas {
    width: 80px;
    margin-right: 16px;
    display: block;
    position: absolute;
    inset: 12px 0% auto auto;
  }

  .tabs-menu {
    grid-column-gap: 8px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    position: relative;
    top: auto;
    right: auto;
  }

  .localization-imgs {
    flex-flow: column;
    display: flex;
  }

  .localization-video {
    width: 100%;
    height: 242px;
  }

  .background-video {
    width: 100%;
    max-width: 100%;
    height: 242px;
  }

  .localization-detail-info {
    grid-column-gap: 8px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .localization-details {
    display: none;
  }

  .localization-infos {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 64px;
  }

  .p-regular-localization {
    width: auto;
    margin-top: 40px;
  }

  .localization-map {
    margin-top: 40px;
  }

  .bt-general-apartments {
    height: 54px;
  }

  .bt-general-localization {
    width: 90%;
  }

  .project-contact {
    margin-top: 172px;
  }

  .h1-project-contact {
    font-size: 100px;
    line-height: 100px;
    top: 8%;
    left: 0;
  }

  .bt-general-cards {
    max-width: none;
  }

  .more-projects {
    margin-top: 80px;
  }

  .cards-container-savi {
    padding-top: 0;
  }

  .more-projects-heading {
    width: 100%;
    position: relative;
  }

  .h2-more-projects.gray {
    text-align: right;
    width: 10ch;
    line-height: 32px;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .navbar-projects {
    z-index: 10;
    background-image: linear-gradient(90deg, #d4d4d480, #6e6e6ecc);
  }

  .navbar-projects-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .navbar-projects-right {
    background-color: #c8c8c800;
    background-image: linear-gradient(90deg, #5a5a5ae6, #333);
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 100vh;
    padding-top: 128px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .navbar-projects-item {
    color: var(--light-green);
    text-align: right;
  }

  .navbar-projects-linkblok {
    flex: 0 auto;
    width: auto;
    margin-top: 32px;
    display: block;
  }

  .navbar-projects-linkblok-home.w--current {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .image-119 {
    display: none;
    position: absolute;
    top: -330px;
    left: 44%;
  }

  .logo-hero-mobile {
    z-index: 2;
    width: 166px;
    display: block;
    position: absolute;
    inset: 24% 10% 0% auto;
  }

  .image-120 {
    width: 166px;
  }

  .card-infos-container-savi {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .image-121 {
    display: block;
  }

  .technical-details-info-mobile {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .technical-details-content-mobile {
    grid-row-gap: 8px;
  }

  .p-technical-details-semibold-mobile {
    margin-bottom: 0;
  }

  .slider-technical-details-mobile {
    background-color: #ddd0;
    height: auto;
    margin-top: 40px;
    padding-bottom: 64px;
    display: block;
  }

  .slider-technical-item-mobile {
    grid-row-gap: 16px;
    flex-flow: column;
    height: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
  }

  .slider-technical-mobile-left-arrow {
    border: 1px solid var(--brown);
    width: 54px;
    height: 54px;
    inset: auto 72px 0 auto;
  }

  .left-arrow-mobile {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .slider-technical-mobile-right-arrow {
    border: 1px solid var(--brown);
    width: 54px;
    height: 54px;
    inset: auto 0 0 auto;
  }

  .right-arrow-mobile {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .right-arrow-mobile-img {
    transform: rotate(180deg);
  }

  .slide-46 {
    height: 100%;
  }

  .home-technical-infos-mobile-border {
    background-color: var(--brown);
    width: 100%;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .mask-3 {
    height: auto;
  }

  .slide-47, .slide-48 {
    height: 100%;
  }

  .image-122 {
    width: 90%;
    max-width: none;
  }

  .p-legend-project-highlight {
    left: 16px;
    right: auto;
  }

  .image-123 {
    width: 56%;
    margin-top: -10px;
  }

  .image-124, .image-125, .image-126 {
    width: 40%;
    max-width: none;
    margin-top: -10px;
  }

  .project-localization-border-mobile {
    background-color: var(--green-alba);
    width: 100%;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .project-details-carousel-left-arrow-designers {
    inset: auto 70px 0 auto;
  }

  .project-details-carousel-right-arrow-desigenrs {
    inset: auto 0% 0 auto;
  }

  .project-localization-details-mobile {
    margin-top: 40px;
    display: block;
  }

  .project-rose-localization {
    width: 200px;
    inset: auto 8px -14% auto;
  }

  .image-128 {
    width: 100%;
    height: auto;
    display: block;
  }

  .slider-left-nav-decorado {
    width: 54px;
    height: 54px;
    margin-top: 0;
    margin-bottom: 0;
    inset: auto 86px 0 auto;
  }

  .slider-right-nav-decorado {
    width: 54px;
    height: 54px;
    margin-top: 0;
    margin-bottom: 0;
    inset: auto 16px 0 auto;
  }

  .project-apartments-border-mobile {
    background-color: var(--green-alba);
    width: 100%;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .slide-50 {
    height: 340px;
  }

  .mask-4 {
    height: 536px;
  }

  .slider-default-plantas {
    height: 530px;
  }

  .p-legend-decorado {
    bottom: 82px;
    left: auto;
    right: 16px;
  }

  .slider-left-arrow-decorado, .slider-right-arrow-decorado {
    background-color: #fff0;
  }

  .slider-left-nav-plantas {
    width: 54px;
    height: 54px;
    inset: auto 86px 0 auto;
  }

  .slider-right-nav-plantas {
    width: 54px;
    height: 54px;
    inset: auto 16px 0% auto;
  }

  .slider-planta-img-mobile {
    width: 100%;
    max-width: none;
    display: block;
    position: absolute;
    inset: auto 0% 32px;
  }

  .slider-default-leisure {
    background-color: var(--light-green);
    height: 270px;
    display: none;
  }

  .mask-leisure {
    height: 200px;
  }

  .slider-left-nav-leisure {
    width: 54px;
    height: 54px;
    inset: auto 88px 0% auto;
  }

  .slider-right-nav-leisure {
    width: 54px;
    height: 54px;
    inset: auto 16px 0% auto;
  }

  .menu-button {
    z-index: 1;
    grid-column-gap: 8px;
    padding-top: 24px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .menu-button.w--open {
    z-index: 3;
    background-color: #c8c8c800;
  }

  .navbar-icon-container {
    grid-column-gap: 8px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .p-navbar-mobile {
    color: var(--light-green);
    text-transform: none;
    font-family: area-normal, sans-serif;
    font-size: 12px;
    line-height: 14px;
  }

  .menu-button-2 {
    z-index: 3;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button-2.w--open {
    background-color: #c8c8c800;
    padding-left: 0;
    padding-right: 0;
  }

  .conversion-bar {
    z-index: 5;
    grid-column-gap: 32px;
    grid-row-gap: 0px;
    background-color: #ffffffdb;
    background-image: linear-gradient(90deg, #d4d4d480, #6e6e6ecc);
    border-top: 1px solid #ddd;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
    inset: auto 0% 0%;
  }

  .conversion-modal {
    z-index: 11;
    margin-right: 0%;
    right: -100%;
    overflow: auto;
  }

  .image-129 {
    display: none;
  }

  .modal-conversion-infos {
    width: 100%;
  }

  .modal-conversion-infos-title {
    width: 300px;
    display: none;
  }

  .modal-conversion-wrapper {
    width: 100%;
  }

  .bt-close-modal-conversion {
    z-index: 1;
    top: 8px;
    right: 8px;
  }

  .p-big-savi {
    max-width: 18ch;
  }

  .h1-project-savi {
    margin-top: 0;
    font-size: 100px;
    line-height: 100px;
    inset: auto 0% -18% 10%;
  }

  .h2-project-savi.h2-1.green-alba {
    width: 100%;
    margin-top: 24px;
    margin-right: 0;
  }

  .project-details-border-top-savi {
    width: 100%;
  }

  .leisure-content-border-savi {
    margin-top: 48px;
  }

  .intro-text-highlight-savi {
    font-size: 24px;
    line-height: 42px;
  }

  .h1-project-showcase-savi {
    opacity: .5;
    font-size: 100px;
    line-height: 100px;
    position: absolute;
  }

  .showcase-border-savi {
    width: 100%;
    bottom: 0;
  }

  .h1-project-contact-savi {
    font-size: 100px;
    line-height: 100px;
    top: 8%;
    left: 0;
  }

  .big-hero-info-savi {
    width: 100%;
    height: 120px;
    position: static;
  }

  .h2-project-alba.h2-2.green-alba {
    text-align: right;
    width: 12ch;
    margin-top: 24px;
  }

  .h2-project-alba.h2-2.green-alba.h2-3-mobile {
    text-align: left;
    width: auto;
  }

  .bg-leisure-savi {
    z-index: -1;
    width: 37%;
    max-width: none;
    left: 0%;
  }

  .leisure-savi {
    margin-top: 72px;
    overflow: visible;
  }

  .conversion-bar-project {
    z-index: 9;
    grid-column-gap: 32px;
    grid-row-gap: 0px;
    background-color: #ffffffdb;
    background-image: linear-gradient(90deg, #d4d4d480, #6e6e6ecc);
    border-top: 1px solid #ddd;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
    top: auto;
    bottom: 0%;
    right: 0;
  }

  .project-rose-hero-savi {
    width: 110px;
    top: 0;
    right: 8px;
  }

  .h2-project-savi-mobile.h2-2 {
    text-align: right;
    width: 12ch;
  }

  .project-details-carousel-savi {
    margin-top: 24px;
  }

  .project-details-carousel-left-arrow-savi {
    inset: auto 70px auto auto;
  }

  .project-details-carousel-right-arrow-savi {
    inset: auto 0% auto auto;
  }

  .slider-planta-img-mobile-savi {
    width: 100%;
    max-width: none;
    display: block;
    position: absolute;
    inset: auto 0% 0;
  }

  .h1-project-collection {
    opacity: .2;
    font-size: 50px;
    line-height: 50px;
    inset: auto 0% -11% -5%;
  }

  .big-hero-info-collection {
    grid-column-gap: 40px;
    width: 100%;
    height: 140px;
    position: static;
  }

  .p-big-gravesend-collection {
    width: 100%;
    max-width: none;
    margin-bottom: 0;
    margin-left: 16px;
  }

  .image-131 {
    margin-right: 16px;
  }

  .h2-project-collection.h2-1.green-alba {
    width: 100%;
    margin-top: 24px;
    margin-right: 0;
  }

  .project-details-border-top-collection {
    width: 100%;
  }

  .leisure-content-border-collection {
    margin-top: 48px;
  }

  .h2-project-savi-collection.h2-2 {
    text-align: right;
    width: 12ch;
  }

  .intro-text-highlight-collection {
    font-size: 24px;
    line-height: 42px;
  }

  .h1-project-showcase-collection {
    opacity: .5;
    font-size: 100px;
    line-height: 100px;
    position: absolute;
  }

  .h1-project-showcase-collection.h1-project-showcase {
    font-size: 50px;
    line-height: 50px;
  }

  .showcase-border-collection {
    width: 100%;
    bottom: 0;
  }

  .h2-project-collection-intro.h2-2-mobile.brown-savi {
    text-align: left;
    width: auto;
    margin-top: 24px;
  }

  .h1-project-contact-collection {
    opacity: .2;
    font-size: 44px;
    line-height: 100px;
    top: 8%;
    left: 0;
  }

  .home-contact-logo-collection {
    margin-bottom: 96px;
  }

  .border-contact-collection {
    display: none;
  }

  .localization-infos-collection {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 64px;
  }

  .big-hero-collection {
    flex-flow: column;
    margin-top: 40px;
    display: flex;
  }

  .project-apartments-border-mobile-collection, .project-localization-border-mobile-collection {
    background-color: var(--green-collection);
    width: 100%;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .p-big-collection {
    max-width: 18ch;
  }

  .p-big-collection.brown {
    width: 15ch;
  }

  .project-rose-hero-collection {
    width: 110px;
    top: 0;
    right: 8px;
  }

  .img-big-hero-collection {
    width: 100%;
    max-width: none;
    overflow: hidden;
  }

  .slider-container-collection {
    width: 100%;
    height: 90%;
  }

  .project-details-border-bottom-alba {
    width: 100%;
    margin-top: 268px;
    margin-bottom: 0;
    position: relative;
  }

  .img-big-hero-savi {
    width: 110%;
    max-width: none;
    overflow: hidden;
  }

  .slider-default-leisure-mobile {
    background-color: var(--light-green);
    height: 270px;
    display: block;
  }

  .leisure-carousel-img-mobile {
    width: 100%;
    max-width: none;
    height: auto;
    margin-left: 0;
  }

  .mask-leisure-mobile {
    height: auto;
    padding-bottom: 16px;
  }

  .slider-left-nav-leisure-mobile {
    width: 54px;
    height: 54px;
    inset: auto 88px auto auto;
  }

  .slider-right-nav-leisure-mobile {
    width: 54px;
    height: 54px;
    inset: auto 16px auto auto;
  }

  .project-rose-showcase-collection {
    width: 120px;
    top: 260px;
    left: 0;
  }

  .p-adress-localization--collection {
    margin-top: 16px;
  }

  .h4-hero {
    text-transform: uppercase;
    width: 100%;
    max-width: 100%;
    font-size: 19px;
    line-height: 31px;
  }

  .project-details-border-bottom-savi {
    width: 100%;
    margin-top: 256px;
    margin-bottom: 0;
  }

  .project-details-border-bottom-collection {
    width: 100%;
    margin-top: 210px;
    margin-bottom: 0;
  }

  .project-carousel-trigger {
    flex-flow: column;
    margin-top: 24px;
  }

  .bt-carousel-modal {
    width: 92%;
    max-width: none;
    height: 54px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: auto 0% 115px;
  }

  .bt-carousel-modal-savi {
    width: 92%;
    max-width: none;
    height: 54px;
    margin-left: auto;
    margin-right: auto;
    inset: auto 0% 114px;
  }

  .bt-carousel-modal-collection {
    width: 92%;
    max-width: none;
    height: 54px;
    margin-left: auto;
    margin-right: auto;
    inset: auto 0% 109px;
  }

  .modal-carousel {
    z-index: 99;
    display: none;
  }

  .carousel-modal-img-desktop {
    display: none;
  }

  .mask-5 {
    padding-bottom: 70px;
  }

  .left-arrow-modal {
    margin-left: 0;
  }

  .left-arrow-11 {
    width: 54px;
    height: 54px;
    inset: auto 70px 0% auto;
  }

  .right-arrow-9 {
    width: 54px;
    height: 54px;
    inset: auto 0% 0% auto;
  }

  .right-arrow-modal {
    margin-right: 0;
  }

  .bt-close-modal-conversion-implantacao {
    z-index: 1;
    top: 8px;
    right: 8px;
  }

  .bt-project-container-alba {
    margin-top: 0;
  }

  .carousel-modal-img-mobile, .videos-bg-home {
    display: block;
  }

  .video-bg-home-mobile {
    width: 100%;
    height: 100vh;
    display: block;
    position: absolute;
    inset: 0;
  }

  .videos-bg-home-last, .videos-bg-home-savi-desktop {
    display: none;
  }

  .video-bg-home-savi-mobile {
    width: 100%;
    height: 100vh;
    display: block;
    position: absolute;
    inset: 0;
  }

  .videos-bg-alba-desktop {
    display: block;
  }

  .video-bg-home-alba-mobile {
    width: 100%;
    height: 100vh;
    display: block;
    position: absolute;
    inset: 0;
  }

  .text-logo {
    letter-spacing: 9px;
  }

  .brand {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .text-logo-pages {
    letter-spacing: 9px;
  }
}


@font-face {
  font-family: 'Nexa Regular';
  src: url('../fonts/Nexa-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexa Bold';
  src: url('../fonts/Nexa-Regular.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}