@font-face {
  font-family: "Coign 47 pro";
  src: url('../fonts/coign-47-bold-pro.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Amx;
  src: url('../fonts/AMX-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Amx;
  src: url('../fonts/AMX-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Amx;
  src: url('../fonts/AMX-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Amx;
  src: url('../fonts/AMX-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --midnight-blue: #0a223f;
  --midnight-blue-2: #07264b;
  --white-smoke: #ededed;
  --white: white;
  --midnight-blue-3: #13355f;
  --black: black;
  --chocolate: #be591f;
  --light-grey: #d1d1d1;
  --dark-green: #0a5c3f;
  --peru: #da824f;
  --steel-blue: #2d72af;
  --maroon: #690c29;
  --black2: #181818;
  --indian-red: #ec474b;
  --blue-violet: #783ff3;
  --igren: #94d7c5;
  --rosa-forte: #fb8f8b;
  --blue-phone: #298ac8;
}

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

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-userresetpasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: var(--midnight-blue);
  font-family: IBM Plex Sans;
  font-size: 13px;
  font-weight: 400;
  line-height: 1em;
}

h1 {
  margin-top: 0;
  margin-bottom: .6em;
  font-size: 5em;
  font-weight: 500;
  line-height: 1.2em;
}

h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.7em;
  font-weight: 400;
  line-height: 1.2em;
}

h3 {
  color: #434343;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.2em;
  line-height: 1.2em;
}

h4 {
  color: #000;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.2em;
}

h5 {
  margin-top: 0;
  margin-bottom: 1.2em;
  font-size: 2.3em;
  font-weight: 500;
  line-height: 1.3em;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.5em;
}

p {
  color: #5c5c5c;
  text-align: justify;
  margin-top: .5em;
  margin-bottom: 1em;
  font-family: Amx, sans-serif;
  font-size: 1.1em;
  line-height: 1.3em;
}

a {
  color: var(--midnight-blue-2);
  text-decoration: none;
  transition: color .3s;
}

ul {
  grid-column-gap: .7em;
  grid-row-gap: .7em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 1em;
  padding: .2em;
  font-size: 1em;
  display: grid;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 1em;
  line-height: 1em;
}

li {
  color: #5c5c5c;
  background-color: #2d72af1c;
  background-image: url('../images/icon-04.svg');
  background-position: 2%;
  background-repeat: no-repeat;
  background-size: 29px;
  border-radius: 5px;
  align-items: center;
  min-height: 3.5em;
  margin-bottom: .3em;
  padding: .7em .6em .7em 3.3em;
  font-family: Amx, sans-serif;
  font-size: 1.1em;
  line-height: 1.1em;
  list-style-type: none;
  display: flex;
  box-shadow: 1px 1px 3px #0003;
}

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  font-weight: 500;
}

blockquote {
  background-color: var(--white-smoke);
  margin-bottom: 0;
  padding: 1em;
  font-size: 1.15em;
  line-height: 1.6em;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.page-wrapper._404 {
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  display: flex;
}

.main-wrapper {
  background-color: var(--white);
  width: 100%;
  margin-bottom: 5em;
}

.main-wrapper.overflow-visible {
  overflow: visible;
}

.container {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 83em;
  display: flex;
  position: relative;
}

.container.max-width-1500px {
  max-width: 1500px;
}

.container.max-width-1500px.yellow-back {
  background-color: var(--midnight-blue-3);
}

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

.section {
  z-index: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 100%;
  padding: 3em;
  display: flex;
  position: relative;
}

.section.grey-background.investidores-none {
  display: block;
}

.section.blue-background {
  background-color: var(--midnight-blue-2);
}

.section.white-border-bottom {
  border-bottom: 1px solid #cbced1;
}

.section.blue-border-bottom {
  border-bottom: 1px solid #2e5b94;
}

.section._404 {
  flex: 1;
  display: flex;
}

.section.grey-border-bottom {
  border-bottom: 1px solid #c9c9c9;
}

.section.video-50em {
  z-index: 5;
  height: 50em;
}

.section.midnight-blue-background {
  background-color: var(--midnight-blue-2);
}

.section.blue-gradient-background {
  overflow: hidden;
}

.section.blue-gradient-background.estilodevida-none {
  display: block;
}

.section.home-hero-3 {
  margin-top: -5em;
}

.section.grey-color-style {
  background-color: #1d1d1d;
}

.section.grey-color-gradient-style {
  background-image: linear-gradient(#161616, #3a3a3a);
  overflow: hidden;
}

.section.hide {
  display: block;
}

.section.pvizinhos {
  padding-bottom: 8em;
}

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

.section.sectiondesc {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 0 auto 5vw;
  display: block;
}

.section.secbanner {
  z-index: 1;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 5vw;
  display: grid;
}

.section._100vh {
  width: 100%;
  max-width: none;
  height: 100vh;
}

.section.lastsection {
  padding-bottom: 5em;
}

.section.hidesection {
  display: block;
}

.section.secvermais {
  padding-bottom: 0;
}

.section.sectioninfos {
  padding-bottom: 4vw;
}

.section.sectioninfos.hide {
  display: none;
}

.section.sectioninfra {
  padding-bottom: 4vw;
}

.section.secpremiacao {
  background-color: var(--black);
  padding-top: 0;
  padding-bottom: 0;
}

.section.secfotos {
  padding-top: 0;
}

.navbar-container-old {
  justify-content: space-between;
  align-self: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-container-old.navads {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 75vw;
  height: 4vw;
}

.logo {
  width: 8em;
  margin: .6em;
  font-size: 1.1em;
  display: block;
}

.brand {
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 25vw;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.brand.brandads {
  padding-left: 0;
  padding-right: .5em;
  display: flex;
}

.nav-menu {
  display: flex;
}

.navbar-old {
  z-index: 100;
  background-color: #ffffff7d;
  position: sticky;
  top: 0;
}

.navbar-old.navads {
  color: #09274a;
  background-color: #2f2f2f;
  padding-left: 4em;
  padding-right: 4em;
}

.navbar-old.navads.adsplanta {
  flex-direction: column;
  width: 20%;
  min-width: 18vw;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  inset: 0% 0% auto;
}

.navbar-old.navads.navnewpage {
  display: block;
}

.nav-link-old {
  color: var(--midnight-blue);
  letter-spacing: .05em;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 2em 1.4em;
  font-size: .9em;
  font-weight: 400;
  line-height: 1.1em;
  display: flex;
}

.nav-link-old.w--current {
  color: var(--chocolate);
}

.home-hero {
  background-color: #636363;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1920px;
  min-height: 55vh;
  margin-left: auto;
  margin-right: auto;
  padding: 7.5em 5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-hero.home-hero-3 {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 12em;
  padding-bottom: 12em;
}

.logoleft {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logoleft.hide {
  display: none;
}

.side-menu {
  z-index: 10;
  border-right: 1px solid var(--light-grey);
  cursor: pointer;
  flex-direction: row;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-left: 3em;
  padding-right: 2em;
  transition: padding .5s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: relative;
  overflow: visible;
}

.side-menu:hover {
  padding-right: 3em;
}

.burger-icon-line {
  background-color: var(--black);
  width: 1.6em;
  height: 1px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.property-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.property-image.is-1st {
  z-index: 3;
}

.hero-claim {
  z-index: 5;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 2.1em;
  padding-right: 2.1em;
  position: relative;
  overflow: hidden;
}

.hero-claim.with-toptitle {
  padding-top: 0;
  padding-right: 1em;
  display: flex;
}

.hero-claim.home-hero-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-claim.home-hero-2 {
  padding: 0;
}

.hero-claim.claimplantas {
  padding: 1em 1em 0;
}

.hero-claim.hclaimproperties {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.hero-heading {
  z-index: 5;
  color: var(--midnight-blue-2);
  letter-spacing: -1px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 200;
  position: relative;
}

.hero-heading.home-hero-2 {
  max-width: 9.5em;
  font-size: 6em;
  font-weight: 500;
}

.hero-heading.home-hero-3 {
  text-align: center;
  max-width: 8em;
  font-size: 6em;
  font-weight: 300;
  line-height: 1em;
}

.hero-heading.heading-plantas {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 4.4em;
  line-height: 1em;
}

.hero-heading.hhproperties {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 2px;
  padding-top: 0;
  font-size: 3em;
  font-weight: 300;
  line-height: 1.1em;
}

.hero-button {
  z-index: 2;
  color: var(--white);
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #000000b3;
  align-items: center;
  margin-right: 1px;
  padding: 1.3em 2em;
  font-size: 1.2em;
  transition: background-color .3s, color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-button:hover {
  background-color: #000;
}

.hero-button.with-margins {
  margin-left: 1em;
  margin-right: 1em;
}

.hero-button-icon {
  width: 1em;
  height: 1em;
  margin-left: 1em;
  font-size: 1.6em;
}

.hero-button-paragraph {
  margin-right: 1em;
  font-size: 1em;
}

.inner-padding-8em {
  justify-content: space-between;
  align-items: center;
  max-width: 83em;
  padding-top: 8em;
  padding-bottom: 8em;
  display: flex;
}

.inner-padding-8em.is-properties {
  width: 100%;
  padding-top: 4em;
  padding-bottom: 4em;
}

.inner-padding-8em.ishome {
  max-width: 70em;
  padding-top: 0;
}

.button {
  z-index: 10;
  background-color: var(--chocolate);
  color: var(--white);
  letter-spacing: .05em;
  text-transform: uppercase;
  white-space: nowrap;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 1.3em 2em;
  font-size: 1em;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button:hover {
  color: var(--white);
}

.button.with-margins-left {
  margin-left: 1em;
}

.button.grey-background {
  background-color: #636669;
}

.button.on-side {
  margin-top: .7em;
  margin-bottom: .7em;
}

.button._100per-width {
  justify-content: space-between;
  width: 100%;
}

.button.example-button {
  margin-top: 1em;
  margin-bottom: 1em;
  margin-right: 1.9em;
}

.button.ajuste1 {
  padding: 1em;
}

.button.lista-completa.hide {
  display: block;
}

.button.hide, .button.nav-mobile {
  display: none;
}

.burger-icon {
  z-index: 5;
  margin-right: 1em;
  position: relative;
}

.burger-title {
  z-index: 5;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 400;
  position: relative;
}

.burger-title.burger1 {
  margin-right: 3px;
}

.embed-code {
  position: fixed;
  inset: 0% auto auto 0%;
}

.property-wrapper {
  width: 100%;
}

.flex-vertical {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.flex-vertical.verticalvizinhos {
  max-width: 70em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
}

.property-list {
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  display: flex;
}

.property-list.listmobile {
  justify-content: flex-start;
}

.property-item {
  align-self: stretch;
  max-width: 33.3%;
  margin-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.property-image-wrap {
  z-index: 1;
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: 400px;
  height: 350px;
  position: relative;
  overflow: hidden;
}

.property-link {
  background-color: var(--white);
  color: var(--chocolate);
  flex-direction: column;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  transition: background-color .3s, color .3s;
  display: flex;
  position: relative;
}

.property-link:hover {
  color: var(--midnight-blue);
}

.button-arrow-right {
  z-index: 5;
  width: 1em;
  height: 1em;
  margin-left: 1em;
  font-size: 1.6em;
  position: relative;
}

.blue-dot {
  background-color: var(--midnight-blue);
  width: 2px;
  min-width: 2px;
  height: 2px;
  min-height: 2px;
  margin-left: .5em;
  margin-right: .5em;
}

.property-price-absolute {
  z-index: 5;
  color: var(--midnight-blue);
  background-color: #fff;
  align-items: center;
  padding: 1em;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.property-price-text {
  letter-spacing: .01em;
  text-transform: uppercase;
  font-size: 1.3em;
  line-height: 1.1em;
}

.property-inner {
  z-index: 10;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1em 1em 1em .5em;
  display: flex;
  position: relative;
}

.property-inner.innerproduto {
  flex-direction: column;
  align-items: flex-start;
}

.type-of-customer {
  justify-content: space-between;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
}

.customer-link {
  z-index: 10;
  background-color: var(--midnight-blue-3);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 48%;
  min-height: 18em;
  padding: 3.3em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.customer-link.for-sellers {
  background-color: #636363;
}

.customer-title {
  z-index: 5;
  color: var(--white);
  border-bottom: 2px solid #0000;
  padding-top: .1em;
  padding-bottom: .1em;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.2em;
  transition: border-color .3s;
  position: relative;
}

.customer-title:hover {
  border-bottom-color: var(--white);
}

.customer-pattern-buyers {
  z-index: 1;
  opacity: .2;
  background-image: url('../images/rain-pattern.svg');
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.customer-pattern-sellers {
  z-index: 1;
  background-image: url('../images/pattern.svg');
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.flex-horizontal {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.flex-horizontal.justify-start {
  justify-content: flex-start;
}

.flex-horizontal.contact-page {
  justify-content: space-around;
}

.split-content-column {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding: 6em;
  display: flex;
  position: relative;
}

.split-content-column.min-80vh {
  min-height: 80vh;
}

.who-we-are-title {
  margin-bottom: 1.6em;
  font-size: 1.1em;
}

.who-we-are {
  flex-direction: column;
  align-items: flex-start;
  max-width: 34em;
  display: flex;
}

.image-with-margin {
  width: 100%;
  margin-bottom: 3.5em;
}

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

.footer-old {
  background-color: var(--midnight-blue-2);
  text-align: center;
  align-items: flex-start;
  padding-top: 8em;
  position: relative;
}

.footer-old.grey-color-style {
  background-color: #181818;
}

.footer-link {
  color: #fffc;
  padding: .2em .6em;
  font-size: 3em;
  font-weight: 200;
  line-height: 1.2em;
}

.footer-link:hover {
  color: var(--white);
}

.footer-link.w--current {
  color: #fff;
  font-weight: 300;
}

.footer-contact-link {
  color: #fffc;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: .7em 1.5em;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.2em;
}

.footer-contact-link:hover {
  color: var(--white);
}

.footer-contact-link.w--current {
  color: #fff;
  font-weight: 400;
}

.footer-link-wrap {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 3em;
  display: flex;
}

.subfooter {
  background-color: var(--black);
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 1em 2em 2em;
  display: flex;
  position: relative;
}

.subfooter.grey-color-style {
  border-top-color: #363636;
}

.subfooter.footerads {
  border-top: 1px none var(--white);
  flex-direction: column;
  display: flex;
}

.subfooter.cliente {
  padding-bottom: 0;
}

.metrik-link {
  z-index: 10;
  opacity: .7;
  color: var(--white);
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: .85em;
  font-weight: 300;
  transition: opacity .3s, color .3s;
  display: flex;
  position: relative;
}

.metrik-link:hover {
  opacity: 1;
  color: var(--white);
}

.inquiry-call-to-action {
  z-index: 10;
  background-color: var(--midnight-blue-3);
  border-top: 1px solid #335783;
  padding-top: 5em;
  padding-bottom: 5em;
  position: relative;
}

.inquiry-call-to-action.grey-color-style {
  background-color: #373838;
  border-top: 1px solid #666;
}

.inquiry-call-to-action.inquiry-form {
  padding-top: 7em;
}

.footer-contact {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-contact-title {
  color: var(--white);
  font-size: 2em;
  line-height: 1.5em;
}

.background-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.empty-state {
  background-color: var(--midnight-blue-3);
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5em 1.8em;
  font-size: 2em;
  font-weight: 300;
  line-height: 1em;
  display: flex;
}

.empty-state.empty-color-lighter {
  background-color: #204574;
}

.footer-brand {
  flex-direction: row;
  align-items: stretch;
  max-width: 300px;
  margin-bottom: 0;
  display: flex;
}

.footer-logo {
  width: 210px;
  display: block;
}

.policy-list-wrapper {
  margin-right: 1em;
}

.policy-list {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.policy-link {
  color: #fff9;
  margin-right: 1.3em;
  padding-top: 1em;
  padding-bottom: .6em;
  font-family: Amx, sans-serif;
  line-height: 15px;
  display: inline-block;
}

.policy-link:hover {
  color: #fff;
}

.policy-link.linkads {
  color: var(--light-grey);
  text-align: center;
  margin-left: 1em;
  margin-right: 0;
  font-size: .7em;
  line-height: 1;
}

.metrik-logo {
  width: 7em;
  margin-left: .7em;
}

.empty-state-hide {
  display: none;
}

.property-paragraph {
  color: var(--midnight-blue);
  margin-top: .5em;
  margin-bottom: .5em;
  font-size: 1em;
}

.property-paragraph.margin-right {
  margin-right: .2em;
}

.property-paragraph.is-type {
  color: #0a223fb3;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: .8em;
}

.property-paragraph.is-type.home {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.1em;
}

.interior {
  align-items: center;
  display: flex;
}

.amenities-icon {
  object-fit: contain;
  width: 1.3em;
  height: 1.2em;
  margin-right: .5em;
}

.property-interior {
  opacity: .7;
  flex-wrap: wrap;
  align-items: center;
  display: none;
}

.featured-gallery-lightbox {
  flex: 1;
  height: 10em;
  margin: 3px;
  display: flex;
  overflow: hidden;
}

.lightbox-image {
  object-fit: cover;
  border-radius: 3px;
  flex: 1;
  height: 100%;
}

.lightbox-image.vejamais {
  border: 1px solid #3287d3c7;
  justify-content: center;
  align-items: center;
  padding: 1vw;
  display: flex;
}

.design-system-inner {
  flex-direction: column;
  align-items: flex-start;
  max-width: 63em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10em;
  padding-bottom: 10em;
  display: flex;
}

.design-system-inner.is-icons {
  flex-flow: wrap;
  justify-content: flex-start;
}

.page-hero {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding: 7.5em 8em;
  display: flex;
  position: relative;
}

.page-hero.hero-is-higher {
  padding-top: 15em;
  padding-bottom: 15em;
}

.heading-about {
  margin-bottom: 1.2em;
  font-size: 1.7em;
  line-height: 1.7em;
}

.pagination-button {
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #0000;
  border-color: #b8b8b8;
  justify-content: space-between;
  align-items: center;
  min-width: 12em;
  margin-left: 0;
  margin-right: 0;
  padding: 1em 1.5em;
  font-size: 1em;
  font-weight: 400;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.pagination-button:hover {
  background-color: var(--white);
  border-color: #a8a8a8;
}

.page-count {
  width: auto;
  margin-top: 1em;
  margin-bottom: 1em;
}

.pagination {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}

.button-paragraph {
  z-index: 10;
  color: var(--white);
  margin-bottom: 0;
  font-size: 1em;
  position: relative;
}

.button-paragraph.blue-color {
  color: var(--midnight-blue);
}

.button-background {
  z-index: 1;
  background-color: var(--midnight-blue-3);
  display: none;
  position: absolute;
  inset: 0%;
}

.button-background.dark-blue-color {
  background-color: var(--midnight-blue);
}

.property-hero {
  flex-direction: row;
  justify-content: center;
}

.property-hero.hero-properties {
  flex-direction: column;
  align-items: center;
  padding-top: 5em;
}

.property-hero.propertyhero1 {
  padding-top: 4em;
}

.fullscreenbackground {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 20%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.property-desc-icon {
  z-index: 5;
  object-fit: contain;
  height: .6em;
  margin-right: .3em;
  font-size: 1.7em;
  position: relative;
}

.property-desc-icon.asterisco {
  height: .8em;
}

.property-desc-paragraph {
  color: var(--midnight-blue);
  text-align: right;
  margin-bottom: 0;
  font-family: Amx, sans-serif;
  font-size: 1em;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
}

.property-desc-paragraph.is-title {
  text-align: left;
  margin-top: 0;
  font-style: normal;
}

.property-desc-paragraph.is-reserved {
  color: var(--white);
  background-color: #690c29;
  padding: .3em .8em;
  font-size: 1.2em;
  font-weight: 400;
  display: block;
}

.property-desc-paragraph.is-available {
  background-color: var(--dark-green);
  color: var(--white);
  padding: .3em .8em;
  font-size: 1.2em;
  font-weight: 400;
}

.property-desc-paragraph.is-sold {
  color: var(--white);
  background-color: #555;
  padding: .3em .8em;
  font-size: 1.2em;
  font-weight: 400;
  display: block;
}

.property-desc-paragraph.asterisco {
  color: #343434;
  text-align: left;
  font-size: .8em;
  font-weight: 400;
  line-height: 1.1em;
}

.property-desc-paragraph.asteriscoitem {
  margin-left: 0;
}

.property-desc-paragraph.m2 {
  margin-left: .2em;
}

.property-desc-block {
  z-index: 5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.property-desc-block.desc1 {
  margin-right: 10px;
}

.diagonal-pattern-15em {
  z-index: -1;
  background-image: url('../images/pattern.svg');
  background-repeat: repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.diagonal-pattern-15em.aprovacao {
  z-index: 1;
}

.padding-8em {
  padding-top: 4em;
  padding-bottom: 4em;
}

.padding-8em.mobile-no-margins {
  width: 100%;
  max-width: 72em;
  padding-top: 3em;
  padding-bottom: 0;
}

.padding-8em.mobile-no-margins.ajustepadding {
  padding-top: 0;
}

.padding-8em.paddingplantas {
  padding-top: 4em;
  padding-bottom: 0;
}

.padding-8em.padding-form {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-8em.paddinghome {
  padding-top: 4em;
  padding-bottom: 4em;
}

.breadcrumbs {
  z-index: 20;
  background-color: var(--white);
  border-bottom: 1px solid #d1d1d1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.breadcrumb-link {
  opacity: .6;
  color: var(--midnight-blue);
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: nowrap;
  flex: none;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: .85em;
  transition: opacity .3s, color .3s;
  display: flex;
}

.breadcrumb-link:hover {
  opacity: 1;
}

.breadcrumb-link.w--current {
  opacity: 1;
  color: var(--midnight-blue-3);
}

.breadcrumbs-home-icon {
  width: 1em;
  height: 1em;
  margin-right: .4em;
  font-size: 1.2em;
}

.breadcrumb-icon-right {
  opacity: .5;
  width: 1em;
  height: 1em;
  margin-left: 1em;
  margin-right: 1em;
  font-size: 1.1em;
}

.location-block {
  align-items: center;
  margin-right: 1.5em;
  padding-top: .7em;
  padding-bottom: .7em;
  display: flex;
}

.location-block.is-last {
  margin-right: 0;
}

.location-paragraph {
  margin-right: .3em;
  font-size: 1.1em;
  line-height: 1.1em;
}

.hero-buttons-wrap {
  z-index: 4;
  align-items: stretch;
  padding-top: 1px;
  display: flex;
  position: relative;
}

.hero-buttons-wrap.hotsite {
  flex-flow: column;
  height: 5em;
  padding-top: 0;
}

.property-gallery {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.property-gallery.vejamais {
  position: absolute;
  inset: auto 0% 0%;
}

.property-gallery-list {
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.property-gallery-list.listads {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
}

.albumitem {
  width: 16.6667%;
  display: flex;
}

.albumitem.is-bigger {
  width: 33.3333%;
}

.albumitem.is-bigger.pgiads {
  width: 100%;
}

.albumitem.medium {
  width: 25%;
}

.property-gallery-lightbox {
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 14vw;
  margin: 3px;
  display: flex;
  overflow: hidden;
}

.property-gallery-lightbox.is-bigger {
  z-index: 10;
  height: 20em;
  position: relative;
}

.property-gallery-lightbox.is-bigger.bigger-ads {
  height: auto;
}

.price-title {
  color: var(--peru);
  margin-right: .3em;
  font-size: 1.7em;
}

.price-item {
  align-items: center;
  display: flex;
}

.price {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-right: 5em;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.price-toptitle {
  color: var(--white);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .9em;
}

.heading-realtor {
  margin-bottom: .2em;
  font-size: 1.7em;
}

.realtor-contacts {
  align-items: center;
  font-size: .9em;
  display: flex;
}

.title-with-button-block {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 3em;
  display: flex;
}

.heading-also-like {
  margin-bottom: 0;
  font-size: 2.5em;
  line-height: 1.5em;
}

.heading-also-like.white-color {
  letter-spacing: -.5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.1em;
  font-weight: 300;
  line-height: 1.2em;
}

.financial {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button-contact {
  background-color: var(--chocolate);
  color: var(--white);
  text-transform: uppercase;
  border: 1px solid #0000;
  justify-content: space-between;
  align-items: center;
  padding: 1.3em 2em;
  font-size: 1em;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-contact:hover {
  background-color: var(--midnight-blue-3);
  color: var(--white);
}

.button-contact.is-light {
  color: var(--midnight-blue);
  background-color: #0000;
  border: 1px solid #cedae9;
  margin-left: -1px;
  left: 1px;
}

.button-contact.is-light:hover {
  color: var(--midnight-blue);
  background-color: #e6e6e6;
}

.button-contact.is-smaller {
  font-size: .8em;
}

.button-contact-icon {
  z-index: 5;
  width: 1em;
  height: 1em;
  margin-left: 1em;
  font-size: 1.2em;
  position: relative;
}

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

.location-detail {
  flex-wrap: wrap;
  align-items: center;
  padding-top: .1em;
  padding-bottom: 1.5em;
  font-size: 1.3em;
  display: flex;
}

.financial-heading {
  z-index: 1;
  color: var(--white);
  margin-bottom: 0;
  margin-right: 1.5em;
  font-weight: 400;
  position: relative;
}

.asign-realtor-paragraph {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 1.3em;
  font-size: .8em;
}

.white-color {
  color: var(--white);
}

.property-item-list {
  border: 1px solid #e4e4e4;
  width: 100%;
  margin-bottom: 2.5em;
  box-shadow: 3px 3px #e3e3e3;
}

.property-item-list.itemlist2 {
  background-color: var(--white);
  box-shadow: 3px 3px 0 0 var(--light-grey);
}

.property-image-2 {
  z-index: 1;
  flex: 1;
  align-self: stretch;
  margin-right: 1px;
}

.property-inner-list {
  background-color: var(--white);
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  padding: 10px 7px 10px 10px;
  display: flex;
  position: relative;
}

.property-padding-list {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-left: 15px;
  display: flex;
}

.tab-icon {
  width: 1em;
  height: 1em;
  font-size: 1.3em;
}

.tab-link-list {
  opacity: .7;
  color: #0a223fe6;
  background-color: #0000;
  border: 1px solid #ccc;
  align-items: center;
  margin-left: -1px;
  padding: 1.2em;
  transition: opacity .3s, background-color .3s, color .3s;
  display: flex;
}

.tab-link-list:hover {
  opacity: 1;
}

.tab-link-list.w--current {
  opacity: 1;
  color: var(--midnight-blue);
  background-color: #ddd;
}

.tabs-menu {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 2em;
  display: flex;
}

.tab-title {
  text-transform: uppercase;
  margin-right: 1em;
  font-size: .8em;
  font-weight: 500;
}

.tabs {
  flex-direction: column;
  width: 100%;
}

.form-error-paragraph {
  font-size: 1em;
  line-height: 1.6;
}

.form-label {
  z-index: 11;
  color: #e6ebf0;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #15365e;
  margin-bottom: 0;
  margin-left: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 1em;
  font-weight: 400;
  display: inline-block;
  position: relative;
}

.contact-subtitle {
  color: #13355fa3;
  letter-spacing: .05em;
  text-transform: uppercase;
  max-width: 25em;
  margin-bottom: .3em;
  font-size: .9em;
  line-height: 1.6em;
}

.form-field {
  z-index: 5;
  color: var(--white);
  background-color: #0000;
  border: 1px solid #0000;
  min-height: 4em;
  margin-bottom: 0;
  padding-bottom: .2em;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 1.2em;
  line-height: 1.1em;
  position: relative;
}

.form-field:focus {
  background-color: #0000;
}

.form-field::placeholder {
  color: #8c97a5;
  font-size: .8em;
}

.form-field.is--area {
  min-height: 7em;
  padding-top: 1.5em;
}

.form-field.form-blue {
  color: var(--midnight-blue);
}

.form-field.form-blue::placeholder {
  color: #0a223f91;
}

.form-field.pref-contato {
  color: var(--light-grey);
  background-color: #13355f;
  border-color: #afafaf;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  margin-top: -7px;
  font-size: 16px;
}

.form-field.pref-contato::placeholder {
  color: var(--light-grey);
  font-size: 1em;
}

.form-field.pref-contato.placeholder-textarea {
  padding-top: 1em;
}

.form-field.pref-contato.placeholder-textarea::placeholder {
  color: #b4b4b4;
  letter-spacing: .5px;
  font-size: .9em;
  font-weight: 300;
}

.form-block {
  border-bottom: 1px #5a708a;
  width: 48%;
  height: 85px;
  margin-bottom: 1.5em;
  transition: border-color 1s ease-out;
  position: relative;
}

.form-block:hover {
  border-bottom-color: var(--white);
}

.form-block.is--area {
  width: 100%;
  margin-bottom: 0;
}

.form-block.is-option, .form-block.form-100per {
  width: 100%;
}

.form-block.form-100per:hover {
  border-bottom-color: var(--midnight-blue-2);
}

.form-block.form-100per.ultimo-form {
  margin-bottom: 0;
}

.form {
  width: 100%;
  margin-bottom: 0;
  font-size: 1.2em;
  position: relative;
}

.form.modal {
  margin-bottom: 200px;
}

.form-error {
  background-color: #e7baba;
  border-radius: 4px;
  padding: 2.9em;
}

.privacy-policy {
  align-items: center;
  width: 100%;
  margin-top: 2em;
  margin-bottom: 0;
  padding-top: .5em;
  padding-bottom: .5em;
  display: flex;
}

.submit-form {
  background-color: var(--chocolate);
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-image: url('../images/arrow_right_white_24dp.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 1.5em;
  margin-top: 1.8em;
  padding: 1.4em 3.5em 1.4em 2.2em;
  font-size: .85em;
  font-weight: 400;
  transition: background-position .3s ease-out, background-color .3s ease-out;
}

.submit-form:hover {
  background-color: #883d11;
  background-position: 90%;
}

.submit-form.submit-100per {
  text-align: left;
  border-radius: 5px;
  width: 50%;
  height: 70px;
  margin-top: 0;
  margin-right: 5px;
}

.submit-form.submit-100per.modal-submit {
  width: 75%;
  min-width: 70%;
  font-size: 16px;
}

.submit-form.submit-100per.form-desktop {
  width: 100%;
  margin-top: 1.8em;
  margin-right: 0;
}

.privacy-paragraph {
  color: #ffffffb3;
  margin-bottom: 0;
  line-height: 1.2em;
}

.radio-button {
  border-width: 2px;
  border-color: var(--white);
  cursor: pointer;
  border-radius: 50%;
  flex: none;
  width: 1.2em;
  height: 1.2em;
  margin-top: 0;
  margin-right: 1em;
  transition: transform .3s, border-color .3s, background-color .3s;
}

.radio-button:hover {
  transform: scale(1.1);
}

.radio-button.w--redirected-checked {
  border-width: 2px;
  border-color: var(--white);
  background-color: var(--white);
  background-image: url('../images/done_black_24dp.svg');
  background-position: 50%;
  background-size: 1em;
  width: 1.2em;
  height: 1.2em;
}

.radio-button.w--redirected-focus {
  box-shadow: 0 0 3px 1px var(--white);
  width: 1.2em;
  height: 1.2em;
}

.form-success-title {
  color: #141d24;
  max-width: 11em;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1.3em;
}

.form-inner {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.form-success {
  color: var(--midnight-blue-3);
  background-color: #4fda92;
  width: 100%;
  padding: 5em 2.5em;
}

.main-tabs {
  justify-content: space-between;
  display: flex;
}

.tabs-contact {
  z-index: 10;
  background-color: #fff;
  width: 100%;
  max-width: 83em;
  margin-left: auto;
  margin-right: auto;
}

.plantas-tab-pane {
  z-index: 10;
  position: relative;
}

.plantas-tab-pane.duvidas {
  padding-top: 4em;
  padding-bottom: 6em;
}

.plantas-tab-pane.ajustemobile.promoacao {
  border: 1px dashed red;
}

.plantas-tab-pane.tabpaneplantas {
  background-color: #0000;
}

.plantas-tab-pane.panequestions {
  padding-top: 3em;
}

.plantas-tab-pane.novofotos {
  z-index: 0;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  max-width: 65em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.main-tab-link {
  background-color: var(--midnight-blue-2);
  color: var(--white);
  text-align: center;
  border-radius: 3px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: .5em 1em;
  font-weight: 400;
  transition: color .3s, background-color .4s ease-out;
  display: flex;
  position: relative;
}

.main-tab-link:hover {
  background-color: var(--midnight-blue-2);
  color: #fff;
}

.main-tab-link.w--current {
  color: #15151f;
  background-color: #e0e0e0;
  font-weight: 500;
}

.main-tab-link.w--current:hover {
  background-color: var(--white);
  color: var(--midnight-blue);
}

.main-tab-link.hide {
  display: none;
}

.main-tab-link-title {
  text-transform: uppercase;
  font-size: 15px;
  line-height: 20px;
}

.contact-tab-inner {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-link {
  font-size: 1.4em;
}

.contact-link:hover {
  color: var(--midnight-blue-3);
}

.cover-image-absolute {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cover-image-absolute.in-contact {
  object-position: 50% 70%;
}

.contact-type {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-tab-inner-column {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.tab-logo {
  width: 13em;
}

.form-success-icon {
  width: 1em;
  height: 1em;
  margin-bottom: .4em;
  font-size: 3em;
}

.agent-list-wrap {
  width: 100%;
}

.realtor-list {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -1.5%;
  margin-right: -1.5%;
  display: flex;
}

.realtor-item {
  width: 33.3333%;
  margin-bottom: 5em;
  padding-left: 1.5%;
  padding-right: 1.5%;
}

.realtor-photography {
  object-fit: cover;
  width: 100%;
  height: 38em;
}

.realtor-name {
  margin-bottom: .1em;
  font-size: 1.9em;
}

.realtor-position {
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 2.4em;
  font-size: .8em;
}

.inquiry-paragraph {
  color: #becbda;
  max-width: 26em;
  margin-bottom: 4.3em;
  font-size: 1.1em;
  line-height: 1.6em;
}

.tab-office-photo {
  width: 100%;
  margin-top: 6em;
}

.tab-office-titile {
  font-size: 1.4em;
}

.contact-address {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.social-buttons {
  z-index: 10;
  justify-content: center;
  align-items: center;
  margin-bottom: 4em;
  display: flex;
}

.social-icon {
  z-index: 10;
  width: 1em;
  height: 1em;
  font-size: 1.2em;
  position: relative;
}

.social-button {
  opacity: .7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6em;
  height: 4em;
  margin-bottom: 0;
  transition: opacity .3s;
  display: flex;
  position: relative;
}

.social-button:hover {
  opacity: 1;
}

.footer-other-links {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 5em;
  display: flex;
}

.padding-8em-3em {
  padding-top: 8em;
  padding-bottom: 3em;
}

.bigger-paragraph {
  color: var(--white);
  max-width: 26em;
  margin-bottom: 2em;
  font-size: 2.4em;
  font-weight: 200;
  line-height: 1.7em;
}

.padding-12em {
  padding-top: 12em;
  padding-bottom: 12em;
}

._2-column-flex {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-bottom: 5em;
  display: flex;
}

._2-column-flex.is-invert {
  flex-direction: row-reverse;
}

._2-column-flex.is-last {
  margin-bottom: 0;
}

.column-with-padding {
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 50%;
  padding-left: 6em;
  padding-right: 6em;
  display: flex;
  position: relative;
}

.column-picture {
  z-index: 10;
  object-fit: cover;
  width: 100%;
  height: 38em;
  position: relative;
  overflow: hidden;
}

.paragraph-column {
  font-size: 1.1em;
  line-height: 1.8em;
}

.paragraph-column.with-margin-bottom {
  margin-bottom: 2em;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.heading-max-width-11em {
  text-align: center;
  max-width: 11em;
  margin-bottom: 1.5em;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.1em;
}

.heading-in-column {
  margin-bottom: .5em;
  font-size: 2.2em;
  line-height: 1.6em;
}

.in-nutshell {
  justify-content: flex-start;
  display: flex;
}

.in-nutshell-item {
  margin-right: 6em;
  overflow: hidden;
}

.in-nutshell-item.is-last {
  margin-right: 0;
}

.in-nutshell-item.nutshell-none {
  display: none;
}

.in-nutshell-number {
  color: #ec9968;
  font-size: 2.1em;
  font-weight: 200;
}

.in-nutshell-title {
  color: #ffffffd9;
  font-size: 1.1em;
  font-weight: 200;
}

.toptitle-paragraph {
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 2em;
}

.toptitle-paragraph.in-blog-post {
  background-color: var(--white);
  padding: .3em .8em;
}

.form-inquiry-paragraph {
  color: var(--midnight-blue);
  margin-bottom: 3.5em;
}

.less-margin {
  margin-bottom: .4em;
}

.max-width-50em {
  max-width: 50em;
  margin-left: auto;
  margin-right: auto;
}

.form-background-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.form-background-color {
  z-index: 2;
  background-color: #183457f2;
  background-image: linear-gradient(#061d3a, #0a223f00);
  position: absolute;
  inset: 0%;
}

.select-field {
  color: #dadfe6;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #0000;
  border-bottom-color: #5a708a;
  min-height: 3.6em;
  margin-bottom: 0;
  padding: 0;
  font-size: 1em;
}

.select-field:active {
  border-color: #0000;
}

.select-field:focus {
  border-color: transparent transparent var(--white);
  background-color: #0000;
}

.privacy-link {
  color: #ffffffb3;
  text-decoration: underline;
}

.privacy-link:hover {
  color: #fff;
}

.padding-experience {
  padding-top: 12em;
  padding-bottom: 7em;
}

.underline {
  border-bottom: .5em solid #dadcdf;
  line-height: .3em;
  display: inline-block;
}

.underline.blue-underline {
  border-bottom-color: #284e7c;
  line-height: .3em;
}

.underline.grey-color-style {
  border-bottom-color: #535353;
}

.testimonial-icon {
  z-index: 2;
  filter: invert();
  width: 1em;
  height: 1em;
  margin-right: 1.3em;
  font-size: 1.2em;
}

.dropdown-toggle {
  z-index: 10;
  white-space: break-spaces;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 90px;
  padding: 10px 4.5em;
  transition: background-color .2s;
  display: flex;
}

.dropdown-toggle.w--open {
  border-bottom: 1px solid #0000001a;
}

.testimonial-inner {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 2.9em 4.5em 1em 7.5em;
}

.testimonial-content {
  z-index: 5;
  background-color: var(--white);
  width: 100%;
  display: block;
  position: relative;
}

.testimonial-content.w--open {
  background-color: #0000;
}

.dropdown-item {
  background-color: var(--white);
  flex: none;
  width: 100%;
  transition: background-color .2s;
  overflow: hidden;
}

.testimonial-wrap {
  margin-bottom: 3em;
}

.testimonial-item {
  margin-bottom: 2px;
}

.testimonial-name {
  z-index: 2;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.2em;
  position: relative;
}

.testimonial-flex-inner {
  flex-direction: column;
  align-items: flex-start;
  max-width: 67em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial-title {
  align-items: center;
  display: flex;
}

.show-testimonial {
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 500;
}

.testimonial-name-wrap {
  z-index: 10;
  position: relative;
  overflow: hidden;
}

.testimonial-underline {
  z-index: 1;
  background-color: #d9dcdf;
  width: 100%;
  height: .8em;
  position: absolute;
  inset: auto 0% 0%;
}

.testimonial-quote {
  float: left;
  opacity: .12;
  width: 1em;
  height: 1em;
  margin-left: -.1em;
  margin-right: .2em;
  font-size: 4.7em;
}

.customer-image {
  z-index: 4;
  object-fit: cover;
  object-position: 50% 20%;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 20% 6% auto auto;
}

.customer-image.fit-sellers {
  object-position: 50% 70%;
}

.sellers-process-paragraph {
  color: #ffffffe6;
  font-size: 1.3em;
  font-weight: 400;
}

.sellers-process-image {
  opacity: .5;
  width: 1em;
  height: 1em;
  margin-bottom: .5em;
  font-size: 2.3em;
}

.sellers-process-item {
  text-align: center;
  background-image: url('../images/arrow_right_white_24dp.svg');
  background-position: 102%;
  background-repeat: no-repeat;
  background-size: 1.6em;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 1.5em;
  display: flex;
}

.sellers-process-item.is-last {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.lifestyle-list {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.lifestyle-item {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 1em;
  position: relative;
}

.lifestyle-item.in-homepage {
  width: 50%;
  margin-bottom: 0;
}

.parallax-background-image {
  z-index: 1;
  opacity: 1;
  object-fit: cover;
  width: 100%;
  height: 130%;
  position: absolute;
  left: 0%;
  right: 0%;
}

.lifestyle-wrap {
  width: 100%;
}

.heading-lifestyle {
  z-index: 5;
  color: var(--midnight-blue);
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: #fffc;
  margin-bottom: 0;
  padding: .7em 1.3em;
  font-size: 2em;
  font-weight: 400;
  transition: background-color .3s;
  position: absolute;
}

.heading-lifestyle:hover {
  background-color: #fff;
}

.heading-lifestyle.in-homepage {
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #fff;
  padding: .7em 1.3em;
  font-size: 1.8em;
  font-weight: 400;
  display: inline-block;
}

.heading-lifestyle.in-homepage-2 {
  z-index: 20;
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  background-color: #0000;
  border-bottom: 1px solid #ffffff80;
  padding: 0;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.6em;
  display: inline-block;
  position: absolute;
  bottom: 14%;
}

.heading-lifestyle.in-homepage-2:hover {
  background-color: #0000;
  border-bottom-color: #fff;
}

.lifestyle-background-gradient {
  z-index: 1;
  background-image: linear-gradient(to bottom, var(--midnight-blue-2), var(--midnight-blue-3));
  height: 100vh;
  position: absolute;
  inset: auto 0% 0%;
}

.lifestyle-link {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 40em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lifestyle-link.in-homepage {
  font-size: .65em;
}

.lifestyle-background-color {
  z-index: 3;
  background-color: #040f1d66;
  position: absolute;
  inset: 0%;
}

.tab-pane-grid, .tab-pane-list {
  width: 100%;
}

.tabs-content {
  width: 100%;
  overflow: visible;
}

.list-column {
  margin-bottom: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 2.4em;
}

.includes-lifestyle-paragraph {
  color: var(--white);
  text-align: left;
  justify-content: center;
  align-items: center;
  padding: 10px 0 10px 10px;
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1.1em;
}

.includes-lifestyle-item {
  text-align: center;
  flex-direction: row;
  flex: 0 25%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.includes-lifestyle-item:last-child {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.includes-lifestyle-image {
  opacity: .7;
  width: 1em;
  height: 1em;
  margin-bottom: .5em;
  font-size: 2.6em;
  display: none;
}

.includes-lifestyle-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.max-width-70em {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.max-width-70em.infra2 {
  margin-top: 50px;
  display: none;
}

.location-wrap {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.realtor-page {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.realtor-photo-column {
  width: 50%;
}

.realtor-photo {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.realtor-page-column {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding: 8em;
  display: flex;
}

.realtor-page-column-inner {
  max-width: 30em;
}

.realtor-page-heading {
  margin-bottom: .3em;
  line-height: 1em;
}

.realtor-page-subtitle {
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 2em;
  font-size: 1.1em;
  font-weight: 500;
}

.realtor-page-paragraph {
  margin-bottom: 2.5em;
  line-height: 1.7em;
}

.paragraph-15 {
  margin-left: 1.5em;
  margin-right: 1.5em;
}

.subfooter-links {
  flex-flow: column wrap;
  align-items: center;
  display: flex;
}

.subfooter-links.subads {
  flex-direction: row;
}

.testimonial-hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10em;
  padding-bottom: 8em;
  display: flex;
}

.testimonial-hero-inner {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 60em;
  display: flex;
}

.testimonial-subtitle {
  letter-spacing: .4em;
  text-transform: uppercase;
  margin-bottom: 1em;
  font-weight: 500;
}

.rich-text h2 {
  margin-bottom: .7em;
  font-size: 3.2em;
}

.rich-text p {
  margin-bottom: 1.5em;
  font-size: 1.3em;
  line-height: 1.7em;
}

.rich-text h3 {
  margin-bottom: .5em;
  font-size: 2.2em;
}

.rich-text h4 {
  margin-bottom: .6em;
  font-size: 1.8em;
}

.rich-text blockquote {
  background-color: #d4d8dd;
  border-left-color: #0000;
  margin-bottom: 1.3em;
  padding: 1.1em;
  font-size: 1.3em;
  line-height: 1.7em;
}

.rich-text h5 {
  margin-bottom: .9em;
  font-size: 1.6em;
}

.rich-text h6 {
  margin-top: 0;
  margin-bottom: .7em;
  font-size: 1.4em;
  font-weight: 500;
}

.rich-text li {
  margin-bottom: .5em;
  font-size: 1.3em;
  line-height: 1.5em;
}

.rich-text ul {
  margin-bottom: 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}

.rich-text ol {
  font-size: 1em;
}

.rich-text a:hover {
  text-decoration: underline;
}

.rich-text figcaption {
  background-color: #eee;
  margin-top: 0;
  margin-bottom: 1.5em;
  font-size: 1.1em;
  line-height: 2.3em;
}

.rich-text.in-property-page {
  z-index: 2;
  margin-top: 15px;
  margin-bottom: 1em;
  line-height: 23px;
  position: relative;
}

.rich-text.in-property-page.mobile-hide {
  margin-top: 5px;
  padding: 14px 20px 14px 14px;
}

.rich-text.in-property-page.desktop-desc {
  display: none;
}

.max-width-60em {
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
}

.list-item-column {
  padding-top: .3em;
  padding-bottom: .3em;
}

.form-error-link {
  color: var(--midnight-blue);
  text-decoration: underline;
}

.diagonal-pattern-25em {
  z-index: -1;
  opacity: .2;
  background-image: url('../images/pattern.svg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.menu {
  z-index: 999;
  color: var(--white);
  display: none;
  position: fixed;
  inset: 0%;
}

.menu-background {
  z-index: 2;
  background-color: #07192e;
  position: absolute;
  inset: 0%;
}

.menu-inner {
  z-index: 5;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: auto;
}

.menu-nav {
  z-index: 11;
  background-color: #2a2a2a;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.menu-content {
  z-index: 10;
  flex: 1;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.menu-column-left {
  flex-direction: column;
  justify-content: space-between;
  width: 33%;
  padding: 10vh 5em;
  display: flex;
  position: relative;
}

.menu-column-right {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 10vh 15em 10vh 8em;
  display: flex;
}

.menu-column-right.menu-mobile-links-none {
  display: none;
}

.contact-link-paragraph {
  font-size: 1em;
}

.menu-office-title {
  color: #fffc;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-top: .7em;
  margin-bottom: .7em;
  font-size: .8em;
}

.menu-office-address {
  color: var(--white);
  font-size: 1.3em;
}

.menu-office-address.end-ajuste1 {
  font-size: 14px;
}

.office-block {
  margin-bottom: 2.5em;
}

.menu-office-contacts {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 3em;
  display: flex;
}

.menu-contact-link {
  border-bottom: 1px solid var(--peru);
  color: var(--peru);
  letter-spacing: .05em;
  margin-bottom: .5em;
  font-size: 1.2em;
  line-height: 2em;
}

.menu-contact-link:hover {
  color: #e7b79c;
  border-bottom-color: #e7b79c;
}

.menu-contact-link.email-ajuste {
  font-size: 12px;
  line-height: 18px;
}

.menu-main-links {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: -2em;
  padding-bottom: 5em;
  display: flex;
}

.menu-link {
  color: var(--white);
  margin-bottom: 25px;
  padding-right: 5%;
  font-size: 3em;
  font-weight: 200;
  overflow: hidden;
}

.menu-link:hover {
  color: var(--white);
}

.menu-link-paragraph {
  font-size: 1em;
  line-height: 1em;
}

.menu-close-icon {
  object-fit: contain;
  width: 25px;
  height: 2em;
  margin-top: -4px;
  font-size: 1.5em;
}

.menu-close {
  cursor: pointer;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 7em;
  height: 7em;
  padding: 1em;
  display: flex;
}

.menu-brand {
  z-index: 10;
  align-self: center;
  padding: 1em;
  position: relative;
}

.menu-brand-logo {
  width: 10em;
  font-size: 1.2em;
}

.menu-sublinks {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.menu-background-image {
  z-index: 3;
  opacity: .08;
  object-fit: cover;
  width: 33%;
  height: 100vh;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.menu-background-image-mobile {
  display: block;
}

.menu-office-wrap {
  z-index: 10;
  position: relative;
}

.menu-social-buttons {
  z-index: 10;
  justify-content: flex-start;
  align-items: center;
  min-width: 50%;
  display: flex;
}

.menu-social-buttons.social-none {
  display: none;
}

.side-menu-background {
  z-index: 1;
  background-color: #dadada;
  display: none;
  position: absolute;
  inset: 0%;
}

.menu-social-button {
  opacity: .7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 4em;
  margin-bottom: 0;
  margin-right: 4em;
  transition: opacity .3s;
  display: flex;
  position: relative;
}

.menu-social-button:hover {
  opacity: 1;
}

.menu-social-button.is-last {
  margin-right: 0;
}

.utility-page-wrap {
  background-color: var(--midnight-blue);
  flex-direction: column;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding: 7.5em 8em;
  display: flex;
  position: relative;
}

.utility-page-content {
  z-index: 2;
  background-color: var(--white);
  flex-flow: column wrap;
  align-items: flex-start;
  padding: 2.1em;
  display: flex;
  position: relative;
}

._404-icon {
  width: 1em;
  height: 1em;
  margin-right: .3em;
  font-size: 4em;
}

.div-block {
  align-items: center;
  width: 100%;
  margin-bottom: 1em;
  display: flex;
}

._404-text-block {
  font-size: 1.2em;
  line-height: 1.5em;
}

.utility-page-form {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 20em;
  display: flex;
}

.utility-page-form-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-form-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.utility-page-form-submit {
  background-color: var(--chocolate);
  text-align: left;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-image: url('../images/arrow_right_white_24dp.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 1.6em;
  width: 100%;
  padding: 1.4em 1.5em;
  font-size: .9em;
  font-weight: 400;
  transition: background-color .3s;
}

.utility-page-form-submit:hover {
  background-color: var(--midnight-blue-3);
}

.utility-page-form-heading {
  margin-top: 20px;
  font-size: 2.7em;
}

.utility-page-form-icon {
  width: 1.2em;
  height: 1.2em;
  margin-top: -2px;
  font-size: 3em;
}

.utility-page-form-label {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: .8em;
  font-weight: 500;
}

.utility-page-form-field {
  background-color: #f2f3f5;
  border: 1px solid #8b97a5;
  min-height: 3.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.utility-page-form-field::placeholder {
  color: #0a223f8c;
}

.motion-heading {
  text-align: center;
  max-width: 20em;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  line-height: 1.2em;
}

.motion-heading.white-color.in-blog {
  max-width: 15em;
  margin-bottom: 1em;
}

.motion-heading.in-contact {
  color: var(--white);
  margin-bottom: .8em;
  font-size: 4em;
}

.motion-heading.in-blog {
  color: var(--white);
  max-width: 16em;
  margin-bottom: 1em;
  font-size: 4em;
}

.motion-heading.in-temp {
  color: var(--white);
  max-width: 18em;
  margin-bottom: .8em;
  font-size: 4em;
}

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

.call-to-action-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 27em;
  display: flex;
}

.call-to-action-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 90%;
  max-width: 80em;
  height: 26em;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.call-to-action-image.in-about-template {
  object-position: 50% 0%;
  height: auto;
}

.design-system-heading {
  margin-bottom: 3.5em;
  font-size: 1.5em;
  font-weight: 500;
}

.design-system-buttons {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.style-guide-icon {
  width: 20%;
  height: 1em;
  margin-top: 1.3em;
  margin-bottom: 1.3em;
  font-size: 2em;
}

.icons-title {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.changelog-date {
  color: var(--white);
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #3ca57d;
  margin-bottom: 1.3em;
  padding: 1em;
  font-size: .9em;
}

.changelog-info {
  font-size: 1.5em;
}

.changelog-item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.hero-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.circle-button {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  display: flex;
  position: relative;
}

.circle-button.in-property {
  border: 1px solid #ccc;
  border-radius: 3px;
  flex-direction: row;
  width: 100px;
  height: 35px;
  padding: 5px;
  font-size: .7em;
}

.circle-button.in-property.btnentrar {
  height: 100%;
}

.circle-button.in-property {
  font-size: .7em;
}

.ciricle-outline {
  z-index: 5;
  border: 1px solid #0a223f3d;
  border-radius: 3px;
  position: absolute;
  inset: 0%;
}

.ciricle-icon {
  z-index: 5;
  width: 1em;
  height: 1em;
  margin-top: -2px;
  font-size: 1.8em;
  position: relative;
}

.title-with-button {
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 3em;
  display: flex;
}

.featured-wrapper {
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  display: flex;
  overflow: hidden;
}

.featured-list {
  flex: 1;
  align-self: stretch;
  height: 100vh;
  display: flex;
}

.featured-item {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.property-featured-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.featured-block {
  display: flex;
}

.featured-block.blobkhome {
  width: 27vw;
}

.featured-column {
  z-index: 15;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2.2em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.property-featured-title-100 {
  z-index: 5;
  color: var(--white);
  margin-top: .3em;
  margin-bottom: .3em;
  font-size: 2.4em;
  line-height: 1em;
  position: relative;
}

.featured-column-inner {
  z-index: 5;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.featured-flex {
  justify-content: space-between;
  align-items: center;
  margin-top: .5em;
  margin-bottom: .5em;
  display: flex;
  overflow: hidden;
}

.featured-paragraph {
  color: #ffffffd9;
  margin-left: .3em;
  margin-right: .3em;
  font-size: 1.05em;
  line-height: 1.5em;
}

.featured-price-wrap {
  z-index: 5;
  justify-content: flex-start;
  align-items: center;
  margin-top: .5em;
  margin-bottom: 2em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.featured-price {
  color: var(--white);
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.7em;
}

.featured-paragraph-title {
  z-index: 5;
  background-color: var(--white);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 2em;
  padding: 1.1em;
  font-size: 1.2em;
  font-weight: 400;
  position: relative;
}

.featured-paragraph-title.destaqueparagr {
  color: var(--midnight-blue);
}

.featured-gallery {
  z-index: 15;
  align-self: stretch;
  padding: 1.6em;
  display: block;
  position: relative;
}

.featured-background-color {
  z-index: 2;
  background-image: linear-gradient(#0a223f00, #04101ff0 40%);
  height: 30%;
  position: absolute;
  inset: auto 0% 0%;
}

.featured-background-color.grey-color-style {
  background-image: linear-gradient(#0a223f00, #151515 40%);
}

.featured-background-color.full-color {
  background-image: linear-gradient(#0a223f00, #06132445 18%, #0000009e 57%, #000000de);
}

.background-video-fixed {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.featured-gallery-list {
  justify-content: space-between;
  display: flex;
}

.featured-gallery-item {
  flex: 1;
  margin-left: .7em;
  margin-right: .7em;
  display: flex;
}

.customer-link-2 {
  z-index: 10;
  background-color: var(--midnight-blue-3);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  min-height: 18em;
  padding: 3.3em 3.3em 3.3em 5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.type-of-customer-2 {
  background-color: var(--midnight-blue-3);
  justify-content: center;
  display: flex;
}

.customer-vertical-line {
  background-color: #4c72a1;
  align-self: stretch;
  width: 1px;
}

.about-ceo {
  margin-bottom: 3em;
  line-height: 2em;
}

.home-about-ceo {
  flex-direction: column;
  align-items: flex-start;
  max-width: 30em;
  display: flex;
}

.split-content-column-flex {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding: 6em;
  display: flex;
  position: relative;
}

.ceo-heading {
  font-size: 2.7em;
  font-weight: 300;
  line-height: 1.4em;
}

.realtor-list-in-column {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.realtor-wrap-in-column {
  width: 100%;
}

.realtor-item-in-column {
  flex: 1;
  padding-left: 1.5%;
  padding-right: 1.5%;
}

.realtor-photo-in-column {
  object-fit: cover;
  width: 100%;
  margin-bottom: 1em;
}

.ceo {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 2.5em;
  font-size: .75em;
}

.without-margin-bottom {
  margin-bottom: 0;
}

.lifestyle-wrap-2 {
  width: 100%;
}

.lifestyle-list-2 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.lifestyle-item-2 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.lifestyle-link-2 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 30em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.padding-lifestyle {
  padding-top: 8em;
  padding-bottom: 2em;
}

.parallax-background {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.parallax-background.is-lifestyle {
  position: absolute;
}

.customer-horizontal-line {
  z-index: 10;
  background-color: #4c72a1;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.instruction-item {
  border-bottom: 2px solid var(--light-grey);
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 5em;
  padding-bottom: 5em;
  display: flex;
}

.instruction-paragraph {
  margin-bottom: 2em;
  font-size: 1.5em;
  line-height: 1.8em;
}

.instruction-welcome {
  float: left;
  font-size: 1.5em;
}

.thank-you-for-purchase {
  background-image: linear-gradient(270deg, #f1f7f4, #b3ccc2);
  border: 1px solid #8caa9e;
  align-items: center;
  margin-bottom: 5em;
  padding: 1.4em;
  display: inline-block;
}

.image {
  float: left;
  width: 1em;
  height: 1em;
  margin-right: .6em;
  font-size: 2.5em;
}

.example {
  background-image: linear-gradient(to right, #e9e9e9, #fff);
  border: 1px solid #ccc;
  margin-bottom: 2.8em;
  padding: 1.5em;
}

.example-paragraph {
  font-size: 1.5em;
  line-height: 1.8em;
}

.example-buttons {
  flex-wrap: wrap;
  display: flex;
}

.example-lessons {
  width: 100%;
}

.hero-claim-background {
  z-index: 1;
  background-color: var(--white);
  position: absolute;
  inset: 0%;
}

.hero-claim-background.propertiesbackground {
  background-color: #0000;
}

.background-reveal {
  z-index: 2;
  background-color: var(--white);
  justify-content: center;
  position: absolute;
  inset: 0%;
}

.background-reveal.grey-color {
  background-color: var(--light-grey);
}

.hero-toptitle {
  z-index: 3;
  color: var(--white);
  letter-spacing: -.5px;
  text-transform: uppercase;
  background-color: #5c1fbe;
  align-items: center;
  width: 100%;
  padding: .4em .7em;
  font-size: 1vw;
  font-weight: 500;
  line-height: 1.3vw;
  display: flex;
  position: relative;
}

.hero-toptitle.is-type {
  background-color: var(--midnight-blue-2);
  color: var(--white);
}

.hero-toptitle.is-type.menuplanta {
  font-size: 16px;
  font-weight: 300;
}

.hero-toptitle.is-available {
  background-color: #0a5c3f;
}

.hero-toptitle.is-reserved {
  background-color: #d214bf;
}

.hero-toptitle.is-sold {
  background-color: var(--midnight-blue-3);
  color: #fff;
}

.hero-toptitle.oportunidade {
  background-color: #ec474b;
  margin-right: 0;
  line-height: 1.1em;
}

.hero-toptitle.oportunidade.menuplanta {
  letter-spacing: normal;
}

.hero-toptitle.breve {
  background-color: var(--dark-green);
}

.hero-toptitle.breve.menuplanta {
  text-align: center;
  line-height: 1.3em;
}

.hero-toptitle.lancamento {
  background-color: #e74b54;
}

.hero-toptitle.lancamento.menuplanta {
  text-align: center;
}

.hero-toptitle.naplanta {
  background-color: #236fb3;
}

.hero-toptitle.naplanta.menuplanta {
  text-align: center;
}

.hero-toptitle.menuplanta {
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: .9em;
}

.hero-toptitle.menuplanta.blancamento {
  background-color: #236fb3;
}

.hero-toptitle.menuplanta.ultimasu {
  background-color: #ec474b;
  border-top-left-radius: 3px;
}

.hero-toptitle.avenda {
  background-color: var(--dark-green);
}

.hero-toptitle.ultimasu {
  background-color: #ec474b;
}

.hero-toptitle.vendido {
  background-color: #454545;
}

.hero-toptitle.especial {
  text-align: center;
  background-color: #ec474b;
  justify-content: center;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 1em;
  font-weight: 400;
  display: block;
}

.property-list-horizontal {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.blog-item {
  width: 33.3333%;
  margin-bottom: 4em;
  padding-left: 2em;
  padding-right: 2em;
}

.blog-list {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -2em;
  margin-right: -2em;
  display: flex;
}

.blog-heading {
  color: var(--midnight-blue);
  font-size: 1.7em;
  font-weight: 400;
  line-height: 1.4em;
}

.blog-image {
  align-self: stretch;
  height: 20em;
  margin-bottom: 2em;
  position: relative;
  overflow: hidden;
}

.blog-link-block {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.realtor-photo-circle {
  flex: none;
  width: 8em;
  height: 11em;
  margin-bottom: 1.2em;
  margin-right: 2em;
  position: relative;
}

.realtor-item-contact {
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 2em;
  display: flex;
}

.realtor-contact {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.realtor-list-contact {
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.our-team-column {
  border-left: 1px solid var(--light-grey);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
}

.main-contacts-column {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
}

.sticky-12 {
  position: sticky;
  top: 12vh;
}

.main-contact {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2em;
  display: flex;
}

.main-contact.is-last {
  margin-bottom: 0;
}

.main-contact-link {
  font-size: 2em;
}

.main-contact-link:hover {
  color: var(--midnight-blue-3);
}

.contact-inquiry-wrap {
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.contact-inquiry-form {
  max-width: 36em;
}

.contact-inquiry-column {
  padding-right: 3.8em;
}

.contact-inquiry-heading {
  color: var(--white);
  max-width: 18.2em;
  font-size: 1.7em;
  font-weight: 300;
  line-height: 1.7em;
}

.contact-inquiry-toptitle {
  color: #fff9;
  text-transform: uppercase;
  margin-bottom: 2em;
  font-size: 1em;
}

.office-wrap {
  text-align: center;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.office-address-block {
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-bottom: 2em;
  display: flex;
}

.office-address {
  font-size: 2em;
}

.office-toptitle {
  color: #13355fa3;
  letter-spacing: .05em;
  text-transform: uppercase;
  max-width: 25em;
  margin-bottom: .9em;
  font-size: .9em;
  line-height: 1.6em;
}

.office-contact-link {
  font-size: 1.7em;
}

.office-contact-link:hover {
  color: var(--midnight-blue-3);
}

.office-contacts-block {
  flex-flow: wrap;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.office-contact {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1em 3.1em;
  display: flex;
}

.contact-paragraph {
  margin-bottom: 2em;
}

.assigned-realtor {
  object-fit: cover;
  width: 8em;
  height: 10em;
}

.assigned-realtor-contacts {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 5em;
  padding-left: 2em;
  display: flex;
}

.property-tab-inner {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.property-tab-inner.images {
  margin-left: auto;
  margin-right: auto;
}

.tabs-property {
  z-index: 10;
  background-color: #fff;
  width: 100%;
  max-width: 83em;
  margin-left: auto;
  margin-right: auto;
}

.tabs-property.hosite {
  background-color: #ffffffcf;
  border-radius: 0;
  max-width: 60em;
  padding: .5em;
  display: flex;
}

.tabs-property.hosite.produto {
  background-color: #ffffffe3;
}

.tabs-property.prelancamento {
  display: block;
}

.tabs-property.prelancamento.hide {
  display: none;
}

.tabs-property.brevelancamento {
  margin-bottom: 0;
}

.tabs-property.last {
  margin-bottom: 5em;
}

.property-desc-list {
  z-index: 5;
  color: var(--white);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
}

.property-desc-list.mobile {
  display: none;
}

.property-desc-item {
  border-bottom: 1px solid #efefef;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: .6em 1em;
  display: flex;
  position: relative;
}

.property-desc-item.last {
  border-bottom-style: none;
}

.property-desc-item.asterisco {
  border-bottom-style: none;
  height: auto;
  padding: 1em;
  display: block;
}

.property-desc-item.hide {
  display: none;
}

.property-address-title {
  color: var(--midnight-blue-2);
  margin-bottom: .2em;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.4em;
  display: inline-block;
}

.property-address-title:hover {
  text-decoration: underline;
}

.property-address-title.in-list {
  letter-spacing: -1px;
  margin-bottom: 0;
  font-size: 1.7em;
}

.property-interior-list {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-top: 1em;
  display: flex;
}

.property-interior-item {
  z-index: 5;
  border-bottom: 1px solid var(--light-grey);
  flex-direction: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding: .8em 0;
  font-size: .7em;
  display: flex;
  position: relative;
}

.property-interior-item.last {
  border-bottom-style: none;
}

.property-interior-item.itemmobile {
  justify-content: flex-start;
  display: none;
}

.property-address {
  padding-right: 1em;
}

.property-title-with-button {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.property-images {
  z-index: 5;
  justify-content: space-between;
  width: auto;
  min-width: 110px;
  max-width: 120px;
}

.blog-title-wrap {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 4.5em;
  display: flex;
}

.blog-main-heading {
  margin-bottom: 0;
  margin-right: 1em;
}

.paragraph-16 {
  max-width: 22.5em;
}

.amenity-wrap {
  flex: 1;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.property-feature-list {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.property-feature-paragraph {
  text-align: right;
  margin-left: 1.1em;
}

.realtor-link {
  color: var(--midnight-blue-3);
}

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

.preloader {
  z-index: 9999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader.manutencao {
  display: flex;
}

.preloader-background {
  z-index: 1;
  background-color: #2f2f2f;
  position: absolute;
  inset: 0%;
}

.preloader-background.grey-color-style {
  background-color: #313131;
}

.preloader-logo {
  z-index: 5;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 12em;
  position: relative;
}

.blue-color {
  color: var(--midnight-blue);
}

.property-status {
  z-index: 5;
  color: var(--white);
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #690c29c2;
  align-items: center;
  margin-bottom: 1.1em;
  margin-left: 1.1em;
  padding: .7em 1em;
  font-size: .7em;
  font-weight: 500;
  line-height: .9em;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.property-status.is-avalaible {
  background-color: #0a5c3fb3;
}

.property-status.is-sold {
  background-color: #ff8e0587;
}

.property-status.breve {
  background-color: #1b690cc2;
}

.nav-contact {
  z-index: 10;
  border-left: 1px solid var(--light-grey);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 1.7em;
  padding-right: 1.7em;
  transition: background-color .3s;
  display: flex;
  position: relative;
}

.nav-contact:hover {
  background-color: var(--white-smoke);
}

.nav-contact.whats:hover {
  background-color: var(--dark-green);
}

.nav-contact.whats.whatsnone {
  display: block;
}

.nav-contact.nonenav {
  padding-left: 1em;
  padding-right: 1em;
}

.nav-contact.nonenav.ads {
  border-left-style: none;
  padding-left: 0;
  padding-right: 0;
}

.nav-contact.nonenav.ads:hover {
  background-color: #0000;
}

.nav-contact.navphone.navads {
  border: 1px solid #bbb;
  border-radius: 5px;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 5px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.nav-contact.navphone.navads:hover {
  background-color: #0000;
}

.paragraph-17 {
  z-index: 5;
  color: #edededc7;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: .6em;
  font-size: .9em;
  font-weight: 400;
  position: relative;
}

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

.location-column {
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 30em;
  display: flex;
  position: relative;
}

.location-paragraph-3 {
  z-index: 5;
  color: var(--white);
  font-size: 1.7em;
}

.location-background-color {
  z-index: 3;
  background-color: #0a223fa1;
  position: absolute;
  inset: 0%;
}

.location-titles {
  z-index: 5;
  position: absolute;
}

.location-paragraph-2 {
  z-index: 5;
  color: #ffffffbd;
  letter-spacing: .3em;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 600;
}

.about-template-links {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 1em;
  display: flex;
}

.about-template-link {
  background-color: var(--white-smoke);
  color: var(--midnight-blue-2);
  border: 1px solid #e0e0e0;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  width: 48%;
  margin-bottom: 4%;
  padding-top: 5em;
  padding-left: 5em;
  padding-right: 5em;
  font-weight: 400;
  transition: background-color .3s, color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-template-link:hover {
  background-color: #e2e2e2;
  text-decoration: underline;
}

.about-template-link.small-at-link {
  border: 1px solid var(--light-grey);
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 0%;
  padding: 3.5em 5em;
  font-size: .8em;
}

.about-template-link.small-at-link:hover {
  background-color: var(--white-smoke);
}

.about-template-heading {
  text-align: center;
  margin-bottom: 1.5em;
  font-size: 1.9em;
}

.about-template-heading.in-vertical {
  margin-bottom: 0;
}

.about-template-toptitle {
  color: var(--white);
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #4b4b4b;
  border-radius: 5em;
  margin-bottom: .6em;
  padding: .3em 1em;
  font-size: .8em;
  font-weight: 400;
}

.circle-background {
  z-index: 1;
  background-color: var(--white-smoke);
  border-radius: 50%;
  position: absolute;
  inset: 0%;
}

.featured-column-background {
  z-index: 1;
  background-color: var(--midnight-blue-2);
  position: absolute;
  inset: 0%;
}

.featured-column-background.grey-color-style {
  background-color: #1b1b1b;
}

.featured-column-background.featuredhome {
  background-color: #272727;
}

.featured-line {
  background-color: var(--light-grey);
  width: 100%;
  height: 1px;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.featured-line.grey-color-style {
  background-color: #4e4e4e;
}

.realtor-photo-overflow {
  margin-bottom: 2em;
  overflow: hidden;
}

.radial-background {
  z-index: 10;
  opacity: .6;
  object-fit: contain;
  object-position: 50% 0%;
  width: 70em;
  height: 70em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% -42em;
}

.lighbox-background {
  z-index: 5;
  background-color: var(--midnight-blue-2);
  display: block;
  position: absolute;
  inset: 0%;
}

.amenitiy-list {
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.amenitiy-item {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  padding-top: 1.3em;
  padding-bottom: 1.3em;
  padding-right: 2em;
  display: flex;
}

.amenitiy-paragraph {
  font-size: 1.2em;
  line-height: 1.2em;
}

.amenity-icon {
  object-fit: contain;
  width: 1em;
  height: 1em;
  margin-right: .6em;
  font-size: 1.9em;
}

.property-features-wrap {
  flex: 1;
  justify-content: flex-end;
  width: 100%;
  padding-left: 3em;
  display: flex;
}

.tak-a-tour-block {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.take-a-tour-column {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 4em;
  margin-bottom: 4em;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.take-a-tour-column.border-left {
  border-left: 1px solid var(--light-grey);
}

.div-block-5 {
  display: flex;
}

.div-block-5.div5menu {
  background-color: #eaeaea;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  flex-direction: column;
  align-items: flex-start;
  width: 8.5vw;
  min-width: 8.5vw;
}

.amenity-page-wrap {
  width: 100%;
  max-width: 55em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.amenity-page-list {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.amenity-page-item {
  flex: 1;
  align-self: stretch;
  display: flex;
}

.amenity-page-link {
  border-bottom: 1px solid #07264b30;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1em;
  padding-top: 1.8em;
  padding-bottom: 1.8em;
  display: flex;
}

.amenity-page-link:hover {
  color: var(--midnight-blue);
  text-decoration: underline;
}

.amenity-page-paragraph {
  font-size: 2em;
}

.amenity-page-icon {
  width: 1em;
  height: 1em;
  margin-right: 1em;
  font-size: 2em;
}

.amenity-page-title {
  align-items: center;
  display: flex;
}

.padding-4em {
  padding-top: 4em;
  padding-bottom: 4em;
}

.listing-layout {
  padding-top: 8em;
}

.property-details {
  border-top: 1px solid var(--light-grey);
  color: var(--midnight-blue-2);
  justify-content: space-between;
  align-self: stretch;
  display: flex;
}

.property-detail-block {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: .8em;
  display: flex;
  position: relative;
}

.property-detail-amenity {
  justify-content: center;
  align-items: center;
  padding-left: .8em;
  padding-right: .8em;
  display: flex;
}

.property-detail-amenity-icon {
  width: 1em;
  height: 1em;
  margin-right: .4em;
  font-size: 1.2em;
}

.property-status-2 {
  z-index: 5;
  color: var(--white);
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #690c29;
  align-items: center;
  padding: .7em 1em;
  font-size: .7em;
  font-weight: 500;
  line-height: .9em;
  display: flex;
}

.property-status-2.is-avalaible {
  background-color: #0a5c3f;
}

.property-status-2.is-sold {
  background-color: #ff8400f5;
}

.heading-who-we-are {
  text-align: center;
  max-width: 16em;
  margin-bottom: 1.6em;
  margin-left: auto;
  margin-right: auto;
  font-weight: 200;
  line-height: 1.4em;
}

.realtor-link-profile {
  color: var(--midnight-blue-2);
}

.realtor-link-profile:hover {
  color: var(--chocolate);
}

.nav-contact-icon {
  opacity: .8;
  object-fit: contain;
  width: 2vh;
  height: 2vh;
  font-size: 1.4em;
}

.nav-contact-icon.iconads {
  opacity: 1;
  width: 1.9vw;
  height: 1.9vw;
}

.nav-contact-icon.iconads.cifrao {
  width: 2vw;
  height: 2vw;
}

.nav-contact-popup {
  z-index: 10;
  border-bottom: 1px solid var(--light-grey);
  border-left: 1px solid var(--light-grey);
  background-color: var(--white);
  width: 300px;
  margin-top: 5em;
  padding: 2.1em 1.5em;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.nav-contact-popup.popupmenu {
  border-left-style: none;
  border-right: 1px solid #d1d1d1;
  display: none;
  inset: 0% auto auto 0%;
}

.popup-contact-link {
  align-items: center;
  font-size: 1.5em;
  display: flex;
}

.popup-contact-link:hover {
  color: var(--midnight-blue-3);
}

.popup-contact-title {
  color: #13355fa3;
  letter-spacing: 0;
  text-transform: uppercase;
  align-items: center;
  max-width: 25em;
  margin-bottom: 3px;
  font-size: .9em;
  line-height: 1.6em;
  display: flex;
}

.popup-contact-paragraph {
  margin-bottom: 1.7em;
  line-height: 1.2em;
}

.popup-contact-block {
  background-color: #f9f9f9;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  height: 80px;
  margin-bottom: 2em;
  padding: 10px;
  display: flex;
}

.popup-contact-block.is-last {
  margin-bottom: 0;
}

.popup-contact-block.menusearch {
  height: 58px;
  margin-bottom: 1.5em;
}

.popup-contact-block.menusearch.is-last {
  margin-bottom: 0;
}

.popup-contact-block.menusearch.plantabtn {
  display: none;
}

.style-guide-color {
  background-color: var(--light-grey);
  border-radius: 50%;
  width: 5em;
  height: 5em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-right: 2.8em;
}

.style-guide-color.is-2nd {
  background-color: var(--midnight-blue);
}

.style-guide-color.is-3rd {
  background-color: var(--midnight-blue-2);
}

.style-guide-color.is-4th {
  background-color: var(--midnight-blue-3);
}

.style-guide-color.is-5th {
  background-color: var(--chocolate);
}

.style-guide-color.is-6th {
  background-color: var(--peru);
}

.style-guide-color.is-7th {
  background-color: var(--dark-green);
}

.style-guide-color.is-8th {
  background-color: var(--maroon);
}

.div-block-7 {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-self: stretch;
  display: flex;
}

.about-template-screen {
  object-fit: cover;
  align-self: stretch;
  box-shadow: 0 50px 30px 20px #0000004f;
}

.about-template-padding {
  padding-top: 8em;
}

.about-template-title {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-sellers {
  color: var(--white);
  text-align: center;
  font-size: 3em;
  font-weight: 300;
}

.heading-sellers-process {
  text-align: center;
  max-width: 10em;
  margin-bottom: 1.5em;
  margin-left: auto;
  margin-right: auto;
  font-size: 4em;
  font-weight: 300;
  line-height: 1.1em;
}

.temp-inner {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 77em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-template-title-2 {
  color: var(--white);
  max-width: 11.7em;
  margin-bottom: 1em;
  font-size: 3.3em;
  font-weight: 200;
  line-height: 1.3em;
}

.in-nutshell-temp {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 5em;
  display: flex;
}

.in-nutshell-item-temp {
  align-self: stretch;
  width: 45%;
  padding-top: 1.3em;
  padding-bottom: 1.3em;
  overflow: hidden;
}

.padding-temp {
  padding-top: 10em;
  padding-bottom: 6em;
}

.in-nutshell-title-temp {
  color: #ffffffd9;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: .2em;
  font-size: 1em;
  font-weight: 300;
}

.text-block {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 4px;
  font-family: IBM Plex Sans;
  font-size: 15.5px;
  font-weight: 300;
  line-height: 20px;
}

.container-2 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-2 {
  padding-left: 15px;
  padding-right: 15px;
}

.form-slide {
  flex: none;
  width: 100%;
}

.success-message {
  background-color: #0000;
  padding: 0;
}

.radio-buttons {
  flex: none;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.radio-buttons.genders {
  flex-wrap: wrap;
  margin-bottom: 1vw;
}

.form-heading {
  width: 100%;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 900;
}

.text-area-wrapper {
  text-align: left;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-height: 120px;
  padding-left: 2px;
  padding-right: 2px;
  display: flex;
  position: relative;
}

.radio-button-label {
  display: none;
}

.radio-button-label.precos {
  color: #545454;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  font-family: Amx, sans-serif;
  font-size: 2vw;
  font-weight: 700;
  line-height: 1em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.radio-button-label.display {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Amx, sans-serif;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.3em;
  display: block;
  position: relative;
}

.form-back {
  color: #7f58e2;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #7f58e21a;
  border: 2px solid #7f58e2;
  border-radius: 10px;
  flex: 1;
  width: 48%;
  min-height: 60px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 13px 30px;
  font-size: 16px;
  font-weight: 700;
  transition: letter-spacing .3s, box-shadow .4s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
  position: static;
}

.form-back:hover {
  letter-spacing: 3px;
  box-shadow: 0 20px 30px -11px #7f58e24d;
}

.form-back:active {
  box-shadow: 0 11px 20px -11px #7f58e299;
}

.form-label-2 {
  width: 100%;
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 400;
}

.form-label-2.obs {
  color: #8f8f8f;
  margin-top: 5px;
  margin-bottom: 28px;
  font-size: 14px;
  line-height: 16px;
}

.form-step {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.form-step.last-step {
  height: auto;
  margin-bottom: 0;
  padding-bottom: 40px;
}

.radio-button-field {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 48%;
  height: 100px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.step-number {
  color: #7f58e280;
  width: 100%;
  font-size: 16px;
  font-weight: 900;
}

.radiobutton {
  border: 2px solid #0000000d;
  border-radius: 50%;
  flex: none;
  width: 30px;
  height: 30px;
  margin-top: 0;
  margin-bottom: 5px;
  margin-right: 15px;
  transition: border-width .3s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94), border-color .3s;
}

.radiobutton:hover {
  border-color: #00000026;
}

.radiobutton.w--redirected-checked {
  background-color: #7f58e24d;
  border-width: 9px;
  border-color: #7f58e280;
}

.radiobutton.w--redirected-focus {
  box-shadow: none;
  border-color: #7f58e280;
}

.area-label {
  z-index: 1;
  color: #000000c2;
  background-color: #fff;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 600;
  transition: font-size .3s, color .3s, top .3s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
  position: absolute;
  top: 10px;
}

.field-label {
  z-index: 1;
  color: #000000c2;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  transition: background-color .3s, font-size .3s, color .3s, top .3s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
  position: relative;
  top: 0;
}

.slide-nav {
  display: none;
}

.text-area {
  color: #7f58e2;
  background-color: #0000;
  border: 1px solid #00000057;
  border-radius: 10px;
  height: 100%;
  min-height: 240px;
  margin-bottom: 0;
  padding-top: 12px;
  padding-left: 20px;
  padding-right: 50px;
  font-size: 16px;
  font-weight: 400;
  transition: border-color .3s;
  position: relative;
  inset: 0%;
}

.text-area:hover {
  border-color: #00000026;
  display: block;
}

.text-area:focus {
  border-color: #7f58e280;
}

.checkbox {
  border-width: 2px;
  border-color: #00000057;
  border-radius: 7px;
  flex: none;
  width: 30px;
  height: 30px;
  margin-top: 0;
  margin-right: 15px;
  transition: background-color .3s cubic-bezier(.25, .46, .45, .94), border-color .3s;
}

.checkbox:hover {
  border-color: #00000026;
}

.checkbox.w--redirected-checked {
  background-color: #7f58e24d;
  background-image: url('../images/done-violet.svg');
  background-size: 16px;
  border-color: #7f58e280;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
  border-color: #7f58e280;
}

.text-field-wrapper {
  text-align: left;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 30px 2px;
  display: flex;
  position: relative;
}

.text-field-wrapper.third {
  width: 31%;
}

.text-field-wrapper.half {
  width: 48%;
}

.text-field-wrapper.space {
  margin-bottom: 40px;
}

.text-field-done {
  opacity: 0;
  background-color: #7f58e233;
  background-image: url('../images/done-violet.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 11px;
  border: 2px solid #7f58e2;
  border-radius: 50%;
  width: 1px;
  height: 1px;
  margin-left: 20px;
  margin-right: 20px;
  transition: height .3s cubic-bezier(.25, .46, .45, .94), width .3s cubic-bezier(.25, .46, .45, .94);
  position: relative;
}

.text-field-done.area-done {
  width: 10px;
  height: 10px;
  position: absolute;
  inset: 20px 0% auto auto;
}

.form-slider {
  background-color: #0000;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  height: auto;
  display: none;
}

.radiobutton-field {
  align-items: flex-start;
  margin-bottom: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  transition: color .3s;
  display: flex;
}

.radiobutton-field:hover {
  color: #7f58e2;
}

.form-next {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #7f58e2;
  border-radius: 10px;
  flex: 1;
  width: 48%;
  min-height: 60px;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 700;
  transition: letter-spacing .3s, box-shadow .4s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
  position: static;
}

.form-next:hover {
  letter-spacing: 3px;
  background-color: #9775ee;
  box-shadow: 0 20px 30px -11px #7f58e299;
}

.form-next:active {
  border: 1px #000;
}

.form-mask {
  height: auto;
  display: flex;
}

.form-block-2 {
  background-color: #fff;
  border-radius: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 80px 70px;
  box-shadow: 0 20px 50px -50px #202d4933;
}

.form-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #07264b;
  border-radius: 10px;
  width: 100%;
  padding: 30px;
  font-size: 18px;
  font-weight: 700;
  transition: letter-spacing .3s, box-shadow .4s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
}

.form-button:hover {
  letter-spacing: 3px;
  background-color: #9775ee;
  box-shadow: 0 20px 30px -11px #7f58e299;
}

.form-button:active, .form-button:focus {
  border: 1px #000;
}

.form-2 {
  text-align: left;
  flex-flow: wrap;
  justify-content: space-between;
}

.checkbox-field {
  align-items: flex-start;
  margin-bottom: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  transition: color .3s;
  display: flex;
}

.checkbox-field:hover {
  color: #7f58e2;
}

.success-subtitle {
  margin-top: -20px;
  margin-bottom: 30px;
}

.fields-group {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fields-group.half-field {
  width: 48%;
}

.text-field {
  color: #000000c2;
  background-color: #0000;
  border: 1px solid #00000057;
  border-radius: 10px;
  min-height: 60px;
  padding-left: 20px;
  padding-right: 50px;
  font-size: 16px;
  font-weight: 400;
  transition: border-color .3s;
  position: absolute;
  inset: 0%;
}

.text-field:hover {
  border-color: #00000026;
  display: block;
}

.text-field:focus {
  border-color: #7f58e280;
}

.button-2 {
  color: #7f58e2;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 2px solid #7f58e2;
  border-radius: 10px;
  flex: 1;
  min-height: 60px;
  padding: 15px 50px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: letter-spacing .3s, box-shadow .4s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
  position: static;
}

.button-2:hover {
  letter-spacing: 3px;
}

.button-2:active {
  border: 1px #000;
}

.radio-button-2 {
  cursor: pointer;
  background-color: #fcfcfc;
  border: 2px solid #fcfcfc;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.radio-button-2:hover {
  background-color: #7f58e233;
}

.radio-button-2.w--redirected-checked {
  background-color: #7f58e24d;
  border: 2px solid #7f58e280;
  transition: border-color .3s, background-color .3s cubic-bezier(.25, .46, .45, .94);
}

.radio-button-2.gender {
  background-image: url('../images/genders-02.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 50%;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
}

.radio-button-2.gender.w--redirected-checked {
  background-image: none;
}

.radio-button-2.gender.w--redirected-focus {
  box-shadow: none;
}

.radio-button-2.gender.male {
  background-color: #fcfcfc82;
  background-image: none;
  border-width: 1px;
  border-color: #00000057;
}

.radio-button-2.gender.male.w--redirected-checked {
  background-color: #7f58e24d;
}

.radio-button-2.gender.male.w--redirected-focus {
  box-shadow: none;
}

.radio-button-2.gender {
  -webkit-text-fill-color: inherit;
  background-color: #f8fafb;
  background-image: none;
  background-clip: border-box;
  border-width: 1px;
  border-color: #9e9e9e;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
}

.radio-button-2.gender:hover {
  border-color: #3574ab;
}

.radio-button-2.gender.w--redirected-checked {
  border-width: 3px;
  border-color: #2176c2;
}

.radio-button-2.gender.male {
  border: 2px solid var(--white);
  background-image: url('../images/216422-200-1.png');
  background-size: auto 90%;
}

.radio-button-2.gender.male:hover {
  border-color: var(--steel-blue);
}

.radio-button-2.gender.male.w--redirected-checked {
  border-color: var(--steel-blue);
  background-color: #f8fafb;
}

.radio-button-2.gender.alto {
  background-image: url('../images/216422-200.png');
  background-position: 50%;
  background-size: auto 90%;
}

.radio-button-2.gender.baixo {
  background-image: url('../images/216422-200-2.png');
  background-size: auto 90%;
}

.radio-button-2.gender.manha {
  background-image: url('../images/Captura-de-Tela-2023-04-13-às-13.30.06.png');
  background-position: 50%;
  background-size: contain;
}

.radio-button-2.gender.tarde {
  background-image: url('../images/Captura-de-Tela-2023-04-13-às-13.28.32.png');
  background-position: 50%;
  background-size: contain;
}

.radio-button-2.gender.medio {
  background-image: url('../images/216422-200-1.png');
  background-position: 50%;
  background-size: auto 90%;
}

.radio-button-2.gender.precos {
  background-color: #0000;
}

.split-field-group {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.checkbox-field-2 {
  border: 1px solid #00000057;
  border-radius: 10px;
  align-items: center;
  width: 48%;
  margin-bottom: 20px;
  padding: 10px;
  display: flex;
}

.checkboxes {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.checkbox-label {
  margin-bottom: 0;
  margin-left: 5px;
  font-size: 17px;
}

.checkbox-2 {
  width: 30px;
  height: 30px;
  margin-top: 0;
  margin-left: 0;
}

.text-block-2 {
  background-color: var(--dark-green);
  color: #fff;
  padding: .3em .8em;
  font-size: 1.2em;
  line-height: 1.1em;
}

.text-block-3 {
  z-index: 5;
  color: var(--light-grey);
  text-align: right;
  margin-top: -10px;
  padding-right: 3em;
  font-size: 12px;
  position: relative;
}

.section-img {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.banner1-desktop {
  width: 100%;
}

.banner1-mobile {
  display: none;
}

.paragraph-18 {
  font-size: 16px;
}

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

.container-4 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-8 {
  border-radius: 5px;
  width: 300px;
  margin-bottom: 20px;
  box-shadow: 3px 3px #b5b5b5;
}

.div-block-9 {
  background-color: #192743;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  flex-direction: row;
  align-items: center;
  padding: 15px;
  display: flex;
}

.leadid {
  color: var(--white);
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 23px;
}

.data-lead {
  color: var(--white);
  font-size: 12px;
}

.div-block-10 {
  background-color: #0000;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 5px 15px;
}

.div-block-11 {
  background-color: #0000;
  padding: 10px 15px;
}

.specs {
  margin-bottom: 4px;
  font-size: 17px;
  line-height: 17px;
}

.specs-result {
  font-size: 14px;
  line-height: 20px;
}

.div-block-12 {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
}

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

.div-block-13 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-2 {
  width: 200px;
}

.text-block-4 {
  color: var(--white-smoke);
  letter-spacing: 1px;
  font-size: 1.2em;
  font-weight: 200;
  line-height: 1.5em;
}

.div-block-14 {
  width: 100%;
  margin-bottom: 1.5em;
}

.text-span {
  font-size: .6em;
}

.faq-wrap {
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  margin-left: 5px;
  margin-right: 5px;
  display: none;
}

.faq-question {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.faq-question.header-question {
  color: #fdc148;
}

.faq-question.faqqvalores {
  flex-direction: column;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 400;
}

.faq-q-text {
  margin-right: 10px;
  font-size: 20px;
  line-height: 25px;
}

.faq-plus-wrap {
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: 16px;
  min-height: 16px;
  display: flex;
  position: relative;
}

.faq-plus-l {
  background-color: #15365e;
  border-radius: 3px;
  width: 4px;
  height: 100%;
  position: absolute;
}

.faq-plus-l.plus-header {
  background-color: var(--white-smoke);
}

.faq-plus {
  background-color: #15365e;
  border-radius: 3px;
  width: 100%;
  height: 4px;
}

.faq-plus.plus-header {
  background-color: var(--white-smoke);
}

.text-block-5 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.text-block-5.header-answer {
  color: var(--white-smoke);
  text-align: justify;
}

.text-span-2 {
  font-size: 15px;
  line-height: 20px;
}

.div-block-15 {
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.linkraul {
  color: var(--light-grey);
}

.linkraul:hover {
  color: var(--white);
}

.text-block-6 {
  margin-top: 3px;
  display: none;
}

.fototorre {
  text-align: center;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 350px;
  min-width: 350px;
  display: flex;
}

.fototorre.img-studio {
  border-width: 1vw;
  width: 12vw;
  min-width: 12vw;
  height: 16vw;
  min-height: 16vw;
  margin-bottom: 0;
  margin-right: -.5vw;
  position: absolute;
  inset: auto 0% 0% auto;
}

.fototorre.img-studio.menustudio {
  border-width: 10px;
  width: 100px;
  min-width: 100px;
  height: 140px;
  min-height: 140px;
  margin: 0 0 0 -54px;
}

.fototorre.img-studio._16studiodesk {
  border-width: 1.5vw;
  border-color: #ebebeb;
  width: 13vw;
  min-width: auto;
  height: 17vw;
  min-height: auto;
  margin-bottom: -2.5vw;
  margin-left: 0;
  margin-right: -2vw;
}

.fototorre.fotomenu1 {
  border-width: 10px;
  width: 130px;
  min-width: 100px;
  min-height: 180px;
  margin-top: 0;
  margin-left: 0;
}

.fototorre._16plantas {
  margin-top: 0;
}

.fototorre._16properties {
  justify-content: space-between;
  width: 100%;
  min-width: 100%;
  padding: .6em;
}

.image-3 {
  border: 20px solid #0000002e;
  border-radius: 250px;
}

.section-3 {
  z-index: 10;
  width: 100%;
  max-width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.bigwords1 {
  background-color: #ffc31f;
  width: 4160px;
  height: 95px;
  padding-top: 32px;
  padding-bottom: 10px;
  position: relative;
  left: -100%;
  transform: rotate(6deg);
}

.text-big-2 {
  color: var(--white-smoke);
  letter-spacing: -1px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 50px;
}

.bigwords2 {
  background-color: green;
  justify-content: center;
  align-items: center;
  width: 3100px;
  height: 120px;
  display: flex;
  position: relative;
  left: -100px;
}

.bigwords2.rolagemlacamento {
  background-color: #df1543;
  width: 2500px;
  height: 5.5em;
  display: flex;
  left: -300px;
}

.div-hero {
  max-width: 55%;
}

.div-hero.divheroplantas {
  width: 65%;
  max-width: 65%;
}

.div-hero.heroproperties {
  max-width: none;
}

.div-hero.heroproperties.desktophero {
  width: 65%;
}

.text-span-3 {
  font-size: 1em;
  line-height: 1em;
}

.div-desc-mobile {
  display: block;
}

.plantaitem {
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 1em;
  position: relative;
}

.planta-desc {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.plata-img {
  text-align: center;
  border-bottom: 1px solid #eaeaea;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-bottom: 1.5em;
  padding: 1em;
  display: flex;
  position: relative;
}

.plata-img.plantadynamic {
  flex-direction: column;
  width: 100%;
}

.plata-img.plantadynamic.mobile {
  display: none;
}

.plata-img.plantaimgdesk {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 0;
  padding: 1vw;
}

.plata-img.planta-mobile {
  padding: 10px;
}

.plata-img.home {
  border-bottom-style: none;
  min-height: 100%;
  margin-bottom: 0;
}

.living-ampliado {
  font-size: 16px;
  font-weight: 500;
}

.div-block-17 {
  background-color: #0000;
  max-width: 83em;
  margin: 4em auto;
}

.div-block-17.localizacao-hide {
  display: block;
}

.div-block-17.especificacoes {
  z-index: 3;
  position: relative;
}

.div-block-17._17properties {
  padding-bottom: 4em;
}

.div-block-17._17fotos {
  max-width: 75vw;
  margin-top: 5vw;
  margin-bottom: 5vw;
}

.div-block-17._17invest {
  max-width: 75vw;
  margin-top: 3em;
  margin-bottom: 5em;
}

.div-block-17._17invest._17ads {
  max-width: 83em;
}

.div-block-17._17vizinhos {
  background-color: var(--midnight-blue-3);
  margin-top: 5em;
  margin-bottom: 5em;
  padding-bottom: 115px;
}

.text-block-7 {
  z-index: 2;
  color: var(--white);
  font-size: 1.3em;
  font-weight: 300;
  line-height: 15px;
}

.text-block-7.dot-city {
  margin-left: 5px;
  margin-right: 5px;
}

.div-block-18 {
  z-index: 2;
  align-items: center;
  width: 100%;
  padding-left: 23px;
  display: flex;
  position: relative;
}

.ampliar-text {
  color: var(--black);
  text-align: right;
  margin-bottom: 2px;
  padding-right: 5px;
  font-size: 10px;
}

.button-3 {
  text-align: center;
  letter-spacing: -.5px;
  text-transform: uppercase;
  background-color: #be591f;
  border-radius: 3px;
  margin-top: 7px;
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 14px;
  font-weight: 300;
  display: block;
}

.button-3:hover {
  color: var(--white-smoke);
}

.text-block-8 {
  display: inline-block;
}

.text-block-8.m2 {
  margin-right: 10px;
}

.div-block-19 {
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  display: flex;
}

.div-block-19.tipo {
  border-radius: 3px;
  flex-direction: column;
  align-items: flex-start;
  display: inline-block;
}

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

.div-block-20.living-ampliado {
  width: 100%;
}

.div-block-20._20tipo {
  width: 40%;
}

.div-block-21 {
  color: var(--black);
  font-size: 25px;
  line-height: 1.1em;
  display: flex;
}

.div-block-21.tamanho21 {
  background-color: var(--midnight-blue-2);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 5px 15px;
  display: flex;
}

.div-block-21._21tipo {
  width: 60%;
}

.text-block-9 {
  color: var(--midnight-blue-2);
  margin-top: 4px;
  margin-left: 5px;
  font-size: 12px;
}

.div-block-22 {
  background-color: var(--midnight-blue-2);
  border-radius: 3px;
  padding: 8em;
}

.text-block-10 {
  color: var(--midnight-blue-2);
  letter-spacing: -.5px;
  text-transform: uppercase;
  background-color: #fec238;
  padding: 18px;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
}

.div-block-23 {
  z-index: 999;
  background-color: var(--midnight-blue-3);
  opacity: 1;
  justify-content: center;
  align-items: center;
  padding: 80px 59px 300px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.div-block-24 {
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: auto;
}

.text-block-11 {
  color: var(--white-smoke);
  text-align: center;
  margin-top: -28px;
  padding-bottom: 19px;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}

.text-span-4 {
  background-color: #25a918;
  padding-left: 4px;
  padding-right: 4px;
}

.div-block-25 {
  text-align: right;
  width: 100%;
  margin-bottom: 30px;
}

.image-4 {
  width: 40px;
}

.close-modal {
  justify-content: flex-start;
  align-items: stretch;
  width: 50%;
  padding-top: 0;
  padding-bottom: 19px;
  display: block;
}

.div-block-26 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.text-block-12 {
  color: var(--white-smoke);
  background-color: #484848;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 25%;
  margin-left: 5px;
  padding: 17px 30px;
  font-size: 14px;
  display: flex;
}

.image-5 {
  width: 110px;
  margin-top: -11px;
}

.text-block-13 {
  color: var(--white);
  margin-top: -4px;
  margin-right: -7px;
  font-size: 10px;
}

.div-block-27 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-6 {
  width: 75px;
  margin-top: -16px;
}

.div-block-28 {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  margin-top: -4px;
  display: flex;
}

.text-block-14 {
  color: var(--midnight-blue-3);
  margin-top: -3px;
  font-size: 9px;
  font-weight: 600;
}

.text-block-15 {
  color: var(--white-smoke);
  text-transform: uppercase;
  font-size: 12.5px;
  font-weight: 200;
}

.div-block-29 {
  z-index: 5;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 35%;
  display: flex;
  position: relative;
}

.div-block-29._29plantas {
  align-items: flex-start;
  padding: 1em;
}

.div-block-29._29properties {
  align-items: flex-start;
  width: 25vw;
  min-height: 100%;
  display: block;
}

.div-block-29._29properties.desktop {
  z-index: 0;
  width: 40vw;
}

.text-block-16 {
  color: #595959;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: -1.1vw;
  font-family: Amx, sans-serif;
  font-size: .8vw;
  line-height: .8vw;
}

.text-block-16.descmenu1 {
  margin-bottom: -11px;
  font-size: 8px;
}

.text-block-17 {
  text-transform: uppercase;
  font-size: 12px;
}

.text-block-18 {
  z-index: 2;
  color: var(--white);
  background-color: green;
  border-radius: 5px;
  margin-top: -26px;
  padding: 5px 9px 9px;
  font-size: 25px;
  line-height: 30px;
  position: relative;
}

.text-block-18.lancamentohoje {
  display: block;
}

.text-span-5 {
  color: #ffc31f;
  font-weight: 600;
}

.text-span-6 {
  color: #ffc31f;
  font-weight: 700;
}

.div-block-30 {
  z-index: 20;
  border-top: 2px none var(--white);
  background-color: var(--midnight-blue-3);
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2px;
  padding-bottom: 20px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.text-span-7 {
  margin-top: 3px;
  font-size: 15px;
  line-height: 15px;
  display: block;
}

.text-span-8 {
  font-size: 29px;
}

.text-span-8.logowhats {
  color: #fff;
}

.text-span-8.header8 {
  font-size: 27px;
  line-height: 1em;
}

.text-block-19 {
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: var(--midnight-blue-3);
  background-color: var(--white);
  color: #2c2c2c;
  letter-spacing: -1.5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  align-items: center;
  margin-bottom: 0;
  margin-left: 7px;
  padding: 5px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 1em;
  display: flex;
}

.text-block-19.logoheader {
  letter-spacing: -3px;
  margin-bottom: 0;
  font-size: 27px;
}

.text-block-19.logoheader.logowhats {
  color: #484848;
  margin-left: 0;
  margin-right: 0;
}

.text-block-19.logoheader.logopreloader {
  z-index: 10;
  color: var(--white);
  font-size: 30px;
  line-height: 50px;
  position: relative;
}

.text-block-19.logofooter {
  border-style: solid none solid solid;
  border-color: var(--white);
  background-color: var(--white);
  color: var(--midnight-blue);
  margin-left: -1px;
  margin-right: 0;
  padding: 10px;
  font-size: 27px;
}

.text-block-19.logofooter.direitologo {
  color: #aeebef;
  background-color: #0000;
  border-top-style: none;
  border-bottom-style: none;
  border-left-style: none;
  padding: 0;
  font-size: 28px;
  line-height: 10px;
}

.text-block-19._19ads {
  border: .1vw solid var(--white);
  margin-left: 0;
  padding: .4vw .5vw;
}

.text-block-20 {
  color: var(--white);
  margin-top: -22px;
}

.div-block-31 {
  display: none;
}

.text-block-21 {
  font-size: 15px;
}

.text-block-22 {
  color: var(--white);
}

.empreendimentoatual {
  color: var(--white);
  margin-top: 3px;
  margin-bottom: 3px;
  font-family: Amx, sans-serif;
  font-size: 1.2vw;
}

.empreendimentoatual.text-block-23 {
  margin-left: 5px;
}

.empreendimentoatual.text-block-23._32ads {
  color: var(--white);
  letter-spacing: .5px;
  font-size: 15px;
  line-height: 1.2em;
}

.empreendimentoatual.text-block-23._32ads._32ads2 {
  letter-spacing: 0;
  font-size: 1.4vh;
  line-height: 1em;
}

.div-block-32 {
  display: flex;
}

.div-block-33 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-33.bairroatual {
  display: block;
}

.div-block-33.div33-html {
  display: none;
}

.text-block-23 {
  margin-left: 3px;
}

.previous-placeholder {
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100px;
  height: 35px;
  margin-bottom: 30px;
  transition: opacity .2s;
  display: none;
}

.previous-placeholder:hover {
  opacity: 1;
}

.slider-left {
  color: #fff;
  background-color: #151c340f;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  min-width: 80px;
  margin-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.slider-left:hover {
  background-color: #151c3426;
}

.text-field-2 {
  border: 1.3px solid #bec9d5;
  border-radius: 4px;
  min-height: 55px;
  margin-bottom: 0;
  font-size: 16px;
  position: relative;
}

.text-field-2:focus {
  border-width: 1.3px;
  border-color: #007bfc;
}

.text-field-2::placeholder {
  color: #61728375;
}

.next-button {
  background-color: #5b3acc;
  border-radius: 5px;
  flex: 1;
  align-self: center;
  padding: 12px 32px;
  font-size: 15px;
  transition: background-color .2s ease-in;
  display: none;
}

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

.slider {
  background-color: #0000;
}

.submit-button {
  color: #fff;
  background-color: #5b3acc;
  border-radius: 4px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
}

.next-placeholder {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 159px;
  height: 47px;
  margin: auto auto 25px;
  display: none;
  overflow: visible;
}

.button-wrap {
  width: 100%;
  display: flex;
}

.checkbox-base {
  background-color: #fff;
  border: 1.2px solid #3e34c81a;
  border-radius: 8px;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 15px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 35px #c6d3ff47;
}

.error-message {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.price-field {
  border: 1.3px solid #bec9d5;
  border-radius: 4px;
  min-height: 55px;
  margin-bottom: 0;
  font-size: 16px;
  position: relative;
}

.price-field:focus {
  border-width: 1.3px;
  border-color: #007bfc;
}

.price-field::placeholder {
  color: #61728375;
}

.slider-right {
  color: #fff;
  text-align: center;
  background-color: #5b3acc;
  border-radius: 4px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  transition: all .2s;
}

.slider-right:hover {
  background-color: #5233bb;
}

.form-content {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-width: 490px;
  max-width: 560px;
  margin-bottom: -20px;
  display: flex;
}

.checkbox-title {
  color: #5b3acc;
  justify-content: center;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 14px;
  display: none;
}

.form-section-title {
  color: #0a1f44;
  margin-bottom: 12px;
  font-size: 36px;
  font-weight: 400;
  line-height: 32px;
}

.checkbox-text-wrapper {
  z-index: 9;
  cursor: pointer;
  position: relative;
}

.form-wrapper {
  margin-bottom: 300px;
}

.checkbox-field-3 {
  justify-content: flex-start;
  align-items: center;
  width: 24%;
  min-width: 150px;
  height: 140px;
  margin-left: 6px;
  margin-right: 6px;
  display: flex;
}

.form-item-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.form-item-wrapper.fixed-height {
  min-height: 160px;
}

.checkbox-3 {
  z-index: 5;
  opacity: 0;
  cursor: pointer;
  border: 2px solid #0000;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.checkbox-3:active {
  border: 1px solid #000;
}

.mask {
  overflow: visible;
}

.checkbox-h4 {
  margin-top: 0;
  margin-bottom: 3px;
}

.checkbox-text {
  color: #5b617c;
  font-weight: 400;
}

.previous-button {
  opacity: 1;
  color: #5b617c;
  text-indent: -2px;
  flex: none;
  align-self: center;
  padding: 5px 0;
  font-size: 15px;
  transition: opacity .2s ease-in;
  display: none;
}

.previous-button:hover {
  opacity: 1;
  border-bottom-color: #0000008c;
}

.slide-content {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 100px 3%;
  display: flex;
  position: relative;
}

.slide {
  border-radius: 20px;
  flex-wrap: wrap;
}

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

.icon {
  width: 25px;
}

.form-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.form-wrap.extra-space {
  margin-bottom: 40px;
}

.success-message-2 {
  letter-spacing: 1px;
  padding: 50px;
}

.form-paragraph {
  color: #5b617c;
  max-width: 550px;
  font-size: 18px;
  line-height: 23px;
}

.form-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 35px;
  display: flex;
}

.checkbox-icon {
  z-index: 9;
  background-color: #5b3acc0d;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-right: 25px;
  display: flex;
  position: relative;
}

.text-block-24 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  background-color: #ec474b;
  border-radius: 3px;
  padding: 7px 5px;
  font-size: 11px;
  line-height: 14px;
}

.div-block-34 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.link-block {
  width: 100%;
  display: flex;
}

.div-block-35 {
  justify-content: space-between;
  align-items: center;
  display: block;
}

.div-block-36 {
  z-index: 100;
  background-color: var(--chocolate);
  border-top-left-radius: 50px;
  align-items: center;
  padding-left: 25px;
  padding-right: 10px;
  display: flex;
  box-shadow: 0 0 4px -1px #000;
}

.image-7 {
  width: 50px;
}

.div-block-37 {
  z-index: 100;
  flex-direction: row;
  align-items: center;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.text-block-25 {
  color: var(--white);
}

.text-block-25.menutext {
  display: inline-block;
}

.text-block-25.menunome {
  margin-left: 2px;
  line-height: 15px;
  display: inline;
}

.div-block-38 {
  text-align: right;
  align-items: flex-start;
  margin-right: 5px;
}

.div-block-39 {
  z-index: 111;
  background-color: var(--white);
  border-left: 1px solid #ccc;
  flex-direction: column;
  width: 300px;
  padding: 30px 10px 10px;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.link-block-2 {
  background-color: var(--midnight-blue-2);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding: 17px 10px;
}

.link-block-2.menupromo {
  background-color: #ec474b;
}

.link-block-2.sobrelancamento {
  background-color: var(--dark-green);
}

.div-block-40 {
  justify-content: center;
  align-items: flex-end;
  padding-left: 9px;
  display: flex;
}

.div-block-41 {
  margin-top: 15px;
  padding: 4px 4px 4px 15px;
}

.div-block-41._41mobilr {
  display: none;
}

.text-block-26 {
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 18px;
}

.heading {
  margin-bottom: 5px;
}

.div-block-42 {
  flex-direction: column;
  margin-top: 10px;
  display: flex;
}

.text-block-27 {
  color: var(--white);
  text-align: center;
  text-transform: capitalize;
  background-color: #454545;
  padding: 15px 14px;
  font-size: 17px;
  line-height: 20px;
}

.link-block-3 {
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-43 {
  align-items: flex-end;
  display: flex;
}

.div-block-44 {
  z-index: 110;
  opacity: 0;
  background-color: #0000;
  display: none;
  position: fixed;
  inset: 0%;
}

.link-block-4 {
  position: relative;
}

.div-block-45 {
  border: 2px dashed red;
  width: 100%;
  padding: 20px;
}

.text-block-28 {
  background-color: var(--white);
  text-transform: uppercase;
  border: 1px solid red;
  margin-bottom: -17px;
  padding: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
  display: inline-block;
  position: relative;
}

.div-block-46 {
  flex-direction: column;
  align-items: center;
  margin-top: -47px;
  display: flex;
}

.div-block-47 {
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-8 {
  z-index: 6;
  position: relative;
}

.html-embed {
  z-index: 5;
  position: relative;
}

.lightbox-link {
  z-index: 5;
  width: auto;
  position: relative;
}

.div-block-48 {
  z-index: 5;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.div-block-49 {
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

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

.link-block-5 {
  margin-left: 10px;
}

.nomeproduto {
  z-index: 5;
  color: var(--white);
  margin-bottom: 10px;
  margin-left: 3px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.1em;
  position: relative;
}

.div-block-51 {
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.text-block-29 {
  margin-left: 5px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1em;
}

.text-block-30 {
  font-size: 20px;
  line-height: 1.1em;
}

.div-block-52 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.div-block-53 {
  z-index: 5;
  text-align: center;
  width: 100%;
  position: relative;
}

.image-9 {
  width: 100%;
}

.div-block-54 {
  z-index: 5;
  background-color: var(--midnight-blue-2);
  margin-bottom: 30px;
  padding: 0 10px 10px;
  position: relative;
}

.div-block-54._54desktop {
  justify-content: space-between;
  margin-bottom: 50px;
  padding: 15px 20px;
  display: flex;
}

.text-block-31 {
  font-size: 14px;
  line-height: 1.1em;
  display: inline-block;
}

.text-block-31._31variavel {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  display: flex;
}

.text-block-31._31variavel.verde {
  background-color: var(--dark-green);
  color: var(--white);
}

.column {
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.columns {
  border-bottom: 1px solid #efefef;
}

.columns.lastcolumn {
  border-bottom-style: none;
}

.div-block-55 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.heading2 {
  background-color: var(--midnight-blue-2);
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: .25em;
  padding: 20px;
  font-family: IBM Plex Sans;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.1em;
}

.heading2.h2menuplantas {
  display: none;
}

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

.image-10 {
  width: 50%;
}

.link-block-6 {
  color: var(--black);
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  flex-direction: row;
  align-items: stretch;
  margin-bottom: 20px;
  display: block;
}

.div-block-57 {
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 50%;
  margin-right: 10px;
  padding-left: 10px;
  display: flex;
}

.div-block-58 {
  justify-content: center;
  padding: 10px;
  display: flex;
}

.html-embed-2 {
  border-bottom-left-radius: 3px;
  width: 100%;
  height: 100%;
  display: flex;
}

.button-4 {
  background-color: var(--midnight-blue-2);
  display: block;
}

.tabs-2 {
  z-index: 5;
}

.tabs-menu-2 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.div-block-59 {
  z-index: 5;
  border-top: 1px solid var(--light-grey);
  justify-content: center;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}

.div-block-59._59desktop {
  margin-bottom: 60px;
}

.div-block-59._59mobile {
  display: none;
}

.div-block-60 {
  background-color: var(--midnight-blue-2);
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 30px;
  padding-left: 20px;
  display: flex;
}

.div-block-61 {
  text-align: center;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  height: 30px;
  display: flex;
}

.tab-link-tab-2 {
  border: 2px solid var(--midnight-blue-2);
  background-color: #0000;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 145px;
  height: 35px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 0;
  font-weight: 400;
  display: flex;
}

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

.div-block-62 {
  justify-content: space-between;
  padding-top: 7px;
  padding-bottom: 5px;
  display: flex;
}

.div-block-62._62title {
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-62.aprovacao {
  border-top: 1px solid #fff;
  position: relative;
}

.div-block-63 {
  border-radius: 3px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: .5vw;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 4px -1px #0003;
}

.div-block-63._63title {
  width: 100%;
  padding: 0;
}

.div-block-63._63specs {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.div-block-64 {
  justify-content: center;
  align-items: center;
  width: 30%;
  padding: 5px;
  display: flex;
}

.div-block-64.titulosuperior {
  margin-left: 2.5px;
  margin-right: 2.5px;
  padding: 0;
}

.div-block-64._64title {
  text-align: center;
  justify-content: center;
  padding: 0 0 0 3px;
  display: block;
}

.div-block-64._64vaga {
  padding-left: 0;
  padding-right: 0;
}

.div-block-64.blur {
  filter: blur(3px);
}

.div-block-64.blur.aprovacao {
  width: 60%;
}

.text-block-32 {
  display: inline-block;
}

.text-block-32.parcelas {
  margin-right: 5px;
}

.text-block-33 {
  text-align: center;
  font-size: 14px;
  line-height: 1.1em;
  display: inline-block;
}

.text-block-33.parcelas {
  text-align: left;
  margin-bottom: 0;
  margin-right: 5px;
  font-weight: 400;
}

.text-block-33._33direito {
  text-align: right;
}

.text-block-33.titulo {
  text-align: left;
  display: inline;
}

.text-block-33.titulo.superior {
  text-align: right;
}

.text-block-33.vaga {
  text-align: center;
  font-size: 12px;
}

.text-block-33.text-block-38 {
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 13px;
  display: flex;
}

.text-block-33.nr {
  text-align: center;
}

.text-block-34 {
  padding: 5px;
  font-size: 12px;
  line-height: 1.1em;
}

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

.div-block-66 {
  width: 50%;
}

.div-block-66._66-1 {
  width: 100%;
  margin-bottom: 5px;
}

.div-block-67 {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.div-block-68 {
  justify-content: space-between;
  margin-bottom: 5px;
  display: flex;
}

.text-block-35 {
  font-size: 32px;
  line-height: 1.1em;
  display: inline-block;
}

.text-block-36 {
  font-size: 20px;
  display: inline-block;
}

.text-block-37 {
  text-align: right;
  font-size: 12px;
}

.text-block-37._37esq, .text-block-37._37tipo {
  text-align: left;
}

.div-block-69 {
  border-radius: 3px;
  width: 100%;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-69._69produto {
  border-style: none;
  border-radius: 0;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
}

.text-block-38 {
  background-color: var(--midnight-blue-2);
  color: var(--white);
  border-radius: 3px;
  padding: 5px 10px;
  display: inline-block;
}

.div-block-70 {
  text-align: center;
  margin-top: -11px;
}

.div-block-71 {
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}

.empty-state-2 {
  display: none;
}

.text-block-39 {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  font-size: 12px;
  display: inline-block;
}

.div-block-72 {
  background-color: #e8e8e8;
  border-radius: 3px;
  padding: 35px 10px;
}

.text-block-40 {
  font-size: 14px;
  line-height: 1.1em;
}

.text-block-41 {
  color: var(--white);
  margin-top: -3px;
  margin-bottom: 5px;
  margin-left: 3px;
}

.div-block-73 {
  justify-content: flex-start;
  align-items: stretch;
  min-height: 100%;
  display: flex;
}

.div-block-74 {
  background-color: var(--midnight-blue-2);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 20px 20px 15px;
}

.paragraph-19 {
  text-align: left;
}

.heading-2 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 2.7em;
  font-size: 1.2em;
}

.div-block-75 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: flex;
}

.div-block-75._75dynamic {
  flex-direction: column;
  justify-content: flex-start;
  width: 65%;
  padding-bottom: 0;
  display: flex;
}

.div-block-75.nova75 {
  flex-direction: column;
  align-items: flex-start;
  padding: 2vw;
}

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

.div-block-77 {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.heading-3 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 400;
}

.plantas-wrapper {
  min-width: 100%;
  max-width: 100%;
}

.div-block-78 {
  text-align: right;
  width: 60%;
}

.div-planta {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  height: 100%;
  min-height: 100%;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block-42 {
  text-transform: uppercase;
  font-size: 20px;
}

.plantas-list {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.tabs-menu-3 {
  justify-content: flex-end;
  display: flex;
}

.tab-link-tab-1 {
  padding: 0;
}

.div-block-80 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-43 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.div-block-81 {
  border: 2px dashed red;
  margin: 10px;
  padding: 5px;
  display: none;
}

.div-block-83 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 4vw;
  margin-top: 1vw;
  display: flex;
}

.div-block-83._83none {
  display: flex;
}

.div-block-83._83none._83html {
  background-color: #0000;
  align-items: stretch;
  min-height: 4vw;
  padding-left: 0;
  padding-right: 0;
}

.div-block-83.mobile {
  display: block;
}

.contato {
  width: auto;
  max-width: 35px;
  margin-top: -2px;
  margin-right: -4px;
}

.div-block-84 {
  text-align: right;
  align-items: center;
}

.text-block-44 {
  color: var(--white);
  margin-bottom: 3px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.text-block-45 {
  color: var(--black);
  text-align: left;
  letter-spacing: .5px;
  justify-content: flex-end;
  width: 100%;
  margin-top: 0;
  margin-right: 10px;
  font-family: Amx, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.2vw;
  display: flex;
}

.div-block-85 {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.div-block-85._85-home {
  background-color: #fff;
  border-radius: 3px;
  justify-content: center;
  width: 100%;
  padding: 20px 0 0;
}

.div-block-85._85mobile {
  display: none;
}

.text-block-46 {
  text-align: justify;
  margin-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 13px;
  line-height: 15px;
  display: flex;
}

.link-block-7 {
  width: 100%;
}

.div-block-86 {
  align-items: center;
  display: flex;
}

.button-5 {
  text-align: center;
  text-transform: uppercase;
  background-color: #0b2849;
  width: 100%;
  margin-left: 5px;
  margin-right: 5px;
  padding: 15px;
}

.div-block-88 {
  flex-direction: row;
  align-items: center;
}

.collection-list-3 {
  display: flex;
}

.div-block-89 {
  z-index: 5;
  border: 1px solid #eaeaea;
  border-radius: 2px;
  flex-direction: column;
  justify-content: space-between;
  width: 65%;
  height: auto;
  margin-bottom: 4vw;
  display: flex;
  position: relative;
}

.div-block-89.mobile {
  display: none;
}

.div-block-89.desk {
  display: block;
}

.div-block-89.first89 {
  z-index: 0;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-height: 100%;
  margin-bottom: 0;
  margin-right: 1.5vw;
}

.div-block-89.first89.hide {
  display: none;
}

.text-block-47 {
  color: #383838;
  align-items: flex-start;
  font-family: Amx, sans-serif;
  font-size: 2.2vw;
  line-height: 2.5vw;
  display: inline-block;
}

.text-span-9 {
  font-family: Amx, sans-serif;
  font-size: 1vw;
  line-height: 1.2vw;
}

.div-block-90 {
  justify-content: center;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.text-block-48 {
  flex-direction: column;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  display: inline;
}

.div-block-91 {
  text-align: center;
}

.div-block-92 {
  z-index: 1;
  background-color: var(--black2);
  color: var(--white);
  border-bottom: 1px solid #eaeaea;
  border-radius: 3px 0 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 4em;
  padding: .3em;
  display: flex;
  position: relative;
}

.div-block-92.hotsiteblue {
  background-color: var(--midnight-blue-3);
}

.text-block-49 {
  margin-top: 2px;
  margin-left: 3px;
  font-size: 12px;
}

.text-block-49.mobile {
  display: none;
}

.text-block-49.desk {
  font-size: 11px;
  display: block;
}

.text-block-50 {
  color: var(--white);
  margin-left: 2px;
  font-size: 20px;
  font-weight: 200;
}

.text-block-50._50-2 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 15px;
}

.div-block-93 {
  color: var(--white-smoke);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .5vw 5px;
  font-weight: 400;
  display: flex;
}

.div-block-93._93mobile {
  width: 100%;
}

.text-block-51 {
  font-family: Amx, sans-serif;
  font-size: 1vw;
  display: inline-block;
}

.text-block-51._51mobile {
  color: var(--black);
}

.text-block-51.div-block-93.vaga {
  line-height: 1.2em;
}

.div-block-94 {
  width: 100%;
  padding: 1vw;
}

.heading-4 {
  font-size: 3.3em;
}

.heading-4.home {
  font-size: 2.6em;
}

.form-3 {
  flex-direction: column;
  display: flex;
}

.div-block-95 {
  width: 100%;
  margin-left: 20px;
  display: flex;
}

.div-block-95._95entrar {
  width: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block-96 {
  width: 100%;
  display: flex;
}

.collection-list-4 {
  grid-column-gap: 6px;
  grid-row-gap: 7px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-97 {
  width: 50%;
  margin-left: 5px;
}

.div-block-98 {
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  justify-content: center;
  align-items: flex-start;
  padding: 10px;
  display: flex;
}

.text-block-52 {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.text-block-53 {
  font-size: 9px;
  line-height: 15px;
}

.div-block-99 {
  background-color: var(--steel-blue);
  text-align: center;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  margin-bottom: 2px;
  padding: 10px;
}

.text-block-54 {
  color: #fff;
}

.div-block-100 {
  width: 30%;
  margin-left: 17px;
  display: flex;
}

.text-block-55 {
  font-size: 1.3em;
  line-height: .8em;
}

.collection-list-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-block-8 {
  border: 1px solid #b9b9b9;
  padding: 10px;
}

.link-block-9 {
  padding: 13px;
}

.collection-list-6 {
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.div-block-101 {
  background-color: var(--steel-blue);
  color: var(--white);
  border-radius: 3px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5px;
  display: flex;
  position: relative;
}

.text-block-56 {
  font-size: 15px;
  font-weight: 300;
  line-height: 15px;
}

.collection-item-5 {
  justify-content: center;
  align-items: center;
  width: 33.3%;
  height: 80px;
  padding: 3px;
  display: flex;
}

.text-block-57 {
  margin-top: -6px;
  font-size: 8px;
}

.collection-list-wrapper-2 {
  width: 100%;
}

.div-block-102 {
  z-index: 1;
  display: flex;
  position: relative;
}

.text-block-58 {
  z-index: 1;
  margin-top: 5px;
  font-size: 9px;
  position: relative;
}

.text-block-58.urgencia {
  display: none;
}

.div-block-103 {
  background-color: var(--indian-red);
  border-radius: 3px;
  padding: 5px;
  position: absolute;
  inset: 0%;
}

.div-block-104 {
  width: 100%;
  display: flex;
}

.image-13 {
  width: 2vw;
}

.div-block-105 {
  background-color: #39c190;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.div-block-106 {
  text-align: left;
  margin-right: 5px;
}

.div-block-107 {
  background-color: var(--midnight-blue-3);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.link-block-10 {
  height: 100%;
}

.div-block-108 {
  width: 70%;
}

.div-block-109 {
  background-color: var(--white);
  border-radius: 5px;
  width: 70em;
  margin-top: 150px;
  padding: 36px;
  box-shadow: 11px 11px 20px -20px #000;
}

.search-form-group {
  border-bottom: 1px solid #44565c33;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 10px 20px;
  display: flex;
}

.no-results-group {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 780px;
  padding: 30px 20px;
  display: flex;
}

.no-results-group.jetboost-list-wrapper-empty-x4q9 {
  justify-content: center;
}

.search-icon.none {
  opacity: 0;
}

.arrow-icon {
  margin-left: 10px;
}

.submit-button-2 {
  display: none;
}

.search-box {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.search-form {
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.no-result-icon {
  margin-right: 15px;
}

.collection-list-group {
  border-top: 1px solid #44565c33;
  width: 100%;
  padding: 20px 10px 10px;
  display: block;
}

.custom-browse-button {
  color: var(--black);
  background-color: #e6e6e6;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  padding: 18px 10px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.custom-browse-button:hover {
  background-color: #d8dbdd;
}

.custom-browse-button.w--current {
  color: var(--white);
  background-color: #7c7c7c;
}

.custom-browse-button.oportunidade {
  background-color: var(--indian-red);
  color: var(--white);
}

.custom-browse-button.status {
  background-color: var(--midnight-blue-3);
  color: var(--white);
}

.small-text {
  color: #646e70;
}

.small-text.cc-name {
  margin-left: 10px;
}

.left-information {
  align-items: center;
  font-size: 20px;
  display: flex;
}

.search {
  color: #44565c;
  border: 1px #000;
  width: 100%;
  height: 60px;
  margin-bottom: 0;
  padding: 0;
  font-size: 20px;
}

.search:focus {
  border-style: none;
}

.search::placeholder {
  color: #aebbbe;
  font-weight: 400;
}

.search.jetboost-list-search-input-x4q9 {
  width: 100%;
  height: 60px;
  font-size: 22px;
}

.collection-list-7 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-block-60 {
  color: #e6e6e6;
  align-items: center;
  margin-top: 10px;
  line-height: 1.5em;
  display: inline;
}

.text-span-10 {
  background-color: var(--midnight-blue-3);
  color: var(--white);
  text-align: center;
  letter-spacing: -.5px;
  text-transform: uppercase;
  border: 2px solid #fff;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 220px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 15px 10px;
  font-weight: 500;
  transition-property: background-color;
  display: flex;
}

.text-span-10:hover {
  background-color: var(--white);
  color: var(--midnight-blue-3);
}

.text-span-10.w--current {
  border-color: var(--midnight-blue-3);
  background-color: var(--white);
  color: var(--midnight-blue-3);
}

.link-block-11 {
  text-align: center;
  width: 80%;
}

.button-6 {
  text-transform: uppercase;
}

.div-block-110 {
  justify-content: center;
  width: 80%;
  margin-top: 15px;
  display: none;
}

.text-block-61 {
  letter-spacing: -.5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.div-block-111 {
  display: flex;
}

.link-block-12 {
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.link-block-12.buscaplanta {
  display: none;
}

.image-16 {
  max-height: 100%;
  position: absolute;
}

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

.lightboxplanta.html {
  display: none;
}

.imgplanta {
  border-radius: 5px;
  width: 100%;
  position: relative;
}

.imgplanta._17-plantas {
  position: relative;
}

.image-18 {
  opacity: .16;
  max-height: 100%;
  display: none;
  position: absolute;
}

.image-19 {
  background-color: #ffffffe6;
  border-top-left-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 2.5vw;
  margin-bottom: 1vw;
  margin-right: 1vw;
  padding: .5vw;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.div-perspectiva {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.div-perspectiva.planta {
  width: 100%;
  margin-top: 1vw;
  margin-bottom: 2vw;
}

.text-block-62 {
  color: var(--black);
  letter-spacing: .5px;
  text-transform: none;
  margin-left: .5vw;
  font-family: Amx, sans-serif;
  font-size: .8vw;
  line-height: 1.1em;
  display: inline;
}

.paragraph-20 {
  font-size: 1em;
}

.divlogoprel {
  z-index: 5;
  object-fit: contain;
  position: relative;
}

.div-block-113 {
  background-color: var(--midnight-blue-3);
  text-align: center;
  max-width: 83em;
  margin-bottom: 4em;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 15px;
}

.div-block-113.vizinhos {
  border-left: 1px solid var(--white);
  box-shadow: 4px 4px 0 0 var(--white);
  padding-top: 30px;
  padding-bottom: 30px;
}

.div-block-113._113invest {
  z-index: 4;
  box-shadow: 4px 4px 0 0 var(--midnight-blue-3);
  background-color: #13355f;
  padding-top: 0;
  padding-bottom: 30px;
  position: relative;
}

.text-block-63 {
  color: var(--white);
  text-transform: uppercase;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1.5em;
  display: flex;
}

.text-block-63._63invest {
  letter-spacing: -1px;
}

.text-block-63.titlevizinhos.vizinhosnone {
  display: none;
}

.containerhome {
  max-width: 70em;
}

.sectionhome {
  text-align: center;
  background-image: url('../images/pattern.png');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: contain;
  padding-bottom: 8em;
  padding-left: 2em;
  padding-right: 2em;
}

.section-5 {
  padding-top: 8em;
  padding-bottom: 8em;
}

.section-6 {
  background-color: var(--midnight-blue-3);
  width: 100%;
  max-width: 83em;
  margin: 1em 4em 5em;
  padding-bottom: 50px;
  padding-left: 2em;
  padding-right: 2em;
}

.div-block-114 {
  border-bottom: 3px solid var(--white);
  letter-spacing: -.5px;
  text-transform: uppercase;
  background-color: #13355f;
  margin-bottom: 30px;
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px;
  font-size: 11px;
  font-weight: 400;
}

.text-block-64 {
  color: var(--white);
  display: none;
}

.form-5 {
  background-color: #0000;
}

.form-block-3 {
  width: 100%;
}

.pagination-2 {
  display: none;
}

.filter_tag {
  background-color: var(--midnight-blue-3);
  color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 35px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: .5rem;
  padding: 10px;
  font-size: .85rem;
  font-weight: 500;
  display: flex;
  position: relative;
}

.filter_sort-by {
  border: 1px solid #dae4d8;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-width: 12rem;
  padding: .5rem 4rem .5rem 1.2rem;
  display: flex;
}

.filter_header {
  background-color: #fff;
  border: 1px solid #dae4d8;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  min-height: 4.5rem;
  padding: .5rem 1rem;
  display: flex;
  box-shadow: 3px 3px #e3e3e3;
}

.sort_field {
  color: #000;
  cursor: pointer;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 1rem 2rem 1rem 1.5rem;
  text-decoration: none;
  display: flex;
}

.sort_field.w--current {
  color: #3c7c43;
  background-color: #f4f9f4;
}

.dropdown_list.w--open {
  background-color: #fff;
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
}

.dropdown.drophome {
  display: block;
}

.dropdown_icon {
  margin-right: 1.2rem;
  font-size: 1rem;
}

.filter_tags-text {
  color: #8f8f8f;
  margin-right: 1rem;
}

.filter_tags-wrapper {
  flex-flow: wrap;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  place-content: start;
  align-items: center;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.filter_tag-remove {
  opacity: .5;
  filter: invert();
  cursor: pointer;
  border-radius: 999rem;
  flex-direction: column;
  width: 1.5rem;
  margin-left: 5px;
  padding: .25rem;
  display: flex;
}

.checkbox-4 {
  width: 15px;
  height: 15px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 5px;
}

.checkbox-label-2 {
  margin-bottom: 0;
}

.filter_empty {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.filter_empty-icon {
  width: 5rem;
  margin-bottom: .5rem;
}

.div-block-115 {
  background-color: #f2c705;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 15px;
  margin-top: -5px;
  margin-left: -37px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.text-block-65 {
  color: var(--white);
  font-size: 9px;
}

.div-block-116 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 100%;
  display: grid;
}

.div-block-116._116-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  margin-top: 15px;
  display: grid;
}

.div-block-117 {
  text-align: center;
  width: 40px;
  margin-right: 10px;
}

.background-reveal-2 {
  z-index: 2;
  background-color: #fff;
  display: none;
  position: absolute;
  inset: 0%;
}

.checkbox3 {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1em;
}

.nonezona {
  display: none;
}

.link {
  color: var(--white);
  text-decoration: underline;
}

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

.navcontact.navads {
  flex-direction: column;
}

.whats {
  background-color: #21c38e;
}

.text-block-66 {
  color: var(--white);
}

.paragraph-21 {
  font-size: 13px;
  line-height: 1.2em;
}

.paragraph-21.email {
  font-size: 11px;
}

.text-block-68 {
  color: #8d8d8d;
  letter-spacing: -.5px;
  text-transform: uppercase;
  margin-right: 8px;
  font-size: 10px;
}

.div-block-120 {
  border-top: 1px dashed #b6b6b6;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1vw;
  display: flex;
  position: relative;
}

.div-block-120._120tel {
  -webkit-text-fill-color: inherit;
  background-color: #eee;
  background-clip: border-box;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding: 1vw;
}

.div-block-120._120tel._120html {
  display: none;
}

.div-block-120.whats {
  width: 65px;
}

.div-block-120.whats._120html {
  display: flex;
}

.div-block-120.whats.whiteline {
  border-left: 2px solid #fffcd4;
  display: none;
}

.div-block-120._120valores {
  width: 20%;
}

.div-block-120._120-2 {
  border: 1px solid #cbcbcb;
}

.div-block-121 {
  background-color: var(--steel-blue);
  border-radius: 0 5px 5px 0;
  justify-content: center;
  align-items: center;
  width: 30%;
  margin: -10px -10px -10px 10px;
  padding: 10px;
  display: flex;
}

.div-block-121._121whats {
  background-color: #21c38e;
  justify-content: center;
  align-items: center;
}

.div-block-121._121map {
  background-color: #2398ff;
}

.div-block-121._121search {
  background-color: var(--midnight-blue-2);
}

.paragraph-22 {
  font-size: 21px;
  line-height: 1.1em;
}

.paragraph-22._22search {
  text-transform: uppercase;
  font-size: 16px;
}

._011 {
  font-size: 15px;
}

.image-22 {
  width: 20px;
}

.clique {
  margin-left: 4px;
  font-size: 9px;
}

.div-block-122 {
  background-color: #f9f9f9;
  border: 1px solid #e4e4e4;
  padding: 11px;
}

.div-block-123 {
  flex-direction: column;
  justify-content: center;
  width: 70%;
  display: flex;
}

.nav-contact-menu {
  z-index: 10;
  background-color: var(--white);
  border-bottom: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  width: 300px;
  max-height: 500px;
  margin-top: 5em;
  padding: 2.1em 1.5em;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: auto;
}

.div-block-124 {
  padding: 30px 58px 58px;
}

.div-block-125, .text-span-11 {
  display: none;
}

.div-block-126 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 50px;
  display: none;
}

.div-block-127 {
  flex-direction: column;
  display: flex;
}

.linktipo {
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 500;
}

.linkzona {
  align-items: center;
  margin-top: 3px;
  display: flex;
}

.text-block-69 {
  color: var(--white);
  text-align: left;
  font-size: 14px;
  line-height: 1.2em;
}

.heading-5 {
  color: var(--white);
  text-align: center;
  letter-spacing: -1px;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2em;
}

.div-block-128 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.image-23 {
  width: 40px;
  margin: 130px -10px -40px 50px;
}

.div-block-129 {
  border-bottom: 1px solid var(--white);
  border-left: 1px solid var(--white);
  margin-left: -118px;
}

.button-7 {
  text-align: center;
  letter-spacing: -1px;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 30px 45px;
  font-size: 25px;
}

.button-7.realbtn7 {
  display: none;
}

.div-block-130 {
  flex-direction: column;
  margin-bottom: -34px;
  margin-left: 43px;
  display: flex;
}

.text-span-12 {
  border: 1px solid var(--white);
  margin-top: 0;
  margin-left: 7px;
  padding: 2px 10px;
  display: inline-block;
}

.div-block-131 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-13 {
  z-index: 5;
  position: absolute;
  inset: 0%;
}

.link-block-13.hide13 {
  display: none;
}

.div-block-132 {
  z-index: 100;
  background-color: var(--midnight-blue-3);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.top {
  background-color: var(--black);
  background-image: url('../images/Pattern_1.png');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 10rem;
  padding: 1.5rem;
  display: flex;
  position: relative;
}

.text-block-70 {
  color: #999;
  margin-left: 5px;
  font-weight: 500;
}

.email_container {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.title {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1em;
}

.subscriber {
  grid-column-gap: .5rem;
  align-items: center;
  display: flex;
}

.form_success-text {
  text-align: center;
  font-weight: 500;
  line-height: 1.2em;
}

.close_button {
  z-index: 10;
  margin-top: -4.2rem;
  margin-right: -34px;
  padding: 15px;
  position: absolute;
  inset: 1.5rem 1.5rem auto auto;
}

.close_button.close2 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 32rem;
  margin-top: 0;
  margin-right: 0;
  padding: 9px;
  display: none;
  position: static;
}

.newsletter_description {
  color: #000;
  text-align: left;
  letter-spacing: -.8px;
  max-width: 26.25rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2em;
}

.form-wrapper-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.subscriber_testimonial {
  color: #747474;
  text-align: center;
  max-width: 26rem;
  margin-top: .75rem;
  font-weight: 500;
}

.subscriber_name {
  font-weight: 600;
}

.bottom {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  padding: .5rem 1.5rem 1.5rem;
  display: flex;
}

.form_error-message {
  color: #e72f3c;
  background-color: #e72f3c1a;
  border-left: .125rem solid #e72f3c;
  border-radius: .5rem;
  margin-top: .5rem;
  padding: .5rem 1.5rem;
  font-size: .875rem;
  font-weight: 600;
}

.avatar {
  border-radius: 100vh;
  width: 3.75rem;
  height: 3.75rem;
}

.form-6 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: flex;
}

.form_error-text {
  font-weight: 500;
}

.subscriber_container {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.form_input-2 {
  color: #747474;
  background-color: #9696961a;
  border: .125rem solid #e9f0f1;
  border-radius: 3px;
  width: 80%;
  height: 3.25rem;
  margin-bottom: 5px;
  padding: .5rem;
  font-size: 1rem;
  font-weight: 400;
  transition: background-color .25s, border-color .25s;
}

.form_input-2:focus {
  border-color: #dae5e7;
}

.form_input-2::placeholder {
  color: #0b0b1f80;
}

.form_success-message {
  text-align: left;
  background-color: #e9f0f1;
  border-radius: .5rem;
  width: 80%;
  padding: 3.3rem;
  font-size: .875rem;
  font-weight: 600;
}

.subscriber_job {
  color: #747474;
  font-weight: 500;
}

.button-8 {
  background-color: var(--steel-blue);
  color: #fff;
  text-align: center;
  letter-spacing: -.5px;
  text-transform: uppercase;
  border-radius: 3px;
  width: 100%;
  padding: 1.7rem 1.5rem;
  font-size: 15px;
  font-weight: 400;
  display: block;
}

.newsletter_card {
  z-index: 101;
  box-shadow: 7px 6px 0 -3px var(--black);
  border-left: 1px solid #000;
  border-top-left-radius: 5px;
  flex-direction: column;
  width: 100%;
  max-width: 32rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.image-24 {
  width: 75px;
  height: 75px;
}

.image-24._24-2 {
  width: 50px;
  height: 50px;
  margin-right: 5px;
}

.div-block-133 {
  justify-content: flex-start;
  align-items: stretch;
  width: 90%;
  margin-bottom: 5px;
  display: flex;
}

.div-block-133.last133 {
  margin-bottom: 10px;
}

.div-block-134 {
  background-color: var(--steel-blue);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  margin-top: 10px;
  display: flex;
}

.div-block-135 {
  padding: 10px 5px;
}

.destaq {
  color: var(--midnight-blue-3);
  font-weight: 500;
  text-decoration: underline;
}

.text-block-71 {
  color: #727272;
  margin-top: 5px;
}

.div-block-136 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-25 {
  border: 1px solid #fff;
  border-radius: 10px;
  width: 100px;
  margin-right: 15px;
}

.div-block-137 {
  opacity: 1;
  background-color: #ffffffdb;
  flex-direction: column;
  justify-content: flex-start;
  padding: 60px 15px 50px;
  display: block;
}

.div-block-138 {
  background-image: url('../images/112-1128188_the-color-wheel-adobe-color-wheel-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-left: 5px;
  padding: 20px;
  display: flex;
  position: relative;
}

.div-block-139 {
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.image-26 {
  width: 35px;
  margin-top: -4px;
}

.image-27 {
  width: 2.5vw;
  margin-top: -1px;
  margin-left: 2px;
}

.div-block-140 {
  background-color: #1e1e1e;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 10px 6px;
}

.div-block-140._140ads {
  border: .1vw solid var(--white);
  background-color: var(--black);
  padding: .8vw .5vw;
}

.div-block-141 {
  border-style: solid solid solid none;
  border-width: 1px;
  border-color: var(--white);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.text-block-72 {
  color: var(--white);
  margin-top: 10px;
  font-size: 15px;
}

.div-block-142 {
  justify-content: center;
  align-items: center;
  width: 80%;
  padding: 6px;
  display: flex;
}

.image-28 {
  width: 25px;
}

.text-block-73 {
  color: #ffe100;
  text-align: center;
  letter-spacing: -.5px;
  text-transform: uppercase;
  margin-top: -28px;
  font-size: 14px;
  line-height: 1.1em;
  display: inline-block;
}

.image-29 {
  width: 30px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.div-block-143 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 80%;
  display: flex;
}

.div-block-144 {
  display: flex;
}

.div-block-145 {
  background-color: #5bb967;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-top: 5px;
  display: flex;
  overflow: hidden;
}

.image-30 {
  width: 50px;
}

.link-block-14 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.div-block-146 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-74 {
  color: var(--white);
  text-align: center;
}

.img-preloader {
  width: 50px;
}

.div-block-147._147produto {
  margin-top: -15px;
  margin-bottom: 0;
  padding-top: 1.5vw;
}

.div-block-147._147produto.home {
  padding-top: 1vw;
}

.div-block-148 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.button-9 {
  color: var(--black);
  letter-spacing: 1.1px;
  text-transform: uppercase;
  background-color: #0000;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2em;
}

.div-block-149 {
  width: 50%;
}

.div-block-150 {
  text-align: center;
  width: 50%;
}

.section-7 {
  justify-content: center;
  align-items: center;
  padding: 50px 15px;
}

.div-block-151 {
  text-align: center;
}

.heading-6 {
  font-size: 2em;
}

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

.text-block-75 {
  font-size: 15px;
  line-height: 1.2em;
}

.columns-2 {
  display: flex;
}

.div-block-152 {
  justify-content: center;
  align-items: flex-start;
  margin-top: 50px;
  display: flex;
}

.div-block-153 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-154 {
  width: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-155 {
  justify-content: center;
  align-items: stretch;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.heading-7 {
  font-size: 1.5em;
}

.html-embed-3 {
  width: 50%;
}

.h2search1 {
  letter-spacing: .5px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
}

.h2search2 {
  color: var(--white);
  font-size: 1em;
  font-weight: 300;
}

.div-block-156 {
  background-color: #db3333;
  border-radius: 3px;
  width: 100%;
  margin-top: 1vw;
  margin-left: auto;
  margin-right: auto;
  padding: 1vw;
  display: flex;
}

.div-block-156._156form {
  background-color: #db3333;
  border-style: none;
  max-width: 75vw;
  padding: 4vw;
}

.div-block-156._156form.bannermobile.sidebar {
  border-radius: 5px;
  margin-top: 1vw;
  padding: 1vw;
  display: flex;
}

.div-block-156.mobile {
  margin-top: 0;
  display: none;
}

.sobre {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-size: 2em;
}

.rich-text-block {
  color: var(--white);
  text-align: justify;
  width: 90%;
  font-size: .9vw;
  line-height: 1.4vw;
}

.image-32 {
  width: 50px;
  min-width: 50px;
  margin-left: 10px;
}

.div-block-157 {
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.div-block-158 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.linksfooter {
  margin-bottom: 50px;
}

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

.heading-8 {
  color: var(--white);
  text-align: left;
  margin-bottom: 0;
  font-size: 1.2em;
}

.heading-9 {
  text-align: left;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 200;
}

.div-block-159 {
  text-align: left;
}

.div-block-160 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 20px;
  display: flex;
}

.link-block-15 {
  color: var(--white);
  justify-content: center;
  align-items: flex-start;
  margin-top: 5px;
  padding-top: 5px;
  padding-left: 15px;
  display: flex;
}

.link-block-15.w--current {
  color: #ffd106;
}

.div-block-161 {
  border-bottom: 1px solid #ffffff8a;
  border-left: 1px solid #ffffff8a;
  width: 11px;
  height: 13px;
  margin-right: 5px;
}

.link-block-16 {
  margin-bottom: 5px;
}

.text-block-76 {
  color: #94cdff;
}

.div-block-162 {
  opacity: 0;
  border: 1px solid #ffffff69;
  margin-top: 10px;
  padding: 5px;
  display: block;
}

.div-block-163 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 6em;
  display: flex;
}

.image-33 {
  width: 150px;
  margin-left: 20px;
}

.text-block-77 {
  color: var(--white);
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
  font-weight: 300;
}

.text-block-78 {
  color: var(--white);
  border: 1px solid #ffffff75;
  border-radius: 3px;
  margin-bottom: 5px;
  margin-right: 7px;
  padding: 6px;
}

.div-block-164 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-right: -10px;
  display: flex;
}

.html-embed-5 {
  display: none;
}

.div-block-165 {
  width: 100%;
  margin-top: 15px;
  padding-left: 20px;
}

.div-block-166 {
  box-shadow: none;
  background-color: #c8edf8;
  border: 1px solid #ccc;
  border-radius: 5px;
  justify-content: center;
  width: 100%;
  max-width: 80vw;
  margin: 1em auto 4em;
  padding: 50px 30px;
  display: flex;
}

.div-block-166.lancamento {
  background-color: #acebf0;
  flex-direction: column;
  align-items: center;
  max-width: 75vw;
  margin-top: 5vw;
  margin-bottom: 5vw;
}

.form-field-2 {
  z-index: 1;
  border: 1px solid var(--light-grey);
  background-color: var(--white);
  height: 4vw;
  margin-bottom: 1vw;
  padding-top: 11px;
  padding-left: 1vw;
  font-family: Amx, sans-serif;
  font-size: 1.2vw;
  position: relative;
}

.form-field-2:focus {
  border-color: #000;
}

.form-field-2::placeholder {
  color: #a0a0a0;
}

.form-field-2.select-field {
  padding-top: 8px;
}

.form-field-2.select-field.wide {
  color: var(--midnight-blue);
  cursor: pointer;
  border-radius: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  line-height: 35px;
}

.form-caption {
  text-align: center;
  font-size: 13px;
}

.form-7 {
  height: 100%;
}

.form-7.form7home {
  padding-top: 0;
  padding-bottom: 1vw;
}

.field-wrap {
  height: 100%;
}

.field-wrap.fieldtab {
  border-top: 1px solid #dcdcdd;
}

.field-wrap.fieldtab.solicitacao {
  border: 1px solid #dcdcdd;
  padding: 4vw 1vw 1vw;
}

.field-wrap.fieldtab.solicitacao.solicitacaoproduto {
  color: #2c2c2c;
  background-color: #0000;
  border-style: none;
  margin-top: 2.3vw;
  margin-bottom: 1vw;
}

.field-wrap.fieldtab.solicitacao.solicitacaoproduto.home {
  margin-top: 3vw;
  padding-top: 2.5vw;
  padding-bottom: 1.5vw;
}

.field-wrap.fieldtab.solicitacao.fim {
  padding-top: 1.5vw;
  padding-bottom: .5vw;
}

.field-wrap.fieldtab.solicitacao.fim.fimplanta {
  padding-top: 1vw;
}

.field-wrap.fieldtab.solicitacao.home {
  background-color: var(--white);
  border-style: none;
  padding-top: 1vw;
}

.field-wrap.fieldtab.tabproduto {
  margin-top: 2.5vw;
  margin-bottom: .5vw;
}

.field-wrap.fieldtab.plantasbox {
  border-top-style: none;
}

.field-wrap.fieldrange {
  padding-left: 4px;
  padding-right: 5px;
}

.field-wrap.home {
  padding-left: 1vw;
  padding-right: 1vw;
}

.field-wrap.fields {
  height: auto;
  margin-bottom: 1.5vw;
  position: relative;
}

.field-wrap.fields.lastwrap {
  margin-bottom: 1vw;
}

.field-wrap.zindex {
  z-index: 100;
  padding-top: 2em;
  position: relative;
}

.form-field-label {
  z-index: 10;
  justify-content: center;
  align-items: center;
  margin-bottom: 1vw;
  display: flex;
}

.form-field-label.whats {
  background-color: var(--white);
  color: #00b339;
  margin-top: -1vw;
  margin-left: .5vw;
  padding: .3vw .3vw 0;
  position: absolute;
}

.form-field-label.backgroundform {
  background-color: #0000;
  padding-left: 3px;
}

.form-field-label.desejo {
  background-color: #0000;
  margin-top: -22px;
  margin-left: 0;
  inset: 0% 0% auto;
}

.form-field-label.desejo.planta {
  margin-top: 0;
  position: static;
}

.form-field-label.labelhome {
  border: 1px solid var(--light-grey);
}

.form-field-label.label-plantas {
  margin-bottom: 2vw;
}

.submit-button-3 {
  color: var(--white);
  letter-spacing: .2px;
  text-transform: uppercase;
  background-color: #2d72af;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 170px;
  height: 4.5vw;
  margin-top: .8vw;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Amx, sans-serif;
  font-size: 1.2vw;
  font-weight: 500;
  transition: filter .2s;
  display: flex;
}

.submit-button-3:hover {
  filter: brightness(96%);
}

.submit-button-3.button3home {
  box-shadow: 2px 2px 0 0 var(--black);
  color: var(--black);
  background-color: #ffc947;
  font-family: Amx, sans-serif;
  font-weight: 400;
}

.component-wrap {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.form-heading-2 {
  margin-top: 0;
  margin-bottom: 25px;
}

.form-wrap-2 {
  max-width: 35vw;
  height: 100%;
  margin-bottom: 0;
}

.form-wrap-2.formhome {
  width: 65%;
  display: block;
  position: relative;
  overflow: hidden;
}

.form-wrap-2.wrap-plantas {
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  max-width: 100%;
  margin-top: 2vw;
  margin-left: 0;
  padding-top: 2vw;
  padding-bottom: 0;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.form-wrap-2.wrap-plantas.mobile {
  margin-top: 4vw;
  display: none;
}

.form-wrap-2.wrap-plantas.desk {
  padding-bottom: 6vw;
}

.comp-pane.right-2 {
  z-index: 50;
  box-shadow: none;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-start;
  width: 450px;
  height: auto;
  padding: 0;
  display: flex;
  position: relative;
}

.comp-pane.right-2.hideform {
  display: none;
}

.comp-pane.left {
  width: 50%;
}

.comp-pane.right {
  z-index: 50;
  background-color: #fff;
  border-radius: 10px;
  height: auto;
  padding: 50px;
  position: relative;
  box-shadow: 0 7px 30px #00000021;
}

.comp-pane.left {
  background-image: url('../images/taxi-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.abstract-1 {
  z-index: 1;
  background-image: url('../images/Path-3--Path-3--Path-3--Path-3--Path-3--Path-3--Path-3-Mask.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100px;
  height: 100px;
  position: absolute;
  inset: auto -4% -6% auto;
}

.tabform {
  opacity: .7;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 700;
  display: flex;
}

.tabform.w--current {
  background-color: var(--white);
  opacity: 1;
  border-radius: 5px;
  box-shadow: 1px 1px 3px #000;
}

.tabs-menu-4 {
  justify-content: center;
  align-items: stretch;
  margin-bottom: 30px;
  display: flex;
}

.tab-image {
  width: 44px;
  margin-right: 5px;
}

.tab-image-2 {
  width: 44px;
  margin-right: 12px;
}

.checkbox-label-3 {
  margin-bottom: 0;
  margin-left: 5px;
  font-weight: 700;
}

.checkbox-5 {
  opacity: .57;
  width: 25px;
  height: 25px;
  margin-top: 0;
}

.checkbox-field-4 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-rangeslider_form {
  width: 100%;
  max-width: 720px;
  margin-bottom: 0;
}

.fs-rangeslider_wrapper {
  align-items: center;
  margin-top: 4px;
  margin-bottom: 30px;
  padding-top: 1rem;
  padding-bottom: 0;
  font-size: 1.5rem;
  display: block;
  position: relative;
}

.fs-rangeslider_track {
  background-color: #5d5d5d;
  border-radius: 999rem;
  height: 1rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.fs-rangeslider_handle {
  z-index: 1;
  cursor: grab;
  background-color: #5c2aff;
  border-radius: 100rem;
  flex: none;
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 1px 1px 12px #0003;
}

.fs-rangeslider_handle:focus {
  background-color: #5c2aff;
}

.fs-rangeslider_handle.is-pink {
  background-color: #2fbaf3;
  width: 2rem;
  height: 2rem;
  margin-left: 15px;
}

.fs-rangeslider_fill {
  background-color: #835dff;
  background-image: linear-gradient(270deg, var(--steel-blue), #2eb8f2);
  border-radius: 999px;
  width: 20%;
  height: 100%;
  position: absolute;
}

.fs-rangeslider_input {
  display: none;
}

.fs-range_values {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 2.5rem;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
  font-weight: 700;
  display: flex;
}

.fs-range_values-2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 2.5rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.fs-rangeslider_handle-value {
  text-align: left;
  width: 4rem;
  margin-bottom: -18px;
  margin-left: 6px;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  inset: auto auto 0% 0%;
}

.tabs-content-3 {
  overflow: visible;
}

.heading-10 {
  color: #007c9e;
  letter-spacing: -2px;
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2em;
}

.image-34 {
  z-index: 10;
  width: 1.4vw;
  margin-top: -2px;
  margin-left: 2px;
}

.field-label-2 {
  color: #292929;
  letter-spacing: -.2px;
  margin-bottom: 0;
  font-size: 1.1vw;
  font-weight: 500;
}

.field-label-2.whats-text {
  color: #21c38e;
  font-family: Amx, sans-serif;
  font-size: 1vw;
}

.left-content {
  width: 100%;
  padding-right: 10%;
}

.left-content.sidebar {
  padding-right: 0%;
}

.section-header {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 1vw;
  font-family: Amx, sans-serif;
  font-size: 2.5vw;
  font-weight: 700;
  line-height: 1.2em;
}

.section-header.sidebar {
  margin-bottom: .5vw;
  font-size: 1.5vw;
}

.body-paragraph {
  color: #363636;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3em;
  position: relative;
}

.body-paragraph.p-1 {
  color: var(--white);
  font-family: Amx, sans-serif;
  font-size: 1.4vw;
  line-height: 1.8vw;
}

.body-paragraph.p-1.hide-paragraph {
  display: block;
}

.service-features {
  border-top: 1px solid #0000001f;
  margin-top: 30px;
  padding-top: 30px;
}

.service-features.features-desk {
  display: block;
}

.service-features.features-mobile {
  display: none;
}

.small-header {
  color: #000;
  margin-bottom: 25px;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.2em;
}

.check-holder {
  align-items: center;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.check-icon {
  margin-right: 10px;
}

.cta {
  letter-spacing: .3px;
  background-color: #0f0f0f;
  border-radius: 200px;
  margin-top: 31px;
  margin-left: 0;
  margin-right: 0;
  padding: 13px 34px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: all .15s;
  display: inline-block;
}

.cta:hover {
  background-color: #000;
  transform: translate(0, -2px);
}

.field-label-3 {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #dcdcdd;
  margin-bottom: 0;
  padding: .5vw 1vw;
  font-family: Amx, sans-serif;
  font-size: 1.3vw;
  font-weight: 500;
  line-height: 1.5em;
}

.field-label-3.labelsolicitacao {
  color: var(--white);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  background-color: #2f2f2f;
  padding-top: 4px;
  padding-bottom: 1px;
  font-size: 11px;
  line-height: 1.2em;
}

.field-label-3.labelsolicitacao.planta {
  letter-spacing: .8px;
  background-color: #2d72af;
  flex: 1;
  padding: .5vw;
  font-size: 1.5vw;
  line-height: 1.3em;
}

.field-label-3.labelhome {
  letter-spacing: 0;
  text-transform: uppercase;
  flex: 0 auto;
  padding: .5vw;
  font-family: Amx, sans-serif;
  font-size: 1.1vw;
}

.text-block-79 {
  font-size: 16px;
  line-height: 1.2em;
}

.text-span-13 {
  text-decoration: none;
}

.form-field-3 {
  z-index: 1;
  background-color: #0000;
  border: 1px solid #dcdcdd;
  height: 50px;
  min-height: 50px;
  padding-top: 11px;
  position: relative;
}

.form-field-3:focus {
  border-color: #000;
}

.form-field-3::placeholder {
  color: #a0a0a0;
}

.form-field-3.select-field {
  padding-top: 8px;
}

.form-field-3.select-field.wide {
  cursor: pointer;
  border-radius: 0;
  line-height: 35px;
}

.form-component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  overflow: hidden;
}

.form-field-label-2 {
  z-index: 10;
  background-color: #fff;
  margin-top: -9px;
  margin-left: 10px;
  padding: 1px 10px;
  line-height: 14px;
  display: inline-block;
  position: absolute;
}

.submit-button-4 {
  color: #000;
  background-color: #ffd000;
  border-radius: 30px;
  min-width: 170px;
  height: 50px;
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  transition: filter .2s;
}

.submit-button-4:hover {
  filter: brightness(96%);
}

.text-block-80 {
  margin-bottom: 20px;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.2em;
}

.text-block-81 {
  color: var(--black);
  text-align: center;
  letter-spacing: 1px;
  margin-top: 5px;
  font-family: Amx, sans-serif;
  font-size: 1vw;
  line-height: 1.2vw;
}

.div-block-167 {
  display: block;
}

.div-block-168 {
  z-index: 999;
  opacity: 1;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 75vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2vw;
  display: flex;
}

.div-block-169 {
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-170 {
  padding-bottom: 2vw;
  overflow: auto;
}

.div-block-170._170mobile {
  display: none;
}

.div-block-170._170desk {
  flex-direction: column;
  align-items: stretch;
  width: 49%;
  padding: 0 0 0 1vw;
}

.div-block-171 {
  background-color: var(--white-smoke);
  align-items: flex-start;
  width: 28vw;
  height: 100vh;
  padding: 0;
  display: block;
  position: relative;
  inset: 0% 0% 0% auto;
}

.div-block-172 {
  z-index: 998;
  color: var(--white);
  text-align: center;
  background-color: #2f2f2f;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 4.5vw;
  padding: 15px 21px;
  font-size: 1.5vw;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.div-block-172._172html {
  font-family: Amx, sans-serif;
  display: none;
}

.titlemodal {
  z-index: 100;
  background-color: var(--midnight-blue-3);
  color: var(--white);
  height: 50px;
  margin-top: 0;
  padding: 10px;
  position: absolute;
  inset: 0% 0% auto;
}

.slide-nav-2 {
  display: none;
}

.formulariomolde, .formulariomolde.moldehome {
  height: 100%;
}

.formulariomolde.moldefim-planta {
  margin-bottom: 0;
}

.field-label-4 {
  z-index: 1;
  color: #0000004d;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  transition: background-color .3s, font-size .3s, color .3s, top .3s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
  position: relative;
  top: 0;
}

.radio-button-field-2 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 9.5vw;
  display: flex;
  position: relative;
}

.radio-button-field-2.sol {
  width: 48%;
}

.radio-button-field-2.sol.precos {
  background-color: #f8fafb;
  padding-left: 0;
}

.radio-button-field-2.todas {
  width: 100%;
  height: 5vw;
  margin-top: .5em;
  padding-left: 0;
}

.text-area-2 {
  color: #7f58e2;
  background-color: #0000;
  border: 2px solid #0000000d;
  border-radius: 10px;
  height: 100%;
  min-height: 240px;
  padding-top: 12px;
  padding-left: 20px;
  padding-right: 50px;
  font-size: 16px;
  font-weight: 700;
  transition: border-color .3s;
  position: relative;
  inset: 0%;
}

.text-area-2:hover {
  border-color: #00000026;
  display: block;
}

.text-area-2:focus {
  border-color: #7f58e280;
}

.checkbox-6 {
  border-width: 2px;
  border-color: #0000000d;
  border-radius: 7px;
  flex: none;
  width: 30px;
  height: 30px;
  margin-top: 0;
  margin-right: 15px;
  transition: background-color .3s cubic-bezier(.25, .46, .45, .94), border-color .3s;
}

.checkbox-6:hover {
  border-color: #00000026;
}

.checkbox-6.w--redirected-checked {
  background-color: #7f58e24d;
  background-image: url('../images/done-violet.svg');
  background-size: 16px;
  border-color: #7f58e280;
}

.checkbox-6.w--redirected-focus {
  box-shadow: none;
  border-color: #7f58e280;
}

.text-area-wrapper-2 {
  text-align: left;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-height: 120px;
  margin-bottom: 20px;
  padding-left: 2px;
  padding-right: 2px;
  display: flex;
  position: relative;
}

.form-button-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #7f58e2;
  border-radius: 10px;
  width: 100%;
  min-height: 70px;
  padding: 20px 30px;
  font-size: 18px;
  font-weight: 700;
  transition: letter-spacing .3s, box-shadow .4s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
  position: absolute;
  inset: auto 0% 20px;
}

.form-button-2:hover {
  letter-spacing: 3px;
  background-color: #9775ee;
  box-shadow: 0 20px 30px -11px #7f58e299;
}

.form-button-2:active, .form-button-2:focus {
  border: 1px #000;
}

.text-field-wrapper-2 {
  text-align: left;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding: 19px 2px 15px;
  display: flex;
  position: relative;
}

.text-field-wrapper-2.half {
  width: 48%;
}

.text-field-wrapper-2.third {
  width: 31%;
}

.text-field-3 {
  color: #7f58e2;
  background-color: #0000;
  border: 2px solid #0000000d;
  border-radius: 10px;
  min-height: 60px;
  padding-left: 20px;
  padding-right: 50px;
  font-size: 16px;
  font-weight: 700;
  transition: border-color .3s;
  position: absolute;
  inset: 0%;
}

.text-field-3:hover {
  border-color: #00000026;
  display: block;
}

.text-field-3:focus {
  border-color: #7f58e280;
}

.form-label-3 {
  width: 100%;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

.form-next-2 {
  background-color: var(--steel-blue);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 48%;
  min-height: 50px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  position: static;
}

.form-next-2:active {
  border: 1px #000;
}

.form-next-2.backform {
  display: none;
}

.area-label-2 {
  z-index: 1;
  color: #0000004d;
  background-color: #fff;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 600;
  transition: font-size .3s, color .3s, top .3s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
  position: absolute;
  top: 10px;
}

.form-heading-3 {
  width: 100%;
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 900;
}

.text-block-82 {
  letter-spacing: 1.2px;
}

.backbutton {
  display: none;
  position: static;
}

.div-block-173 {
  border: 1px solid #dcdcdd;
  padding: 10px;
}

.div-block-173.off {
  display: block;
}

.div-block-173._173produto {
  padding-bottom: 0;
}

.div-block-174 {
  align-items: center;
  margin-left: 5px;
  padding: 5px;
  display: inline-block;
}

.image-35 {
  width: 17px;
  margin-right: 7px;
}

.image-35._35off {
  opacity: .28;
}

.image-35._35last {
  margin-right: 0;
}

.text-block-83 {
  margin-top: 10px;
  font-family: Amx, sans-serif;
  font-size: 14px;
  line-height: 1.2em;
}

.div-block-175 {
  background-color: #ffb0b2;
  justify-content: center;
  align-items: center;
  margin-top: -10px;
  margin-left: -10px;
  margin-right: -10px;
  padding: 5px 10px;
  display: flex;
}

.div-block-175.morno {
  background-color: #fee6e7;
}

.div-block-175.morno0 {
  background-color: #fef0b2;
}

.div-block-175.morno0.morno00 {
  background-color: #fffee6;
}

.text-block-84 {
  margin-top: 5px;
  font-family: Amx, sans-serif;
  font-weight: 700;
}

.div-block-176 {
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
  position: static;
  overflow: hidden;
}

.checkbox-ticker {
  z-index: 0;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0;
}

.collaborate-form-step {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #0000001a;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 50px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 0 75px;
  display: flex;
  position: relative;
}

.checkbox-active-overlay {
  z-index: 2;
  opacity: 0;
  background-color: #edeff0;
  background-image: url('../images/checked.png');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 25px;
  border: 2px solid #6c33da;
  border-radius: 10px;
  height: auto;
  margin: -2px;
  position: absolute;
  inset: 0;
}

.checkbox-active-overlay.square-overlay {
  background-position: 50%;
  background-size: 20px;
  border-radius: 5px;
}

.step-paginator {
  background-color: #0000;
  height: 100%;
  padding-bottom: 4.5vw;
  position: relative;
}

.step-paginator.paginatorhome {
  display: block;
  overflow: hidden;
}

.step-paginator.paginator-planta {
  position: static;
}

.previous {
  z-index: 1;
  background-color: var(--light-grey);
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin: 0 auto 0 0;
  padding-left: 3px;
  font-family: Amx, sans-serif;
  font-size: 1.5vw;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.previous.previousstatic {
  display: none;
}

.previous.planta {
  border-bottom-left-radius: 5px;
}

.step-counter {
  color: #00000059;
  margin-bottom: 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.checkbox-wrapper {
  z-index: 1;
  background-color: #e1e4e940;
  background-image: url('../images/unchecked.png');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 25px;
  border: 2px solid #cbced2;
  border-radius: 10px;
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  transition: border-color .2s ease-in;
  display: block;
  position: relative;
}

.checkbox-wrapper:hover {
  border-color: #0000004d;
}

.checkbox-wrapper:active {
  transform: scale(1.02);
}

.checkbox-wrapper.checkbox-square {
  background-position: 50%;
  background-size: 20px;
  border-radius: 5px;
  flex: none;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 10px;
}

.form-title-line {
  background-color: #000;
  border-radius: 3px;
  width: 25px;
  height: 4px;
  margin: 25px auto 50px;
  display: block;
}

.step {
  flex-wrap: wrap;
  height: 100%;
  padding-left: 4px;
  padding-right: 4px;
}

.step.last {
  margin-bottom: 5vw;
}

.checkbox-label-4 {
  z-index: 3;
  opacity: .45;
  text-align: right;
  letter-spacing: 0;
  text-transform: none;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 55px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 1.1em;
  line-height: 1em;
  display: flex;
  position: absolute;
  inset: 0;
}

.checkbox-label-4.no-label {
  padding-left: 0;
  padding-right: 0;
}

.next-button-2 {
  z-index: 100;
  background-color: var(--steel-blue);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 4.5vw;
  font-family: Amx, sans-serif;
  font-size: 1.5vw;
  line-height: 1.1em;
  transition: background-color .2s ease-in;
  display: flex;
  position: relative;
}

.field {
  color: #6c33da;
  text-align: left;
  background-color: #e1e4e940;
  border: 2px solid #cbced2;
  border-radius: 10px;
  height: auto;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 15px 25px;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.5em;
  transition: border .2s ease-in;
}

.field:focus {
  border-color: #6c33da;
  font-weight: 600;
}

.previous-button-2 {
  color: #4b4b4b;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  border-bottom: 1px dashed #0006;
  flex: none;
  align-self: center;
  padding: 5px 0;
  font-size: 1.5vw;
  line-height: 1.1em;
  transition: opacity .2s ease-in;
}

.previous-button-2:hover {
  opacity: 1;
  border-bottom-color: #0000008c;
}

.form-content-2 {
  width: 60%;
  margin-bottom: -20px;
}

.form-content-2.final {
  margin-top: -20px;
}

.extra-option-wrap {
  color: #00000059;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  font-size: 1.1em;
  display: flex;
}

.form-section-title-2 {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 2.2em;
  font-weight: 600;
  line-height: 1.5em;
}

.next {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 4.5vw;
  margin-top: 15px;
  font-family: Amx, sans-serif;
  font-size: 1.5vw;
  display: block;
  position: absolute;
  inset: auto 0% 0% auto;
}

.next.nexthome {
  z-index: 1;
}

.next.nexthome.planta {
  border-bottom-right-radius: 5px;
}

.submit-button-5 {
  box-shadow: none;
  letter-spacing: 1px;
  background-color: #3cd3ad;
  border-radius: 10px;
  width: 60%;
  height: auto;
  margin-bottom: -80px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1em;
  transition: background-color .2s ease-in, box-shadow .2s ease-in;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.submit-button-5:hover {
  background-color: #6c33da;
  box-shadow: 0 0 20px #0000004d;
}

.mask-2 {
  height: 100%;
}

.mask-2.mask2-planta {
  padding-left: 2vw;
  padding-right: 2vw;
}

.text-block-85 {
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-family: Amx, sans-serif;
  line-height: 1.1em;
}

.image-36 {
  max-height: 285px;
}

.div-block-177 {
  text-align: center;
}

.success-message-3 {
  background-color: #e0ffdf;
}

.button-10 {
  background-color: var(--midnight-blue-3);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-top: 17px;
}

.text-block-86 {
  font-size: 15px;
  line-height: 1.2em;
}

.text-block-87 {
  font-family: Amx, sans-serif;
  line-height: 1.2em;
}

.bold-text {
  color: var(--dark-green);
  text-align: center;
  margin-top: 10px;
  padding: 5px;
  display: block;
}

.html-embed-6 {
  z-index: 998;
  width: 50%;
}

.body {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

._47mobile {
  display: none;
}

.imgperspectiva._37desk {
  width: 100%;
  height: 8em;
}

.imgperspectiva._37desk.hotsite {
  height: 7em;
}

.imgperspectiva._37-plantas {
  max-height: 10vw;
}

.perspectivaitem {
  border-radius: 3px;
  width: 100%;
  overflow: hidden;
}

.div-block-178 {
  flex-direction: row;
  align-items: center;
  margin-top: 5px;
  padding-left: 15px;
  display: flex;
}

.div-block-178._178mobile {
  display: none;
}

.div-block-178._178desk {
  flex-direction: column;
  margin-top: 0;
  padding-left: 0;
}

.perspectiva-list {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.perspectiva-list.hotsite {
  grid-template-columns: 1fr 1fr 1fr;
}

.perspectiva-wrapper {
  width: 100%;
}

.image-38 {
  width: auto;
  max-width: 150px;
}

.section-8 {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 3em;
  display: flex;
}

.vendaspor {
  flex-direction: column;
  align-items: center;
  padding: 5px;
  display: flex;
  position: relative;
}

.vendaspor._179last {
  margin-left: 3.5vw;
}

.vendaspor._179last.lopes {
  display: block;
}

.vendaspor.right {
  margin-left: 5px;
}

.vendaspor.right.vendaslopeshide {
  display: none;
}

.vendaspor.left {
  margin-right: 5px;
}

.logoconstrutora {
  z-index: 2;
  border-radius: 3px;
  width: 8em;
  max-width: none;
  max-height: 100%;
  position: relative;
}

.logoconstrutora.lopes {
  width: 7em;
}

.logoconstrutora.construtora {
  width: 20vh;
}

.logoconstrutora.logolopes {
  max-width: 5em;
}

.projetopor {
  color: var(--white);
  text-align: center;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  margin-bottom: .5em;
  font-family: Amx, sans-serif;
  font-size: .6em;
  font-weight: 300;
  line-height: 1.2em;
}

.projetopor._88plantas {
  margin-bottom: .2vw;
  font-size: .7vw;
}

.projetopor.hide {
  display: none;
}

.div-block-180 {
  justify-content: center;
  align-items: stretch;
  margin-bottom: 1em;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-180._180header {
  align-items: center;
  margin-bottom: 1vw;
  padding-left: 1vw;
  padding-right: 1vw;
}

.div-block-180._180-footer {
  position: static;
}

.div-block-181 {
  width: 100%;
  max-width: 64em;
}

.text-block-89 {
  opacity: .66;
  color: var(--white);
  text-align: justify;
  letter-spacing: .5px;
  font-family: Amx, sans-serif;
  font-size: .8em;
  line-height: 1.5em;
}

.section-9 {
  background-color: var(--midnight-blue);
}

.div-block-182 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-2 {
  color: var(--white);
}

.div-block-183 {
  z-index: 3;
  background-color: var(--midnight-blue-2);
  color: var(--white);
  margin-bottom: 15px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 30px 15px;
  position: relative;
  box-shadow: 1px 1px 5px #0003;
}

.heading-11 {
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 19px;
}

.link-3 {
  color: var(--white);
  font-size: 13px;
}

.richplantas {
  letter-spacing: .5px;
  font-size: 15px;
}

.rich-text-block-2 {
  margin-right: 10px;
  font-size: 16px;
}

.text-block-90 {
  white-space: break-spaces;
  font-size: 17px;
  line-height: 1.8em;
}

.div-block-185 {
  background-color: #5bb967;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 5vw;
  padding: .75vw 1vw 1vw;
  display: flex;
}

.div-block-185.color1 {
  background-color: #541fbe;
}

.div-block-185.color2 {
  background-color: var(--steel-blue);
}

.div-block-185.color3 {
  background-color: #fddd55;
}

.link-block-17 {
  margin-left: 5px;
}

.div-block-186 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 10px;
  display: grid;
}

.html-embed-7 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.empitystate {
  display: none;
}

.heading-12 {
  color: #383838;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Amx, sans-serif;
  font-size: 1.2vw;
  line-height: 1.2em;
}

.heading-12.h2fotos {
  margin-right: 4px;
  font-weight: 500;
}

.heading-12._12hide {
  opacity: 0;
  color: var(--white);
  margin-bottom: -1.2em;
  display: block;
}

.heading-12._12fotos2._12fotos3 {
  margin-left: 3px;
}

.footerads {
  z-index: 10;
  position: relative;
}

.div-block-187 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-187.h2plantas {
  text-align: center;
  flex-direction: row;
  padding-bottom: .3em;
  padding-left: .3em;
  padding-right: .3em;
  display: flex;
}

.div-block-187._187fotos {
  display: block;
}

.image-41 {
  width: 2.5vh;
  margin-left: -3px;
}

.div-block-188 {
  height: 100%;
  margin-top: 30px;
}

.text-block-91 {
  text-transform: uppercase;
  font-size: 1vw;
  line-height: 1.2vw;
}

.empty-state-3 {
  display: none;
}

.checkbox-field-5 {
  align-items: center;
  margin-top: .5vw;
  margin-bottom: 0;
  padding-left: 10px;
  display: flex;
}

.checkbox-7 {
  background-color: var(--white);
  border-color: #a2a2a2;
  border-radius: 3px;
  width: 2.5vw;
  height: 2.5vw;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5vw;
}

.checkbox-7.w--redirected-checked {
  background-color: #3898ec;
}

.checkbox-label-5 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Amx, sans-serif;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 2em;
}

.checkbox-label-5.boxhome {
  color: var(--white);
}

.checkbox-label-5.hide {
  display: none;
}

.html-embed-9 {
  width: 100%;
  display: block;
}

.html-embed-9.hideembed, .html-embed-9.fgts {
  display: none;
}

.html-embed-10 {
  width: 100%;
  margin-bottom: 5px;
  display: block;
}

.html-embed-10.hideembed {
  display: none;
}

.div-block-190 {
  width: 100%;
  margin-bottom: 20px;
}

.text-block-92 {
  text-align: left;
  letter-spacing: -1.5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
}

.text-block-93 {
  color: var(--midnight-blue);
  text-align: left;
  letter-spacing: .5px;
  background-color: #e2e2e2;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  margin: 3px -4px -10px;
  padding: 2px 4px 2px 6px;
  font-size: 12px;
  display: block;
}

.div-block-191 {
  background-color: var(--white);
  text-align: right;
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  min-width: 120px;
  max-width: 200px;
  min-height: 40px;
  padding: 2px 4px 4px;
}

.text-block-94 {
  font-size: 15px;
  line-height: 1.4em;
}

.success-message-4 {
  background-color: #dcf9ee;
}

.image-42 {
  width: 40px;
  margin-right: -2px;
}

.div-block-192 {
  display: block;
}

.div-block-193 {
  display: flex;
}

.div-block-193._192newpage {
  z-index: 101;
  box-shadow: none;
  background-color: #2f2f2f;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  justify-content: space-between;
  align-items: center;
  width: 25vw;
  height: 4.5vw;
  padding: 1vh 2vh;
  display: block;
  position: fixed;
  top: 0;
}

.div-block-194 {
  display: flex;
}

.text-span-14.bemvindo {
  color: #fcf4e2;
  text-transform: uppercase;
  border-radius: 3px;
  padding-top: 4px;
  padding-bottom: 0;
  padding-right: 4px;
  font-family: Amx, sans-serif;
  font-size: 11px;
  line-height: 1em;
  display: inline-block;
}

.header-link:hover {
  opacity: .8;
}

.content {
  color: var(--midnight-blue);
  width: 100%;
  height: 100%;
  padding-top: 69px;
  position: relative;
}

.content.lading {
  justify-content: flex-end;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.letter {
  text-transform: uppercase;
  font-size: 8.75em;
  font-weight: 700;
  line-height: 72%;
  position: absolute;
}

.letter.e {
  border-bottom: 6px solid var(--white);
  border-left: 6px solid var(--white);
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
  margin-left: 10px;
  inset: auto auto 0% 0%;
}

.letter.a {
  border-top: 6px solid var(--white);
  border-right: 6px solid var(--white);
  width: 80px;
  height: 80px;
  margin-top: 10px;
  margin-right: 10px;
  inset: 0% 0% auto auto;
}

.letter.n {
  border-top: 6px solid var(--white);
  border-left: 6px solid var(--white);
  width: 80px;
  height: 80px;
  margin-top: 10px;
  margin-left: 10px;
  display: none;
  inset: 0% auto auto 0%;
}

.letter.r {
  z-index: 21;
  border-right: 6px solid var(--white);
  border-bottom: 6px solid var(--white);
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  margin-right: 10px;
  display: none;
  inset: auto 0% 0% auto;
}

.cover-link-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.cover-exp {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.cover-exp.body-text.caps {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  box-shadow: none;
  text-align: left;
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 30em;
  min-height: 2em;
  margin-bottom: 1em;
  padding: .4em .6em .4em .3em;
}

.main-photo {
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.main-photo.landing {
  background-color: #aa988d;
}

.header-old {
  z-index: 1;
  flex-direction: column;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-old.landing {
  height: 50em;
}

.header-content-wrapper {
  width: 100%;
  height: 100%;
}

.header-content-wrapper.p16 {
  width: 100%;
  height: 100%;
  padding: 0;
  position: relative;
}

.cover-text {
  z-index: 1;
  background-image: linear-gradient(#0000 36%, #0000008a 64%, #0000009c 81%, #000000b0 90%, #000000b5);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0;
}

.heading-title {
  color: #fcf4e2;
  text-align: left;
  letter-spacing: .5px;
  text-transform: uppercase;
  flex-direction: column;
  margin-bottom: 0;
  font-family: "Coign 47 pro", sans-serif;
  font-size: 5.5em;
  line-height: .9em;
  display: flex;
  position: relative;
}

.heading-title._13navbar {
  color: #1e1e1e;
  letter-spacing: .5px;
  margin-top: .5vw;
  margin-bottom: .5vw;
  font-size: 4vw;
}

.heading-14 {
  text-transform: uppercase;
  font-family: "Coign 47 pro", sans-serif;
  line-height: .8;
}

.bigwords {
  z-index: 10;
  width: 100%;
  max-width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.bigwords.hide {
  display: block;
}

.text-big-2-2 {
  color: var(--white);
  letter-spacing: 0;
  text-transform: uppercase;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Amx, sans-serif;
  font-size: 1.3em;
  line-height: 1em;
}

.frasedestaque {
  color: #2d2d2d;
  text-align: left;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2em;
}

.frasedestaque.frase2 {
  display: none;
}

.text-span-15 {
  font-size: 2vw;
  line-height: 2vw;
}

.div-block-195 {
  display: none;
}

.imgpresente {
  width: 1.5vw;
  margin-left: 1vw;
  margin-right: 1vw;
}

.imgpresente.text-big-2-2 {
  width: 1.2em;
}

.sticky-block {
  min-width: 17em;
  max-width: 17em;
  margin-right: 1.5em;
  display: none;
  position: relative;
}

.div-block-197 {
  width: 66%;
}

.lightbox-link-3 {
  width: 100%;
}

.sticky {
  position: sticky;
  top: 10px;
}

.sticky.stickyhome {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  top: 6.6em;
}

.collection-list-10 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-97 {
  font-family: Amx, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 2.5em;
}

.text-block-98 {
  font-family: Amx, sans-serif;
  font-size: 1.1vw;
  line-height: 1.2vw;
}

.div-block-198 {
  justify-content: center;
  padding-top: 3vw;
  padding-bottom: 3vw;
  padding-left: 3vw;
  display: flex;
}

.text-block-99 {
  color: #2f2f2f;
  letter-spacing: -.5px;
  margin-bottom: .6vw;
  font-size: 4vw;
  font-weight: 500;
  line-height: 4vw;
}

.text-block-100 {
  font-size: 1.1vw;
  font-weight: 500;
  line-height: 2em;
}

.text-span-16 {
  background-color: var(--indian-red);
  color: var(--white);
  border-radius: 3px;
  padding-left: .3vw;
  padding-right: .3vw;
  line-height: 1.5em;
  display: inline-block;
}

.text-block-101 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1vw;
  font-weight: 500;
  line-height: 1.5vw;
}

.div-block-199 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-200 {
  width: 30%;
  padding: 3vw;
}

.div-block-201 {
  width: 100%;
  padding: 1vw;
}

.text-block-102 {
  font-size: 1.5vw;
  line-height: 2vw;
}

.image-44 {
  width: 2vw;
}

.text-span-17 {
  color: #ffea47;
}

.div-block-202 {
  background-color: #fcf4e3;
  border-radius: 5px;
  padding: 7vw;
}

.div-block-203 {
  background-color: #fcf4e4;
  border-radius: 5px;
  padding: 7vw;
}

.div-block-204 {
  display: flex;
}

.text-block-103 {
  color: var(--white);
  text-align: center;
  margin-bottom: 17px;
  font-family: Amx, sans-serif;
  font-size: 1vw;
  line-height: 1.5vw;
}

.div-block-205 {
  z-index: 99999999;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.hidecache {
  display: none;
}

.apartb {
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 1.8vw;
  font-weight: 600;
  line-height: 1;
}

.apartb.logoheader {
  color: var(--black);
  margin-bottom: 10px;
  font-size: 30px;
}

.apartb.logoheader.logoheaderhome {
  display: block;
}

.text-block-104 {
  color: var(--white);
  margin-top: 13px;
  font-family: Amx, sans-serif;
  font-size: 15px;
}

.text-block-105 {
  font-family: Amx, sans-serif;
}

.div-block-206 {
  z-index: 1;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  inset: 0%;
}

.div-block-207 {
  justify-content: center;
  align-items: center;
  width: 9em;
  height: 4em;
  min-height: 2.5em;
  padding: .5em;
  display: flex;
  position: relative;
}

.container-5 {
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.section-timeline {
  background-color: #0a0a0a;
  position: relative;
}

.timeline_circle {
  background-color: #fff;
  border-radius: 100%;
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #0a0a0a;
}

.timeline_progress-bar {
  background-color: #fff;
  background-image: linear-gradient(#ff7448, #ff4848 51%, #6248ff);
  width: 3px;
  height: 50vh;
  position: fixed;
  inset: 0 auto 50vh;
}

.timeline_centre {
  justify-content: center;
  display: flex;
}

.margin-bottom-xlarge {
  margin-bottom: 56px;
}

.timeline_progress {
  background-color: #414141;
  width: 3px;
  height: 100%;
  position: absolute;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.timeline_text {
  color: #fff;
  font-family: Amx, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}

.overlay-fade-top {
  background-image: linear-gradient(#0a0a0a, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.timeline_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

.overlay-fade-bottom {
  background-image: linear-gradient(to top, #0a0a0a, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: auto 0% 0%;
}

.timeline_date-text {
  color: #fff;
  letter-spacing: -.03em;
  font-family: Amx, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  position: sticky;
  top: 50vh;
}

.timeline_image-wrapper {
  background-image: linear-gradient(138deg, #000, #0000 28%), url('../images/Image-Background.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 12px;
  overflow: hidden;
}

.div-block-208 {
  margin-bottom: 1.5rem;
}

.div-block-209 {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 65em;
  min-height: 25em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-timeline-heading {
  z-index: 10;
  background-color: #0a0a0a;
  font-family: Amx, sans-serif;
  position: relative;
}

.padding-vertical-xlarge {
  padding-top: 120px;
  padding-bottom: 120px;
}

.timeline-main_heading-wrapper {
  color: #fff;
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.margin-bottom-medium {
  margin-bottom: 32px;
}

.paragraph-large {
  letter-spacing: -.02em;
  font-size: 20px;
}

.embed-album {
  width: 100%;
}

.radio-button-3 {
  background-color: var(--white);
  border-color: #d1d1d1;
  border-radius: 10%;
  width: 2vw;
  min-width: 2vw;
  height: 2vw;
  min-height: 2vw;
  margin-top: 0;
}

.radio-button-3.w--redirected-checked {
  background-color: var(--steel-blue);
  border-width: 2px;
  border-color: #fff;
}

.radio-button-3.autorizacao {
  width: 2.5vw;
  min-width: 2.5vw;
  height: 2.5vw;
  min-height: 2.5vw;
  margin-left: -1.7vw;
}

.radio-button-3.fgts {
  border-radius: 50%;
}

.radio-button-field-3 {
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.radio-button-field-3.autorizacao {
  border: 1px dashed var(--black);
  align-items: flex-start;
  margin-top: .5vw;
  margin-bottom: 2vw;
  padding: 1vw .5vw 1vw 2.5vw;
  display: none;
}

.radio-button-field-3.autorizacao.aut-planta {
  margin-bottom: 1vw;
}

.radio-button-label-2 {
  color: var(--white);
  margin-bottom: 0;
  margin-left: 5px;
  font-family: Amx, sans-serif;
  font-size: 1.2vw;
}

.radio-button-label-2.autorizacao {
  color: var(--black);
  margin-left: .5vw;
  font-size: 1.1vw;
  line-height: 1.3vw;
}

.radio-button-label-2.autorizacao.hide {
  display: none;
}

.radio-button-label-2.autorizacao.fgts {
  color: #464646;
}

.radio-button-label-2.label2-produtos {
  font-size: 1.2vw;
}

.radio-button-label-2.label2-produtos.hide {
  display: none;
}

.radio-button-label-2.label2-produtos.avista {
  color: var(--white);
}

.radio-button-label-2.hide {
  display: none;
}

.collection-list-wrapper-4 {
  padding-bottom: .8vw;
}

.div-block-210 {
  z-index: 99;
  margin-left: 1.8vw;
  position: absolute;
  inset: 0%;
}

.div-block-212 {
  margin-top: 1.2vw;
}

.html-embed-12 {
  margin-top: -.5vw;
}

.div-block-213 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5vw;
  padding-left: .5vw;
  padding-right: .5vw;
  display: flex;
}

.image-45 {
  width: 5.5vw;
}

.image-46 {
  width: 1.5vw;
}

.image-46.raio {
  width: 1.4vw;
}

.div-block-214 {
  align-items: flex-end;
  display: flex;
}

.text-block-106 {
  align-self: center;
  margin-top: .3vw;
  font-family: Amx, sans-serif;
  font-size: .95vw;
  line-height: 1.1vw;
}

.div-block-215 {
  align-items: flex-end;
  display: flex;
}

.div-block-216 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 .5vw 1vw;
}

.div-block-216.avista {
  background-color: #9668d4;
}

.div-block-216.personalizado {
  background-color: #f8fafb;
  border: 1px solid #a9a9a9;
  border-radius: 10px;
  margin-top: 0;
  padding: 1vw;
  display: block;
}

.text-block-107 {
  color: var(--white);
  background-color: #9866db;
  border: 1px solid #dcdcdd;
  padding: .4vw .5vw;
  font-family: Amx, sans-serif;
  font-size: 1vw;
  font-weight: 500;
  line-height: 1.1vw;
  display: inline-block;
}

.text-block-107.opcao2 {
  background-color: #4a9c63;
}

.div-block-217 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 1vw;
  display: flex;
}

.div-block-217._217planta {
  margin-top: 1.5vw;
}

.text-block-108 {
  font-family: Amx, sans-serif;
}

.div-block-218 {
  align-items: center;
  display: flex;
}

.text-block-109 {
  margin-bottom: 1vw;
  padding-left: .5vw;
}

.div-raio {
  background-color: var(--steel-blue);
  border-radius: 50%;
  padding: 1px;
}

.rich-text-block-3 {
  font-family: Amx, sans-serif;
  font-size: 1.1vw;
}

.image-47 {
  border-radius: 5px;
  width: 100%;
}

.html-embed-13 {
  margin-top: 1vw;
  margin-left: 1vw;
}

.div-block-219 {
  border-bottom: 1px solid var(--white);
  background-color: #2f2f2f;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 1vw;
  padding-top: 1vw;
  padding-bottom: 1vw;
  display: flex;
  position: relative;
}

.fotostorre {
  border-radius: 2px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 20em;
  max-height: 25em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sidebar-menu {
  border-radius: 5px;
  margin-top: .5vw;
  display: block;
  position: relative;
}

.item-home {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1em .5em .1em;
  display: none;
}

.item-home.planta {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
}

.menulateralitem {
  border: 1px solid #d6d6d6;
  border-radius: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5vw;
  padding: 1vw;
  display: flex;
  position: relative;
}

.menulateralitem.w--current {
  background-color: #fff0;
  box-shadow: inset 0 2px 5px #0000006b;
}

.h2produto-menu {
  color: #07264b;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 1px;
  font-family: Amx, sans-serif;
  font-size: 1.3em;
  line-height: 1em;
  display: inline;
}

.h2produto-menu.opcoes {
  margin-top: 5px;
  font-weight: 700;
}

.h2produto-menu.hide {
  display: none;
}

.img-sidebar {
  width: 1.3em;
  height: 1.3em;
  margin-bottom: 5px;
}

.div-block-220 {
  width: 5vw;
  height: 3vw;
  position: relative;
}

.sidebar-planta {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: .2vw;
  font-family: Amx, sans-serif;
  font-size: 1vw;
  font-weight: 400;
}

.div-block-221 {
  align-items: center;
  display: flex;
}

.underline-2 {
  background-color: #e8b547;
  width: 0%;
  height: 4px;
  position: absolute;
  inset: auto 0% 0%;
}

.nav-link-2 {
  padding: 1.8vw 2vw;
  font-family: Amx, sans-serif;
  font-size: 1.1vw;
  font-weight: 500;
  transition: all .25s ease-in;
}

.nav-link-2:hover {
  color: #e8b547;
}

.nav-logo-white {
  z-index: 3;
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.overlay {
  background-color: #fff;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  position: absolute;
  box-shadow: 0 1px 5px #00000012;
}

.nav-logo-gold {
  z-index: 4;
  position: absolute;
  inset: 0%;
}

.container-6 {
  border-radius: .3vw;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.nav-link-wrapper {
  width: 6vw;
  min-width: 6vw;
  max-width: 6vw;
  position: relative;
}

.nav-link-wrapper.hide {
  display: none;
}

.nav-logo {
  max-width: 2vw;
}

.nav-animation-trigger {
  width: 100%;
  height: 15px;
  margin-top: 0;
  padding-top: 0;
  transform: none;
}

.navbar-2 {
  background-color: #0000;
  border-radius: 0 0 5px 5px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-top: 5em;
  display: flex;
}

.navbar-2.sidebar {
  margin-top: 0;
  margin-bottom: .8vw;
  position: static;
}

.brand-2 {
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 3vw;
  padding-left: .5vw;
  padding-right: .5vw;
  display: flex;
  position: relative;
}

.nav-menu-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.section-11 {
  height: 100vh;
  position: relative;
}

.lista-plantas-menu {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.metragemlateral {
  color: #404040;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Amx, sans-serif;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1em;
}

.metragemlateral.nr {
  margin-left: 0;
  font-size: 1vw;
}

.collection-item-8 {
  position: relative;
}

.text-block-110 {
  color: #3287d3c7;
  letter-spacing: -.2vw;
  align-items: center;
  font-family: Amx, sans-serif;
  font-size: 3vw;
  line-height: 4vw;
  display: flex;
}

.text-span-18 {
  letter-spacing: -.5vw;
  margin-right: 1vw;
  font-size: 4.5vw;
  font-weight: 500;
}

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

.social {
  max-width: 65em;
  margin-bottom: 3em;
  margin-left: auto;
  margin-right: auto;
}

.social.desktop {
  margin-top: 3vw;
  margin-bottom: 0;
}

.social.mobile {
  display: none;
}

.social.socialhome {
  max-width: 65em;
  margin-bottom: 1em;
}

.social.socialhome.hide {
  display: none;
}

.div-block-222 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon-2 {
  color: var(--black);
  justify-content: center;
  align-items: center;
  width: 2.5vw;
  height: 2.5vw;
  display: flex;
}

.icon-2._2-branco {
  color: var(--white);
  width: 2.3vw;
  height: 2.5vw;
}

.twitter-button {
  color: #fff;
  background-color: #23abff;
  border-radius: 4px;
  align-items: center;
  width: 100%;
  max-width: 200px;
  height: 44px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.linkedin-icon {
  background-color: #541fbe;
  justify-content: center;
  align-items: center;
  width: 6vw;
  min-width: 6vw;
  height: 100%;
  margin-right: 14px;
  padding: 10px;
  display: flex;
}

.linkedin-button {
  color: #fff;
  background-color: #0c78b9;
  border-radius: 4px;
  align-items: center;
  width: 100%;
  max-width: 200px;
  height: 44px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.whatsapp-button {
  color: #fff;
  background-color: #5fce45;
  border-radius: 4px;
  align-items: center;
  width: 100%;
  max-width: 200px;
  height: 44px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.facebook-button {
  color: #fff;
  background-color: #fddd55;
  border-radius: 4px;
  align-items: center;
  width: 100%;
  height: 9em;
  padding-right: 20px;
  font-family: Amx, sans-serif;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.facebook-button.visita {
  background-color: var(--blue-violet);
}

.facebook-button.visita.planta {
  height: 10vw;
}

.facebook-button.visita.hide {
  display: none;
}

.facebook-button.socialwhats {
  background-color: var(--igren);
  background-image: url('../images/pattern-rossi.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.facebook-button.socialwhats.planta {
  height: 10vw;
}

.facebook-button.socialwhats.hide {
  display: none;
}

.facebook-button.socialshedule {
  background-color: #7a4ada;
}

.facebook-button.socialshedule.planta, .facebook-button.social-planta {
  height: 10vw;
}

.facebook-button.imessage {
  background-color: #578bf4;
}

.grid-social-button {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  width: 100%;
  max-width: 64em;
  margin-left: auto;
  margin-right: auto;
}

.grid-social-button.hide {
  display: none;
}

.whatsapp-icon {
  background-color: #6caf9d;
  justify-content: center;
  align-items: center;
  width: 5em;
  min-width: 5em;
  height: 100%;
  margin-right: 14px;
  padding: 10px;
  display: flex;
}

.whatsapp-icon.imessage {
  background-color: #375ead;
}

.twitter-icon {
  background-color: #5e24db;
  justify-content: center;
  align-items: center;
  width: 5em;
  min-width: 5em;
  height: 100%;
  margin-right: 14px;
  padding: 10px;
  display: flex;
}

.facebook-icon {
  background-color: #0000001a;
  justify-content: center;
  align-items: center;
  width: 6vw;
  min-width: 6vw;
  height: 100%;
  margin-right: 14px;
  padding: 10px;
  display: flex;
}

.image-48 {
  width: 3vw;
  height: 3vw;
}

.icon-3 {
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  margin-right: 2px;
  font-size: 1.5em;
  display: flex;
}

.icon-3.dolarsocial {
  color: var(--black);
  width: 3vw;
  height: 3vw;
}

.icon-3.calendar {
  color: var(--white);
  width: 2.5vw;
  height: 2.5vw;
}

.icon-3.phone {
  color: var(--white);
}

.icon-3.whats {
  color: var(--white);
  background-color: #0000;
  width: 1.5em;
  height: 2.8vw;
}

.icon-3.titlemodal {
  color: var(--black);
  background-color: #0000;
  width: 3.5vw;
  height: 3.5vw;
  margin-bottom: .5vw;
  padding: 0;
  position: static;
}

.icon-3.titlemodal.agendamento {
  color: var(--white);
}

.icon-3.titlemodal.plantas {
  margin-bottom: 0;
}

.text-block-111 {
  color: var(--black);
}

.text-block-112 {
  letter-spacing: -.5px;
  margin-top: .1vw;
  font-family: Amx, sans-serif;
  font-size: 1vw;
}

.text-block-112.texto-branco {
  color: var(--white);
}

.financeiro {
  z-index: 999;
  background-color: #000000e6;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: fixed;
  inset: 0%;
}

.financeiro.plantas {
  display: none;
}

.sidebar-financeiro {
  width: 25vw;
  display: flex;
}

.wrapmodals {
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: none;
  height: 100%;
  padding-top: 25px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.titlemodals {
  background-color: var(--white);
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 3em 2em 1em;
  display: flex;
}

.titlemodals.agendar {
  background-color: #7a4ada;
}

.titlemodals.ligacaocor {
  background-color: #2b89cd;
}

.titlemodals.verde {
  background-color: #4bc77b;
}

.titlemodals.verde.azul {
  background-color: #2b89cd;
}

.titlemodals.verde.roxo {
  background-color: #7a4ada;
}

.valorestitle {
  letter-spacing: -.5px;
  text-transform: uppercase;
  font-family: Amx, sans-serif;
  font-size: 1.5vw;
}

.valorestitle.agendamento {
  color: var(--black);
  text-align: center;
  text-transform: none;
  margin-bottom: 1vw;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2em;
  line-height: 1.3em;
}

.modalscope {
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  max-width: none;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.modalscope._224-produtos {
  display: flex;
}

.image-49 {
  min-width: 5vw;
  max-width: 8vw;
  min-height: 5.5vw;
  max-height: 5.5vw;
}

.text-span-19 {
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1.5em;
  display: block;
}

.mascara {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.botao-enviar {
  z-index: 110;
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  background-color: #2d72af;
  width: 100%;
  padding: 2vw;
  font-family: Amx, sans-serif;
  font-size: 1.3vw;
  font-weight: 500;
  display: block;
  position: relative;
}

.voltar {
  width: 3vw;
  margin-top: 1vw;
  margin-right: 1vw;
  position: absolute;
  inset: 0% 0% auto auto;
}

.financeiro2 {
  z-index: 9999;
  opacity: 1;
  background-color: #000000e8;
  display: none;
  position: fixed;
  inset: 0%;
}

.schedule {
  z-index: 999;
  opacity: 1;
  background-color: #000000e8;
  display: flex;
  position: fixed;
  inset: 0%;
}

.custom-override-button-right-line {
  background-color: #7a4ada;
  border-radius: 5px;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.error-message-2 {
  color: #fff;
  background-color: #f03;
  font-weight: 400;
}

.custom-override-button {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.custom-override-button.absolute {
  z-index: 10;
  color: #0000;
  background-color: #0000;
  border-radius: .3vw;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.custom-override-button-bottom-line {
  background-color: #7a4ada;
  border-radius: 5px;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.custom-override-button-top-line {
  background-color: #7a4ada;
  border-radius: 5px;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
}

.form-text-field {
  color: #8a8a8a;
  background-color: #0000;
  border: 1px solid #b2b2b2;
  border-radius: 3px;
  width: 100%;
  height: 4.2vw;
  min-height: 4vw;
  padding: 1vw;
  font-family: Amx, sans-serif;
  font-size: 1.5vw;
}

.form-text-field:focus {
  border-color: #73cc34;
}

.form-text-field::placeholder {
  font-weight: 400;
}

.form-text-field.message {
  height: 6vw;
  min-height: 6vw;
  padding: 2vw 1vw 1vw;
}

.form-text-field.input-tel {
  border-radius: 3px;
  height: 6vw;
  min-height: 6vw;
  margin-bottom: 0;
}

.form-text-field.input-tel.financeirodesk {
  height: 5vw;
  min-height: 5vw;
}

.custom-override-button-wrapper {
  display: inline-block;
}

.custom-override-button-wrapper.center {
  text-align: center;
  background-color: #7a4ada;
  border-radius: .3vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 5vw;
  padding: 8px;
  font-family: Amx, sans-serif;
  display: flex;
  position: relative;
}

.custom-override-button-wrapper.center.ligacao {
  background-color: #2b89cd;
}

.custom-override-button-wrapper.center.whats {
  background-color: #56c580;
  height: 55px;
}

.custom-override-button-wrapper.center.whats.azul {
  background-color: #2b89cd;
}

.custom-override-button-wrapper.center.whats.roxo {
  background-color: #7a4ada;
}

.form-field-wrapper {
  position: relative;
}

.form-field-wrapper.margin-b40 {
  margin-bottom: 1.7vw;
}

.form-field-wrapper.margin-b40.last {
  margin-bottom: 1vw;
}

.form-field-wrapper.margin-b40.hide {
  display: none;
}

.form-field-label-3 {
  background-color: var(--white);
  color: #7a4ada;
  border-radius: .3vw;
  margin-bottom: 1vw;
  padding: .2vw .5vw;
  font-family: Amx, sans-serif;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1.2vw;
  display: inline-block;
  position: absolute;
  top: -.8vw;
  left: 1vw;
}

.form-field-label-3.whats {
  color: var(--white);
  background-color: #57ba64;
  padding-top: .5em;
  font-size: 1vw;
}

.form-field-label-3.azul {
  color: #0f5898;
}

.form-field-label-3.verde {
  color: var(--dark-green);
}

.form-field-label-3.cinza {
  color: #4f4f4f;
}

.success-message-5 {
  background-color: var(--dark-green);
  color: #fff;
  font-family: Amx, sans-serif;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1.2em;
}

.custom-override-button-left-line {
  background-color: #7a4ada;
  border-radius: 5px;
  width: 2px;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.custom-overridebutton-text {
  letter-spacing: .5px;
  margin: 15px 25px;
  font-size: 1.2vw;
  font-weight: 500;
}

.form-block-4 {
  flex-direction: column;
  justify-content: center;
  width: 400px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.text-block-113 {
  color: var(--white);
  text-align: center;
  margin-top: .2vw;
  margin-bottom: .2vw;
  font-family: Amx, sans-serif;
  font-size: 1vw;
  line-height: 1.2em;
}

.div-block-225 {
  border: 1px solid #ffffffa1;
  border-radius: 3px;
  padding: .5vw;
}

.telefonemodal {
  z-index: 999;
  background-color: #000000eb;
  display: flex;
  position: fixed;
  inset: 0%;
}

.embedcontato {
  z-index: 999;
  box-shadow: 0 2px 30px -12px var(--black);
  background-color: #fff;
  border-top-left-radius: 5px;
  flex-direction: column;
  width: 30em;
  height: 45em;
  max-height: 100vh;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
  overflow: auto;
}

.div-block-226 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-114 {
  color: #4b4b4b;
  margin-bottom: 1vw;
  margin-right: .3vw;
  font-family: Amx, sans-serif;
  font-size: 1.3vw;
}

.div-block-227 {
  z-index: 110;
  flex-direction: column;
  display: flex;
}

.lightboxtorre {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.pagplanta {
  flex-direction: column;
  align-items: flex-end;
  padding: 3vw 3vw 6vw;
}

.contentplanta {
  background-color: var(--white);
  border-radius: 3px;
  max-width: 85vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2vw;
  padding-bottom: 4vw;
  position: relative;
  box-shadow: 1px 1px 12px #0003;
}

.div-block-228 {
  background-color: var(--steel-blue);
  text-align: center;
  border-radius: .3vw .3vw 0 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 10vw;
  padding-top: 1.5vw;
  padding-bottom: 2.5vw;
  display: flex;
}

.div-block-228.html {
  display: flex;
}

.text-block-115 {
  color: var(--white);
  font-family: Amx, sans-serif;
  font-size: 1.5vw;
  line-height: 1vw;
}

.div-block-229 {
  justify-content: space-between;
  align-items: stretch;
  max-width: 85vw;
  margin-bottom: -1vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.html-embed-14 {
  width: 100%;
}

.div-block-230 {
  background-color: #fddd55;
  border-radius: 5px 5px 0 0;
  justify-content: center;
  align-items: center;
  margin-top: -2vw;
  margin-bottom: 1vw;
  padding: 1vw;
  display: flex;
}

.div-block-230._230-plantas {
  border-radius: 5px;
  margin-top: 1vw;
  margin-bottom: 0;
  display: none;
  box-shadow: 2px 2px #d3d3d3;
}

.div-block-230._230-plantas.desktop {
  margin-top: 2vw;
}

.div-block-230._230-plantas.mobile {
  display: none;
}

.vendido {
  z-index: 10;
  background-color: #fff9;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.vendido.hide {
  display: none;
}

.div-block-231 {
  color: var(--white);
  background-color: #393939;
  justify-content: center;
  align-items: center;
  height: 3vw;
  margin-top: 3.5em;
  font-family: Amx, sans-serif;
  font-size: 1vw;
  font-weight: 500;
  display: flex;
}

.tarja-vendido {
  z-index: 1;
  background-color: #52525269;
  justify-content: center;
  align-items: flex-end;
  display: none;
  position: absolute;
  inset: 0%;
}

.collection-item-9 {
  position: relative;
}

.text-block-116 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #6d6d6d;
  width: 100%;
  padding-top: .2vw;
  padding-bottom: .2vw;
  font-family: Amx, sans-serif;
  font-size: .8vw;
  font-weight: 500;
  line-height: 1vw;
}

.collection-list-12 {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-wrapper-5 {
  margin-bottom: 2vw;
}

.heading-15 {
  color: #5c5c5c;
  margin-top: .5vw;
  margin-bottom: 1.5vw;
  padding-top: .4em;
  padding-bottom: .4em;
  padding-right: .4em;
  font-family: Amx, sans-serif;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.1em;
}

.heading-15.memorialdesk {
  display: block;
}

._111-planta {
  font-size: 1.5vw;
  line-height: 1.1em;
}

.image-50 {
  border-radius: 3px;
  height: 100%;
  min-height: auto;
  max-height: 100%;
}

.lightbox-link-5 {
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

.tabstorre {
  text-align: center;
  background-color: #eee;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Amx, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.tabs-menu-5 {
  justify-content: center;
  align-items: stretch;
  margin-top: 5px;
  display: flex;
}

.nr {
  padding: 3px;
}

.nr.nrbox {
  color: var(--white);
  background-color: #428fd2;
  border-radius: 3px;
  padding: 5px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .9vw;
  line-height: .9vw;
  display: block;
}

.nr.nrbox.planta {
  line-height: 1.2vw;
}

.nr.nrbox.margem {
  margin-top: -2px;
  margin-bottom: -2px;
  margin-left: -2px;
  padding: 10px;
}

.div-block-233 {
  border: 1px solid #dadada;
  border-radius: 3px;
  justify-content: space-between;
  align-items: center;
  margin-top: 1vw;
  padding-right: 5px;
  display: flex;
}

.paragraph-23 {
  margin-left: 5px;
  font-size: 1em;
  line-height: 1em;
}

.div-block-234 {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 1vw;
  display: flex;
}

.div-block-235 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-236 {
  margin-top: 2vw;
}

.div-block-236._236desk {
  margin-top: 3vw;
}

.div-block-236._236mobile {
  display: none;
}

.div-block-236._236mobile.mobilehome {
  display: block;
}

.div-block-236._236-1 {
  margin-top: 0;
}

.text-block-117 {
  letter-spacing: -.5px;
  margin-top: 2px;
  margin-left: 5px;
  font-family: Amx, sans-serif;
  font-size: 1em;
  line-height: 1vw;
}

.text-block-117:hover {
  text-decoration: underline;
}

.div-block-237 {
  align-items: center;
  display: flex;
}

.heading-16 {
  color: #3b3b3b;
  background-color: #2d72af1c;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  align-items: center;
  width: 100%;
  margin-top: 1px;
  margin-bottom: 0;
  padding-bottom: 1vw;
  padding-left: 1em;
  font-family: Amx, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5em;
  display: flex;
}

.div-block-238 {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: .5em;
  display: flex;
}

.secpanoramica {
  justify-content: center;
  align-items: center;
  margin-top: 4vw;
  margin-bottom: 0;
  display: flex;
}

.div-block-239 {
  text-align: center;
  width: 100%;
  max-width: 75vw;
}

.panoramica {
  border-radius: 15px;
  box-shadow: 2px 2px 11px 2px #00000047;
}

.nr-financeiro {
  background-color: var(--steel-blue);
  color: var(--white);
  border-radius: 3px;
  margin-right: 3px;
  padding: .3em;
  font-family: Amx, sans-serif;
  font-size: 1em;
  font-weight: 400;
  position: absolute;
  inset: 0% 0% auto auto;
}

.section-12 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.hero-subscribe-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-7 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

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

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.button-12 {
  padding: 21px;
  font-family: Amx, sans-serif;
  font-size: 1.3em;
}

.heading-17 {
  font-family: Amx, sans-serif;
}

.related, .link-block-19 {
  display: none;
}

.html-embed-16 {
  border-top-left-radius: 5px;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: auto;
}

.div-block-240 {
  z-index: 90;
  background-color: var(--white);
  border: 4px solid #000;
  margin-top: 7px;
  margin-right: 7px;
  padding: 5px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-240.html {
  display: none;
}

.image-51 {
  width: 25px;
}

.contatosection {
  border-left: .5em solid var(--blue-violet);
  background-image: linear-gradient(#45515d, #262c35);
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.div-block-241 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-242 {
  display: none;
}

.text-block-118 {
  color: var(--white-smoke);
  text-align: left;
  margin-top: 9px;
  padding-bottom: 6px;
  padding-left: 6px;
  font-family: Amx, sans-serif;
  font-size: 11px;
  line-height: 13px;
}

.embedsocial {
  width: 100%;
}

.heading-18 {
  color: #fcf4e2;
  text-transform: uppercase;
  flex-direction: column;
  margin-top: .1vw;
  margin-bottom: 1vw;
  font-family: "Coign 47 pro", sans-serif;
  font-size: 10vw;
  line-height: .8;
  display: flex;
  position: relative;
}

.regiao-logo {
  color: var(--black2);
  text-align: left;
  text-transform: capitalize;
  margin-top: .2em;
  margin-bottom: 0;
  font-family: Amx, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.4em;
}

.divh1 {
  background-color: #000c;
  border-radius: 2px;
  flex-direction: column;
  align-items: flex-start;
  min-width: 16em;
  margin-bottom: .8em;
  padding: .9em;
  display: flex;
  box-shadow: 0 0 11px 2px #00000073;
}

.h4metragens {
  color: var(--white);
  text-align: left;
  flex-direction: column;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 15px;
  display: flex;
}

.h4metragens.hotsite {
  color: var(--white);
}

.spanmetragem {
  line-height: 1.2em;
}

.superscript-2 {
  margin-left: -3px;
  font-size: 13px;
}

.plantadescricao {
  margin-top: 3px;
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 1.2em;
}

.produto-menu-opcoes {
  color: #07264b;
  letter-spacing: -.5px;
  margin-top: 5px;
  margin-bottom: 0;
  margin-left: .3vw;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1em;
}

.produto-menu-opcoes.opcoes {
  margin-top: 5px;
}

.lightboxperspectiva {
  width: 100%;
}

.lightboxperspectiva.hide {
  display: none;
}

.image-52 {
  border-radius: 3px;
}

.image-52._37desk {
  width: 100%;
  height: 7vw;
}

.websitecontent {
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 1.5em 1.5em .5em;
}

.heading-contato {
  color: #424242;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 1em;
}

.heading-contato.branco {
  color: #fff;
  font-size: .65em;
}

.menunr {
  margin-top: 3px;
  padding: 2px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .9em;
  font-weight: 700;
  display: none;
}

.imgcover {
  object-fit: cover;
  width: 100vw;
  max-width: none;
  height: 100vh;
}

.cliqueparavoltar {
  display: none;
}

.botaoproposta {
  border-left: 1em solid var(--black);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5em;
  padding: .5em;
  display: flex;
}

.botaoproposta._230-plantas {
  border-radius: 5px;
  margin-bottom: 0;
  display: flex;
  box-shadow: 2px 2px #d3d3d3;
}

.botaoproposta.hide {
  display: flex;
}

.botaoproposta.agendamento {
  background-color: #4d4d4d;
  flex-direction: row;
}

.botaoproposta.proposta {
  background-color: #ffce1b;
}

.botaoproposta.proposta.hide {
  display: none;
}

.botaoproposta.whats {
  color: var(--black);
  background-color: #fb8f8b;
  border-radius: .2em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 4.5em;
}

.botaoproposta.whats.agendamento {
  background-color: var(--black);
  border-style: none;
  border-color: #000;
  border-radius: .3em;
  height: 5em;
  margin-top: .5em;
}

.botaoproposta.whats.proposta {
  background-color: var(--white-smoke);
  color: #222;
  background-image: linear-gradient(#ffffffd9, #ffffffd9), url('../images/pattern.svg');
  background-position: 0 0, 0 0;
  border: 2px solid #fff;
  width: 100%;
  height: 4em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
  box-shadow: 0 0 3px #0000002b;
}

.botaoproposta.whats.proposta.hide, .botaoproposta.whats.hide {
  display: none;
}

.botaoproposta.whats.duvidas {
  background-color: #00782c;
}

.botaoproposta.htmlhide {
  display: none;
}

.iconproposta {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  margin-right: 0;
  display: flex;
}

.iconproposta.titlemodal {
  color: #000;
  background-color: #0000;
  width: 3.5vw;
  height: 3.5vw;
  margin-bottom: .5vw;
  padding: 0;
  position: static;
}

.iconproposta.titlemodal.plantas {
  margin-bottom: 0;
}

.valorestitle-2 {
  text-transform: capitalize;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1em;
}

.valorestitle-2.agendamento {
  text-align: center;
  margin-left: 0;
  font-size: 1.1em;
}

.valorestitle-2.titlewhats {
  color: var(--white);
  font-size: .9em;
  font-weight: 500;
  line-height: 1.1em;
}

.valorestitle-2.titlewhats.agendamento {
  color: var(--white);
  text-transform: none;
  margin-left: .5em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .9em;
  font-weight: 400;
}

.embedfototorre {
  width: 100%;
}

.eixoheader {
  z-index: 10;
  background-color: #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 6.5em;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
  overflow: hidden;
}

.eixoheader.home {
  height: 10vh;
  max-height: 7em;
}

.eixologo {
  letter-spacing: -.5px;
  text-transform: uppercase;
}

.eixologo.crecilogo {
  letter-spacing: -.5px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .8em;
}

.eixologo.rossilogo {
  letter-spacing: -.5px;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .8em;
  font-weight: 700;
  line-height: 1.2em;
}

.eixologo.rossilogo.hide {
  display: none;
}

.elogo {
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 2.5em;
  line-height: 1em;
}

.diveixologo {
  border: 1px solid #d1d1d170;
  border-radius: .3em;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: auto;
  min-width: 11em;
  height: 100%;
  min-height: 4em;
  padding-bottom: 0;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  overflow: hidden;
}

.diveixologo.logofooter {
  height: 4em;
}

.diveixologo.logofooter.hide {
  display: none;
}

.diveixologo.logohome {
  width: 10em;
}

.diveixologo.claro {
  background-color: #b41e13;
  border-style: none;
}

.diveixologo.claro.w--current {
  border-style: none;
}

.eixologoimg {
  width: 100px;
  margin-bottom: 2px;
  margin-left: -5px;
}

.manutencaotxt {
  text-align: center;
  margin-bottom: 15px;
  font-family: Amx, sans-serif;
  font-size: 20px;
  line-height: 1.2em;
}

.div-block-243 {
  align-items: center;
  display: flex;
}

.text-span-21 {
  background-color: #e6f5ff;
  padding-left: 3px;
  padding-right: 3px;
}

.creci {
  color: #727272;
  padding-top: 2px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1em;
}

.ms-list-container {
  width: 100%;
  margin-bottom: 20px;
}

.heading-19 {
  color: #383838;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.05em;
  font-weight: 700;
  line-height: 1em;
}

.heading-19._19-light {
  color: gray;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.1em;
}

.div-block-3 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.text-block-119 {
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.2em;
}

.text-block-119.importante {
  margin: 10px;
}

.text-block-119.importante.p2 {
  margin-top: -5px;
}

.text-block-119.block2 {
  margin-left: 15px;
  font-size: 15px;
}

.ms-input {
  color: #121331;
  background-color: #fff;
  border: 1px #000;
  border-radius: 5px;
  min-height: 40px;
  margin-bottom: 0;
  padding: 8px 12px;
  transition: color .2s;
  position: relative;
}

.ms-input:hover {
  z-index: 2;
  background-color: #f3f3f3;
}

.ms-input:focus {
  border-style: solid;
  border-color: #2962ff;
}

.ms-input::placeholder {
  color: #12133199;
}

.div-block-244 {
  justify-content: flex-end;
  align-items: center;
  margin-left: 10px;
  margin-right: 5px;
  display: flex;
}

.image-53 {
  background-color: #838383;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  margin-bottom: 4px;
}

.ms-image {
  flex: none;
  width: 45px;
  margin-right: 20px;
}

.ms-image.is-profile-image {
  background-image: url('../images/mail-213.png');
  background-size: cover;
  border-radius: 100px;
  width: 70px;
  height: 70px;
  margin-bottom: auto;
  margin-left: 0;
  margin-right: 0;
  font-size: 12px;
  position: relative;
  overflow: hidden;
}

.ms-image.is-profile-image:hover {
  overflow: visible;
}

.div-block-245 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  padding: 10px 0;
  display: flex;
}

.ms-form {
  color: #000;
  text-align: left;
  background-color: #fff;
  border: 1px solid #c3c3cb;
  width: 400px;
  min-width: 400px;
  padding: 20px;
  font-size: 14px;
  box-shadow: 0 50px 60px #00000026;
}

.ms-signup-page {
  color: #fff;
  background-image: url('../images/noise.png');
  background-position: 0 0;
  background-size: 200px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 100vh;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4em;
  display: none;
}

.div-block-4 {
  background-color: #00c70d;
  border-radius: 100px;
  width: 12px;
  height: 12px;
  padding-bottom: 0;
  padding-right: 0;
}

.ms-input-row {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.ms-input-row.corretor {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  padding: 0;
  box-shadow: 0 2px 5px #0003;
}

.ms-input-row.corretor.importante1 {
  margin-top: 20px;
}

.ms-input-row.corretor.importante1.hide {
  display: none;
}

.text-span-22 {
  color: #e40000;
  font-weight: 400;
}

.ms-form-subheading {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.div-block-246 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 130px;
  min-width: 130px;
  padding: 10px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.ms-signup-half {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.ms-button {
  color: #fff;
  text-align: center;
  letter-spacing: .03em;
  background-color: #020202;
  border: 1px solid #2962ff;
  border-radius: 8px;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 13px 16px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: transform .2s cubic-bezier(.645, .045, .355, 1), border-color .2s cubic-bezier(.645, .045, .355, 1), border-radius .2s cubic-bezier(.645, .045, .355, 1), box-shadow .2s cubic-bezier(.645, .045, .355, 1), background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: inline-block;
  position: relative;
  top: 0;
  box-shadow: 0 10px 20px -5px #2d3e504d;
}

.ms-button:hover {
  box-shadow: none;
  color: #fff;
  background-color: #1051b9;
  transform: translate(0, 2px);
}

.ms-button:active {
  background-color: #0a3092;
}

.heading-20 {
  color: #000;
  margin-top: 3px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 15px;
}

.ms-form-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.4em;
}

.divisor {
  background-color: #e3e3e3;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 20px;
}

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

.div-block-2 {
  align-items: center;
  padding: 7px;
  display: flex;
}

.text-block-120 {
  margin-left: 3px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1em;
}

.form-block-5 {
  margin-bottom: 0;
}

.ms-input-label {
  text-align: center;
  text-transform: uppercase;
  flex: none;
  width: 100px;
  margin-bottom: 0;
  padding: 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
}

.ms-input-label.mobile {
  color: #626262;
  background-color: #dfdfdf;
  width: 100%;
  padding: 8px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.ms-input-label.mobile.importante2 {
  text-transform: uppercase;
  background-color: #ffdc9a;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
}

.ms-input-label.mobile.importante1 {
  text-transform: uppercase;
  background-color: #fffa9a;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
}

.div-block-6 {
  margin-left: 15px;
}

.raulrossisocial {
  background-color: var(--igren);
  background-image: url('../images/pattern-rossi.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: .3em;
  justify-content: center;
  align-items: stretch;
  width: 3.5em;
  min-width: 3.5em;
  height: 3.5em;
  min-height: 3.5em;
  display: flex;
  overflow: hidden;
}

.raulrossisocial.book {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.raulrossifoto {
  background-image: url('../images/Captura-de-Tela-2023-05-21-às-5.38.24-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 76px;
  min-width: 76px;
  height: 76px;
  min-height: 76px;
  margin-top: -3px;
  margin-bottom: -3px;
  display: none;
  position: relative;
  box-shadow: 0 2px 2px 2px #0003;
}

.div-block-248 {
  background-color: #2a2a2a;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 250px;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: -41px;
  padding: 1.5em 1.5em 1.5em 3.8em;
  display: none;
}

.div-block-249 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  box-shadow: 2px 1px 5px #0003;
}

.div-block-249.hide {
  display: none;
}

.text-block-121 {
  color: var(--light-grey);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .9em;
}

.text-block-121.middle {
  margin-top: 3px;
  margin-bottom: 4px;
}

.spamamarelo {
  color: #dfb600;
}

.menu-button-2 {
  display: block;
}

.image-54 {
  width: 25px;
  margin-bottom: -18px;
  position: relative;
}

.div-block-250 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: -29px;
  display: flex;
}

.text-block-122 {
  color: var(--light-grey);
  font-family: Amx, sans-serif;
  font-size: 2em;
  font-weight: 700;
}

.dadospessoais, .mensagens {
  display: none;
}

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

.textpagamento {
  text-align: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.2em;
}

.html-embed-17 {
  flex-direction: column;
  align-items: flex-start;
}

.text-block-123 {
  text-align: center;
  line-height: 1;
}

.imgatendimento {
  border-radius: 100%;
  width: 1.7em;
  margin-right: .3em;
  padding: 0;
}

.imgatendimento.scheduleimg {
  opacity: .94;
  border-style: none;
  border-radius: 0%;
  width: 2.5em;
  margin-top: -.5em;
  margin-right: 0;
  padding: 0;
}

.imgatendimento.raio {
  border: 1px solid #fff;
  height: 1.7em;
}

.imgatendimento.proposta {
  margin-right: 0;
  padding: 0;
}

.imgatendimento.atendimento {
  margin-right: .3em;
}

.imgatendimento.atendimento.left {
  border-color: var(--white);
}

.imgatendimento.atendimento.right {
  border-style: none;
  border-radius: 0%;
  width: 1.9em;
  margin-left: -.2em;
  padding: 0;
}

.imgatendimento.hotajuste {
  border: 1px solid #7c7c7c;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  padding: 0;
  display: flex;
}

.divcontato {
  flex-direction: column;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.botoesdiv {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.botoesdiv.hide {
  display: none;
}

.divbotoes {
  z-index: 1;
  justify-content: space-between;
  display: block;
  position: relative;
}

.html-embed-19 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.html-embed-19.hide {
  display: none;
}

.html-embed-19.margin {
  background-color: var(--black);
  padding: .3em;
}

.divperspectivaimg {
  width: 100%;
}

.divperspectivaimg.hide {
  display: none;
}

.div-block-251 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-251.hide {
  display: none;
}

.btnwhats {
  background-color: var(--igren);
  border-radius: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 18em;
  height: 170px;
  margin-right: 1em;
  padding: 1em;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.btntelefone {
  background-color: var(--blue-phone);
  border-radius: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 18em;
  height: 170px;
  margin-left: 1em;
  padding: 1em;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.text-block-124 {
  color: var(--white);
  text-align: center;
  letter-spacing: -.01em;
  margin-top: .2em;
  margin-bottom: .2em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.7em;
  font-weight: 300;
  line-height: 1.1em;
}

.imgwhats {
  width: 2.8em;
}

.precotitle {
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  display: block;
}

.paragraph-24 {
  margin-top: 5px;
  font-size: 1.1em;
  line-height: 1.3em;
}

.cms-wrapper {
  flex: 1;
  overflow: scroll;
}

.zoom-button {
  z-index: 7;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #57595e;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-bottom: 6px;
  display: flex;
  position: relative;
  right: 0;
}

.ncf-map {
  border-top: 1px solid #dcdde0;
  border-bottom: 1px solid #dcdde0;
  height: 100%;
  display: flex;
}

.item-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  display: block;
}

.divider {
  background-color: #dcdde0;
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.page-wrapper-2 {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.list-wrapper-demo {
  flex-direction: column;
  flex: 0 auto;
  max-width: 35vw;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.control {
  position: absolute;
  inset: 24px 24px auto auto;
}

.map-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  background-color: #f7f7f7;
  border: 1px solid #f7f7f7;
  border-radius: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  height: auto;
  margin-bottom: 16px;
  padding: 24px;
  transition: opacity .2s;
  display: flex;
}

.map-wrapper {
  flex: 1;
  width: 72%;
}

.map-2 {
  z-index: 1;
  background-image: url('../images/Placeholder-Map-Webflow-Designer.jpg');
  background-position: 50%;
  background-size: cover;
  flex: 3 1px;
  width: 100%;
  height: 100%;
  position: relative;
}

.title-2 {
  letter-spacing: .5px;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 24px;
}

.empty-state-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.v16 {
  height: 16px;
}

.stylings {
  background-color: #f7f7f7;
  border-top: 1px solid #dcdde0;
  border-bottom: 1px solid #dcdde0;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 24px 80px;
  display: none;
  position: static;
}

.filter-reset {
  color: #111;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  display: flex;
}

.bigger-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

.styleguide-title {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 32px;
  margin-bottom: 32px;
  display: flex;
}

.huge-title {
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
}

.v40 {
  height: 40px;
}

.v4 {
  height: 4px;
}

.tooltipstyle-container {
  width: 80px;
  height: 32px;
  margin-top: 24px;
}

.pins {
  z-index: 300;
  justify-content: space-between;
  width: 110px;
  display: flex;
  position: absolute;
}

.pin-wrapper {
  width: 30px;
}

.image-55 {
  width: 100%;
}

.slider-2 {
  background-color: #dcdde0;
  border-radius: 7px;
  flex: none;
  width: 160px;
  height: 4px;
  margin-left: 8px;
  margin-right: 8px;
  position: relative;
}

.chips-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: flex-start start;
  display: flex;
}

.price-wrapper {
  text-align: center;
  width: 32px;
}

.drag-handle {
  cursor: grab;
  background-color: #f7f7f7;
  border: 1px solid #57595e;
  border-radius: 6px;
  width: 32px;
  height: 18px;
  position: absolute;
  top: -7px;
  transform: translate(80px);
}

.price-slider {
  background-color: #f7f7f7;
  border-radius: 8px;
  align-items: center;
  max-width: 100%;
  padding: 8px 12px;
  display: flex;
  position: relative;
}

.active-slider {
  background-color: #111;
  width: 60px;
  height: 100%;
  transform: translate(22px);
}

.filter-chip {
  cursor: pointer;
  background-color: #f7f7f7;
  border: 1px solid #57595e;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  display: flex;
}

.filter-chip.active {
  color: #fff;
  background-color: #111;
  border: 1px solid #111;
}

.flex.spece-between {
  justify-content: space-between;
  width: 100%;
  padding: 12px;
  display: block;
  inset: 0% auto auto 0%;
}

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

.search-wrapper {
  width: 100%;
  margin-right: 16px;
  position: relative;
}

.filter-container {
  margin-bottom: 0;
  padding-top: 24px;
}

.search-2 {
  cursor: auto;
  border: 1px solid #57595e;
  border-radius: 8px;
  height: 40px;
  margin-bottom: 0;
  padding: 8px 16px 8px 40px;
  font-size: 16px;
}

.search-2::placeholder {
  color: #57595e;
}

.search-icon-2 {
  background-image: url('../images/Search.svg');
  background-position: 0%;
  background-size: auto;
  width: 20px;
  height: 20px;
  position: absolute;
  inset: 10px auto auto 12px;
}

.sort {
  color: #111;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #57595e;
  border-radius: 8px;
  flex: none;
  width: 100%;
  height: 40px;
  margin-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 16px;
}

.h24 {
  width: 24px;
}

.price-div {
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.inner-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.ncf-embed {
  background-color: #ff6c6c;
}

.show-on-map {
  cursor: pointer;
  background-color: #fff;
  border-radius: 10px;
  padding: 4px 6px;
  font-size: 12px;
  line-height: 12px;
  display: block;
}

.v8 {
  height: 8px;
}

.list-item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.h6 {
  width: 6px;
}

.pop-up-wrapper {
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 250px;
  margin-bottom: 8px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 24px 1px #0000001a;
}

.tooltip-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: stretch stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.styleguide-wrapper {
  justify-content: space-around;
  display: flex;
}

.tooltip-and-popup {
  width: 100%;
}

.styling-collection {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.overlay-embed {
  background-color: #ff6c6c;
  position: absolute;
  inset: -8% auto auto 0%;
}

.pop-up-image {
  width: 100%;
  height: 240px;
}

.close-button {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  cursor: pointer;
  background-color: #fffc;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
  position: absolute;
  inset: 12px 12px auto auto;
}

._20x20-icon {
  flex: none;
  width: 20px;
  height: 20px;
}

.pop-up-content {
  width: 100%;
  padding: 0;
}

.flex {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.flex.spece-between {
  justify-content: space-between;
  width: 100%;
}

.title {
  color: #353535;
  text-align: left;
  letter-spacing: .5px;
  margin-bottom: 0;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.2em;
}

.tooltip {
  background-color: #fff;
  border-radius: 6px;
  max-width: 200px;
  padding: 0;
  box-shadow: 1px 1px 10px 2px #0000001a;
}

.ncf-disabled {
  display: none !important;
}

.styleguide-titlencf-20 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 32px;
  margin-bottom: 32px;
  display: flex;
}

.bigger-titlencf-79 {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

.v8ncf-15 {
  height: 8px;
}

.page-wrapper-3 {
  flex-direction: column;
  display: flex;
}

.tooltip-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  justify-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
  overflow: visible;
}

.image-56 {
  width: 100%;
}

.slider-3 {
  background-color: #dcdde0;
  border-radius: 7px;
  flex: none;
  width: 160px;
  height: 4px;
  margin-left: 8px;
  margin-right: 8px;
  position: relative;
}

.text-block-125 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.button-13 {
  color: #0078a8;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 5%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 40px;
  margin-bottom: 15px;
  margin-right: 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.div-block-252 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 250px;
  position: relative;
}

.descricaobox {
  margin-top: 5px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.imgtooltip {
  width: 100%;
}

.texttooltip {
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.torremap {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  width: 130px;
  height: 100px;
  overflow: hidden;
}

.div-block-253 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-253.logohome {
  width: 100%;
}

.div-block-254 {
  background-color: var(--white);
  color: var(--black);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .9em;
  line-height: 1.2em;
  display: flex;
  position: relative;
}

.div-block-254.hide {
  display: none;
}

.headerwith {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 65em;
  height: 4em;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.headerwith.home {
  max-width: 78em;
}

.div-block-255 {
  color: var(--white);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 55em;
  margin-bottom: 70px;
  display: flex;
}

.div-block-255.produto {
  justify-content: flex-start;
}

.html-embed-22 {
  width: 100%;
  height: 100%;
}

.div-block-256 {
  justify-content: center;
  align-items: center;
  padding: 0 0 .3em .3em;
  display: flex;
}

.divpattern {
  z-index: -1;
  opacity: .11;
  background-image: url('../images/pattern.svg');
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.div-block-257 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 33px;
  display: flex;
}

.phone {
  opacity: 1;
  height: 2em;
}

.image-57 {
  width: 1em;
  max-width: none;
  display: none;
}

.cttheader {
  width: 2em;
  height: 2em;
}

.molduraplanta {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.image-58 {
  width: 2em;
  height: 2em;
}

.image-58.arrowhtml {
  color: var(--white);
  justify-content: center;
  align-items: center;
  height: 1em;
  font-size: 1.3em;
  display: flex;
}

.divplanta2 {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  display: flex;
}

.fullscreen {
  flex-direction: column;
  width: 100%;
  height: 100vh;
  display: block;
  position: relative;
  overflow: visible;
}

.ncf-map-2 {
  border-top: 1px solid #dcdde0;
  border-bottom: 1px solid #dcdde0;
  max-width: 100%;
  height: 100vh;
  display: flex;
}

.item-list-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.list-wrapper-demo-2 {
  flex-direction: column;
  flex: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.map-item-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  background-color: #f7f7f7;
  border: 1px solid #f7f7f7;
  border-radius: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  margin-bottom: 16px;
  padding: 24px;
  transition: opacity .2s;
}

.map-wrapper-2 {
  flex: 1;
  width: 72%;
  height: 100%;
  position: relative;
}

.title-3 {
  letter-spacing: .5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.stylings-2 {
  background-color: #f7f7f7;
  border-top: 1px solid #dcdde0;
  border-bottom: 1px solid #dcdde0;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 24px 80px;
  position: static;
}

.pin-wrapper-2 {
  width: 20px;
}

.image-59 {
  width: 100%;
}

.title-4 {
  letter-spacing: .5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.div-block-258 {
  flex-direction: column;
  align-items: flex-start;
  padding-right: .5em;
  display: flex;
}

.text-block-126 {
  margin-bottom: .2em;
  margin-left: 5px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  line-height: 1em;
}

.text-block-126.left {
  margin-left: 0;
}

.div-block-259 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.visitatext {
  letter-spacing: .3px;
  max-width: 25vw;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.1vw;
  font-weight: 400;
}

.div-block-260 {
  color: var(--white);
  background-color: #db214a;
  border: .2em solid #fff;
  align-items: stretch;
  margin-top: -.6em;
  padding: .6em;
  display: flex;
  position: relative;
  box-shadow: 0 0 0 2px #db214a;
}

.div-block-260.hide {
  display: block;
}

.sheduleimg {
  width: 2.5em;
}

.divimgschedule {
  align-items: center;
  display: flex;
}

.ponto {
  background-color: #00e32d;
  border-radius: 100%;
  width: .6em;
  height: .6em;
  margin-bottom: 1px;
  margin-left: .3em;
}

.titleatendimento {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.descvisita {
  letter-spacing: .3px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  line-height: 1.1em;
}

.div-block-261 {
  align-items: center;
  display: flex;
}

.linkabsolute, .embedlink {
  position: absolute;
  inset: 0%;
}

.embedlink.hide {
  display: none;
}

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

.bem-vindo {
  margin-bottom: .2em;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .9em;
  line-height: 1em;
}

.divanalise {
  border-left: 1px solid #eaeaea;
  width: 50%;
  padding: .9em;
}

.dadosplanta {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.titleplanta {
  padding: 0;
}

.logo-container {
  float: left;
  align-items: center;
  display: flex;
}

.logo-container.w--current {
  align-items: center;
}

.image-60 {
  width: 3.5em;
  margin-right: .2em;
}

.text-logo {
  color: var(--white);
  letter-spacing: -.5px;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1em;
  display: block;
}

.text-logo.text-span-23 {
  text-transform: uppercase;
}

.text-logo.claro {
  justify-content: center;
  align-items: center;
  font-size: 1.1em;
  display: flex;
}

.text-span-23 {
  letter-spacing: 0;
}

.text-span-23.claro {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .8em;
  font-weight: 700;
}

.conteudointrodcao {
  border: 1px solid #eaeaea;
  border-bottom-color: #efefef;
  border-radius: 2px;
  margin-bottom: 4vw;
  padding: .6em;
}

.conteudointroducaotext {
  text-align: justify;
  margin-bottom: 0;
}

.div-block-262 {
  width: 100%;
  max-width: 65em;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.div-block-263.hide {
  display: none;
}

.perfilimg {
  border-radius: 100%;
  margin-left: -5px;
}

.plantaspecs.hide {
  display: none;
}

.heading-21 {
  color: #000;
  letter-spacing: -1px;
  margin: 0 0 10px;
  font-size: 4em;
  font-weight: 500;
  line-height: 1.2em;
}

.heading-21.paganalise {
  text-align: center;
  flex-flow: column;
  align-items: center;
  margin-bottom: .5em;
  font-size: 2.5em;
  display: flex;
}

.sectioniphone {
  background-color: #f5f5f5;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 65em;
  padding: 3em 2em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
}

.sectioniphone.paganalise {
  justify-content: flex-start;
  align-items: stretch;
  padding: 0;
}

.dropdown-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.html-video-embed {
  z-index: 0;
  object-fit: cover;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.videos-sub-dropdown-toggle {
  color: #fff;
  border-bottom: .0625rem solid #2d2d2f;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.html-embed-23 {
  justify-content: center;
  align-items: center;
  width: 1.3rem;
  height: 1.3rem;
  display: flex;
}

.div-block-264 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #000;
  letter-spacing: -.2px;
  background-color: #ffffff14;
  border: 1px solid #000;
  border-radius: 200vw;
  justify-content: center;
  align-items: center;
  padding: 8px 10px;
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 14px 14px auto;
}

.icon-16px {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .9rem;
  height: .9rem;
  display: flex;
}

.video-track {
  cursor: pointer;
  background-color: #fafafa29;
  border-radius: 20vw;
  width: 100%;
  height: .6rem;
  overflow: hidden;
}

.video-sub-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.iphone-video-wrapper {
  border-radius: 2rem;
  width: 92%;
  height: 97%;
  margin: auto;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.video-sub-dropdown-list {
  position: static;
}

.video-sub-dropdown-list.w--open {
  color: #fff;
  background-color: #333;
}

.video-control-item {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-size: .6875rem;
  display: flex;
}

.video-dropdown {
  position: relative;
}

.text-span-24 {
  opacity: .3;
}

.play-button {
  z-index: 99999;
  opacity: 0;
  color: #fff;
  background-color: #ffffff30;
  border-radius: 100vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  transition: opacity .45s;
  position: relative;
}

.iphone-video-container {
  background-color: #000;
  border-radius: 1.4rem;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.iphone-video-list {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.iphone-shadow {
  z-index: -1;
  filter: blur(20px);
  background-image: radial-gradient(circle, #0000004d, #0000);
  border-radius: 4%;
  width: 20%;
  height: 100%;
  margin-left: -1px;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.paragraph {
  color: #888;
  max-width: 36ch;
  margin-left: .1em;
  font-size: 1.1em;
  line-height: 1.4em;
}

.paragraph.headerhome {
  text-align: left;
  margin-bottom: 1em;
}

.paragraph.headerhome.paganalise {
  text-align: center;
  max-width: 30em;
  margin-bottom: 0;
}

.play-button-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.button-14 {
  color: var(--white);
  background-color: #fb8f8b;
  border-radius: 2px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 10em;
  height: 3.5em;
  padding: 6px 10px;
  font-size: 1em;
  font-weight: 300;
  line-height: 1em;
  transition-property: none;
  display: flex;
  box-shadow: 0 2px 10px #00000024;
}

.button-14.hide {
  display: none;
}

.iphone {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 22em;
  display: flex;
  position: relative;
}

.iphone.iphoneproduto {
  width: 26vw;
  max-width: 20em;
}

.div-block-265 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 1em;
  display: flex;
}

.div-block-265.paganalise {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: 0;
}

.html-icon-20px {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.2rem;
  height: 1.2rem;
  display: flex;
}

.video-dropdown-toggle {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.play-overlay-wrapper {
  z-index: 1;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.video-top-wrapper {
  z-index: 13;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin-top: 20%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.iphone-wrapper {
  color: #fff;
  width: 90%;
  position: relative;
}

.vimeo-player {
  object-fit: cover;
  width: 120%;
  height: 120%;
  margin: auto;
  position: absolute;
  inset: 0% auto;
}

.video-control-wrapper {
  z-index: 15;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  opacity: 0;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  transition: opacity .45s;
  display: flex;
  position: absolute;
  inset: auto 0% 6%;
}

.video-sub-dropdown-item {
  color: #fff;
}

.video-dropdown-list {
  inset: auto 0% 0% auto;
}

.video-dropdown-list.w--open {
  color: #fff;
  background-color: #202020;
  border-radius: .75rem;
  flex-direction: column;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  inset: auto 0% 2.6rem auto;
}

.play-overlay {
  z-index: 1;
  color: #fff;
  border-radius: 5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.iphone-image {
  z-index: 1;
  color: #0000001f;
  object-fit: contain;
  width: 100%;
  position: relative;
}

.video-progress-bar {
  background-color: #fff;
  width: 0%;
  height: 100%;
}

.video-settings {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  color: #fff;
  align-items: center;
  display: none;
}

.video-settings._1 {
  width: 18.7969px;
  display: flex;
}

.blue-dot-2 {
  background-color: #0a223f;
  width: 2px;
  min-width: 2px;
  height: 2px;
  min-height: 2px;
  margin-left: .7vw;
  margin-right: .7vw;
}

.property-price-absolute-2 {
  z-index: 5;
  color: #0a223f;
  background-color: #fff;
  align-items: center;
  padding: 1em;
  display: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.property-address-title-2 {
  color: #07264b;
  margin-bottom: .2em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.4em;
  display: inline-block;
}

.property-address-title-2:hover {
  text-decoration: underline;
}

.property-paragraph-2 {
  color: #0a223f;
  margin-top: .5em;
  margin-bottom: .5em;
  font-size: 1em;
}

.property-paragraph-2.margin-right {
  margin-right: .4em;
}

.property-status-3 {
  z-index: 5;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #690c29c2;
  align-items: center;
  margin-bottom: 1.1em;
  margin-left: 1.1em;
  padding: .7em 1em;
  font-size: .7em;
  font-weight: 500;
  line-height: .9em;
  display: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.property-status-3.is-sold {
  background-color: #444444b3;
}

.property-status-3.is-avalaible {
  background-color: #0a5c3fb3;
}

.property-address-2 {
  padding-right: 1em;
}

.ciricle-icon-2 {
  z-index: 5;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 2.2em;
  position: relative;
}

.property-link-2 {
  color: #be591f;
  background-color: #fff;
  flex-direction: column;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  transition: background-color .3s, color .3s;
  display: flex;
  position: relative;
}

.property-link-2:hover {
  color: #0a223f;
}

.ciricle-outline-2 {
  z-index: 5;
  border: 1px solid #0a223f3d;
  border-radius: 50%;
  position: absolute;
  inset: 0%;
}

.property-image-wrap-2 {
  z-index: 1;
  object-fit: cover;
  border-radius: .3em;
  width: 100%;
  height: 20em;
  position: relative;
  overflow: hidden;
}

.collection-list-13 {
  grid-column-gap: 1.1em;
  grid-row-gap: 1.1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.vitrine {
  width: 100%;
  max-width: 65em;
  margin-bottom: 3em;
}

.vitrine.last {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.vitrine.alinhamento {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.vitrine.linksregiao {
  max-width: 64em;
  margin-bottom: 0;
}

.text-span-25 {
  margin-left: .4em;
  font-size: .7em;
  font-weight: 400;
}

.walsh-center-hero {
  grid-row-gap: 1.5em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 2em;
  display: flex;
}

.walsh-center-hero.hide {
  display: none;
}

.walsh-bullet-tag {
  background-color: #fb8f8b;
  border-radius: 100px;
  width: 1em;
  min-width: 1em;
  max-width: 1em;
  height: 1em;
  min-height: 1em;
  max-height: 1em;
  line-height: 1.2em;
}

.walsh-text-burst-orange {
  color: #ff8d86;
  background-image: url('../images/scribble-burst.svg');
  background-position: 95% 90%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-bottom: .35em;
  padding-right: .3em;
  display: inline-block;
}

.walsh-flex-tag {
  grid-column-gap: 10px;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.walsh-button-label-wrapper {
  z-index: 4;
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-link-wrapper {
  color: #000000d9;
  white-space: nowrap;
  border-bottom: 1px dashed #c5c5c5;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.walsh-link-wrapper:hover {
  color: #575555d9;
  padding-right: 0;
}

.walsh-link-wrapper.hide {
  display: none;
}

.walsh-title-tag {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2em;
  font-weight: 300;
  line-height: 1.2em;
}

.premiacao {
  z-index: 2;
  color: var(--white);
  flex-flow: column;
  flex: none;
  align-items: center;
  width: 100%;
  max-width: 65em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4em;
  padding-bottom: 3em;
  display: flex;
  position: relative;
}

.walsh-arrow-wrapper {
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  align-items: center;
  height: 12px;
  display: flex;
  overflow: hidden;
}

.walsh-icon-arrow {
  height: 12px;
  margin-top: 2px;
  margin-left: 10px;
}

.bold-text-3 {
  font-weight: 800;
}

.walsh-inner-card-bottom {
  grid-row-gap: 1.2em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 1.5em;
  padding-right: 1.5em;
  display: flex;
}

.walsh-icon-arrow-flip {
  height: 12px;
}

.walsh-heading-xxlarge-black {
  color: var(--white);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 5em;
  font-weight: 700;
  line-height: .95;
}

.walsh-rounded-wrapper {
  justify-content: center;
  display: flex;
}

.walsh-heading-regular {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.2;
}

.walsh-hero-p-wrapper {
  width: 100%;
  max-width: 80%;
}

.walsh-hero-inner-image {
  justify-content: center;
  align-items: flex-end;
  padding-top: 35px;
  display: flex;
}

.walsh-main-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.walsh-cover-image {
  flex: 1;
  min-width: 20em;
  max-width: 20em;
  min-height: 20em;
  max-height: 20em;
}

.walsh-cover-image.fgv {
  padding: 3vw;
}

.walsh-card-wrapper-image {
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 40%;
  min-width: 40%;
  min-height: 16em;
  max-height: 16px;
  display: flex;
  overflow: hidden;
}

.walsh-card-wrapper-image.mbc {
  background-image: url('../images/mbc.webp');
  background-position: 50%;
  background-size: cover;
}

.walsh-card-wrapper-image.tag {
  background-image: url('../images/tag.webp');
  background-position: 50%;
  background-size: cover;
}

.walsh-card-wrapper-image.fgv {
  background-color: #0a3d74;
  background-image: url('../images/fgvwebp.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.walsh-button-hover-fill {
  background-color: #000;
  border-radius: 100%;
  width: 5em;
  height: 5em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -100% auto auto -46%;
}

.walsh-hero-div-block {
  grid-column-gap: 1.25em;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.walsh-hero-div-block.ctaheader {
  flex-flow: column;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 1em;
}

.walsh-hero-div-block.ctaheader.paganalise {
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
}

.walsh-hero-div-block.ctafooter {
  margin-top: 1em;
}

.walsh-link-block-orange {
  background-color: var(--black2);
  color: var(--white);
  text-align: center;
  background-image: url('../images/66465cc513eccc20e7d2cc79_Mask-group.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 1.8em 1.5em;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange:hover {
  opacity: .68;
}

.walsh-link-block-orange.hide {
  display: none;
}

.walsh-main-paragraph {
  color: var(--white);
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.1em;
  line-height: 1.5;
}

.walsh-rounded-block {
  background-color: #fff;
  border-radius: 18px;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.walsh-label-button {
  text-align: left;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
}

.walsh-rounded-card {
  grid-row-gap: 3em;
  border: 1px solid var(--white);
  box-shadow: none;
  border-radius: 15px;
  flex-flow: row;
  justify-content: flex-start;
  display: flex;
  overflow: hidden;
}

.premiosgrid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 60em;
  padding-top: 1em;
  padding-bottom: 1em;
  display: grid;
}

.div-column {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.divnavbar {
  align-items: stretch;
  display: flex;
}

.navrossi {
  background-color: #fff0;
  align-items: stretch;
  display: flex;
}

.navlinkrossi {
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 0 2em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .9em;
  font-weight: 200;
  line-height: 1.2em;
  transition-property: none;
  display: flex;
}

.navlinkrossi.w--current {
  color: var(--white);
  font-weight: 700;
}

.navlinkrossi.brindes {
  display: none;
}

.nav-menu-3 {
  flex-flow: row;
  justify-content: center;
  display: flex;
}

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

.div-block-266 {
  justify-content: center;
  display: flex;
}

.obspremio {
  letter-spacing: .05em;
  margin-top: 2em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .7em;
  font-weight: 300;
  line-height: 1.5em;
  display: block;
}

.combine-footer3_bottom-text-link {
  color: #9e97ff;
  text-decoration: none;
}

.combine-footer3_bottom-text-link:hover {
  color: #fff;
}

.combine-footer3_nav-menu {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.combine-footer3_nav-menu.hide {
  display: none;
}

.combine-footer3_link {
  color: #bfc4ce;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: .9em;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-footer3_link:hover {
  color: #fff;
}

.combine-footer3_social-links {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: none;
}

.combine-footer3_component {
  background-color: var(--black);
}

.combine-padding-section-medium-2 {
  padding-top: 3em;
  padding-bottom: 1rem;
}

.combine-padding-section-small {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
}

.combine-footer3_top {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.combine-footer3_bottom-text {
  color: #bfc4ce;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-footer3_bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.combine-footer3_logo-vertical {
  height: 100%;
  max-height: 4rem;
}

.combine-padding-global-2 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-container-large-2 {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-social_icon {
  width: 1.5rem;
  height: 1.5rem;
}

.combine-footer3_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #fff;
  justify-content: center;
  align-items: center;
}

.combine-footer3_social-link:hover {
  color: #9e97ff;
}

.bold-text-4, .bold-text-5 {
  font-weight: 700;
}

.a-blog-card-outline {
  border: 1px solid #dedfe3;
  border-radius: 2em;
  overflow: hidden;
}

.a-detail-regular-2 {
  color: #ffe100;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1.5em;
  font-weight: 600;
}

.a-margin-bottom-49 {
  margin-bottom: 1.5em;
}

.a-blog-image-wrapper {
  width: 100%;
  height: 14em;
  overflow: hidden;
}

.a-text-link-regular {
  color: #5167f6;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.a-margin-bottom-24 {
  margin-bottom: 1.3em;
}

.a-blog-image {
  filter: grayscale();
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.a-blog-image:hover {
  filter: none;
}

.a-blog-title-grid-item {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.a-blog-title-grid-item.equipbox1 {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 1em;
}

.a-blog-details-wrapper {
  padding-top: 1.5em;
  padding-left: 1em;
  padding-right: 1em;
}

.a-paragraph-regular-2 {
  color: var(--white);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 1.2em;
  line-height: 1.4em;
  display: none;
}

.a-h3-heading-2 {
  color: var(--white);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.2em;
}

.a-subheading-large {
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.2;
}

.quemsomos {
  color: var(--white);
  background-color: #000;
  padding-top: 3em;
  padding-bottom: 3em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1em;
  line-height: 1.2em;
  position: relative;
}

.contquemsomos {
  width: 100%;
  max-width: 65em;
  margin-left: auto;
  margin-right: auto;
  padding: 2em .5em;
  position: relative;
}

.gridquemsomos {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.sectioncontent {
  flex-flow: column;
  align-items: center;
  padding: 5em 3em;
  display: flex;
}

.sectioncontent.paganalise {
  background-color: #f5f5f5;
}

.sectioncontent.produtoshome {
  padding-top: 0;
}

.sectioncontent.questions {
  background-color: var(--black);
  padding-bottom: 2em;
  padding-left: 0;
  padding-right: 0;
}

.sectioncontent.questions.resumo {
  padding-top: 2em;
  padding-bottom: 2em;
  display: block;
}

.sectioncontent.regioeslinks {
  background-color: var(--black);
  padding-bottom: 0;
  display: block;
}

.textequipe {
  color: var(--white);
  margin-bottom: 0;
  font-size: 1.1em;
  line-height: 1.5em;
}

.div-block-267 {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.codinome {
  color: #ffe100;
}

.vantagensfixas {
  background-color: var(--black);
  color: var(--white);
  padding-bottom: 1em;
}

.vantagensfixas.part2 {
  padding-top: 4em;
}

.formularios.hide, .maisimoveis {
  display: block;
}

.instagram-feed---image-wrapper {
  z-index: 1;
  border-radius: 16px;
  flex-direction: column;
  align-items: stretch;
  max-height: 379px;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.instagram-feed---image-wrapper.border-radius-0 {
  border-radius: 0;
  width: 100%;
}

.color-neutral-800 {
  color: #19213d;
}

.color-neutral-800.hover-color-accent-1:hover {
  color: #ff2d46;
}

.text-200 {
  line-height: 20px;
}

.text-200.bold {
  font-weight: 500;
}

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

.flex-2 {
  display: flex;
}

.flex-2.align-center {
  align-items: center;
}

.flex-2.align-center.gap-column-12px {
  grid-column-gap: 12px;
}

.instagram-feed---icon-inside {
  filter: grayscale(25%);
  min-width: 100%;
  max-width: none;
  min-height: 100%;
  max-height: none;
}

.logo-instagram {
  border-radius: 100px;
  max-width: 40px;
  box-shadow: 0 2px 6px #14142b14;
}

.sectionclientes {
  background-color: var(--black);
  overflow: visible;
}

.instagram-feed---image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.color-secondary-1 {
  color: #2388ff;
}

.instagram-feed---image-overlay {
  z-index: 1;
  transform-origin: 0%;
  background-color: #000000a6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.text-center {
  color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.display-3 {
  color: #19213d;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.5em;
}

.container-default {
  max-width: 65em;
  padding-left: 2em;
  padding-right: 2em;
}

.square-icon {
  border-radius: 16px;
}

.square-icon.benefits {
  width: 100%;
}

.card {
  background-color: #fff;
  border: 1px solid #ebeff6;
  border-radius: 1em;
  box-shadow: 0 2px 7px #14142b0f;
}

.card.icon-left---content-right {
  background-color: var(--black);
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5em;
  display: flex;
}

.inner-container._555px {
  max-width: 555px;
}

.inner-container._555px.center {
  max-width: 60em;
  margin-bottom: 5em;
}

.inner-container._555px.center.premio {
  margin-bottom: 4em;
}

.inner-container._555px.center.hide {
  display: none;
}

.icon-benefits {
  width: 7em;
  margin-bottom: 10px;
}

.heading-h4-size {
  color: var(--white);
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.2em;
}

.grid-2-columns {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 2em;
  display: grid;
}

.display-4 {
  margin-bottom: 0;
  font-size: 3.5em;
  font-weight: 400;
}

.display-4.vendas {
  font-size: 2em;
}

.paragraph-25 {
  color: var(--white);
}

.vantagenstext {
  color: var(--white);
  margin-bottom: 0;
  font-size: 1.1em;
  line-height: 1.5em;
}

.vantagenstext.gift.destaquegift {
  border-left: .3em solid #fb8f8a;
  margin-top: .5em;
  margin-bottom: .5em;
  padding-left: .3em;
}

.text-span-26 {
  color: var(--black);
  background-color: #ffe100;
  border-radius: 2px;
  padding-left: .2em;
  padding-right: .2em;
  font-size: .9em;
  font-weight: 500;
}

.div-block-268 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 23%;
  min-width: 23%;
  margin-right: 1em;
  display: flex;
}

.bold {
  font-weight: 700;
}

.bold.boldvoila {
  display: block;
}

.imgvendas {
  border: 1px solid #fff;
  overflow: hidden;
}

.walsh-main-paragraph-2 {
  color: var(--white);
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
}

.walsh-form-wrapper {
  width: 100%;
}

.walsh-button-circle-small {
  background-color: #ffdd79;
  background-image: url('../images/countertops_black_24dp.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.walsh-button-circle-small:hover {
  background-color: #ffdd79;
}

.walsh-full-image {
  filter: grayscale(13%);
  width: 100%;
  height: 100%;
  position: relative;
}

.walsh-container-block {
  background-color: var(--black);
  color: var(--white);
  width: 100%;
  padding-top: 1em;
  position: relative;
  overflow: hidden;
}

.walsh-button-circle-wrapper-white {
  background-color: #fff;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}

.walsh-content-wrapper-gap-large {
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.walsh-form-error {
  color: #8a0a0a;
  background-color: #f76969;
  border-radius: 4px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.walsh-full-form {
  width: 100%;
  margin-bottom: 0;
}

.walsh-main-grid-2 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.walsh-main-grid-2.btn {
  margin-top: -9.1em;
}

.walsh-text-field-single {
  border: 1px solid #fff;
  border-radius: 100px 0 0 100px;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: 65px;
  margin-bottom: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  box-shadow: inset 1px 1px #fff;
}

.walsh-content-wrapper-gap {
  grid-row-gap: 1.25em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.walsh-tag {
  text-align: left;
  background-color: #b8b8b840;
  border-radius: 200px;
  align-items: center;
  padding: 7px 20px;
  display: flex;
  overflow: hidden;
}

.walsh-container-2 {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 65em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
  position: relative;
}

.walsh-form-single {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.walsh-label-tag {
  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .8em;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.walsh-form-success {
  color: #313d17;
  background-color: #c4f85c;
}

.walsh-cta-frame-image-overflow {
  grid-column-gap: 73px;
  grid-row-gap: 73px;
  border: 1px solid var(--white);
  border-top-right-radius: 1em;
  border-bottom-left-radius: 1em;
  justify-content: center;
  align-items: center;
  width: 28em;
  height: 21em;
  padding-top: .1em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-heading-large {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1;
}

.div-block-269 {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.div-block-270 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 65em;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.div-block-271 {
  background-color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
}

.div-block-272 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 55%;
  display: flex;
}

.div-block-273 {
  width: 45%;
}

.image-61 {
  border: 1px solid var(--white);
  border-radius: .3em;
  width: 20em;
}

.div-block-275 {
  grid-column-gap: .2em;
  grid-row-gap: .2em;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 5em;
  margin-left: 1em;
  display: grid;
}

.div-block-275.horizon {
  flex-flow: row;
  margin-left: .2em;
}

.image-62 {
  width: 5em;
  height: 5em;
  max-height: 5em;
}

.image-62.style2 {
  border-radius: 0 .5em .5em 0;
}

.div-block-276 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-127 {
  font-size: 1.5em;
  line-height: 1.2em;
}

.div-block-277 {
  border: 1px solid #fff;
  border-radius: 1em;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.div-block-277.hide {
  display: none;
}

.div-block-278 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1.5em 1.5em 1.5em 1em;
  display: flex;
}

.div-block-279 {
  width: 20em;
  padding: 1.8em 1em 1.8em 3em;
}

.text-span-27 {
  margin-top: .5em;
  font-size: .8em;
  line-height: 1.3em;
  display: block;
}

.taglink {
  color: var(--rosa-forte);
  background-image: url('../images/external-link.webp');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: .7em;
  margin-right: .1em;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: .9em;
  text-decoration: underline;
  display: inline;
}

.html-embed-24 {
  width: 100%;
}

.div-block-280 {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.div-block-280._280-produto {
  margin-top: -2em;
}

.divequipefoto {
  opacity: .91;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-width: 1px;
  border-color: #000;
  border-radius: 100%;
  width: 2.5em;
  height: 2.5em;
  margin-left: -.8em;
  box-shadow: 1px 1px 1px 1px #00000052;
}

.divequipefoto.raul {
  background-image: url('../images/r.jpeg');
}

.divequipefoto.cavalhero {
  background-image: url('../images/295205417_1071592423746495_8947147953240648767_n.jpeg');
}

.divequipefoto.goudard {
  background-image: url('../images/Captura-de-Tela-2024-03-14-às-14.40.30.webp');
}

.divequipefoto.sayury {
  background-image: url('../images/WhatsApp-Image-2024-03-15-at-13.11.43.jpeg');
}

.divequipefoto.dona {
  background-image: url('../images/WhatsApp-Image-2024-03-15-at-13.11.42.jpeg');
}

.divequipefoto.more {
  box-shadow: none;
  background-color: #0000009c;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  margin-left: -.2em;
  display: flex;
}

.divequipefoto.palmares {
  background-image: url('../images/Captura-de-Tela-2024-03-14-às-14.41.27.webp');
}

.divequipefoto.lucena {
  background-image: url('../images/Captura-de-tela-2024-03-22-122917.png');
}

.divequipefoto.denilson {
  background-image: url('../images/Captura-de-tela-2024-03-22-123140.png');
}

.divequipefoto.instagram {
  background-image: url('../images/r3-1-1.png');
  margin-left: 0;
}

.text-block-129 {
  color: #656565;
  font-size: 2em;
  line-height: 1.2em;
}

.text-block-130 {
  color: #fff;
  letter-spacing: -1px;
  margin-left: -.3em;
  font-size: .8em;
}

.empdestaque {
  color: var(--black);
  letter-spacing: -1px;
  border: 1px solid #0000005c;
  border-radius: .2em;
  margin-bottom: 2em;
  padding: .4em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.1em;
  display: inline-block;
}

.commentplanta {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #9090901f;
  border-radius: 1.25rem;
  flex-direction: column;
  justify-content: center;
  padding: 1.5em;
  display: flex;
}

.combine-text-size-regular-2 {
  color: #5f6570;
  font-family: Open Sans, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.3;
}

.combine-clients4_span-secondary {
  color: #00a1c1;
  background-color: #00a1c12e;
}

.combine-clients4_client {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.combine-clients4_image-wrapper {
  border-radius: 4rem;
  width: 3.5rem;
  height: 3.5rem;
  overflow: hidden;
}

.combine-clients4_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.combine-text-weight-semibold {
  color: #1f2c3d;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1em;
}

.socialbuttons {
  background-color: var(--black);
  padding-top: 5em;
  padding-left: 0;
  padding-right: 0;
}

.socialbuttons.brooklin2dorms {
  padding-top: 8.2em;
}

.rerossi {
  color: #e4003a;
  margin-left: -.2em;
}

.rerossi.homepage {
  margin-left: -.2em;
}

.realestatetext {
  color: var(--white);
  text-transform: uppercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .8em;
}

.realestatetext.hide {
  display: none;
}

.button-paragraph-2 {
  z-index: 10;
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.2em;
  position: relative;
}

.button-paragraph-2.produto {
  margin-top: 0;
}

.burger-icon-line-2 {
  background-color: #000;
  width: 1.6em;
  height: 1px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.diagonal-pattern-15em-2 {
  z-index: 1;
  opacity: .15;
  background-image: url('../images/pattern.svg');
  background-repeat: repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.logo-2 {
  width: 2em;
  padding: .2em;
  font-size: 1.1em;
}

.logo-2.headerlogopv {
  border-style: none;
  width: 2.2em;
}

.logo-2.footerlogopv {
  width: 2.2em;
  padding-right: 0;
}

.popup-contact-link-2 {
  font-size: 1.5em;
}

.popup-contact-link-2:hover {
  color: #13355f;
}

.button-15 {
  z-index: 10;
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #be591f;
  flex: none;
  align-items: center;
  padding: 1.3em 2em;
  font-size: 1em;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-15:hover {
  color: #fff;
}

.button-15.in-nav-contact {
  justify-content: space-between;
  width: 100%;
}

.popup-contact-paragraph-2 {
  max-width: 9.9em;
  margin-bottom: .5em;
}

.button-background-2 {
  z-index: 1;
  background-color: #13355f;
  display: none;
  position: absolute;
  inset: 0%;
}

.button-background-2.dark-blue-color {
  background-color: #0a223f;
}

.popup-contact-block-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2em;
  display: flex;
}

.brandplantao {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.brandplantao.is-2nd {
  background-color: #fff;
  border: 1px solid #bfc6ce;
  border-radius: .15em;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  height: 3.5em;
  padding: .2em .6em .2em 1em;
  transition: padding .5s cubic-bezier(.075, .82, .165, 1), background-color .3s, color .3s;
}

.brandplantao.is-2nd:hover {
  background-color: #edeff1;
  padding-left: 1em;
}

.brandplantao.is-2nd.headerbrand {
  justify-content: center;
  align-items: center;
  height: 3.5em;
  transition: padding .5s cubic-bezier(.075, .82, .165, 1), background-color .3s, color .3s;
  display: block;
}

.brandplantao.is-2nd.headerbrand:hover {
  padding-left: 2em;
  padding-right: 1.6em;
}

.brandplantao.is-2nd.headerbrand.hideplantao {
  display: none;
}

.brandplantao.is-2nd.footerbrand {
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 2em;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.brandplantao.is-2nd.footerbrand:hover {
  padding-left: .6em;
  padding-right: 1.2em;
}

.brandplantao.is-2nd.footerbrand.hideplantao {
  display: none;
}

.brandplantao.is-2nd.leadpage {
  padding-left: .3em;
}

.nav-contact-2 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 1em;
  padding-left: 1em;
  padding-right: 1em;
  transition: background-color .3s;
  display: flex;
  position: relative;
}

.nav-contact-2:hover {
  background-color: #ededed;
}

.nav-contact-2.is-2nd {
  border: 1px solid #bfc6ce;
  justify-content: center;
  align-items: center;
  margin-left: .25em;
  padding-top: 0;
  padding-bottom: 0;
}

.nav-contact-2.is-2nd.mobile, .nav-contact-2.is-2nd.nav2 {
  display: none;
}

.navleftbuttons {
  margin-right: 1em;
  display: flex;
}

.navleftbuttons.navpopup {
  flex-flow: column;
  margin-bottom: .5em;
}

.navleftbuttons.hide {
  display: none;
}

.navbar {
  z-index: 998;
  background-color: var(--black);
  border-bottom: 1px solid #d1d1d1;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar.navleadpage {
  position: static;
}

.nav-link {
  color: var(--white);
  letter-spacing: .05em;
  text-transform: uppercase;
  border-bottom: 1px solid #0000;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 1em 1.4em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .9em;
  font-weight: 300;
  display: flex;
}

.nav-link:hover {
  border-bottom-color: var(--white);
}

.nav-link.w--current {
  border-bottom-color: var(--white);
  color: var(--white);
}

.nav-link.is-purchase {
  text-align: center;
  border: 1px solid #bfc6ce;
  height: 100%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .85em;
  line-height: 1.1em;
  transition: background-color .3s, color .3s;
}

.nav-link.is-purchase:hover {
  background-color: #edeff1;
}

.nav-link.is-purchase.hide {
  display: none;
}

.nav-link.navpopup {
  width: 12em;
}

.nav-link.hide {
  display: none;
}

.navrightbuttons {
  justify-content: flex-end;
  align-items: stretch;
  height: 3.5em;
  margin-left: auto;
  display: flex;
}

.navrightbuttons.hotsitealign {
  margin-left: 0;
}

.popup-contact-title-2 {
  color: #13355fa3;
  letter-spacing: .05em;
  text-transform: uppercase;
  max-width: 25em;
  margin-bottom: .3em;
  font-size: .9em;
  line-height: 1.6em;
}

.nav-contact-popup-2 {
  background-color: #fff;
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  margin-top: 5em;
  padding: 3em;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.nav-contact-popup-2.is-2nd {
  z-index: 1;
  border: 1px solid #d1d1d1;
  margin-top: -.1em;
  margin-right: -.1em;
  padding: 4em 1.5em 1em;
  display: none;
}

.navbarcontainer {
  justify-content: flex-start;
  align-self: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5em;
  display: flex;
}

.navbarcontainer.hotsitealign {
  justify-content: center;
}

.nav-contact-icon-2 {
  z-index: 10;
  opacity: .8;
  object-fit: contain;
  flex: none;
  width: 1.5em;
  position: relative;
}

.button-arrow-right-2 {
  z-index: 5;
  width: 1em;
  height: 1em;
  margin-left: 1em;
  font-size: 1.6em;
  position: relative;
}

.footer-logo-2 {
  width: 16em;
}

.featured-gallery-item-2 {
  flex: 1;
  margin: .8em;
  display: flex;
}

.property-gallery-2 {
  display: flex;
}

.grid-list-with-gap {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.container-9 {
  z-index: 10;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8em;
  padding-right: 8em;
  display: flex;
  position: relative;
}

.container-9.max-width-1500px {
  max-width: 1500px;
}

.container-9.plantas {
  max-width: none;
}

.main-tab-link-2 {
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 4em 1em 0;
  font-weight: 400;
  display: flex;
  position: relative;
}

.main-tab-link-2.w--current {
  color: #15151f;
  background-color: #fff;
  font-weight: 500;
}

.main-tab-link-2.w--current:hover {
  color: #0a223f;
  background-color: #fff;
}

.property-cms-type {
  align-items: center;
  display: flex;
}

.hero-claim-background-2 {
  z-index: 1;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.featured-gallery-lightbox-2 {
  flex: 1;
  height: 10em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contact-tab-pane {
  padding: 4em 1em 0;
  display: flex;
}

.contact-tab-pane.fotostabpane {
  display: block;
}

.main-tab-link-title-2 {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.2em;
}

.hero-heading-2 {
  z-index: 5;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.5em;
  font-weight: 200;
  position: relative;
}

.price-title-2 {
  color: #da824f;
  margin-bottom: 0;
  font-size: 2em;
}

.property-gallery-list-2 {
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-start;
  padding: 0;
  display: flex;
}

.breadcrumbs-2 {
  z-index: 20;
  background-color: #fff;
  border-bottom: 1px solid #d1d1d1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.property-hero-2 {
  background-color: #636363;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5em;
  padding-right: 5em;
  display: flex;
  position: relative;
}

.lighbox-background-2 {
  z-index: 5;
  background-color: #07264b;
  display: none;
  position: absolute;
  inset: 0%;
}

.property-gallery-lightbox-2 {
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 10em;
  margin: 3px;
  display: flex;
  overflow: hidden;
}

.property-gallery-lightbox-2.is-bigger {
  z-index: 10;
  height: 20em;
  position: relative;
}

.footer {
  z-index: 10;
  background-color: var(--black);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 3em;
  padding-bottom: 3em;
  display: flex;
  position: relative;
}

.footer.leadpage {
  position: static;
}

.footer-sublink {
  color: #fffc;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-bottom: 1px solid #0000;
  padding: .5em 1em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .9em;
  font-weight: 300;
  line-height: 1.2em;
  transition: border-color .2s, color .3s;
}

.footer-sublink:hover {
  color: #fff;
  border-bottom-color: #fff;
}

.footer-sublink.w--current {
  color: #fff;
  font-weight: 400;
}

.footer-sublink.titlemenu {
  border-right: 1px solid var(--light-grey);
  font-weight: 600;
}

.property-desc-paragraph-2 {
  color: #0a223f;
  text-align: right;
  margin-bottom: 0;
  margin-left: .2em;
  margin-right: .2em;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.1em;
}

.property-desc-paragraph-2.is-title {
  text-align: left;
}

.lightbox-image-2 {
  z-index: 1;
  object-fit: cover;
  flex: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.price-toptitle-2 {
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .9em;
}

.product-name {
  z-index: 10;
  background-color: #fff;
  position: relative;
}

.product-name.blue-background {
  background-color: #07264b;
}

.product-name.blue-background.hide {
  display: none;
}

.product-name.grey-background {
  background-color: #eff0f1;
}

.product-name.overflow-hidden {
  overflow: hidden;
}

.product-name.blue-gradient-background {
  background-image: linear-gradient(#07264b, #13355f);
  display: block;
  overflow: hidden;
}

.product-name.blue-gradient-background.hide {
  display: none;
}

.product-name.blue-gradient-background {
  background-color: #fff0;
  background-image: none;
  display: block;
  overflow: hidden;
}

.breadcrumb-link-2 {
  opacity: .6;
  color: #0a223f;
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: nowrap;
  flex: none;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: .85em;
  transition: opacity .3s, color .3s;
  display: flex;
}

.breadcrumb-link-2:hover {
  opacity: 1;
}

.breadcrumb-link-2.w--current {
  opacity: 1;
  color: #13355f;
}

.background-reveal-3 {
  z-index: 2;
  background-color: #fff;
  display: none;
  position: absolute;
  inset: 0%;
}

.property-tab-inner-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  min-height: 100%;
  margin-right: 1em;
  display: flex;
}

.financial-heading-2 {
  z-index: 1;
  color: #fff;
  margin-bottom: 0;
  margin-right: 1.5em;
  font-weight: 400;
  position: relative;
}

.hero-toptitle-2 {
  z-index: 3;
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #be591f;
  margin-bottom: 1em;
  padding: .4em .7em;
  font-size: .9em;
  font-weight: 500;
  position: relative;
}

.hero-toptitle-2.is-type {
  background-color: #07264b;
}

.hero-toptitle-2.is-type.produto {
  background-color: var(--blue-violet);
}

.hero-toptitle-2.is-type.blueviolet {
  background-color: var(--blue-violet);
  display: none;
}

.hero-toptitle-2.is-available {
  background-color: #0a5c3f;
  display: none;
}

.hero-toptitle-2.is-reserved {
  background-color: #690c29;
  display: none;
}

.hero-toptitle-2.is-sold {
  background-color: #575757;
  display: none;
}

.main {
  width: 100%;
  overflow: hidden;
}

.property-desc-list-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: auto;
  min-height: 100%;
  display: flex;
}

.footer-brand-2 {
  margin-bottom: 6.5em;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.button-16 {
  z-index: 10;
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #be591f;
  flex: none;
  align-items: center;
  padding: 1.3em 2em;
  font-size: 1em;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-16:hover {
  color: #fff;
}

.hotalbumitem {
  width: 33.3333%;
  display: flex;
}

.hotalbumitem.is-bigger {
  width: 33.3333%;
}

.hero-claim-2 {
  z-index: 5;
  flex-direction: column;
  align-items: flex-start;
  padding: 2.1em;
  position: relative;
  overflow: hidden;
}

.hero-claim-2.with-toptitle {
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding-top: 0;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
}

.hero-button-2 {
  z-index: 2;
  background-color: var(--midnight-blue-3);
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  align-items: center;
  height: 100%;
  margin-left: .5em;
  padding-left: 2em;
  font-size: 1em;
  transition: background-color .3s, color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-button-2:hover {
  background-color: var(--midnight-blue);
}

.hero-button-2.produtobtn {
  background-color: var(--black2);
  padding-right: 1em;
}

.property-grid-2 {
  width: 100%;
}

.padding-inner {
  justify-content: space-between;
  align-items: center;
  padding-top: 8em;
  padding-bottom: 8em;
  display: flex;
}

.padding-inner.is-properties {
  padding-bottom: 6em;
}

.white-color-2 {
  color: var(--midnight-blue-3);
}

.empty-state-4 {
  color: #fff;
  background-color: #0a223f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5em 1.8em;
  font-size: 2em;
  font-weight: 300;
  line-height: 1em;
  display: flex;
}

.button-arrow-right-3 {
  z-index: 5;
  width: 1em;
  height: 1em;
  margin-left: 1em;
  font-size: 1.6em;
  position: relative;
}

.property-desc-item-2 {
  border-bottom: 1px solid #d1d1d1;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.6em 2.7em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.property-grid-item-2 {
  z-index: 1;
  border: 1px solid #bfc6ce;
  align-self: stretch;
  margin-top: -1px;
  margin-left: -1px;
  transition: box-shadow .4s cubic-bezier(.075, .82, .165, 1), transform .4s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: relative;
  transform: translate(0);
}

.property-grid-item-2:hover {
  z-index: 2;
  box-shadow: 0 20px 20px -20px #030c1866;
}

.footer-other-links-2 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
  display: flex;
}

.footer-other-links-2.with-margin {
  margin-top: 3em;
  margin-bottom: 2em;
}

.property-desc-icon-2 {
  z-index: 5;
  object-fit: contain;
  width: 1em;
  height: 1em;
  margin-right: .8em;
  font-size: 1.7em;
  position: relative;
}

.div-block-281 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footerlogos {
  margin-top: 3em;
  margin-bottom: 0;
}

.footerlogos.hotsite {
  flex-flow: column;
  display: flex;
}

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

.logolopeshotsite {
  z-index: 2;
  border-radius: 3px;
  width: 8em;
  max-width: none;
  position: relative;
}

.logolopeshotsite.lopes {
  width: 7em;
}

.logolopeshotsite.construtora {
  width: 20vh;
}

.logolopeshotsite.logolopes {
  max-width: 5em;
}

.embedbackgoundimg {
  width: 100%;
}

.divtorrehotsite {
  z-index: 2;
  background-color: #ffffffe8;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  min-width: 14em;
  max-width: 14em;
  height: 100%;
  min-height: 100%;
  max-height: 20em;
  padding: 0;
  display: flex;
  position: relative;
}

.image-63 {
  min-width: 10em;
  max-height: 20em;
}

.div-block-283 {
  background-color: var(--white);
  border-radius: .3em;
  align-items: stretch;
  width: 100%;
  min-height: 18em;
  padding: .5em;
}

.torrehotsite {
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.linktorrehotsite {
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  display: flex;
}

.linktorrehotsite.hide {
  display: none;
}

.html-embed-25 {
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.credits {
  color: var(--light-grey);
  text-align: justify;
  max-width: 70em;
  margin-top: 1em;
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.4em;
}

.credits.small {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 0;
  font-size: .9em;
}

.credits.plantao {
  margin-bottom: 0;
}

.text-block-131 {
  color: #5c5c5c;
  border: 1px solid #b6b6b6;
  border-radius: 10em;
  margin-top: -2.5em;
  margin-left: .4em;
  margin-right: .4em;
  padding: 0 .2em .08em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .5em;
  font-weight: 700;
}

.text-block-131.hide {
  display: none;
}

.text-block-131.leadpage {
  margin-top: 0;
}

.equipe {
  color: var(--rosa-forte);
}

.div-block-284 {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.html-embed-26 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.divlisting {
  border: 1px solid var(--light-grey);
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 1em;
  display: flex;
  position: relative;
}

.seclisting {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  padding-top: 3em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  display: grid;
}

.div-block-285 {
  align-items: stretch;
  margin-bottom: .5em;
  display: flex;
}

.div-block-286 {
  border-right: 1px solid var(--light-grey);
  border-bottom: 1px solid var(--light-grey);
  background-color: var(--white);
  background-image: none;
  background-position: 0 0;
  border-radius: .2em;
  justify-content: center;
  align-items: center;
  width: 4.5em;
  height: 4.5em;
  margin-bottom: .5em;
  padding: 1em;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-287 {
  color: var(--white);
  border-radius: .2em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.div-block-288 {
  border-right: 1px solid #d1d1d1;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 20em;
  min-height: 20em;
  padding-right: 1em;
  display: flex;
}

.image-64 {
  width: 100%;
  height: auto;
}

.lightbox-link-6 {
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-289 {
  flex-flow: column;
  justify-content: space-between;
  width: 30em;
  margin-left: 1em;
  margin-right: 1em;
  display: flex;
}

.listinfra {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: grid;
}

.div-block-291 {
  border-right: 1px solid #c7c7c7;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 65%;
  padding-right: 1em;
  display: flex;
}

.div-block-292 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: stretch;
  width: 35%;
  min-width: 35%;
  height: 3em;
  margin-left: .5em;
  display: grid;
}

.statusdivs {
  margin-top: 1em;
}

.statusdivs.hide {
  display: none;
}

.heading-22 {
  margin-bottom: 0;
  padding-left: .3em;
  font-size: 1.2em;
}

.heading-22.entrega {
  color: #fff;
  background-color: #4e4e4e;
  margin-top: .2em;
  padding: .4em;
  font-size: 1em;
}

.lightbox-link-7 {
  border-radius: .2em;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image-65 {
  width: 100%;
  min-width: 100%;
  height: 5em;
  min-height: 5em;
}

.text-block-132 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1em;
}

.div-block-294 {
  display: flex;
}

.text-block-133 {
  letter-spacing: -.1em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1em;
  font-weight: 500;
}

.div-block-295 {
  flex-flow: column;
  justify-content: space-between;
  width: 12em;
  display: flex;
}

.heading-23 {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
}

.text-block-134 {
  text-align: center;
  margin-bottom: .5em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  line-height: 1.2em;
}

.div-block-296 {
  background-color: var(--steel-blue);
  border-radius: .2em;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5em;
  max-height: 5em;
  margin-top: .5em;
  padding: .7em;
  display: flex;
  overflow: hidden;
}

.div-block-296.desk {
  overflow: hidden;
}

.div-block-296.mob {
  display: none;
}

.div-block-296.proposta {
  background-color: #ff6f00;
}

.div-block-296.maisinfo {
  background-color: var(--midnight-blue-3);
}

.div-block-297 {
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-right: .2em;
  display: flex;
}

.div-block-297.last {
  margin-right: 0;
}

.text-block-135 {
  justify-content: center;
  align-items: flex-end;
  margin-left: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
  line-height: 1em;
}

.image-66 {
  width: 2em;
  height: 2em;
  margin-right: .5em;
}

.text-block-136 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1em;
  line-height: 1em;
}

.mensagemplanta2 {
  background-color: #fff7de;
  border-radius: .3em;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: .5em;
  font-size: 1.1em;
}

.mensagemplanta2.hide {
  display: none;
}

.wrapperinfra {
  border: 1px solid #cdcdcd;
  border-radius: .2em;
  padding: 1.1em .5em .7em;
  position: relative;
}

.wrapperinfra.hide {
  display: none;
}

.iteminfra {
  justify-content: center;
  align-items: center;
  height: 5em;
  display: flex;
}

.div-block-298 {
  height: 100%;
}

.iconslisting {
  width: 1.5em;
}

.div-block-299 {
  background-color: var(--steel-blue);
  border-radius: .2em;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 1em;
  display: flex;
}

.div-block-299.midle {
  margin-top: .5em;
  margin-bottom: .5em;
}

.html-embed-27 {
  display: none;
}

.divstatus {
  border: 1px solid var(--light-grey);
  border-radius: .2em;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5em;
  padding: .5em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1em;
  line-height: 1.2em;
  display: flex;
}

.divstatus.endereco.header {
  margin-bottom: 0;
}

.divstatus.status {
  justify-content: flex-start;
  align-items: center;
  height: 3.2em;
  margin-bottom: 0;
}

.divstatus.status.pronto.hide, .divstatus.status.planta.hide, .divstatus.status.lancamento.hide, .divstatus.status.brevelancamento.hide {
  display: none;
}

.divstatus.status.entrega {
  margin-left: .5em;
}

.divstatus.status.entrega.hide {
  display: none;
}

.image-67 {
  background-color: var(--steel-blue);
  border-radius: .2em;
  width: 2em;
  min-width: 2em;
  height: 2em;
  min-height: 2em;
  margin-right: .5em;
  padding: .2em;
}

.text-block-137 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1em;
}

.text-block-137.metro {
  font-size: .8em;
}

.text-span-28 {
  display: inline-block;
}

.div-block-301 {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 1.7em 0 0;
  display: flex;
}

.text-block-138 {
  text-align: center;
  margin-bottom: .2em;
  padding: 0;
  font-size: .9em;
  font-weight: 500;
  line-height: 1.2em;
}

.text-block-138.text-span-29 {
  font-size: 1.2em;
}

.text-span-29 {
  font-size: 1.5em;
  line-height: 1.2em;
}

.div-block-302 {
  border: 1px solid #c7c7c7;
  border-radius: .2em;
  justify-content: center;
  align-items: center;
  min-width: 8em;
  max-width: 30em;
  padding: .6em;
  display: flex;
}

.div-block-302.right {
  margin-left: .5em;
}

.div-block-302.left {
  background-color: #e4ffe3;
  display: none;
}

.text-block-139 {
  text-align: justify;
  font-size: .9em;
  line-height: 1.2em;
}

.bold-text-6 {
  color: var(--indian-red);
  font-weight: 500;
}

.text-span-30 {
  text-decoration: underline;
}

.div-block-303 {
  background-color: #155ca3;
  border-radius: .2em;
  justify-content: center;
  align-items: center;
  width: 7.3em;
  min-width: 7.3em;
  height: 2.3em;
  margin-left: 1em;
  padding-top: .4em;
  padding-bottom: .4em;
  padding-right: .2em;
  display: flex;
  overflow: hidden;
}

.div-block-303.html {
  display: flex;
}

.div-block-303.html.hide {
  display: none;
}

.div-block-303.header {
  width: auto;
  height: 3em;
  margin-left: 0;
  padding-left: 1em;
  padding-right: 1em;
  box-shadow: 2px 1px #404040;
}

.div-block-303.header.hide {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: none;
}

.div-block-304 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-68 {
  border-radius: .2em;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  min-height: 1.5em;
  margin-right: .2em;
}

.text-block-140 {
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .8em;
  line-height: 1em;
}

.text-span-31 {
  display: inline-block;
}

.div-block-305 {
  background-color: var(--dark-green);
  border-radius: .2em;
  margin-right: .5em;
  padding: 1em;
}

.div-block-305.planta {
  background-color: #ffd94e;
}

.div-block-305.lancamento {
  background-color: var(--blue-violet);
}

.div-block-305.brevelancamento {
  background-color: var(--igren);
}

.text-block-141 {
  margin-left: .5em;
}

.html-embed-28 {
  width: 100%;
  height: 100%;
}

.html-embed-29 {
  width: 100%;
}

.html-embed-29.mob {
  display: none;
}

.div-block-306 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-block-20 {
  border: 1px solid var(--light-grey);
  border-radius: .2em;
  padding: .6em;
}

.heading-24 {
  color: #484848;
  margin-bottom: 0;
  font-size: 1em;
}

.combine-icon_color4 {
  color: #5f6570;
}

.combine-faq4_title {
  color: var(--black2);
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.3em;
}

.combine-faq4_title.white {
  color: var(--white-smoke);
}

.combine-faq4_question {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: .8em;
  padding-bottom: .8em;
  display: flex;
}

.combine-heading-style-h5 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.5;
}

.combine-heading-style-h2-3 {
  color: var(--black2);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.2em;
}

.combine-heading-style-h2-3.resumo {
  font-size: 1.5em;
}

.combine-heading-style-h2-3.branco {
  color: var(--white);
}

.combine-text-size-regular-3 {
  color: var(--light-grey);
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.5;
}

.combine-text-size-regular-3.hide {
  display: none;
}

.combine-text-size-regular-3.justify {
  text-align: justify;
  font-size: 1em;
}

.combine-text-size-regular-3.questions {
  color: var(--black2);
  font-size: 1em;
}

.combine-faq4_component {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  max-width: 65em;
  display: grid;
}

.combine-faq4_component.resumo {
  border: 1px solid #535353;
  flex-flow: column;
  padding: 1em;
  display: block;
}

.combine-faq4_component.resumo.hide {
  display: none;
}

.combine-faq4_component.questions {
  display: flex;
}

.combine-icon_small {
  color: var(--blue-violet);
  cursor: pointer;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.combine-faq4_wrapper {
  border-radius: 1.25rem;
  flex-direction: column;
  margin-top: -1.5em;
  padding-left: .5em;
  padding-right: .5em;
  display: flex;
}

.combine-faq4_wrapper.resumo {
  margin-top: 0;
}

.combine-faq4_answer {
  display: none;
  overflow: hidden;
}

.combine-button-small {
  color: #fff;
  text-align: center;
  background-color: #1f2c3d;
  border-radius: .5rem;
  padding: 1em 1.5rem;
  font-family: Open Sans, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: none;
  transition: background-color .25s;
}

.combine-button-small:hover {
  background-color: #28364ae6;
}

.combine-space-medium-3 {
  width: 100%;
  height: 1.5rem;
}

.combine-faq4_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 27em;
  display: flex;
}

.combine-faq4_content.resumo {
  max-width: none;
  margin-bottom: 1em;
  padding-left: .5em;
}

.combine-faq4_info {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid #d9dce2;
  border-radius: 1.25rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 64em;
  margin: 3em auto 2em;
  padding: 1.25rem;
  display: none;
}

.body-4 {
  font-size: 11px;
}

.div-block-307 {
  grid-column-gap: .3em;
  grid-row-gap: .3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.div-block-307.mob {
  display: none;
}

.call-to-action {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #000;
  border-top-width: 1px;
  border-top-color: #d1d1d1;
  justify-content: center;
  align-items: stretch;
  min-width: auto;
  height: auto;
  min-height: 20em;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  position: static;
}

.div-block-308 {
  z-index: 10;
  justify-content: flex-start;
  align-items: stretch;
  width: 55%;
  max-height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.div-block-309 {
  z-index: 10;
  background-color: var(--black2);
  width: 100%;
  max-width: 29em;
  min-height: 50em;
  max-height: 50px;
  margin-right: 1em;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 2px 13px 10px #0003;
}

.div-block-310 {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-left: 1em;
  display: flex;
}

.div-block-311 {
  background-color: #1d1d1de3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 45%;
  padding: 1em;
  display: flex;
}

.button-17 {
  text-transform: uppercase;
  background-color: #f25500;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2em;
  display: flex;
}

.button-17:hover {
  background-color: #e64600;
}

.button-17.footerb17 {
  height: 4em;
  margin-top: 2em;
}

.button-17.hide {
  display: none;
}

.paragraph-27 {
  color: var(--light-grey);
  text-align: justify;
  margin-top: 1em;
  margin-bottom: 0;
  font-size: .9em;
  line-height: 1.2em;
}

.msg1landing {
  color: var(--white-smoke);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.2em;
  font-weight: 100;
  line-height: 1.1em;
}

.div-block-313 {
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 100%;
  display: flex;
}

.div-block-314 {
  background-color: var(--black);
  background-image: url('../images/d41f0218930379.563447aff0041.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 34em;
  min-height: 34em;
  max-height: 34em;
  padding: 1em;
  display: flex;
}

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

.div-block-315 {
  width: 100%;
  min-width: 65em;
  max-width: 70em;
  padding: 2em 1em 8em;
}

.div-block-316 {
  height: 50em;
  padding-top: 8em;
  padding-left: 1em;
  padding-right: 1em;
}

.div-block-317 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.div-block-318 {
  width: 100%;
  min-width: 70em;
  max-width: 70em;
  display: flex;
  position: relative;
}

.magazine {
  height: 100%;
  transform: rotate(-4deg);
}

.stickbar {
  z-index: 10;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  height: 5.5em;
  padding-top: .5em;
  padding-bottom: .5em;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #0003;
}

.div-block-319 {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 65em;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-319.sidebar {
  border: 1px solid #d6d6d6;
  border-left-color: #eaeaea;
  flex-flow: column;
  padding: .4em;
}

.div-block-319.sidebar.hide {
  display: none;
}

.divstick1 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 31em;
  min-height: 5em;
  padding: .5em .8em;
  display: flex;
}

.divstick1.book {
  width: 6em;
  min-width: 6em;
  min-height: auto;
  padding: .5em;
}

.divstick1.book.sidebar {
  width: auto;
  margin-bottom: .5em;
}

.divstick1.stickbutton {
  justify-content: center;
  align-items: stretch;
  max-width: 13em;
  padding: 1em 0;
  display: flex;
}

.divstick1.descricaostick {
  border-left: .2em solid #000;
  margin-left: .2em;
}

.bookicon {
  width: 3.5em;
  max-width: 4em;
  height: 100%;
  min-height: 4em;
  max-height: 100%;
  transform: rotate(-9deg);
  box-shadow: 1px 1px 5px #0003;
}

.bookicon.sidebar {
  margin-right: 1.2em;
}

.button-18 {
  background-color: var(--black);
  background-image: url('../images/66465cc513eccc20e7d2cc79_Mask-group.svg');
  background-position: 100% 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3.5em;
  font-family: Amx, sans-serif;
  font-size: 1em;
  display: flex;
}

.button-18.hide {
  display: none;
}

.button-18.sidebar {
  width: 100%;
}

.button-18.header {
  border-top-left-radius: .3em;
  border-bottom-left-radius: .3em;
  width: 8em;
  height: 4em;
  margin-right: .2em;
}

.sticktext {
  letter-spacing: -.5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.1em;
}

.sticktext.sidebar {
  font-size: 1em;
}

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

.cardsgrid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 65em;
  display: grid;
}

.cardsgrid.labtest {
  background-color: var(--black);
}

.carditem {
  z-index: 0;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: .8em;
  width: 100%;
  height: 17em;
  padding: 1em;
  transition: transform .2s, color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 2px 5px -1px #0000008f;
}

.carditem:hover {
  transform: scale(1.01);
}

.carditem.hotsitecard {
  background-image: none;
}

.cardcolumn {
  z-index: 2;
  position: relative;
}

.cardcolumn.left {
  width: 40%;
  position: static;
}

.cardcolumn.right {
  width: 60%;
}

.cardcolumn.left {
  width: 40%;
  text-decoration: none;
  position: static;
}

.columntop {
  height: 50%;
}

.columntop.left {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.columntop.left {
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.columndown {
  height: 50%;
}

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

.columndown.right {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: .5em;
  padding-left: .5em;
  padding-right: .3em;
  display: flex;
}

.div-block-320 {
  color: var(--black2);
  text-align: center;
  text-transform: uppercase;
  background-color: #ffcf23;
  border-radius: .2em;
  width: auto;
  min-width: 7.5em;
  padding: .5em;
}

.div-block-320.lancamento {
  background-color: var(--igren);
}

.div-block-320.pronto {
  background-color: var(--steel-blue);
  color: var(--white);
}

.div-block-320.breve {
  color: var(--white);
  background-color: #7a4ada;
}

.text-block-143 {
  text-align: center;
  letter-spacing: -.5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1em;
  font-weight: 500;
}

.downleftitem {
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  padding: .3em;
  display: flex;
}

.downleftitem.valor {
  border: 1px solid var(--white);
  border-radius: .3em;
  margin-left: .3em;
}

.downleftitem.entrega {
  display: none;
}

.text-block-144 {
  color: var(--white-smoke);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1em;
  font-weight: 400;
}

.text-block-144.bar {
  margin-left: .3em;
}

.image-69 {
  width: 1.3em;
  margin-right: .3em;
}

.cardtitle {
  color: var(--white);
  text-align: right;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.6em;
  font-weight: 700;
}

.cardtitle.mobile {
  text-align: left;
  display: none;
}

.cardtitle.desktop {
  color: var(--white-smoke);
  font-size: 1.4em;
  font-weight: 500;
}

.cardtitle.desktop.pagregiao {
  margin-bottom: 5px;
}

.cardsecondtitle {
  color: var(--white-smoke);
  text-align: right;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .9em;
  font-weight: 300;
}

.stickbardiv2 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
}

.stickbardiv2.sidebar {
  flex-flow: column;
}

.sombra {
  z-index: 1;
  background-image: linear-gradient(0deg, #00000091 22%, #fff0 49%);
  position: absolute;
  inset: 0%;
}

.div-block-321 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 2em;
  display: grid;
}

.linkitem {
  padding: 1em;
}

.div-block-322 {
  width: 100%;
  max-width: 70em;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 1em;
}

.cardbackground {
  object-fit: cover;
  align-self: center;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  inset: 0 0%;
}

.div-block-323 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 3em;
  padding: 1.4em;
  display: none;
}

.botaofiltro {
  background-color: var(--steel-blue);
  color: var(--white);
  text-align: center;
  border-radius: .3em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5.5em;
  padding: 1.2em;
  display: flex;
}

.botaofiltro.naplanta {
  background-color: #d4ae27;
}

.botaofiltro.lancamento {
  background-color: var(--dark-green);
}

.botaofiltro.breve {
  background-color: #7a4ada;
}

.text-block-145 {
  letter-spacing: -.5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
  font-weight: 600;
}

.diamond {
  width: 1.4em;
  margin-right: .3em;
  display: none;
}

.code-embed {
  width: 100%;
}

.div-block-324 {
  padding: .9em;
  overflow: hidden;
}

.coupon-image-b {
  width: 450px;
  position: absolute;
  top: -77.4219px;
  right: -141px;
}

.coupon-image-b.box-b {
  z-index: -1;
  margin-top: 4.4em;
  margin-right: -2em;
}

.coupon-notch-c {
  background-color: #fff;
  border: 2px solid #4ca9fc;
  border-color: #4ca9fc #4ca9fc #0000 #0000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -20px;
  left: -22px;
  transform: rotate(45deg);
  box-shadow: inset -4px 4px 5px -5px #0003;
}

.coupon-notch-c.right {
  left: auto;
  right: -22px;
  transform: rotate(225deg);
}

.coupon-box-top-c {
  z-index: 2;
  background-color: #fff;
  border: 2px solid #4ca9fc;
  border-bottom: 2px dashed #e4e2e2;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  justify-content: space-between;
  align-items: center;
  min-height: 160px;
  padding: 1.6em 2em 1em;
  position: relative;
  overflow: hidden;
}

.coupon-shadow-c {
  z-index: -1;
  background-color: #7abcf9;
  background-image: radial-gradient(circle, #488bca 46%, #7ec1ff);
  border-radius: 10px;
  position: absolute;
  inset: -1% 5%;
  transform: rotate(3deg);
}

.coupon-box-bg-c {
  z-index: 1;
  background-color: #ebf6ff;
  border-radius: 50%;
  width: 350px;
  height: 350px;
  position: absolute;
  top: -200px;
  left: -200px;
}

.div-block-325 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2.4em;
  display: grid;
}

.coupon-box-bottom-c {
  z-index: 3;
  letter-spacing: .1em;
  background-color: #fff;
  border: 2px solid #4ca9fc;
  border-top-style: none;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  justify-content: center;
  align-items: center;
  padding: 1.3em 1em;
  font-size: 19px;
  font-weight: 500;
  line-height: 4em;
  position: relative;
}

.text-block-146 {
  z-index: 1;
  color: #333333b3;
  text-align: center;
  margin-top: -1em;
  font-size: 1.2em;
  line-height: 1em;
  position: relative;
}

.text-block-147 {
  letter-spacing: 0;
  font-size: 1em;
  line-height: 1.3em;
}

.coupon-box-c {
  z-index: 2;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  width: 300px;
  position: relative;
  box-shadow: 0 0 5px #0003;
}

.coupon-offer-c {
  z-index: 2;
  color: #000;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.2em;
  position: relative;
}

.coupon-offer-c.grey {
  color: #3b3b3b;
}

.promocional {
  display: block;
}

.icon_20x20 {
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  margin-bottom: .2em;
  display: flex;
}

.gallery-scroll {
  background-color: #f5f7fa;
  padding-top: 4em;
  padding-bottom: 4em;
  position: relative;
}

.container-10 {
  width: 100%;
  max-width: 65em;
  margin-left: auto;
  margin-right: auto;
}

.container-10.produto {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.gallery-wrapper {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: flex;
}

.gallery-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 35%;
  display: flex;
  position: sticky;
  top: 7.6em;
}

.gallery-link {
  color: #1a1b1f;
  margin-bottom: .5em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.5em;
  line-height: 1em;
  text-decoration: none;
}

.gallery-link:hover {
  color: #1a1b1fcc;
}

.gallery-link.w--current {
  font-weight: 600;
}

.gallery-link.hide {
  display: none;
}

.gallery-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-width: 60%;
  display: grid;
}

.gallery-image-wrapper {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-image-text {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.combine-heading-style-h2-3.resumo {
  color: var(--white);
  font-size: 1.4em;
}

.mobilemargin {
  display: block;
}

.noquestions {
  display: none;
}

.list-item-2 {
  padding-left: 3.3em;
}

.div-block-326 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.owner {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  display: flex;
}

.owner.hide {
  display: none;
}

.gallery-overview {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding-bottom: 80px;
  padding-left: 3em;
  padding-right: 3em;
  position: relative;
}

.container-11 {
  width: 100%;
  max-width: 65em;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: flex;
}

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

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.gallery-grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.gallery-image-2 {
  width: 100%;
}

.heading1regiao {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 3em;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-12 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

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

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.shadow-two-2 {
  border-radius: 1em;
  box-shadow: 0 4px 24px #96a3b514;
}

.collection-list-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.regiaolink {
  color: var(--light-grey);
  padding-top: .1em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1em;
  display: inline-block;
}

.regiaolinkitem {
  padding: .3em;
}

.headingregiaolinks {
  color: var(--light-grey);
  font-size: 1.2em;
}

.button-9 {
  z-index: 0;
  cursor: pointer;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 48px;
  padding-left: 0;
  padding-right: 0;
  transition: box-shadow .3s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: scale(1.2);
  box-shadow: 0 0 14px #c0a61200, 0 1px 20px #f800;
}

.button-9:hover {
  box-shadow: 4px 0 15px #c0a61224, 0 10px 36px -6px #ff88004d;
}

.button-9:active {
  box-shadow: 4px 0 15px #c0a612e0, 0 10px 36px -6px #ff8800ab;
}

.button-9.position {
  width: 114px;
  height: 42px;
  top: 0;
}

.button-9-wrap {
  z-index: 2;
  background-color: #0000;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--igren), var(--blue-violet) 81%);
  cursor: pointer;
  border: 1px solid #ffec1b26;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 40px;
  margin-right: .3px;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  transition: all .25s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 11px #c0a61200, 0 1px 20px #f800;
}

.button-9-wrap:hover {
  background-image: radial-gradient(circle, #e0c110, #d69b08 81%);
  border-color: #ffec1b00;
  box-shadow: 4px 0 15px #c0a61224, 0 10px 36px -6px #ff88004d;
}

.button-9-wrap:active {
  box-shadow: 4px 0 15px #c0a612ab, 0 10px 36px -6px #ff8800e0;
}

.border_color {
  z-index: 1;
  filter: blur(16px);
  mix-blend-mode: normal;
  background-image: linear-gradient(112deg, #ff0f33d6, #ff6600db);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  top: -21px;
  left: -14px;
}

.border_color.color-3 {
  background-image: linear-gradient(251deg, var(--igren), #3bcf94);
  filter: blur(12px);
  width: 40px;
  height: 40px;
  top: -41%;
  left: 8%;
}

.border_color.color-2 {
  background-image: linear-gradient(251deg, var(--blue-violet), #5000fc);
  filter: blur(12px);
  width: 40px;
  height: 40px;
  top: -45%;
  left: 29%;
}

.border_color.color-1 {
  filter: blur(12px);
  background-image: linear-gradient(112deg, #3fcca6, #0cb98b);
  width: 40px;
  height: 40px;
  top: -30%;
  left: -5%;
}

.button-9_glow {
  z-index: 7;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  box-shadow: inset 0 3px 15px 2px #e6b113c2, inset 0 -6px 7px -3px #ffe432cf;
}

.label_size-s {
  z-index: 8;
  color: #fff;
  letter-spacing: .5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .9em;
  font-weight: 400;
  line-height: 1.5em;
  position: absolute;
}

.button-9_mask {
  z-index: 6;
  filter: blur(5px);
  border: 1px #000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  box-shadow: inset 0 3px 12px 1px #f0b00e75;
}

.gradient_color {
  filter: blur(20px);
  mix-blend-mode: overlay;
  border-radius: 50%;
  width: 50%;
  height: 50%;
}

.gradient_color.gradient_color-11 {
  filter: blur(14px);
  background-color: #f3b10999;
  background-image: none;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  inset: -1px auto auto 7px;
}

.gradient_color.gradient_color-6 {
  filter: blur(8px);
  background-color: #ff2b00bf;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  inset: 28px auto auto 8px;
}

.gradient_color.gradient_color-3 {
  z-index: 1;
  filter: blur(8px);
  background-color: #e9ad15b0;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  inset: -40px auto auto 0;
}

.gradient_color.gradient_color-4 {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #4d0bbccc 55%, var(--blue-violet));
  filter: blur(8px);
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  inset: -12px auto auto 20px;
}

.gradient_color.gradient_color-1 {
  filter: blur(10px);
  background-image: radial-gradient(circle, #c4d40edb 75%, #d814eed1);
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: -12px;
  bottom: auto;
  left: -12px;
}

.gradient_color.gradient_color-7 {
  filter: blur(10px);
  background-color: #f1b419ad;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  inset: 4px auto auto 4px;
}

.gradient_color.gradient_color-5 {
  filter: blur(8px);
  background-color: #ea911c8f;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  inset: 16px auto auto 64px;
}

.gradient_color.gradient_color-8 {
  filter: blur(10px);
  background-image: radial-gradient(circle, #540ad4bf 39%, #ec21cac9);
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  inset: -4px auto auto 28px;
}

.gradient_color.gradient_color-2 {
  filter: blur(10px);
  background-image: radial-gradient(circle, #701deed4 56%, #f315ebe8 92%);
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: -12px;
  bottom: auto;
  left: 80px;
}

.gradient_color.gradient_color-9 {
  filter: blur(10px);
  background-color: #d90c5aba;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  inset: 8px auto auto 92px;
}

.gradient_color.gradient_color-10 {
  filter: blur(14px);
  background-color: #de3afff0;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  inset: -4px auto auto 12px;
}

.button-9_border-color {
  z-index: 1;
  filter: contrast(130%);
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  overflow: hidden;
}

.button-1_color {
  z-index: 1;
  filter: blur(16px);
  mix-blend-mode: normal;
  background-image: linear-gradient(112deg, #ff0f33d6, #ff6600db);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  top: -21px;
  left: -14px;
}

.button-1_color._1 {
  top: -30%;
  left: -5%;
}

.button-1_color._3 {
  background-image: linear-gradient(251deg, #7300ffd6, #e815ffd9);
  top: -30%;
  left: 8%;
}

.button-1_color._2 {
  background-image: linear-gradient(251deg, #07fc, #ad15ffe0);
  top: -30%;
  left: 29%;
}

.button-1_glow {
  z-index: 0;
  filter: none;
  background-image: none;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 60px;
  display: none;
  position: absolute;
  overflow: hidden;
}

.button-1 {
  cursor: pointer;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 9em;
  height: 100%;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 15px #3913b659;
}

.button-1.html {
  display: none;
}

.label {
  z-index: 5;
  color: var(--white);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.button-1_bg {
  z-index: 3;
  background-color: #05021c3d;
  justify-content: center;
  align-items: center;
  width: 97%;
  height: 95%;
  transition: all .3s ease-in-out;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.button-1_bg:hover {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #05021c00;
}

.button-1_bg:active {
  background-color: #05021c66;
}

.button-1_color-wrap {
  background-color: #0e1229;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.entrada {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: auto;
  min-height: 3em;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.entrada.hide {
  display: none;
}

.entrada.entrada2 {
  padding-bottom: 1em;
}

.div-block-327, .div-block-328 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: .5em;
  padding-left: .5em;
  padding-right: .5em;
  display: flex;
}

.text-block-148 {
  text-align: center;
  text-transform: uppercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1em;
}

.text-block-148.newprice {
  font-weight: 700;
}

.vendaslogo {
  color: var(--black);
  letter-spacing: -.05em;
  margin-bottom: -.2em;
  font-family: Amx, sans-serif;
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1em;
}

.vendaslogo.hide {
  display: none;
}

.divlogopv {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.divlogofooter {
  border: 1px #c9c9c9;
  border-right-style: solid;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 100%;
  margin-right: .7em;
  padding: .2em 0 .2em .3em;
  display: flex;
}

.imessageimg {
  width: 2.5em;
  height: 2.5em;
}

.wg-element-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.wg-element-wrapper.sw2 {
  background-color: var(--white);
  border-radius: .15em;
  font-family: Amx, sans-serif;
}

.wg-flag-ico {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.wg-code {
  display: none;
}

.wg-flag {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 16px;
  margin-right: 10px;
  display: flex;
}

.wg-element {
  z-index: 10;
  justify-content: center;
  align-items: center;
  margin-top: -3.5em;
  margin-bottom: 5em;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.wg-element.hidelenguage {
  display: none;
}

.wg-selector-highlight {
  background-color: #4049ff;
  width: 100%;
  height: 100%;
}

.wg-selector-highlight.h4 {
  transform: translate(-100%);
}

.wg-selector-highlight.h3 {
  background-color: #4049ff;
}

.wg-selector-1 {
  color: #000;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
  position: relative;
}

.wg-selector-1:hover {
  color: #4049ff;
}

.wg-selector-1.w--current {
  cursor: default;
}

.wg-selector-1.s2 {
  opacity: .5;
}

.wg-selector-highlight-wrapper {
  width: 100%;
  height: 2px;
  margin-top: .25rem;
  overflow: hidden;
}

.wg-selector-text-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.textcta {
  font-family: Amx, sans-serif;
  font-size: 1.3em;
}

.redarrow {
  width: .5em;
  margin-top: -.2em;
  margin-right: .5em;
}

.brand-4 {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.brand-4.is-2nd {
  background-color: #fff;
  border: 1px solid #bfc6ce;
  border-radius: .15em;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  height: 3.5em;
  padding: .2em .6em .2em 1em;
  transition: padding .5s cubic-bezier(.075, .82, .165, 1), background-color .3s, color .3s;
}

.brand-4.is-2nd:hover {
  background-color: #edeff1;
  padding-left: 1em;
}

.brand-4.is-2nd.headerbrand {
  justify-content: center;
  align-items: center;
  height: 3.5em;
  transition: padding .5s cubic-bezier(.075, .82, .165, 1), background-color .3s, color .3s;
}

.cs-logo {
  z-index: 1;
  letter-spacing: -.02em;
  margin-bottom: 5rem;
  font-size: 24px;
  font-weight: 500;
  line-height: .9;
  display: flex;
  position: relative;
}

.p--30 {
  color: var(--white);
  text-align: left;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.vendaslogo-2 {
  color: #000;
  letter-spacing: -.05em;
  margin-bottom: -.2em;
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1em;
}

.vendaslogo-2.hide {
  display: none;
}

.logo-3 {
  width: 2em;
  padding: .2em;
  font-size: 1.1em;
}

.logo-3.headerlogopv {
  border-style: none;
  width: 2.2em;
}

.cs-page-title-wrap {
  max-width: 45rem;
}

.cs-description {
  z-index: 2;
  width: 100%;
  max-width: 17rem;
  position: relative;
}

.cs-row {
  justify-content: space-between;
  height: 100%;
  display: flex;
  position: relative;
}

.cs-page-wrapper {
  background-image: linear-gradient(#00000003, #00000003), url('../images/bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 100vh;
  padding: 2rem;
}

.d--100 {
  color: var(--white);
  letter-spacing: -.015em;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1.05;
}

.cs-contact-list {
  z-index: 1;
  margin-bottom: 5rem;
  display: flex;
  position: relative;
}

.text-block-149 {
  color: #5c5c5c;
  border: 1px solid #b6b6b6;
  border-radius: 10em;
  margin-top: -2.5em;
  margin-left: .4em;
  margin-right: .4em;
  padding: 0 .2em .08em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .5em;
  font-weight: 700;
}

.text-block-149.hide {
  display: none;
}

.cs-col {
  width: 50%;
}

.cs-col.is--right {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.cs-page-title {
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.brandlopes {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.brandlopes.is-2nd {
  background-color: #fff;
  border: 1px solid #bfc6ce;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 3.5em;
  padding: .4em 1em .5em;
  transition: padding .5s cubic-bezier(.075, .82, .165, 1), background-color .3s, color .3s;
}

.brandlopes.is-2nd:hover {
  background-color: #edeff1;
  padding-left: 2.5em;
  padding-right: 2.5em;
}

.brandlopes.is-2nd.hidelopes {
  display: none;
}

.logo-4 {
  width: 6.3em;
  margin-top: .3em;
  font-size: 1.1em;
}

.text-block-150 {
  color: #5c5c5c;
  border: 1px solid #b6b6b6;
  border-radius: .2em;
  margin-top: .5em;
  margin-left: .4em;
  padding: 0 .2em .08em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .7em;
  font-weight: 700;
}

.div-block-329 {
  background-color: #e8e8e8;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
}

.simulacaoembed.hidesimulacao {
  display: none;
}

.testimonial-column-dark {
  position: relative;
}

.container-13 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.testimonial-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.testimonial-block-main {
  background-color: #f5f7fa;
  justify-content: space-between;
  padding: 32px 24px;
  display: flex;
}

.testimonial-main-image {
  object-fit: cover;
  width: 200px;
  height: 280px;
  margin-right: 24px;
}

.testimonial-main-content {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

.testimonial-block {
  flex-direction: column;
  justify-content: space-between;
  padding: .5em 1em;
  display: flex;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.valoresembed.hide {
  display: none;
}

.divplantao {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.divplantao.hide {
  display: none;
}

.divlopes {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.divlopes.hide {
  display: none;
}

.text-block-151 {
  color: var(--light-grey);
  text-align: justify;
  max-width: 70em;
  margin-top: 2em;
  font-family: Amx, sans-serif;
  font-size: 1em;
  line-height: 1.4em;
}

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

.associate {
  color: #000;
  text-transform: uppercase;
  margin-top: .2em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .65em;
}

.linkfooter {
  color: var(--igren);
}

.cliqueaqui {
  color: #ffea00;
}

.atualizacoesbutton {
  color: #fff;
  background-color: #fddd55;
  border-radius: 4px;
  align-items: center;
  width: 100%;
  height: 9em;
  padding-right: 20px;
  font-family: Amx, sans-serif;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.atualizacoesbutton.visita {
  background-color: var(--blue-violet);
}

.atualizacoesbutton.visita.planta {
  height: 10vw;
}

.atualizacoesbutton.visita.hide {
  display: none;
}

.atualizacoesbutton.socialwhats {
  background-color: var(--igren);
  background-image: url('../images/pattern-rossi.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.atualizacoesbutton.socialwhats.planta {
  height: 10vw;
}

.atualizacoesbutton.socialwhats.hide {
  display: none;
}

.atualizacoesbutton.socialshedule {
  background-color: #7a4ada;
}

.atualizacoesbutton.socialshedule.planta, .atualizacoesbutton.social-planta {
  height: 10vw;
}

.atualizacoesbutton.imessage {
  background-color: #578bf4;
}

.atualizacoesbutton.visitahtml {
  background-color: var(--blue-violet);
  display: flex;
}

.atualizacoesbutton.visitahtml.planta {
  height: 10vw;
}

.atualizacoesbutton.visitahtml.hide {
  display: none;
}

.stickywebsitecontent {
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 1.5em 1.5em .5em;
}

.paragraphleadp, .h2leadp {
  color: var(--white);
}

.underlinecommon {
  text-decoration: underline;
}

.brand-3 {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.brand-3.is-2nd {
  background-color: #fff;
  border: 1px solid #bfc6ce;
  border-radius: .15em;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  height: 3.5em;
  padding: .2em .6em .2em 1em;
  transition: padding .5s cubic-bezier(.075, .82, .165, 1), background-color .3s, color .3s;
}

.brand-3.is-2nd:hover {
  background-color: #edeff1;
  padding-left: 1em;
}

.brand-3.is-2nd.headerbrand {
  justify-content: center;
  align-items: center;
  height: 3.5em;
  transition: padding .5s cubic-bezier(.075, .82, .165, 1), background-color .3s, color .3s;
}

.brand-3.is-2nd.headerbrand.daiane {
  border-style: none;
  border-radius: 100%;
  max-width: 4.5em;
  height: auto;
  padding: .2em;
}

.brand-3.is-2nd.headerbrand.daiane.home {
  display: block;
}

.brand-3.is-2nd.headerbrand.daiane.home.right {
  z-index: 2;
  border-style: solid;
  max-width: 4em;
  margin-left: -.9em;
}

.brand-3.is-2nd.headerbrand.daiane.home.right.last {
  z-index: 1;
  margin-left: -1em;
}

.brand-3.is-2nd.headerbrand.daiane.home.left {
  z-index: 1;
  border-radius: .3em;
  max-width: 4em;
}

.thepalace {
  color: var(--black2);
  background-color: #ffcf23;
  padding-left: .3em;
  padding-right: .3em;
  line-height: .5em;
}

.image-72 {
  width: 1.3em;
  margin-right: .3em;
}

.p--30-2 {
  color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.vendaslogo-3 {
  color: #000;
  letter-spacing: -.05em;
  margin-bottom: -.2em;
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1em;
}

.vendaslogo-3.hide {
  display: none;
}

.logo-5 {
  width: 2em;
  padding: .2em;
  font-size: 1.1em;
}

.logo-5.headerlogopv {
  border-style: none;
  width: 2.2em;
}

.logo-5.headerlogopv.daiane {
  border-radius: 100%;
  width: auto;
  padding: 0;
}

.cardsecondtitle-2 {
  color: #ededed;
  text-align: right;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .9em;
  font-weight: 300;
}

.cardtitle-2 {
  color: #fff;
  text-align: right;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.6em;
  font-weight: 700;
}

.cardtitle-2.mobile {
  text-align: left;
  display: none;
}

.div-block-330 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 1em;
}

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

.text-block-152 {
  color: #ededed;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1em;
  font-weight: 400;
}

.text-block-152.bar {
  margin-left: .3em;
}

.text-block-153 {
  text-align: center;
  letter-spacing: -.5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1em;
  font-weight: 500;
  text-decoration: none;
}

.text-block-154 {
  color: #5c5c5c;
  border: 1px solid #b6b6b6;
  border-radius: 10em;
  margin-top: -2.5em;
  margin-left: .4em;
  margin-right: .4em;
  padding: 0 .2em .08em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .5em;
  font-weight: 700;
}

.text-block-154.hide {
  display: none;
}

.text-block-155 {
  color: var(--white);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.5em;
}

.cardsgrid-2 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 65em;
  display: grid;
}

.div-block-331 {
  color: #181818;
  text-align: center;
  text-transform: uppercase;
  background-color: #ffcf23;
  border-radius: .2em;
  width: auto;
  min-width: 7.5em;
  padding: .5em;
  text-decoration: none;
}

.carditem-2 {
  z-index: 0;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: .8em;
  width: 100%;
  height: 17em;
  padding: 1em;
  text-decoration: none;
  transition: transform .2s, color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 2px 5px -1px #0000008f;
}

.carditem-2:hover {
  transform: scale(1.01);
}

.carditem-2.hotsitecard {
  background-image: none;
}

.d--100-2 {
  color: var(--white);
  letter-spacing: -.015em;
  margin-top: 1em;
  margin-bottom: 39px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1.05;
}

.daianeleelogo.homedaiane {
  display: flex;
}

.daianeleelogo.hide {
  display: none;
}

.lancamentomodal {
  z-index: 99;
  background-color: #ffffffd1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.wrapmodal {
  background-color: var(--white);
  width: 100%;
  max-width: 35em;
}

.divprelancamento {
  z-index: 10;
  position: absolute;
  inset: 0%;
}

.divprelancamento.hide, .embedprelancamento.hide, .ctacolorschat.hide, .ctacolorscadastro.hide {
  display: none;
}

.nomeheader {
  color: var(--white);
  text-align: right;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-left: .5em;
  margin-right: .5em;
  padding-top: .4em;
  font-family: Amx, sans-serif;
  font-size: 1em;
  line-height: 1.1em;
  display: flex;
}

.nomeheader.hide {
  display: none;
}

.nomeprodutoheader {
  color: var(--white);
  text-align: right;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-left: .5em;
  margin-right: .5em;
  padding-top: .4em;
  font-family: Amx, sans-serif;
  font-size: 1em;
  line-height: 1.1em;
  display: flex;
}

.nomeprodutoheader.hide {
  display: none;
}

.whatsheader {
  background-color: var(--igren);
  background-image: url('../images/pattern-rossi.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: stretch;
  width: 3.5em;
  min-width: 3.5em;
  height: 3.5em;
  min-height: 3.5em;
  margin-left: .5em;
  display: flex;
  overflow: hidden;
}

.whatsheader.book {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.projects__link {
  width: 100%;
}

.social-icon-2 {
  object-fit: contain;
  width: 1.25rem;
}

.title-section__arrow {
  margin-right: .5rem;
}

.open-nav {
  z-index: 10;
  justify-content: flex-start;
  align-items: center;
  max-width: 90rem;
  height: 6rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.heading-small {
  letter-spacing: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 120%;
}

.heading-medium {
  letter-spacing: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 125%;
}

.title-section {
  border-top: 1px solid #0000001a;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.text-xlarge {
  font-size: 1.5rem;
  line-height: 135%;
}

.text-xlarge.c1-75 {
  color: #000000bf;
  text-align: left;
}

.nav__main {
  border-top: 1px solid #fff3;
}

.nav__button {
  background-color: #000;
  border-radius: 4rem;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  transition: background-color .2s cubic-bezier(.39, .575, .565, 1);
  display: flex;
}

.nav__button:hover {
  background-color: #000000bf;
}

.top-bar {
  z-index: 20;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
  height: 6rem;
  margin-left: 5rem;
  padding-left: 1.5rem;
  display: flex;
  position: relative;
}

.card-b__top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.overview__video {
  border-radius: 2rem;
  width: 100%;
  height: 100%;
}

.nav {
  z-index: 200;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 90rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 1.5rem 1.5rem;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.hero__content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #0000000a;
  border-radius: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 54vw;
  max-height: 43rem;
  padding: 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-20 {
  color: #fff;
  background-color: #000;
  border-radius: 4rem;
  justify-content: center;
  align-items: center;
  min-width: 12rem;
  height: 5rem;
  padding-left: 3rem;
  padding-right: 3rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  transition: background-color .2s cubic-bezier(.39, .575, .565, 1);
  display: inline-flex;
}

.button-20:hover {
  background-color: #f24913;
}

.page-wrapper-4 {
  flex-flow: column;
  min-height: 100vh;
  display: flex;
}

.projects__list {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-small {
  font-family: Amx, sans-serif;
  font-size: .875rem;
  line-height: 150%;
}

.heading-huge {
  letter-spacing: -1px;
  font-family: Amx, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 100%;
}

.heading-huge.c2 {
  color: #fff;
  font-family: Amx, sans-serif;
}

.internal-bottom {
  background-color: #fff;
  border-top: 1px solid #0000001a;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 64px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.container-14 {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.text-wrapper.for-statement-home {
  max-width: 64.75rem;
}

.text-wrapper.for-overview {
  max-width: 26rem;
}

.sections {
  flex: 1;
}

.burger__icon {
  object-fit: contain;
  width: 1.5rem;
}

.icon-small {
  object-fit: contain;
  width: 1rem;
}

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

.text-regular {
  font-size: 1rem;
  line-height: 150%;
}

.text-regular.c2-60 {
  color: #fff9;
}

.text-regular.c1-75 {
  color: #000000bf;
}

.text-regular.hidden-phone {
  font-family: Amx, sans-serif;
}

.nav__content {
  background-color: #f24913;
  border-radius: 2rem;
  flex-flow: column;
  width: auto;
  min-width: 25rem;
  display: flex;
  overflow: auto;
}

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

.projects__item {
  width: 100%;
}

.projects__title {
  margin-top: .5rem;
  padding: .5rem 1rem;
}

.nav-head__button {
  color: #fff;
  background-color: #000;
  border-radius: 4rem;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  transition: color .2s cubic-bezier(.39, .575, .565, 1), background-color .2s cubic-bezier(.39, .575, .565, 1);
  display: flex;
}

.nav-head__button:hover {
  color: #000;
  background-color: #fff;
}

.thumbnail-project {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.overview__card {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  border: .25rem solid #000;
  border-radius: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.spacer-large {
  width: 100%;
  height: 8rem;
}

.close-nav {
  background-color: #fff;
  border-radius: 4rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: opacity .2s cubic-bezier(.39, .575, .565, 1);
  display: flex;
}

.close-nav:hover {
  opacity: .8;
}

.icon-regular {
  object-fit: contain;
  width: 1.25rem;
}

.projects__content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.card-b {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: #0000000a;
  border-radius: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 1.5rem;
  display: flex;
}

.text-large {
  font-size: 1.25rem;
  line-height: 150%;
}

.text-large.c2 {
  color: #fff;
}

.nav__link {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-bottom: 1px solid #fff3;
  justify-content: flex-start;
  align-items: center;
  height: 4rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  transition: padding .2s cubic-bezier(.39, .575, .565, 1);
  display: flex;
}

.nav__link:hover {
  padding-left: 2rem;
}

.max-width-regular {
  width: 100%;
  max-width: 74rem;
  margin-left: auto;
  margin-right: auto;
}

.internal-bottom-info {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  text-decoration: none;
}

.internal-bottom-info.w--current {
  color: #000;
}

.overview__inner-cards {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.heading-large {
  letter-spacing: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 120%;
}

.nav__head {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}

.h2cyrela {
  margin-bottom: 0;
  padding-left: 1em;
  font-size: 1em;
  line-height: 120%;
}

.nav__social-link {
  border-right: 1px solid #fff3;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 6rem;
  display: flex;
}

.nav__social-link.no-border {
  border-right-style: none;
}

.projects__cms {
  width: 100%;
}

.tag {
  background-color: #fff;
  border-radius: 4rem;
  padding: .5rem 1rem;
  display: inline-flex;
  position: relative;
}

.absolute-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.overview__content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-huge {
  color: var(--black);
  letter-spacing: -1px;
  margin-left: 1em;
  margin-right: 1em;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 2.5rem;
  line-height: 115%;
}

.projects__thumb {
  border-radius: 2rem;
  height: 36vw;
  max-height: 27rem;
  padding: 1rem;
  position: relative;
  overflow: hidden;
}

.huge-card__flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.button17embed {
  width: 100%;
}

.mensagemplanta {
  z-index: 10;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.mensagemplanta.hide {
  display: none;
}

.divmensagemplanta {
  color: var(--black);
  background-color: #ffc800;
  justify-content: flex-start;
  align-items: center;
  height: 4em;
  padding: .8em .8em .8em 1.5em;
  font-family: Amx, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2em;
  display: flex;
}

.divmensagemplanta.hide {
  display: none;
}

.imgalerta {
  height: 100%;
  padding: 0;
}

.architectural-plans {
  z-index: 10;
  background-color: #fff;
  position: relative;
}

.architectural-plans.blue-background {
  background-color: #07264b;
}

.architectural-plans.blue-background.hide {
  display: none;
}

.architectural-plans.overflow-hidden {
  overflow: hidden;
}

.architectural-plans.blue-gradient-background {
  background-image: linear-gradient(#07264b, #13355f);
  display: block;
  overflow: hidden;
}

.architectural-plans.blue-gradient-background.hide {
  display: none;
}

.architectural-plans.blue-gradient-background {
  background-color: #fff0;
  background-image: none;
  display: block;
  overflow: hidden;
}

.photo-gallery {
  z-index: 10;
  background-color: #fff;
  position: relative;
}

.photo-gallery.blue-background {
  background-color: #07264b;
}

.photo-gallery.blue-background.hide {
  display: none;
}

.photo-gallery.overflow-hidden {
  overflow: hidden;
}

.photo-gallery.blue-gradient-background {
  background-image: linear-gradient(#07264b, #13355f);
  display: block;
  overflow: hidden;
}

.photo-gallery.blue-gradient-background.hide {
  display: none;
}

.photo-gallery.blue-gradient-background {
  background-color: #fff0;
  background-image: none;
  display: block;
  overflow: hidden;
}

.product-specs {
  z-index: 10;
  background-color: #fff;
  position: relative;
}

.product-specs.blue-background {
  background-color: #07264b;
}

.product-specs.blue-background.hide {
  display: none;
}

.product-specs.overflow-hidden {
  overflow: hidden;
}

.product-specs.blue-gradient-background {
  background-image: linear-gradient(#07264b, #13355f);
  display: block;
  overflow: hidden;
}

.product-specs.blue-gradient-background.hide {
  display: none;
}

.product-specs.blue-gradient-background {
  background-color: #fff0;
  background-image: none;
  display: block;
  overflow: hidden;
}

.about-content {
  z-index: 10;
  background-color: #fff;
  position: relative;
}

.about-content.blue-background {
  background-color: #07264b;
}

.about-content.blue-background.hide {
  display: none;
}

.about-content.overflow-hidden {
  overflow: hidden;
}

.about-content.blue-gradient-background {
  background-image: linear-gradient(#07264b, #13355f);
  display: block;
  overflow: hidden;
}

.about-content.blue-gradient-background.hide {
  display: none;
}

.about-content.blue-gradient-background {
  background-color: #fff0;
  background-image: none;
  display: block;
  overflow: hidden;
}

.div-block-335 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.distanciametro.hide {
  display: none;
}

.dataentrega {
  color: var(--black2);
  text-align: left;
  margin-top: .2em;
  margin-bottom: 0;
  font-family: Amx, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.4em;
}

.imgcomplementar {
  background-color: #fff;
  margin-top: -.5em;
  margin-left: 1em;
  padding-left: .5em;
  padding-right: .5em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: absolute;
  inset: 0% auto auto 0%;
}

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

.logofooterplantao {
  margin-left: auto;
  margin-right: auto;
}

.logofooterplantao.hide {
  display: none;
}

.assinaturaempresa {
  color: var(--light-grey);
  text-align: justify;
  max-width: 70em;
  margin-top: 0;
  font-family: Amx, sans-serif;
  font-size: 1em;
  line-height: 1.4em;
}

@media screen and (min-width: 1280px) {
  .imgperspectiva._37desk.hotsite {
    height: 8em;
  }

  .h4metragens {
    font-size: 1.1em;
  }

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

  .map-wrapper {
    width: 50%;
  }

  .search-2, .sort {
    cursor: pointer;
  }

  .item-list-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .map-wrapper-2 {
    width: 50%;
  }

  .iphone {
    width: 24em;
  }

  .d--100 {
    text-transform: none;
  }

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

  .d--100-2 {
    text-transform: none;
  }
}

@media screen and (min-width: 1440px) {
  body {
    font-size: 14px;
  }

  .hero-heading.hhproperties {
    padding-right: 50px;
  }

  .hero-toptitle {
    align-items: center;
  }

  .nav-contact-popup {
    display: none;
  }

  .bigwords2.rolagemlacamento {
    left: -50px;
  }

  .div-block-47 {
    justify-content: center;
  }

  .div-block-54._54desktop {
    padding-top: 15px;
  }

  .text-block-41 {
    font-weight: 300;
  }

  .paragraph-22 {
    line-height: 1.2em;
  }

  .clique {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1.2em;
    display: block;
  }

  .field-wrap.fieldtab.tabproduto {
    margin-top: 2vw;
    margin-bottom: 1vw;
  }

  .text-span-14.bemvindo {
    font-size: 13px;
  }

  .div-block-230 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-top: -2vw;
    margin-bottom: 2vw;
  }

  .text-span-23 {
    font-size: 1.1em;
  }

  .div-block-262 {
    max-width: 65em;
  }

  .iphone.iphoneproduto {
    max-width: 23em;
  }

  .walsh-heading-regular {
    font-size: 1.4em;
  }

  .rerossi {
    font-size: 1.1em;
  }

  .realestatetext {
    line-height: 1.2em;
  }

  .icon_20x20 {
    width: 1.4em;
    height: 1.4em;
  }

  .button-9 {
    transform: scale(1.4);
  }

  .label {
    z-index: 5;
  }

  .cs-page-title-wrap {
    max-width: 52rem;
  }

  .d--100, .d--100-2 {
    letter-spacing: -.02em;
    font-size: 5.75rem;
    line-height: 1.05;
  }
}

@media screen and (min-width: 1920px) {
  body {
    font-size: 17px;
  }

  .logo {
    width: 8em;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .nav-link-old {
    font-size: 1.1em;
    line-height: 1.1em;
  }

  .button.lista-completa {
    display: none;
  }

  .burger-title {
    font-size: 1.1em;
  }

  .property-item-list.listproduct {
    border-style: none;
  }

  .form-field.pref-contato {
    padding-left: 1em;
  }

  .menu {
    display: none;
  }

  .instruction-paragraph, .example-paragraph {
    line-height: 1.7em;
  }

  .preloader {
    display: none;
  }

  .fototorre {
    width: 450px;
    min-height: 600px;
  }

  .bigwords2 {
    height: 130px;
  }

  .bigwords2.rolagemlacamento {
    justify-content: center;
    width: 5300px;
    height: 4.5vw;
    left: -1449px;
  }

  .text-block-11 {
    font-size: 20px;
    line-height: 25px;
  }

  .image-5 {
    width: 130px;
  }

  .image-6 {
    width: 110px;
    margin-top: -23px;
    margin-left: 0;
  }

  .div-block-28 {
    justify-content: center;
  }

  .text-block-15 {
    font-size: 15.5px;
  }

  .text-block-19.logoheader {
    letter-spacing: -3px;
    font-size: 35px;
    line-height: 45px;
  }

  .text-block-19.logofooter {
    font-size: 30px;
  }

  .div-block-38 {
    max-width: 200px;
  }

  .div-block-54._54desktop {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .div-block-93 {
    padding-top: .6vw;
    padding-bottom: .6vw;
  }

  .image-12 {
    min-height: 150px;
  }

  .field-wrap.fieldtab.solicitacao.solicitacaoproduto {
    margin-top: 2vw;
  }

  .field-label-3 {
    margin-bottom: 0;
  }

  .vendaspor.right {
    margin-left: .1em;
  }

  .text-span-14 {
    font-size: 1.6vw;
    line-height: 1.5vw;
  }

  .text-span-14.bemvindo {
    font-size: .4em;
  }

  .bigwords {
    display: block;
  }

  .form-block-4 {
    width: 600px;
  }

  .valorestitle-2.titlewhats {
    font-size: 1em;
  }

  .eixologoimg {
    width: 6em;
  }

  .html-embed-20 {
    position: fixed;
    inset: 0%;
    overflow: auto;
  }

  .paragraph {
    font-size: 1.2em;
  }

  .realestatetext {
    font-size: .9em;
    line-height: 1.205em;
  }

  .property-grid-item-2 {
    z-index: 1;
    position: relative;
  }

  .property-grid-item-2:hover {
    z-index: 2;
  }

  .footerlogos.hotsite {
    flex-flow: column;
  }

  .combine-faq4_title {
    font-size: 1.2em;
  }

  .icon_20x20 {
    margin-left: .1em;
  }

  .button-9 {
    transform: scale(1.8);
  }

  .button-9.position {
    transform: scale(1.7);
  }

  .divlopes {
    flex-flow: column;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 12px;
  }

  h1 {
    font-size: 4em;
  }

  h3 {
    font-size: 1.3em;
  }

  h4 {
    font-size: 1.2em;
  }

  ul {
    margin-bottom: 2.5em;
    padding: .3em;
  }

  li {
    margin-bottom: 0;
  }

  .main-wrapper.wrapperhome {
    margin-top: -123px;
  }

  .container {
    padding-left: 2em;
    padding-right: 2em;
  }

  .section {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .section.sectiondesc {
    max-width: none;
  }

  .section.secbanner {
    z-index: 1;
    margin: 10vw -3em 0;
  }

  .section.seccontent {
    margin-top: 0;
    margin-bottom: 0;
  }

  .section._100vh {
    margin-bottom: 0;
  }

  .section.lastsection {
    padding-bottom: 0;
  }

  .navbar-container-old.navads {
    max-width: 90vw;
  }

  .brand {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .navbar-old.navads {
    padding-left: 2em;
    padding-right: 2em;
  }

  .navbar-old.navads.adsplanta {
    min-width: 23vw;
  }

  .nav-link-old {
    padding-left: 1em;
    padding-right: 1em;
    font-size: .9em;
  }

  .side-menu {
    padding-right: 1.5em;
  }

  .hero-heading {
    margin-bottom: 10px;
  }

  .hero-heading.home-hero-2 {
    font-size: 4.1em;
  }

  .hero-heading.hhproperties {
    font-size: 2.4em;
  }

  .button.on-side {
    margin-top: 0;
  }

  .flex-vertical.verticalvizinhos {
    padding-left: 30px;
    padding-right: 30px;
  }

  .property-item {
    width: 50%;
  }

  .property-image-wrap {
    height: 250px;
  }

  .type-of-customer {
    flex-wrap: wrap;
    padding-bottom: 3em;
  }

  .customer-link {
    width: 100%;
    margin-bottom: 2em;
  }

  .flex-horizontal.contact-page {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .split-content-column {
    padding-left: 2em;
    padding-right: 2em;
  }

  .footer-link {
    font-size: 2.7em;
  }

  .policy-link {
    font-size: 13px;
  }

  .featured-gallery-lightbox {
    height: 7em;
  }

  .design-system-inner {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .page-hero {
    padding-left: 5em;
    padding-right: 5em;
  }

  .button-paragraph {
    font-size: 1.1em;
  }

  .property-hero.hero-properties {
    padding-top: 3em;
  }

  .property-hero.herovizinhos {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-8em.tab-4em {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .property-gallery {
    max-width: 95vw;
  }

  .albumitem.medium {
    width: 50%;
  }

  .property-gallery-lightbox {
    height: 15vw;
  }

  .property-gallery-lightbox.is-bigger {
    height: 15em;
  }

  .price {
    margin-left: 3em;
    margin-right: 0;
  }

  .realtor-contacts.in-realtor-page {
    flex-flow: column wrap;
    align-items: stretch;
  }

  .button-contact {
    flex-wrap: wrap;
  }

  .button-contact.is-light {
    justify-content: space-between;
  }

  .property-inner-list {
    padding-right: 7px;
  }

  .form-label {
    font-weight: 500;
  }

  .plantas-tab-pane.novofotos {
    max-width: 60em;
  }

  .realtor-item {
    width: 50%;
  }

  .social-icon {
    font-size: 1.5em;
  }

  .social-button {
    filter: none;
  }

  .bigger-paragraph {
    font-size: 2em;
  }

  .column-with-padding {
    padding-left: 3em;
    padding-right: 3em;
  }

  .heading-in-column {
    font-size: 2em;
  }

  .in-nutshell {
    flex-wrap: wrap;
  }

  .in-nutshell-item {
    width: 50%;
    margin-right: 0;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .sellers-process-item {
    font-size: .9em;
  }

  .heading-lifestyle.in-homepage {
    font-size: 2em;
  }

  .lifestyle-link.in-homepage {
    font-size: .5em;
  }

  .includes-lifestyle-item {
    flex-basis: 33.3333%;
  }

  .includes-lifestyle-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .realtor-page-column {
    padding-left: 4em;
    padding-right: 4em;
  }

  .rich-text.in-property-page.mobile-hide {
    font-size: .9em;
  }

  .menu-column-left {
    width: 50%;
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .menu-column-right {
    padding: 5em 6em 5em 5em;
  }

  .menu-link {
    min-width: auto;
    padding-right: 0%;
  }

  .menu-sublinks {
    justify-content: center;
  }

  .menu-social-buttons {
    width: 100%;
    min-width: auto;
  }

  .menu-social-button {
    filter: none;
  }

  .utility-page-wrap {
    padding-left: 5em;
    padding-right: 5em;
  }

  .utility-page-form-submit, .utility-page-form-label {
    font-size: 1em;
  }

  .call-to-action-image {
    height: 18em;
  }

  .featured-wrapper {
    min-height: 59em;
  }

  .featured-block.blobkhome {
    width: 300px;
  }

  .featured-background-color {
    height: 16em;
  }

  .featured-gallery-item {
    margin-left: .2em;
    margin-right: .2em;
  }

  .customer-link-2 {
    width: 100%;
  }

  .type-of-customer-2 {
    flex-wrap: wrap;
  }

  .customer-vertical-line {
    width: 100%;
    height: 1px;
  }

  .split-content-column-flex {
    padding-left: 2em;
    padding-right: 2em;
  }

  .realtor-item-in-column {
    width: 50%;
  }

  .ceo {
    font-size: 1em;
  }

  .hero-toptitle {
    text-align: center;
    align-items: center;
    font-size: 1.8vw;
    line-height: 2vw;
  }

  .hero-toptitle.avenda, .hero-toptitle.ultimasu, .hero-toptitle.vendido {
    display: none;
  }

  .blog-item {
    width: 50%;
  }

  .realtor-item-contact {
    padding-right: 2em;
  }

  .realtor-list-contact {
    flex-direction: row;
    justify-content: space-between;
  }

  .our-team-column {
    width: 100%;
  }

  .main-contacts-column {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .sticky-12 {
    position: relative;
    top: 0;
  }

  .our-team-block {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .agent-list-wrap-contact {
    width: 100%;
  }

  .contact-inquiry-wrap {
    flex-wrap: wrap;
    max-width: 40em;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-inquiry-form {
    max-width: none;
  }

  .contact-inquiry-column {
    margin-bottom: 3.5em;
    padding-right: 0;
  }

  .contact-inquiry-heading {
    max-width: none;
  }

  .property-interior-list {
    width: 100%;
  }

  .property-interior-item {
    font-size: .75em;
  }

  .property-images {
    flex-direction: column;
    width: 40%;
  }

  .property-status {
    margin-bottom: .9em;
    margin-left: .9em;
    font-size: .8em;
  }

  .nav-contact.nonenav {
    max-width: 190px;
  }

  .nav-contact.nonenav.ads {
    max-width: none;
  }

  .about-template-link {
    width: 100%;
  }

  .about-template-link.small-at-link {
    margin-bottom: 1em;
  }

  .about-template-heading {
    font-size: 2.5em;
  }

  .take-a-tour-column {
    border-left-width: 0;
    width: 100%;
  }

  .div-block-5.div5menu {
    width: 10vw;
    min-width: 10vw;
  }

  .nav-contact-icon.iconads {
    width: 3vw;
    height: 3vw;
  }

  .nav-contact-icon.iconads.cifrao {
    width: 3.1vw;
    height: 3.1vw;
  }

  .in-nutshell-temp {
    flex-wrap: wrap;
  }

  .in-nutshell-item-temp {
    font-size: .9em;
  }

  .paragraph-column {
    font-size: 1.2em;
  }

  .radio-button-label.precos {
    font-size: 3vw;
  }

  .banner1-desktop {
    display: none;
  }

  .banner1-mobile {
    display: block;
  }

  .collection-list {
    flex-direction: column;
    align-items: center;
  }

  .faq-wrap.questions {
    margin-bottom: 30px;
  }

  .fototorre {
    width: 280px;
    min-width: 280px;
    min-height: 400px;
  }

  .fototorre.img-studio {
    border-width: 1.6vw;
    width: 16vw;
    min-width: 16vw;
    height: 22vw;
    min-height: 22vw;
    margin-left: -156px;
  }

  .fototorre.img-studio._16studiodesk {
    border-width: 2vw;
    width: 18vw;
    height: 22vw;
    margin-bottom: -3vw;
    margin-right: -3vw;
  }

  .fototorre._16properties {
    width: 100%;
    height: auto;
    min-height: 42vw;
    max-height: none;
  }

  .bigwords1 {
    left: -165%;
  }

  .bigwords2 {
    left: -162%;
  }

  .bigwords2.rolagemlacamento {
    width: 2200px;
    height: 6em;
  }

  .plata-img {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    min-height: 13em;
  }

  .plata-img.home {
    border-bottom-style: none;
  }

  .div-block-17._17fotos, .div-block-17._17invest {
    max-width: none;
  }

  .div-block-17._17vizinhos {
    margin-bottom: 0;
  }

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

  .div-block-22 {
    padding: 3.7em;
  }

  .text-block-10 {
    padding: 13px;
  }

  .div-block-29 {
    justify-content: flex-end;
    margin-right: 70px;
  }

  .div-block-29._29plantas {
    margin-right: 0;
  }

  .div-block-29._29properties {
    width: 30vw;
    margin-right: 0;
  }

  .text-block-16 {
    margin-bottom: -1.4vw;
    font-size: 1.2vw;
  }

  .div-block-30 {
    margin-bottom: 0;
  }

  .empreendimentoatual {
    font-size: 2vw;
  }

  .checkbox-base {
    height: auto;
    min-height: 100px;
  }

  .slide-content {
    align-items: center;
    width: 100%;
    min-height: 100vh;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .slide-wrapper {
    flex-direction: column;
  }

  .div-block-46 {
    margin-top: -66px;
  }

  .div-block-59 {
    margin-bottom: 20px;
  }

  .div-block-63 {
    text-align: left;
  }

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

  .text-block-33.titulo {
    text-align: left;
  }

  .text-block-33.text-block-38 {
    align-items: center;
  }

  .div-block-73 {
    justify-content: flex-end;
  }

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

  .div-block-75._75dynamic {
    flex-direction: column;
  }

  .div-block-75.nova75 {
    padding: 3vw;
  }

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

  .div-planta {
    display: flex;
  }

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

  .div-block-83 {
    height: 50px;
  }

  .text-block-45 {
    font-size: 1.5vw;
    line-height: 1.7vw;
  }

  .div-block-85._85-home {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-47 {
    font-size: 2.8vw;
  }

  .text-span-9 {
    font-size: 1.2vw;
  }

  .div-block-92 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .text-block-51 {
    font-size: 1.3vw;
  }

  .collection-list-6 {
    grid-template-columns: 1fr 1fr;
  }

  .text-block-56 {
    font-size: 15px;
  }

  .collection-item-5 {
    height: 60px;
  }

  .text-block-57 {
    margin-top: -5px;
    font-size: 7px;
  }

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

  .image-13 {
    width: 2.5vw;
  }

  .text-block-59 {
    z-index: 5;
    position: relative;
  }

  .div-block-107 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .no-results-group {
    width: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .no-results-group.jetboost-list-wrapper-empty-x4q9 {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .search {
    height: 50px;
  }

  .text-block-61 {
    font-size: 11px;
  }

  .link-block-12 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .imgplanta {
    position: relative;
  }

  .imgplanta._17-plantas {
    max-height: 15vw;
  }

  .image-18 {
    display: block;
  }

  .image-19 {
    width: 3.5vw;
  }

  .text-block-62 {
    font-size: 1.2vw;
    line-height: 1.2em;
  }

  .text-block-63.titlevizinhos {
    font-size: 17px;
  }

  .section-4 {
    margin-bottom: 8em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .sectionhome {
    background-size: 960px;
  }

  .section-6 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .form-block-3 {
    width: auto;
    max-width: 700px;
  }

  .checkbox-label-2, .checkbox3, .checkboxoport {
    text-align: center;
  }

  .div-block-120 {
    padding-right: 1.5vw;
  }

  .div-block-124 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-126 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

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

  .div-block-133 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-27 {
    width: 4vw;
  }

  .div-block-140._140ads {
    padding-top: 1vw;
    padding-bottom: 1vw;
  }

  .div-block-147._147produto {
    margin-top: -7px;
  }

  .div-block-149 {
    padding: 10px;
  }

  .div-block-156 {
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-bottom: 0;
  }

  .div-block-156._156form {
    margin-left: 0;
    margin-right: 0;
    padding: 7vw;
  }

  .div-block-156._156form.bannermobile.sidebar {
    border-radius: 3px;
    padding: 2vw 1vw;
  }

  .sobre {
    color: var(--white);
  }

  .rich-text-block {
    width: 100%;
    font-size: 1.5vw;
    line-height: 2vw;
  }

  .div-block-157 {
    margin-bottom: 20px;
  }

  .div-block-158 {
    width: 85%;
  }

  .div-block-166 {
    max-width: none;
  }

  .div-block-166.lancamento {
    max-width: none;
    margin-top: 6em;
  }

  .form-field-2 {
    height: 6vw;
    margin-bottom: 1vw;
    padding-left: 1.5vw;
    font-size: 1.9vw;
  }

  .field-wrap.fieldtab {
    padding-top: 3vw;
  }

  .field-wrap.fieldtab.solicitacao.solicitacaoproduto {
    margin-top: 3vw;
    margin-bottom: 2vw;
    padding-left: .2vw;
    padding-right: .2vw;
  }

  .field-wrap.fieldtab.solicitacao.solicitacaoproduto.home {
    margin-top: 5vw;
    padding-top: 3vw;
    padding-bottom: 1vw;
  }

  .field-wrap.fieldtab.solicitacao.fim {
    padding-top: 3vw;
  }

  .field-wrap.fieldtab.solicitacao.fim.fimplanta {
    padding-top: 1.5vw;
  }

  .field-wrap.fieldtab.solicitacao.home {
    padding-top: 4vw;
    padding-bottom: 0;
  }

  .field-wrap.home {
    padding-left: 0;
    padding-right: 0;
  }

  .form-field-label {
    margin-bottom: 2vw;
    font-size: 1.6vw;
  }

  .form-field-label.desejo {
    padding-left: 0;
    padding-right: 0;
  }

  .submit-button-3 {
    height: 6vw;
    font-size: 1.7vw;
  }

  .component-wrap {
    align-items: center;
  }

  .form-wrap-2 {
    max-width: 46vw;
  }

  .form-wrap-2.wrap-plantas {
    padding-bottom: 7vw;
  }

  .form-wrap-2.wrap-plantas.desk {
    padding-bottom: 6vw;
  }

  .comp-pane.right-2 {
    padding: 30px;
  }

  .comp-pane.right {
    width: 60%;
  }

  .comp-pane.left {
    background-size: contain;
    width: 60%;
    margin-left: -80px;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .image-34 {
    width: 2vw;
  }

  .field-label-2 {
    font-size: 1.4vw;
  }

  .field-label-2.whats-text, .field-label-2.whats-text.mobile-big {
    font-size: 1.6vw;
  }

  .section-header {
    margin-bottom: 2vw;
    font-size: 4vw;
    line-height: 1.2em;
  }

  .section-header.sidebar {
    text-transform: uppercase;
    margin-bottom: .5vw;
    font-size: 2vw;
  }

  .body-paragraph.p-1 {
    font-size: 1.7vw;
    line-height: 1.3em;
  }

  .service-features.features-desk {
    display: none;
  }

  .service-features.features-mobile {
    margin-top: 0;
    display: flex;
  }

  .small-header.small-header-mobile {
    margin-bottom: 15px;
  }

  .check-holder {
    align-items: flex-start;
  }

  .check-holder.card-mobile {
    margin-right: 10px;
  }

  .field-label-3 {
    font-size: 1.7vw;
  }

  .field-label-3.labelsolicitacao.planta {
    letter-spacing: .5px;
    padding-left: 1vw;
    padding-right: 1vw;
    font-size: 1.5vw;
  }

  .field-label-3.labelhome {
    letter-spacing: 0;
    font-size: 1.6vw;
  }

  .text-block-79 {
    font-size: 16px;
  }

  .div-block-167 {
    margin-top: 40px;
    display: block;
  }

  .div-block-168 {
    max-width: 90vw;
  }

  .div-block-169 {
    width: 100%;
    padding-bottom: 8vw;
  }

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

  .div-block-172 {
    height: 5.5vw;
  }

  .formulariomolde.moldehome {
    padding-top: .5vw;
  }

  .radio-button-field-2 {
    height: 15vw;
  }

  .radio-button-field-2.sol.precos {
    height: 13vw;
  }

  .radio-button-field-2.todas {
    height: 6vw;
  }

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

  .collaborate-form-step {
    min-height: 565px;
  }

  .step-paginator {
    padding-bottom: 5.5vw;
  }

  .checkbox-wrapper {
    width: 80%;
    height: 50px;
  }

  .step.last {
    margin-bottom: 6vw;
  }

  .checkbox-label-4 {
    padding-left: 60px;
    font-size: 1em;
  }

  .next-button-2 {
    height: 5.5vw;
  }

  .extra-option-wrap {
    text-align: left;
    flex-wrap: nowrap;
    justify-content: center;
    font-size: .9em;
    line-height: 1.1em;
  }

  .next {
    height: 5.5vw;
  }

  .text-block-85 {
    font-size: 13px;
  }

  .imgperspectiva._37-plantas {
    max-height: 15vw;
  }

  .div-block-178 {
    justify-content: center;
    margin-top: 15px;
    padding-left: 0;
  }

  .perspectiva-list {
    grid-auto-columns: 1fr;
  }

  .vendaspor._179last {
    margin-left: 6vw;
  }

  .logoconstrutora.logolopes {
    max-width: 14vw;
  }

  .projetopor._88plantas {
    font-size: 1.2vw;
  }

  .div-block-180 {
    margin-bottom: .5em;
  }

  .div-block-181 {
    max-width: 60em;
    margin-left: 1em;
    margin-right: 1em;
  }

  .div-block-185 {
    height: 100%;
    padding-top: 1vw;
  }

  .heading-12 {
    font-size: 1.5vw;
  }

  .text-block-91 {
    margin-top: .5vw;
    font-size: 1.3vw;
    line-height: 1.5vw;
  }

  .checkbox-7 {
    width: 3.5vw;
    height: 3.5vw;
  }

  .html-embed-10 {
    margin-bottom: 8px;
  }

  .div-block-193._192newpage {
    width: 30vw;
    height: 7vw;
    padding: 3vh 2vh;
  }

  .letter {
    font-size: 11em;
  }

  .letter.n {
    margin-top: 0;
    margin-left: 0;
  }

  .letter.r {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .cover-exp.body-text.caps {
    max-width: 450px;
  }

  .main-photo {
    justify-content: center;
  }

  .cover-text {
    padding-left: 1em;
    padding-right: 1em;
  }

  .text-big-2-2 {
    font-size: 1.5em;
  }

  .text-span-15 {
    font-size: 3vw;
  }

  .sticky-block {
    min-width: 15em;
    max-width: 15em;
    margin-right: 1.5em;
  }

  .text-block-98 {
    font-size: 1.5vw;
    line-height: 1.8vw;
  }

  .text-block-99 {
    font-size: 5vw;
    line-height: 5vw;
  }

  .text-block-102 {
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .image-44 {
    width: 3vw;
  }

  .text-block-103 {
    font-size: 2vw;
    line-height: 2.5vw;
  }

  .apartb {
    font-size: 2.5vw;
  }

  .div-block-209 {
    max-width: 60em;
    min-height: 23em;
  }

  .radio-button-3 {
    width: 3vw;
    min-width: 3vw;
    height: 3vw;
    min-height: 3vw;
  }

  .radio-button-3.autorizacao {
    width: 4vw;
    min-width: 4vw;
    height: 4vw;
    min-height: 4vw;
    margin-left: -1.5vw;
  }

  .radio-button-field-3.autorizacao {
    margin-top: 0;
    margin-bottom: 2vw;
    padding-bottom: .5vw;
  }

  .radio-button-field-3.autorizacao.aut-planta {
    margin-bottom: 1.5vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
  }

  .radio-button-label-2 {
    font-size: 1.8vw;
  }

  .radio-button-label-2.autorizacao {
    margin-left: 1vw;
    font-size: 1.7vw;
    line-height: 2vw;
  }

  .radio-button-label-2.label2-produtos {
    font-size: 1.6vw;
  }

  .div-block-210 {
    margin-left: 2.5vw;
  }

  .html-embed-12 {
    margin-top: -1vw;
  }

  .image-45 {
    width: 7vw;
  }

  .image-46 {
    width: 1.6vw;
  }

  .text-block-106 {
    font-size: 1.2vw;
    line-height: 1.5vw;
  }

  .text-block-106._106-planta {
    font-size: 1.4vw;
  }

  .div-block-216 {
    padding-top: .5vw;
  }

  .div-block-216.avista {
    margin-top: 2vw;
  }

  .div-block-216.personalizado {
    padding: 2vw;
  }

  .text-block-107 {
    padding-top: .6vw;
    padding-bottom: .6vw;
    font-size: 1.5vw;
  }

  .div-block-217._217planta {
    margin-top: 2vw;
  }

  .menulateralitem {
    height: 6vw;
  }

  .img-sidebar {
    width: 1.4em;
    height: 1.3em;
  }

  .container-6 {
    border-radius: .5vw;
    max-width: none;
    height: 8vw;
    max-height: none;
  }

  .nav-link-wrapper {
    width: 9vw;
    min-width: 9vw;
    max-width: 9vw;
    height: 100%;
  }

  .metragemlateral.nr {
    font-size: 1.4vw;
    line-height: 1.4vw;
  }

  .social, .social.socialhome {
    max-width: 60em;
  }

  .icon-2 {
    width: 4vw;
    height: 4vw;
  }

  .icon-2._2-branco {
    width: 3.7vw;
    height: 3.7vw;
  }

  .linkedin-icon {
    width: 7vw;
    min-width: 7vw;
  }

  .facebook-button {
    padding-right: 10px;
  }

  .facebook-button.visita.planta, .facebook-button.socialwhats.planta, .facebook-button.socialshedule.planta, .facebook-button.social-planta {
    height: 12vw;
  }

  .grid-social-button {
    max-width: 60em;
  }

  .facebook-icon {
    width: 7vw;
    min-width: 7vw;
  }

  .icon-3.dolarsocial {
    width: 4vw;
    height: 4vw;
  }

  .icon-3.calendar {
    width: 3.5vw;
    height: 3.5vw;
  }

  .text-block-111._111-planta {
    font-size: 2.2vw;
  }

  .text-block-112 {
    font-size: 1.5vw;
  }

  .sidebar-financeiro {
    width: 30vw;
  }

  .valorestitle {
    font-size: 2vw;
  }

  .image-49 {
    min-width: 8vw;
    max-width: 100%;
    min-height: 7vw;
    max-height: 9vw;
  }

  .text-span-19 {
    font-size: 1.7vw;
  }

  .botao-enviar {
    padding: 2.5vw;
    font-size: 1.6vw;
  }

  .voltar {
    width: 5vw;
  }

  .form-text-field {
    height: 6vw;
    min-height: 6vw;
    font-size: 1.7vw;
  }

  .form-text-field.message {
    height: 8vw;
    min-height: 7vw;
  }

  .form-text-field.input-tel {
    height: 8vw;
    min-height: 8vw;
  }

  .form-text-field.input-tel.financeirodesk {
    height: 7vw;
    min-height: 7vw;
  }

  .custom-override-button-wrapper.center {
    height: 6vw;
  }

  .form-field-label-3 {
    padding: .4vw .7vw;
    font-size: 1.6vw;
    top: -1vw;
  }

  .form-field-label-3.whats {
    font-size: 1.4vw;
  }

  .success-message-5 {
    font-size: 1.5vw;
  }

  .custom-overridebutton-text {
    font-size: 1.6vw;
  }

  .form-block-4 {
    width: 300px;
  }

  .text-block-113 {
    font-size: 1.5vw;
  }

  .text-block-114 {
    margin-right: .5vw;
    font-size: 2vw;
  }

  .div-block-227 {
    margin-bottom: 6vw;
  }

  .lightboxtorre {
    min-height: auto;
    max-height: none;
  }

  .pagplanta {
    padding-bottom: 6vw;
    padding-left: 3.5vw;
    padding-right: 3.5vw;
  }

  .contentplanta {
    max-width: 95vw;
    padding-top: 1vw;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .div-block-228 {
    border-top-left-radius: .5vw;
    border-top-right-radius: .5vw;
    width: 15vw;
    padding-top: 2.1vw;
    padding-bottom: 3.2vw;
  }

  .text-block-115 {
    font-size: 2vw;
  }

  .div-block-229 {
    max-width: 95vw;
  }

  .div-block-230 {
    height: 6vw;
  }

  .div-block-230._230-plantas {
    height: 7vw;
  }

  .div-block-231 {
    height: 3.5vw;
    font-size: 1.2vw;
  }

  .text-block-116 {
    padding-top: .4vw;
    padding-bottom: .4vw;
    font-size: 1vw;
  }

  .collection-list-12 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .heading-15 {
    margin-top: 0;
  }

  ._111-planta {
    font-size: 2.2vw;
  }

  .nr.nrbox {
    font-size: 1.3vw;
    line-height: 1.3vw;
  }

  .div-block-236._236desk.planta236 {
    margin-bottom: 2vw;
  }

  .text-block-117 {
    font-size: 1.5vw;
  }

  .heading-16 {
    padding-bottom: .8vw;
  }

  .div-block-239 {
    max-width: 90vw;
  }

  .panoramica {
    box-shadow: 2px 2px 5px 2px #00000047;
  }

  .container-7 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .heading-18 {
    margin-top: .5vw;
    font-size: 14vw;
  }

  .plantadescricao {
    margin-top: 5px;
  }

  .produto-menu-opcoes {
    margin-left: .5vw;
  }

  .heading-contato {
    line-height: 1em;
  }

  .botaoproposta._230-plantas {
    height: 7vw;
  }

  .eixoheader {
    padding-left: 1em;
    padding-right: 1em;
  }

  .ms-signup-half {
    width: 80%;
    min-height: 0;
  }

  .ms-button {
    position: relative;
  }

  .div-block-248 {
    padding-left: 4.2em;
  }

  .divbotoes {
    inset: auto 0% 0% auto;
  }

  .cms-wrapper {
    padding-right: 0;
  }

  .item-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 10px;
  }

  .list-wrapper-demo {
    max-width: 40vw;
    padding-left: 10px;
    padding-right: 10px;
  }

  .map-wrapper {
    width: 50%;
  }

  .chips-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .sort {
    width: 120px;
  }

  ._20x20-icon {
    flex: none;
  }

  .div-block-254 {
    padding-right: 0;
  }

  .headerwith {
    max-width: 60em;
  }

  .item-list-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .map-wrapper-2 {
    width: 50%;
  }

  .visitatext {
    max-width: 35vw;
    font-size: 1.4vw;
  }

  .div-block-260 {
    margin-top: -1.6em;
  }

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

  .div-block-262 {
    max-width: 60em;
  }

  .iphone.iphoneproduto {
    width: 30vw;
  }

  .property-status-3 {
    margin-bottom: .9em;
    margin-left: .9em;
    font-size: .8em;
  }

  .vitrine.alinhamento, .vitrine.linksregiao {
    max-width: 60em;
  }

  .walsh-text-burst-orange {
    background-size: auto 45%;
  }

  .premiacao {
    flex: 0 auto;
    max-width: 90vw;
  }

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

  .walsh-button-hover-fill {
    display: none;
  }

  .walsh-hero-div-block {
    justify-content: center;
  }

  .walsh-rounded-card {
    grid-row-gap: 2em;
  }

  .premiosgrid {
    justify-items: stretch;
  }

  .combine-footer3_nav-menu {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .combine-footer3_bottom {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .combine-padding-global-2 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .a-blog-image-wrapper {
    height: 16em;
  }

  .a-h3-heading-2 {
    font-size: 3em;
  }

  .quemsomos {
    padding-left: 3em;
    padding-right: 3em;
  }

  .contquemsomos {
    max-width: 65em;
  }

  .sectioncontent.regioeslinks {
    padding-left: 0;
    padding-right: 0;
  }

  .instagram-feed---image-wrapper {
    border-radius: 10px;
  }

  .display-3, .display-4 {
    font-size: 32px;
    line-height: 44px;
  }

  .walsh-main-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-text-field-single {
    min-width: auto;
  }

  .walsh-container-2 {
    flex: 0 auto;
  }

  .walsh-heading-large {
    letter-spacing: -.01em;
    font-size: 2.2em;
  }

  .div-block-269 {
    margin-right: 2em;
  }

  .text-block-127 {
    font-size: 2vw;
  }

  .button-paragraph-2 {
    font-size: 1.1em;
  }

  .brandplantao {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .brandplantao.is-2nd:hover {
    padding-left: 2em;
    padding-right: 2em;
  }

  .nav-contact-2 {
    display: none;
  }

  .nav-contact-2.is-2nd {
    display: flex;
  }

  .nav-link {
    padding-left: 1em;
    padding-right: 1em;
    font-size: .9em;
  }

  .nav-link.is-purchase {
    font-size: .75em;
  }

  .navbarcontainer {
    padding-right: 2em;
  }

  .featured-gallery-item-2 {
    margin-left: .6em;
    margin-right: .6em;
  }

  .grid-list-with-gap {
    grid-template-columns: 1fr 1fr;
  }

  .container-9 {
    padding-left: 5em;
    padding-right: 5em;
  }

  .featured-gallery-lightbox-2 {
    height: 7em;
  }

  .contact-tab-pane {
    padding-left: 3.5em;
    padding-right: 3.5em;
  }

  .contact-tab-pane.plantas {
    padding-left: 1em;
    padding-right: 1em;
  }

  .hero-heading-2 {
    font-size: 3em;
  }

  .property-gallery-lightbox-2.is-bigger {
    height: 15em;
  }

  .logolopeshotsite.logolopes {
    max-width: 14vw;
  }

  .divtorrehotsite {
    min-width: 15em;
    max-width: 15em;
  }

  .div-block-283 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .div-block-289 {
    width: 50%;
  }

  .div-block-291 {
    width: 63%;
  }

  .div-block-292 {
    width: 37%;
  }

  .image-65 {
    height: 5em;
    min-height: 5em;
  }

  .div-block-296 {
    margin-left: 0;
  }

  .combine-faq4_component {
    max-width: 60em;
  }

  .call-to-action {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-308 {
    min-width: auto;
    max-width: 33em;
  }

  .div-block-310 {
    max-width: 34em;
    padding-left: 1.5em;
  }

  .msg1landing {
    font-size: 1.8em;
  }

  .div-block-315 {
    min-width: 64em;
    max-width: 64em;
    padding-left: 3.5em;
    padding-right: 3.5em;
  }

  .div-block-316 {
    padding-left: 6em;
    padding-right: 6em;
  }

  .div-block-318 {
    min-width: 63em;
    max-width: 63em;
  }

  .div-block-319 {
    max-width: 60em;
  }

  .titlelimiter {
    max-width: 30em;
  }

  .icon_20x20 {
    margin-top: -.05em;
    margin-left: .1em;
  }

  .gallery-scroll {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .container-10 {
    max-width: 60em;
  }

  .gallery-link {
    font-size: 2em;
  }

  .gallery-wrapper-2 {
    grid-template-columns: 1fr 1fr;
  }

  .hero-heading-center {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .container-12 {
    max-width: 728px;
  }

  .hero-split-2 {
    margin-bottom: 40px;
  }

  .paragraph-28 {
    margin-bottom: 0;
  }

  .brand-4, .brandlopes {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .brandlopes.is-2nd:hover {
    padding-left: 2em;
    padding-right: 2em;
  }

  .container-13 {
    max-width: 728px;
  }

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

  .testimonial-main-image {
    width: 300px;
    height: 350px;
  }

  .atualizacoesbutton {
    padding-right: 10px;
  }

  .atualizacoesbutton.visita.planta, .atualizacoesbutton.socialwhats.planta, .atualizacoesbutton.socialshedule.planta, .atualizacoesbutton.social-planta, .atualizacoesbutton.visitahtml.planta {
    height: 12vw;
  }

  .brand-3 {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .d--100-2 {
    margin-top: .5em;
  }

  .nav__button {
    transition-property: none;
  }

  .nav__button:hover {
    background-color: #000;
  }

  .top-bar {
    padding-left: .5rem;
  }

  .overview__video {
    height: 64vw;
  }

  .hero__content {
    height: 100vw;
    max-height: none;
  }

  .button-20 {
    transition-property: none;
  }

  .button-20:hover {
    background-color: #000;
  }

  .heading-huge {
    font-size: 3.5rem;
  }

  .nav-head__button {
    transition-property: none;
  }

  .nav-head__button:hover {
    color: #fff;
    background-color: #000;
  }

  .close-nav {
    transition-property: none;
  }

  .close-nav:hover {
    opacity: 1;
  }

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

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

@media screen and (max-width: 767px) {
  body {
    font-size: 11px;
  }

  h2 {
    font-size: 2.2em;
  }

  h3 {
    font-size: 1.35em;
  }

  ul {
    margin-bottom: 3em;
    padding: .4em;
  }

  li {
    word-break: break-all;
    padding-top: .5em;
    padding-bottom: .5em;
    padding-left: 3.4em;
    line-height: 1.2em;
  }

  .main-wrapper.wrapperhome {
    margin-top: -40px;
  }

  .section {
    grid-template-columns: 1fr;
    padding-top: 7vw;
  }

  .section.sectiondesc {
    flex-direction: column;
    grid-template-columns: 1fr;
    margin-top: 5vw;
  }

  .section.secbanner {
    display: none;
  }

  .section.secvermais {
    padding-top: 0;
  }

  .navbar-container-old {
    z-index: 2;
    background-color: #fff;
    padding-right: 0;
    position: relative;
  }

  .navbar-container-old.navads {
    background-color: #0000;
    max-width: 93vw;
  }

  .logo {
    width: 7em;
    font-size: 1.2em;
  }

  .nav-menu {
    background-color: #fff;
    box-shadow: 0 30px 40px -20px #000000a6;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    padding: .5em 1.2em;
  }

  .menu-button.w--open {
    color: var(--midnight-blue);
    background-color: #e2e2e2;
  }

  .navbar-old {
    flex-direction: column;
  }

  .navbar-old.navprodutos {
    border-bottom-style: none;
  }

  .navbar-old.navads.adsplanta {
    min-width: 28vw;
  }

  .nav-link-old {
    text-align: center;
    font-size: 1.4em;
  }

  .side-menu {
    padding-left: 2em;
  }

  .hero-claim {
    align-self: stretch;
  }

  .hero-claim.with-toptitle {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-claim.claimplantas {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .hero-heading {
    font-size: 2.6em;
    font-weight: 400;
  }

  .hero-heading.home-hero-2 {
    margin-bottom: 1em;
  }

  .hero-heading.home-hero-3 {
    font-size: 4.9em;
  }

  .hero-heading.heading-plantas {
    font-size: 3.4em;
  }

  .hero-heading.heading-plantas.propertiesmobile {
    margin-bottom: 0;
    font-size: 2.4em;
    font-weight: 300;
    line-height: 1.1em;
  }

  .button.on-side {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .button.nav-mobile {
    display: flex;
  }

  .burger-icon.in-menu-button {
    margin-left: .6em;
    margin-right: 0;
    font-size: .6em;
  }

  .property-list {
    flex-direction: column;
    justify-content: center;
    margin-left: 0%;
    margin-right: 0%;
  }

  .property-item {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .property-item.itemproduto {
    width: auto;
    max-width: 300px;
  }

  .flex-horizontal.mobile-wrap, .flex-horizontal.contact-page {
    flex-wrap: wrap;
  }

  .flex-horizontal.mobile-vertical-reverse {
    flex-direction: column-reverse;
  }

  .split-content-column {
    width: 100%;
    min-height: auto;
    padding-left: 4.5em;
    padding-right: 4.5em;
  }

  .split-content-column.margin-mobile-3-0 {
    padding-top: 3em;
    padding-bottom: 0;
  }

  .split-content-column.min-80vh {
    height: 35em;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .split-content-column.min-80vh.hide {
    display: none;
  }

  .footer-contact-link {
    font-size: 1.1em;
  }

  .subfooter.footerads {
    border-top-style: solid;
  }

  .metrik-link {
    font-size: .9em;
  }

  .footer-contact {
    text-align: center;
  }

  .policy-link {
    line-height: 17px;
  }

  .policy-link.linkads {
    padding-top: .5em;
  }

  .menu-text-block {
    letter-spacing: .3em;
    text-transform: uppercase;
    font-size: .5em;
    font-weight: 500;
    line-height: 1em;
  }

  .menu-button-flex {
    align-items: center;
    display: flex;
  }

  .property-hero {
    flex-direction: column;
    align-items: center;
    min-height: auto;
  }

  .property-hero.hero-properties {
    padding-bottom: 3.7em;
  }

  .property-hero.plantas {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }

  .property-hero.banner {
    padding-left: 0;
    padding-right: 0;
  }

  .property-desc-paragraph {
    font-size: 12px;
  }

  .property-desc-paragraph.is-title.endereco {
    display: none;
  }

  .property-desc-paragraph.is-title.lancamento {
    color: var(--white);
  }

  .breadcrumbs {
    justify-content: flex-start;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .albumitem.is-bigger {
    width: 50%;
  }

  .property-gallery-lightbox {
    height: 20vw;
  }

  .price {
    margin-left: 0;
    margin-right: 3em;
  }

  .button-contact.mobile-bigger {
    font-size: 1.2em;
  }

  .financial-block {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .financial-heading {
    width: 100%;
    margin-bottom: .5em;
    margin-right: 0;
  }

  .property-item-list {
    margin-bottom: 3em;
  }

  .property-image-2 {
    flex: 0 auto;
    width: 50%;
    height: 20em;
  }

  .property-inner-list {
    flex-direction: column;
    min-height: auto;
    padding-right: 10px;
  }

  .property-padding-list {
    flex: 0 auto;
    width: 100%;
    margin-left: 0;
  }

  .form-block {
    width: 100%;
  }

  .form {
    font-size: 1.3em;
  }

  .submit-form {
    text-align: left;
    background-position: 91%;
    padding-left: 10%;
    font-size: 1em;
  }

  .plantas-tab-pane.novofotos {
    max-width: 95vw;
  }

  .main-tab-link-title {
    letter-spacing: 0;
    font-size: 1.7em;
  }

  .contact-tab-inner {
    flex-direction: column;
  }

  .contact-type {
    justify-content: center;
    align-items: center;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .contact-tab-inner-column {
    padding-left: 0;
    padding-right: 0;
  }

  .tab-logo {
    margin-bottom: 1.4em;
  }

  .realtor-list {
    margin-left: 0%;
    margin-right: 0%;
  }

  .realtor-item {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .realtor-photography {
    height: auto;
  }

  .realtor-name {
    font-size: 2.1em;
  }

  .realtor-position {
    font-size: .9em;
  }

  .inquiry-paragraph {
    margin-bottom: 2em;
  }

  .tab-office-photo {
    margin-top: 3em;
  }

  .tab-office-titile {
    text-align: center;
  }

  .contact-address {
    justify-content: center;
    align-items: center;
  }

  ._2-column-flex {
    flex-wrap: wrap;
  }

  .column-with-padding {
    width: 100%;
    margin-bottom: 2.5em;
  }

  .column-picture {
    flex: 0 auto;
    height: 25em;
  }

  .paragraph-column {
    max-width: none;
    font-size: 1.2em;
  }

  .in-nutshell-number {
    font-size: 2.3em;
  }

  .in-nutshell-title, .form-inquiry-paragraph {
    font-size: 1.2em;
  }

  .dropdown-toggle {
    padding-left: 2.2em;
    padding-right: 2.2em;
  }

  .testimonial-inner {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .lifestyle-item.in-homepage {
    width: 100%;
  }

  .heading-lifestyle.in-homepage {
    font-size: 2.7em;
  }

  .heading-lifestyle.in-homepage-2 {
    font-size: 2.6em;
  }

  .lifestyle-link {
    font-size: .8em;
  }

  .lifestyle-link.in-homepage {
    font-size: .4em;
  }

  .includes-lifestyle-paragraph {
    font-size: 1.2em;
  }

  .includes-lifestyle-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .realtor-page {
    flex-flow: column-reverse wrap;
    min-height: auto;
    margin-top: 0;
  }

  .realtor-photo-column, .realtor-page-column {
    width: 100%;
  }

  .subfooter-links.subads {
    justify-content: center;
  }

  .rich-text.in-property-page {
    text-align: justify;
    max-width: 450px;
  }

  .rich-text.in-property-page.mobile-hide {
    display: none;
  }

  .rich-text.in-property-page.desktop-desc {
    display: block;
  }

  .menu-column-left {
    width: 100%;
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .menu-column-right {
    flex: 0 auto;
    width: 100%;
    padding-top: 7em;
    padding-left: 5em;
    padding-right: 5em;
  }

  .office-block {
    margin-right: 5em;
    font-size: 1.2em;
  }

  .menu-office-contacts {
    flex-direction: column;
    width: 100%;
    padding-top: .5em;
  }

  .menu-contact-link {
    margin-right: 2.5em;
    font-size: 1.3em;
  }

  .menu-main-links {
    padding-bottom: 2em;
  }

  .menu-link {
    font-size: 2.3em;
  }

  .menu-close {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }

  .menu-brand {
    align-self: flex-start;
    margin-bottom: 4em;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-brand-logo {
    width: 11em;
  }

  .menu-background-image {
    display: none;
  }

  .menu-background-image-mobile {
    z-index: 1;
    opacity: .08;
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .menu-office-wrap {
    flex-wrap: wrap;
    display: flex;
  }

  .utility-page-content {
    align-self: stretch;
  }

  .motion-heading.in-contact {
    margin-bottom: 1em;
  }

  .motion-heading.in-blog {
    font-size: 3em;
    line-height: 1.3em;
  }

  .motion-heading.in-temp {
    margin-bottom: 1em;
  }

  .buttons-wrap {
    flex-wrap: wrap;
  }

  .call-to-action-image {
    width: 100%;
  }

  .design-system-buttons {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-flex {
    flex-wrap: wrap;
  }

  .circle-button {
    font-size: .8em;
  }

  .circle-button.in-property {
    height: 35px;
  }

  .title-with-button {
    flex-wrap: wrap;
  }

  .mob-marting-right {
    margin-right: 1em;
  }

  .featured-block {
    flex-wrap: wrap;
  }

  .about-ceo {
    font-size: 1.3em;
    line-height: 1.7em;
  }

  .split-content-column-flex {
    width: 100%;
    min-height: auto;
    padding-left: 4.5em;
    padding-right: 4.5em;
  }

  .split-content-column-flex.mobile-less-margin {
    padding-top: 0;
  }

  .realtor-list-in-column {
    margin-left: 0%;
    margin-right: 0%;
  }

  .realtor-item-in-column {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .realtor-photo-in-column {
    height: auto;
  }

  .lifestyle-link-2 {
    font-size: .8em;
  }

  .hero-toptitle {
    z-index: 1;
    width: 100%;
    margin-right: 0;
    font-size: 2.3vw;
    line-height: 2.5vw;
  }

  .hero-toptitle.is-type {
    background-color: var(--midnight-blue-2);
  }

  .hero-toptitle.is-type.menuplanta {
    font-size: 15px;
  }

  .hero-toptitle.is-type.typeads {
    background-color: var(--steel-blue);
  }

  .hero-toptitle.especial {
    border-left: 1px solid var(--white);
    justify-content: center;
    width: 50%;
    padding-top: .5em;
    padding-bottom: .5em;
    font-size: 12px;
    line-height: 1.1em;
  }

  .hero-toptitle.especial.desk {
    display: none;
  }

  .property-list-horizontal {
    margin-left: 0%;
    margin-right: 0%;
  }

  .blog-item {
    width: 100%;
  }

  .blog-heading {
    font-size: 2.1em;
  }

  .realtor-item-contact {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .realtor-list-contact {
    margin-left: 0%;
    margin-right: 0%;
  }

  .our-team-column {
    border-left-color: #0000;
  }

  .sticky-12 {
    margin-bottom: 3em;
  }

  .contact-inquiry-wrap {
    max-width: 32em;
  }

  .office-address {
    text-align: center;
  }

  .property-tab-inner {
    flex-direction: column;
  }

  .tabs-property.hosite {
    max-width: 90%;
  }

  .property-desc-list.mobile {
    margin-top: 30px;
    display: block;
  }

  .property-desc-item {
    height: 3.5em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .property-desc-item.lancamento {
    background-color: var(--dark-green);
  }

  .property-address-title {
    font-size: 1.6em;
  }

  .property-address-title.in-list {
    margin-bottom: 3px;
    font-size: 1.3em;
    line-height: 1.2em;
  }

  .property-interior-list {
    margin-top: 5px;
    padding-top: 0;
  }

  .property-interior-item {
    padding-left: 1.5em;
    padding-right: 1.5em;
    font-size: .8em;
  }

  .property-interior-item.itemmobile {
    display: flex;
  }

  .property-interior-item.itemdesk.endereco {
    justify-content: flex-start;
  }

  .property-images {
    min-width: auto;
    max-width: 80px;
  }

  .nav-contact {
    min-width: 55px;
  }

  .nav-contact.nonenav {
    padding-left: .5em;
    padding-right: .5em;
  }

  .nav-contact.navphone.navads {
    min-width: 40px;
  }

  .location-flex {
    flex-wrap: wrap;
  }

  .location-column {
    width: 100%;
  }

  .about-template-link.small-at-link {
    font-size: .7em;
  }

  .amenitiy-item {
    width: 50%;
  }

  .amenitiy-paragraph {
    font-size: 1.3em;
  }

  .tak-a-tour-block {
    max-width: 32em;
  }

  .take-a-tour-column.border-left {
    border-left-color: #0000;
  }

  .div-block-5.div5desktop {
    display: none;
  }

  .div-block-5.div5menu {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    flex-direction: row;
    align-items: stretch;
    width: auto;
  }

  .property-details {
    font-size: 1.1em;
  }

  .realtor-link-profile {
    font-size: 1.2em;
  }

  .nav-contact-icon.iconads {
    width: 3.5vw;
    height: 3.5vw;
  }

  .nav-contact-icon.iconads.cifrao {
    width: 3.8vw;
    height: 3.8vw;
  }

  .in-nutshell-item-temp {
    width: 100%;
    padding-top: .9em;
    padding-bottom: .9em;
  }

  .in-nutshell-title-temp {
    font-size: 1.1em;
  }

  .paragraph-column {
    font-size: 1.25em;
  }

  .form-slide {
    flex: none;
    width: 100%;
  }

  .radio-buttons {
    flex-direction: column;
  }

  .radio-buttons.genders {
    flex-direction: row;
    margin-bottom: 3vw;
  }

  .form-heading {
    font-size: 24px;
  }

  .radio-button-label.precos {
    font-size: 5vw;
  }

  .radio-button-label.display {
    font-size: 1.7em;
    line-height: 2em;
  }

  .form-back {
    min-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .form-step {
    height: 100%;
  }

  .form-next {
    min-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .form-mask {
    width: 100%;
  }

  .form-block-2 {
    padding: 40px 40px 50px;
  }

  .fields-group.half-field {
    width: 100%;
  }

  .button-2 {
    min-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .radio-button-2.gender.todas:active, .radio-button-2.gender.alto:active, .radio-button-2.gender.baixo:active, .radio-button-2.gender.manha:active, .radio-button-2.gender.tarde:active, .radio-button-2.gender.medio:active {
    border-width: 3px;
  }

  .split-field-group {
    flex-direction: column;
  }

  .checkbox-field-2 {
    width: 100%;
    margin-bottom: 15px;
  }

  .checkboxes {
    flex-direction: column;
  }

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

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

  .image-2 {
    width: 180px;
  }

  .faq-wrap {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .faq-question {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .faq-answer {
    border-left: 1px solid #b0b0b0;
    overflow: visible;
  }

  .text-block-5 {
    font-size: 15px;
  }

  .text-block-6 {
    display: block;
  }

  .fototorre {
    width: auto;
    min-width: 300px;
    max-width: 450px;
    min-height: 400px;
    margin-top: 0;
    margin-left: 0;
  }

  .fototorre.img-studio {
    margin-left: -112px;
    margin-right: 0;
  }

  .fototorre.img-studio.menustudio {
    border-width: 7px;
    width: 80px;
    min-width: 80px;
    height: 100px;
    min-height: 100px;
    margin-left: -46px;
  }

  .fototorre.img-studio._16studiodesk {
    border-width: 2.5vw;
    width: 22vw;
    height: 30vw;
    margin-bottom: -4.5vw;
    margin-right: -4.5vw;
  }

  .fototorre.fotomenu1 {
    border-width: 7px;
    width: 90px;
    min-width: 90px;
    min-height: 120px;
  }

  .fototorre._16properties {
    width: 100%;
    max-width: 100%;
  }

  .bigwords1 {
    left: -149%;
  }

  .text-big-2 {
    font-size: 24px;
  }

  .bigwords2 {
    left: -145%;
  }

  .div-hero {
    width: 100%;
    max-width: 450px;
    margin-right: 0;
  }

  .div-hero.divheroplantas {
    width: 100%;
    max-width: 100%;
  }

  .div-desc-mobile {
    justify-content: center;
    align-items: flex-start;
    padding-left: 5.3em;
    padding-right: 5em;
  }

  .plantaitem {
    flex-direction: column;
    width: 100%;
  }

  .planta-desc {
    width: 100%;
    min-width: 140px;
  }

  .plata-img {
    background-image: none;
    min-height: 10em;
  }

  .plata-img.plantadynamic {
    display: none;
  }

  .plata-img.plantadynamic.mobile {
    margin-bottom: 1em;
    display: block;
  }

  .plata-img.plantaimgdesk {
    display: none;
  }

  .plata-img.planta-mobile {
    width: 50%;
    margin-bottom: 0;
    padding: 0;
  }

  .living-ampliado {
    font-size: 14px;
  }

  .div-block-17 {
    margin-top: 4em;
    margin-bottom: 4em;
  }

  .div-block-17.vc-sabia {
    padding-top: 5em;
  }

  .div-block-17._17fotos {
    margin-top: 6vw;
    margin-bottom: 8vw;
  }

  .div-block-17._17vizinhos {
    margin-top: 0;
  }

  .div-block-18 {
    margin-top: 8px;
    padding-bottom: 5px;
    padding-left: 0;
  }

  .ampliar-text {
    font-size: 9px;
  }

  .button-3 {
    margin-top: 4px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
  }

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

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

  .text-block-8.tamanho {
    font-size: 40px;
    line-height: 40px;
  }

  .div-block-20.living-ampliado {
    width: 100%;
  }

  .div-block-21 {
    text-align: right;
  }

  .div-block-21.tamanho21 {
    text-align: left;
  }

  .div-block-23 {
    align-items: flex-start;
    padding-bottom: 39px;
    padding-left: 39px;
    padding-right: 39px;
  }

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

  .div-block-29 {
    justify-content: center;
    width: auto;
    margin-right: 0;
  }

  .div-block-29._29plantas {
    padding: 0;
  }

  .div-block-29._29properties {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-left: 0;
  }

  .div-block-29._29properties.desktop {
    width: 100%;
  }

  .div-block-29._29properties.mobile {
    margin-top: 8vw;
    margin-bottom: 8vw;
  }

  .text-block-16 {
    margin-bottom: -1.7vw;
    font-size: 1.5vw;
  }

  .text-block-18 {
    margin-top: 11px;
  }

  .text-block-19._19ads {
    padding: 1.5vw 1vw;
  }

  .empreendimentoatual {
    font-size: 2.5vw;
  }

  .previous-placeholder, .next-placeholder {
    z-index: 6;
    position: fixed;
  }

  .checkbox-base {
    min-height: 80px;
  }

  .form-content {
    width: 100%;
    min-width: auto;
  }

  .form-wrapper {
    width: 100%;
  }

  .form-item-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .text-block-24 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .image-7 {
    width: 45px;
  }

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

  .div-block-40 {
    margin-bottom: 22px;
  }

  .div-block-41._41mobilr {
    padding-left: 10px;
    padding-right: 0;
    display: block;
  }

  .div-block-41._41desk {
    display: none;
  }

  .text-block-26, .heading {
    font-size: 14px;
    line-height: 17px;
  }

  .div-block-43 {
    align-items: flex-end;
    display: flex;
  }

  .div-block-44 {
    background-color: #ffffffed;
  }

  .div-block-46 {
    margin-top: -19px;
  }

  .div-block-47 {
    flex-direction: column;
    align-items: center;
  }

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

  .nomeproduto {
    color: var(--white);
    font-size: 16px;
  }

  .text-block-29, .text-block-30 {
    font-size: 17px;
  }

  .div-block-54._54mobile {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
    padding: 15px 20px;
  }

  .div-block-54._54mobile._54properties {
    margin-bottom: 0;
    padding: 25px 30px;
  }

  .div-block-54._54desktop {
    display: none;
  }

  .heading2 {
    text-align: center;
    margin-left: -15px;
    margin-right: -15px;
  }

  .heading2.h2menuplantas {
    display: block;
  }

  .div-block-56 {
    margin-top: 40px;
  }

  .div-block-59._59desktop {
    display: none;
  }

  .div-block-59._59mobile {
    margin-bottom: 50px;
    display: flex;
  }

  .tabs-content-2 {
    overflow: visible;
  }

  .div-block-63 {
    flex-direction: row;
    justify-content: space-between;
    padding: 1.5vw;
  }

  .div-block-64 {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .div-block-64._64title {
    padding-left: 1px;
    padding-right: 0;
  }

  .text-block-33 {
    font-size: 13px;
  }

  .text-block-33.text-block-38 {
    font-size: 12px;
    display: none;
  }

  .text-block-33.text-block-38._33title {
    border-radius: 0;
  }

  .text-block-33.text-block-38._33title3 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .text-block-33.text-block-38._33title2 {
    text-align: center;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .collection-item-3 {
    margin-top: 40px;
  }

  .div-block-71 {
    border-left: 1px solid #b0b0b0;
    margin-bottom: 0;
  }

  .div-block-71._71descmobile {
    display: none;
  }

  .text-block-41 {
    margin-top: -2px;
    margin-bottom: 3px;
  }

  .div-block-73 {
    justify-content: space-between;
  }

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

  .div-block-75._75dynamic {
    padding-left: 2vw;
  }

  .div-block-75._75mobile {
    padding: 2vw 1vw;
    display: flex;
  }

  .div-block-75.nova75 {
    padding: 5vw;
  }

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

  .div-planta {
    flex-direction: column;
    min-width: auto;
    max-width: none;
  }

  .div-block-81 {
    border-width: 1px;
    margin-top: 3px;
    margin-bottom: 8px;
  }

  .div-block-83 {
    margin-top: 0;
  }

  .div-block-83.mobile {
    display: block;
  }

  .text-block-45 {
    font-size: 2.5vw;
    line-height: 2.7vw;
  }

  .div-block-85._85-home {
    display: none;
  }

  .div-block-85._85mobile {
    background-color: #0000;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .text-block-46 {
    line-height: 14px;
    display: block;
  }

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

  .div-block-89.first89 {
    margin-bottom: 2em;
  }

  .div-block-89.hide {
    flex: 0 auto;
    display: none;
  }

  .text-block-47 {
    font-size: 4vw;
    line-height: 4vw;
  }

  .text-span-9 {
    margin-left: 1px;
    font-size: 1.5vw;
    font-weight: 500;
    line-height: 1.1em;
  }

  .div-block-90 {
    z-index: 1;
    border-right: 1px solid var(--white);
    color: #383838;
    border-top-left-radius: 3px;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    position: relative;
  }

  .text-block-48 {
    color: var(--white);
    text-align: center;
    text-transform: uppercase;
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.1px;
    display: block;
  }

  .div-block-91 {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .text-block-49.mobile {
    display: block;
  }

  .text-block-49.desk {
    margin-bottom: 5px;
  }

  .text-block-50 {
    margin-bottom: -5px;
    line-height: 1.1em;
  }

  .div-block-93._93mobile {
    width: 100%;
    padding-top: 1vw;
    padding-bottom: 1vw;
  }

  .text-block-51._51mobile {
    color: var(--black);
    font-size: 2.5vw;
  }

  .text-block-51._51mobile.vaga {
    line-height: 1.2em;
  }

  .div-block-94 {
    display: none;
  }

  .div-block-95 {
    flex-direction: column;
    width: 100%;
    margin-left: 5px;
    margin-right: 0;
  }

  .div-block-100 {
    width: 100%;
    margin-left: 0;
  }

  .collection-list-6 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .text-block-56 {
    font-size: 16px;
  }

  .collection-item-5 {
    width: 60px;
    height: 60px;
  }

  .text-block-57 {
    margin-top: -2px;
    font-size: 8px;
  }

  .text-block-58 {
    text-transform: uppercase;
    margin-top: 0;
    font-size: 6px;
  }

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

  .image-13 {
    width: 4vw;
  }

  .div-block-105 {
    flex: none;
  }

  .div-block-107 {
    background-image: none;
  }

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

  .search-form-group {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .no-results-group {
    text-align: center;
    padding: 10px;
  }

  .no-results-group.jetboost-list-wrapper-empty-x4q9 {
    flex-flow: wrap;
    padding: 0 10px 15px;
  }

  .no-result-icon {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .collection-list-group.jetboost-active-show-x4q9 {
    padding-top: 13px;
  }

  .custom-browse-button {
    height: 38px;
    padding: 10px;
  }

  .left-information {
    flex-direction: column;
  }

  .search {
    height: 40px;
    font-size: 18px;
  }

  .search.jetboost-list-search-input-x4q9 {
    width: 100%;
    height: 50px;
    font-size: 16px;
  }

  .form-4 {
    width: 100%;
  }

  .collection-list-7 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .text-block-60 {
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  .text-span-10 {
    width: 150px;
  }

  .div-block-111 {
    display: none;
  }

  .lightboxplanta {
    max-height: none;
  }

  .imgplanta {
    width: 100%;
    height: auto;
    max-height: none;
    position: relative;
  }

  .image-19 {
    width: 6vw;
    height: 5vw;
  }

  .image-19.img19-mobile {
    width: 4.5vw;
    margin-bottom: 0;
    margin-right: 0;
  }

  .text-block-62 {
    margin-left: 5px;
    font-size: 2vw;
    line-height: 2em;
  }

  .paragraph-20 {
    font-size: 1.1em;
    line-height: 1.4em;
  }

  .div-block-113.vizinhos {
    border-left: 1px solid var(--white);
    margin-bottom: 4em;
    padding-top: 30px;
    padding-bottom: 30px;
    box-shadow: 4px 4px #e3e3e3;
  }

  .div-block-113._113invest {
    border-left: 1px solid var(--white);
    padding-bottom: 30px;
  }

  .text-block-63 {
    font-size: 20px;
  }

  .div-block-114 {
    margin-bottom: 30px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

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

  .form-block-3 {
    width: 410px;
  }

  .filter_tag {
    height: 30px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 5px;
  }

  .filter_header {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .filter_tag-text {
    font-size: 11px;
  }

  .checkbox-label-2 {
    text-align: left;
    width: 100%;
  }

  .div-block-116 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .div-block-116._116-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr 1fr;
  }

  .checkbox3, .checkboxoport {
    text-align: left;
    width: 100%;
  }

  .div-block-118 {
    z-index: 1;
    background-color: var(--midnight-blue-2);
    color: var(--white);
    text-align: center;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    justify-content: center;
    align-items: center;
    padding-top: .4em;
    padding-bottom: .4em;
    position: relative;
    transform: none;
  }

  .text-block-67 {
    color: #f3f3f3;
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 1.6em;
    display: inline-block;
  }

  .image-21 {
    width: 12px;
    margin-right: 5px;
  }

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

  .div-block-120 {
    padding-right: 2.5vw;
  }

  .div-block-120._120tel {
    padding-left: 3vw;
    padding-right: 1vw;
  }

  .div-block-126 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .heading-5 {
    margin-bottom: 24px;
    font-size: 17px;
  }

  .image-23 {
    margin-top: 100px;
  }

  .button-7 {
    font-size: 20px;
  }

  .div-block-131._131ads {
    display: none;
  }

  .email_container {
    width: 95%;
  }

  .close_button {
    margin-top: -5.2rem;
  }

  .close_button.close2 {
    justify-content: flex-start;
    display: flex;
  }

  .newsletter_description {
    font-size: 15px;
  }

  .bottom {
    padding-top: .5rem;
  }

  .form_input-2, .form_success-message {
    width: 90%;
  }

  .button-8 {
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: 14px;
  }

  .div-block-133 {
    width: 95%;
    margin-bottom: 0;
  }

  .div-block-133.last133 {
    margin-bottom: 20px;
  }

  .div-block-134 {
    width: 30px;
    min-width: 30px;
    height: 30px;
  }

  .image-26 {
    margin-top: 0;
  }

  .image-27 {
    width: 5vw;
  }

  .div-block-140._140ads {
    padding: 1.5vw 1vw;
  }

  .text-block-73 {
    font-size: 15px;
  }

  .div-block-143, .div-block-145 {
    width: 90%;
  }

  .button-9 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .h2search1 {
    color: var(--white);
  }

  .div-block-156 {
    padding: 2vw;
  }

  .div-block-156._156form.bannermobile {
    max-width: none;
    padding-top: 7vw;
    padding-bottom: 7vw;
    display: flex;
  }

  .div-block-156._156form.bannermobile.sidebar {
    padding: 5vw 4vw;
  }

  .div-block-156._156desk {
    display: none;
  }

  .div-block-156.mobile {
    display: block;
  }

  .rich-text-block {
    font-size: 2.2vw;
    line-height: 3vw;
  }

  .image-32 {
    margin-left: 5px;
  }

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

  .html-embed-4 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

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

  .div-block-163 {
    flex-direction: column;
  }

  .div-block-166.lancamento {
    border-radius: 0;
    margin-bottom: 10vw;
    padding: 40px 30px 70px;
  }

  .div-block-166.lancamento.lancfooter {
    padding-left: 30px;
    padding-right: 30px;
  }

  .form-field-2 {
    height: 10vw;
    padding-left: 2vw;
    font-size: 3vw;
  }

  .form-7.form7home {
    padding: 5vw;
  }

  .form-7.mobile-planta {
    margin-top: -3vw;
  }

  .field-wrap {
    padding: 1em 1.5vw 1.5vw;
    overflow: auto;
  }

  .field-wrap.fieldtab {
    padding-top: 6vw;
  }

  .field-wrap.fieldtab.solicitacao {
    margin-top: 9px;
    padding: 7vw 3vw 2vw;
  }

  .field-wrap.fieldtab.solicitacao.solicitacaoproduto {
    margin-top: 4vw;
    margin-bottom: 4vw;
  }

  .field-wrap.fieldtab.solicitacao.solicitacaoproduto.home {
    margin-top: 3vw;
    padding-top: 8vw;
    padding-bottom: 3vw;
  }

  .field-wrap.fieldtab.solicitacao.fim {
    margin-top: 2vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
  }

  .field-wrap.fieldtab.solicitacao.home {
    padding-top: 9vw;
  }

  .field-wrap.lastwrap {
    padding-bottom: .5vw;
  }

  .field-wrap.fields {
    margin-top: 1vw;
    margin-bottom: 5vw;
    padding: 0;
    overflow: visible;
  }

  .field-wrap.fields.contatovia {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: -1em;
    display: grid;
  }

  .field-wrap.fields.fgts {
    margin-bottom: 0;
  }

  .field-wrap.zindex {
    padding-top: 30px;
    overflow: visible;
  }

  .field-wrap.zindex.simulacao {
    padding-top: 10px;
  }

  .form-field-label {
    margin-bottom: 4vw;
    padding-left: 1vw;
    padding-right: 1vw;
    font-size: 2.8vw;
  }

  .form-field-label.whats {
    margin-top: -1.7vw;
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .form-field-label.desejo.planta {
    margin-top: -3.5vw;
  }

  .submit-button-3 {
    height: 10vw;
    font-size: 3vw;
  }

  .component-wrap {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .form-wrap-2 {
    max-width: 100%;
    margin-left: 0;
  }

  .form-wrap-2.formhome {
    width: 100%;
    position: static;
  }

  .form-wrap-2.wrap-plantas {
    padding-bottom: 0;
  }

  .form-wrap-2.wrap-plantas.mobile {
    margin-top: 7vw;
    padding-bottom: 9vw;
    display: block;
  }

  .form-wrap-2.wrap-plantas.desk {
    display: none;
  }

  .comp-pane {
    width: 100%;
  }

  .comp-pane.right-2 {
    width: 390px;
    margin-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    box-shadow: 3px 3px #063d80;
  }

  .comp-pane.right {
    width: 80%;
    margin-top: -100px;
  }

  .comp-pane.left {
    width: 90%;
    height: 600px;
    position: static;
  }

  .abstract-1 {
    bottom: -2%;
    right: 5%;
  }

  .image-34 {
    width: 4vw;
  }

  .field-label-2, .field-label-2.whats-text, .field-label-2.whats-text.mobile-big {
    font-size: 2.8vw;
  }

  .left-content {
    padding-right: 0%;
  }

  .section-header {
    font-size: 4.5vw;
    line-height: 1.3em;
  }

  .section-header.sidebar {
    text-transform: capitalize;
    font-size: 3vw;
    line-height: 1em;
  }

  .body-paragraph.p-1 {
    font-size: 2.7vw;
    line-height: 1.1em;
  }

  .service-features.features-desk {
    display: none;
  }

  .service-features.features-mobile {
    flex-direction: column;
  }

  .check-holder.card-mobile {
    margin-right: 0;
  }

  .field-label-3 {
    margin-top: 10px;
    font-size: 3vw;
  }

  .field-label-3.labelsolicitacao.planta {
    z-index: 10;
    padding-left: 5vw;
    padding-right: 5vw;
    font-size: 2.5vw;
  }

  .field-label-3.labelhome {
    padding-left: 1.5vw;
    padding-right: 1.5vw;
    font-size: 3.5vw;
  }

  .form-component {
    height: auto;
    padding-top: 50px;
    padding-bottom: 75px;
  }

  .div-block-167._167ads {
    display: none;
  }

  .div-block-168 {
    flex-direction: row;
    align-items: stretch;
    max-width: 93vw;
  }

  .div-block-169 {
    width: 100%;
    max-width: none;
  }

  .div-block-170 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-170._170mobile {
    padding-top: 0;
    padding-bottom: 5px;
    display: block;
  }

  .div-block-170._170desk {
    display: none;
  }

  .div-block-171 {
    border-style: none;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    padding: 0;
  }

  .div-block-172 {
    height: 10vw;
  }

  .formulariomolde {
    padding: 1em 1.5vw 1.5vw;
  }

  .formulariomolde.moldehome {
    margin-bottom: 12vw;
    padding-top: 4vw;
  }

  .formulariomolde.final {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-right: 1.5vw;
  }

  .formulariomolde.final.planta {
    width: 95%;
    padding-top: .5vw;
    padding-left: .5vw;
    padding-right: .5vw;
  }

  .formulariomolde.simulacao {
    padding-top: 15px;
  }

  .radio-button-field-2 {
    height: 30vw;
  }

  .radio-button-field-2.sol.precos {
    height: 25vw;
  }

  .radio-button-field-2.todas {
    height: 10vw;
  }

  .form-next-2 {
    min-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .form-heading-3 {
    font-size: 24px;
  }

  .div-block-173._173mobile {
    margin-bottom: 10px;
  }

  .div-block-176 {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .step-paginator {
    padding-bottom: 0;
  }

  .previous {
    border-radius: 100px;
    width: 10vw;
    height: 10vw;
    margin-left: 5px;
  }

  .step.last {
    margin-bottom: 11vw;
  }

  .step.step-mobile-planta {
    padding-top: 3vw;
  }

  .step.avista {
    border-top: 1px solid #e3e3e3;
    margin-top: 1em;
  }

  .checkbox-label-4 {
    font-size: 1.1em;
    line-height: 1.2em;
  }

  .next-button-2 {
    height: 12vw;
    font-size: 3vw;
  }

  .previous-button-2 {
    font-size: 2.5vw;
  }

  .form-content-2 {
    width: 90%;
  }

  .extra-option-wrap {
    justify-content: center;
  }

  .next {
    height: 10vw;
  }

  .next.nexthome {
    height: 12vw;
    margin-right: 0;
  }

  .text-block-85 {
    font-size: 2.5vw;
  }

  ._47mobile {
    display: block;
  }

  .imgperspectiva._37desk {
    height: 6em;
  }

  .imgperspectiva._37desk.hotsite {
    height: 15vw;
  }

  .div-block-178 {
    margin-top: 5px;
  }

  .div-block-178._178mobile {
    margin-top: 0;
    padding: 5px 10px;
    display: flex;
  }

  .div-block-178._178desk {
    display: none;
  }

  .perspectiva-list {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 0;
  }

  .perspectiva-list.hotsite {
    grid-template-columns: 1fr 1fr;
  }

  .vendaspor._179last {
    margin-left: 7vw;
  }

  .vendaspor._179plantas {
    max-width: 25vw;
  }

  .logoconstrutora.logolopes {
    max-width: 18vw;
  }

  .projetopor._88plantas {
    font-size: 1.5vw;
  }

  .div-block-181 {
    max-width: 95vw;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1em;
    padding-right: 1em;
  }

  .image-40 {
    width: 50%;
  }

  .button-11 {
    background-color: var(--steel-blue);
    text-align: center;
    letter-spacing: .5px;
    width: 100%;
    margin-bottom: 10px;
    padding: 15px 5px;
    font-size: 15px;
    line-height: 1.2em;
    display: none;
    box-shadow: 3px 3px #313131;
  }

  .div-block-185 {
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
  }

  .div-block-186 {
    flex-direction: column;
  }

  .html-embed-8 {
    display: none;
  }

  .heading-12 {
    font-size: 2.5vw;
  }

  .heading-12._12fotos2 {
    color: var(--black);
  }

  .text-block-91 {
    color: var(--white);
    font-size: 3vw;
  }

  .div-block-189 {
    margin-bottom: 10px;
  }

  .checkbox-field-5 {
    padding-left: 0;
  }

  .checkbox-7 {
    width: 7vw;
    height: 7vw;
    margin-left: 1vw;
    margin-right: .5vw;
  }

  .checkbox-label-5 {
    margin-left: .2em;
    font-size: 1.8em;
  }

  .html-embed-9 {
    margin-top: 1.5vw;
  }

  .html-embed-9.last {
    margin-top: 3vw;
  }

  .html-embed-9.destaqueproposta {
    border-left: .5em solid var(--steel-blue);
    border-radius: .5em;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
  }

  .div-block-190 {
    display: none;
  }

  .text-block-92 {
    font-weight: 700;
  }

  .div-block-193._192newpage {
    width: 180px;
    padding-bottom: 3.1vh;
    padding-left: 1vh;
    padding-right: 1vh;
    right: 3%;
  }

  .text-span-14 {
    font-size: 3.5vw;
  }

  .letter {
    font-size: 16em;
  }

  .cover-exp.body-text.caps {
    max-width: 400px;
  }

  .cover-text {
    padding-left: 2em;
  }

  .text-span-15 {
    font-size: 4vw;
  }

  .div-block-195 {
    width: 47%;
    display: block;
  }

  .collection-list-9 {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .link-block-18 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 12vw;
    display: flex;
    box-shadow: 1px 1px #5a5a5a;
  }

  .text-block-96 {
    color: var(--white);
    margin-left: 3px;
    font-size: 3vw;
  }

  .text-block-96._96m2 {
    font-size: 2.5vw;
  }

  .sticky-block {
    min-width: 28vw;
    max-width: 28vw;
    margin-right: 1.5vw;
  }

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

  .collection-list-10 {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    grid-template-columns: 1fr 1fr;
  }

  .text-block-97 {
    font-size: 1.3em;
  }

  .text-block-98 {
    margin-top: -5px;
    padding-left: 5px;
    font-size: 2.5vw;
  }

  .text-block-99 {
    font-size: 6vw;
    line-height: 6vw;
  }

  .text-block-102 {
    font-size: 3vw;
  }

  .image-44 {
    width: 4vw;
  }

  .text-block-103 {
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .apartb {
    font-size: 3.5vw;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }

  .timeline_progress {
    left: 6px;
  }

  .timeline_item {
    grid-template-columns: 64px 1fr;
    width: 100%;
  }

  .timeline_text {
    font-size: 20px;
  }

  .timeline_left {
    text-align: left;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .div-block-209 {
    flex-direction: column;
    max-width: 95vw;
  }

  .padding-vertical-xlarge {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .paragraph-large {
    font-size: 18px;
  }

  .radio-button-3 {
    width: 5vw;
    min-width: 5vw;
    height: 5vw;
    min-height: 5vw;
  }

  .radio-button-3.autorizacao {
    width: 6vw;
    min-width: 6vw;
    height: 6vw;
    min-height: 6vw;
    margin-left: -1.3vw;
  }

  .radio-button-field-3.autorizacao {
    align-items: center;
    margin-bottom: 1vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
    padding-right: 1vw;
    display: flex;
  }

  .radio-button-field-3.autorizacao.aut-planta {
    margin-bottom: 3vw;
  }

  .radio-button-field-3.autorizacao.planta {
    margin-top: 1.5vw;
  }

  .radio-button-field-3.autorizacao.daianeajusteratio {
    width: 80%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .radio-button-field-3.pagamento {
    margin-bottom: 0;
    padding-left: 2vw;
  }

  .radio-button-label-2 {
    font-size: 2.5vw;
  }

  .radio-button-label-2.autorizacao {
    margin-left: 1.5vw;
    font-size: 2.7vw;
    line-height: 1.3em;
  }

  .radio-button-label-2.autorizacao.fgts, .radio-button-label-2.label2-produtos {
    font-size: 3vw;
  }

  .div-block-210 {
    margin-left: 4vw;
  }

  .div-block-212 {
    margin-top: 2vw;
  }

  .div-block-213 {
    margin-top: 2vw;
    margin-bottom: 1vw;
    display: flex;
  }

  .div-block-213._213ligacao {
    flex-direction: column;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 6px;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    inset: auto 0% 0%;
  }

  .div-block-213.norton {
    display: none;
  }

  .image-45 {
    width: 70px;
  }

  .image-46 {
    width: 3.5vw;
  }

  .image-46.raio {
    width: 18px;
  }

  .div-block-214 {
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 5px;
    padding-right: 30px;
  }

  .div-block-214.nortonproposta {
    width: auto;
    padding-right: 0;
  }

  .text-block-106 {
    margin-top: 0;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 2.6vw;
    font-weight: 400;
    line-height: 13px;
  }

  .text-block-106._106-planta {
    font-size: 2.4vw;
  }

  .text-block-106._106-1 {
    justify-content: center;
    align-items: stretch;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 14px;
    line-height: 1.6em;
    display: flex;
  }

  .div-block-215 {
    justify-content: center;
    margin-bottom: 5vw;
  }

  .div-block-215._215-1 {
    display: flex;
  }

  .div-block-215._215static {
    margin-top: 4px;
    margin-bottom: 0;
    position: static;
  }

  .div-block-216 {
    padding: 1vw 2.5vw 2.5vw;
  }

  .div-block-216.avista {
    margin-top: 3vw;
    padding-top: 2.5vw;
  }

  .div-block-216.personalizado {
    margin-top: 2.5vw;
    padding: 2vw;
  }

  .text-block-107 {
    padding: 1.6vw;
    font-size: 2.7vw;
  }

  .div-block-217 {
    margin-top: 3.5vw;
    padding-left: 1vw;
  }

  .div-block-217._217planta {
    margin-top: 3vw;
  }

  .div-raio {
    background-color: var(--white);
    padding: 2px 2px 2px 0;
  }

  .fotostorre {
    min-height: 16em;
  }

  .item-home {
    padding-top: .6em;
    padding-bottom: .6em;
  }

  .menulateralitem {
    height: 9vw;
  }

  .container-6 {
    border-radius: .8vw;
    height: 10vw;
  }

  .nav-link-wrapper {
    width: 11vw;
    min-width: 11vw;
    max-width: 11vw;
  }

  .nav-menu-2 {
    height: 100%;
  }

  .lista-plantas-menu {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .metragemlateral {
    font-size: 2.3vw;
  }

  .metragemlateral.nr {
    font-size: 2vw;
    line-height: 2vw;
  }

  .text-block-110 {
    font-size: 3vw;
  }

  .map {
    height: 50vw;
  }

  .map.desktop {
    display: none;
  }

  .social {
    max-width: 95vw;
    margin-top: 4vw;
  }

  .social.desktop {
    display: none;
  }

  .social.mobile {
    margin-top: 6vw;
    margin-bottom: 6vw;
    display: block;
  }

  .social.socialhome {
    margin-top: 0;
    padding-left: 2em;
    padding-right: 2em;
  }

  .icon-2 {
    width: 5vw;
    height: 5vw;
  }

  .icon-2._2-branco {
    width: 4.5vw;
    height: 5vw;
  }

  .linkedin-icon {
    width: 11vw;
    min-width: 11vw;
  }

  .grid-social-button {
    max-width: 95vw;
    padding-left: 1em;
    padding-right: 1em;
  }

  .whatsapp-icon, .twitter-icon, .facebook-icon {
    width: 11vw;
    min-width: 11vw;
  }

  .icon-3.dolarsocial {
    width: 5.5vw;
    height: 5.5vw;
  }

  .icon-3.calendar, .icon-3.phone, .icon-3.whats {
    width: 5vw;
    height: 5vw;
  }

  .icon-3.titlemodal {
    width: 5.5vw;
    height: 5vw;
    margin-bottom: 0;
  }

  .icon-3.titlemodal.agendamento {
    width: 30px;
    height: 30px;
    margin-right: 0;
    display: none;
  }

  .text-block-111._111-planta {
    font-size: 2.4vw;
  }

  .text-block-112 {
    font-size: 1.9vw;
  }

  .financeiro {
    flex-direction: column;
  }

  .sidebar-financeiro {
    display: none;
  }

  .wrapmodals {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    max-width: none;
    height: 100%;
    padding-top: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .wrapmodals.proposta {
    padding-top: 0;
  }

  .titlemodals {
    border-top: .5em none var(--rosa-forte);
    color: var(--black);
    flex-direction: column;
    width: 100%;
    max-width: none;
    padding: 3em 2vw 1em;
  }

  .titlemodals.verde {
    background-color: var(--white);
    flex-direction: column;
    padding-top: 25px;
    padding-bottom: 0;
    line-height: 11px;
  }

  .titlemodals.verde.azul, .titlemodals.verde.roxo {
    background-color: var(--white);
  }

  .valorestitle {
    font-size: 3vw;
  }

  .valorestitle.agendamento {
    color: var(--black);
    letter-spacing: 0;
    text-transform: none;
    margin-bottom: 5px;
    margin-left: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .valorestitle.agendamento.hide {
    display: none;
  }

  .modalscope {
    flex-direction: column;
    width: 100%;
    max-width: none;
    position: absolute;
    inset: 0%;
  }

  .image-49 {
    min-width: auto;
    max-width: 50%;
    min-height: auto;
    max-height: 15vw;
  }

  .text-span-19 {
    font-size: 2.8vw;
  }

  .botao-enviar {
    justify-content: center;
    padding: 4vw;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 3vw;
    display: flex;
  }

  .voltar {
    width: 7vw;
  }

  .custom-override-button.absolute {
    line-height: 15px;
  }

  .form-text-field {
    height: 9vw;
    min-height: 9vw;
    padding-left: 2vw;
    font-size: 2.8vw;
  }

  .form-text-field.message {
    height: 12vw;
    min-height: 12vw;
    padding-left: 2vw;
  }

  .form-text-field.input-tel {
    height: 60px;
    min-height: 60px;
  }

  .form-text-field.input-tel::placeholder {
    font-size: 16px;
  }

  .custom-override-button-wrapper {
    background-color: #c5c5c5;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 70px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    display: flex;
  }

  .custom-override-button-wrapper.center {
    width: 100%;
    height: 70px;
    margin-top: 0;
  }

  .custom-override-button-wrapper.center.whats {
    width: 100%;
    height: 60px;
    margin-top: 0;
  }

  .custom-override-button-wrapper.agendamento {
    background-color: #7a4ada;
  }

  .custom-override-button-wrapper.whatsapp {
    background-color: var(--igren);
    background-image: url('../images/pattern-rossi.svg');
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .custom-override-button-wrapper.telefone {
    background-color: #2b89cd;
  }

  .form-field-wrapper.margin-b40 {
    width: 80%;
    margin-bottom: 20px;
  }

  .form-field-wrapper.margin-b40.last {
    margin-bottom: 2vw;
  }

  .form-field-label-3 {
    color: #4f4f4f;
    border-radius: .5vw;
    padding: 1.2vw;
    font-size: 3vw;
    top: -1.8vw;
    left: 2vw;
  }

  .form-field-label-3.whats {
    background-color: #5c5c5c;
    padding-top: .6em;
    padding-bottom: .6em;
    font-size: 2.5vw;
  }

  .form-field-label-3.verde {
    font-size: 15px;
  }

  .success-message-5 {
    font-size: 2.2vw;
  }

  .custom-overridebutton-text {
    font-size: 15px;
  }

  .form-block-4 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-225 {
    display: none;
  }

  .embedcontato {
    border-top-left-radius: 0;
    width: 100%;
    height: 100%;
    inset: 0%;
  }

  .div-block-226 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .text-block-114 {
    margin-right: 0;
    font-size: 3.2vw;
  }

  .div-block-227 {
    margin-top: 4vw;
    margin-bottom: 0;
  }

  .pagplanta {
    padding-top: 5vw;
  }

  .div-block-228 {
    width: 20vw;
    padding-top: 3vw;
    padding-bottom: 3.4vw;
  }

  .text-block-115 {
    font-size: 2.5vw;
    line-height: 2.5vw;
  }

  .div-block-230 {
    height: 10vw;
  }

  .div-block-230._230-plantas {
    height: 12vw;
  }

  .div-block-230._230-plantas.desktop {
    display: none;
  }

  .div-block-230._230-plantas.mobile {
    margin-top: 4vw;
    display: flex;
  }

  .div-block-231 {
    height: 6vw;
    font-size: 2vw;
  }

  .text-block-116 {
    padding-top: .7vw;
    padding-bottom: .7vw;
    font-size: 1.3vw;
  }

  .collection-list-12 {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    grid-template-columns: 1fr 1fr;
  }

  .heading-15 {
    margin-top: 1vw;
  }

  ._111-planta {
    font-size: 2.4vw;
  }

  .tabstorre {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 10px;
  }

  .nr.nrbox {
    margin-top: 0;
    margin-left: 5px;
    font-size: 2vw;
    line-height: 2vw;
  }

  .nr.nrbox.planta {
    margin-left: 0;
  }

  .div-block-233 {
    margin-top: 2vw;
  }

  .div-block-235 {
    flex-wrap: wrap;
  }

  .div-block-236 {
    margin-top: 4vw;
  }

  .div-block-236._236desk {
    display: none;
  }

  .div-block-236._236mobile {
    margin-bottom: 6vw;
    display: block;
  }

  .div-block-236._236mobile.mobilehome {
    max-width: 93vw;
    margin: 0 auto 3vw;
  }

  .text-block-117 {
    letter-spacing: 0;
    font-size: 1em;
    line-height: 1em;
  }

  .heading-16 {
    padding-top: 1em;
    padding-bottom: 1em;
    padding-right: 1em;
    line-height: 1em;
  }

  .secpanoramica {
    margin-top: 6vw;
    margin-bottom: 0;
  }

  .div-block-239 {
    max-width: 93vw;
  }

  .nr-financeiro {
    margin-right: 0;
    font-size: 1.1em;
  }

  .hero-subscribe-right {
    padding: 60px 15px;
  }

  .margin-bottom-24px {
    font-size: 1.5em;
  }

  .div-block-240.html {
    display: none;
  }

  .contatosection {
    border-left: .5em solid var(--blue-violet);
    display: block;
  }

  .div-block-241 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-242 {
    display: block;
  }

  .text-span-20 {
    color: red;
  }

  .form-8 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .form-8.whatsapp {
    padding-top: 10px;
  }

  .bold-text-2 {
    background-color: var(--blue-violet);
    color: var(--white);
    border-radius: .2em;
    margin-left: .5em;
    padding-left: .5em;
    padding-right: .5em;
    font-size: .8em;
  }

  .text-block-118.mobile {
    color: #000;
    padding: 0 0 0 7px;
  }

  .heading-18 {
    font-size: 18vw;
  }

  .divh1 {
    min-width: 250px;
  }

  .superscript-2 {
    font-size: 11px;
  }

  .plantadescricao {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 5px;
    font-weight: 400;
  }

  .image-52 {
    max-height: 100px;
  }

  .image-52._37desk {
    width: 200px;
    height: 120px;
    max-height: 120px;
  }

  .websitecontent {
    border-style: none;
    padding-left: 0;
    padding-right: 0;
  }

  .websitecontent.hotsite {
    border-style: none;
    padding-left: 0;
    padding-right: 0;
  }

  .logoproposta {
    align-items: center;
    display: flex;
  }

  .botaoproposta._230-plantas {
    height: 12vw;
  }

  .botaoproposta.whats {
    padding: .8em;
  }

  .iconproposta.titlemodal {
    width: 5.5vw;
    height: 5vw;
    margin-bottom: 0;
  }

  .eixoheader {
    padding-left: 2em;
    padding-right: 2em;
  }

  .ms-signup-page {
    background-color: #0000;
  }

  .ms-signup-half {
    width: 100%;
  }

  .ms-form-heading {
    font-size: 24px;
  }

  .form-block-5 {
    margin-bottom: 0;
  }

  .div-block-249.hide {
    display: none;
  }

  .text-block-121 {
    font-size: 1em;
  }

  .html-embed-18 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .div-block-251 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-251.hide {
    display: none;
  }

  .btnwhats {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 150px;
    display: flex;
  }

  .btntelefone {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 150px;
    display: flex;
    box-shadow: 0 2px 5px #0003;
  }

  .imgwhats {
    width: 3em;
  }

  .imgwhats.material {
    margin-top: 0;
    margin-bottom: 0;
  }

  .paragraph-24 {
    font-size: 1.2em;
  }

  .radiocontato {
    border-radius: 10%;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: 6em;
    padding-left: 1.5em;
    padding-right: 1.5em;
    display: flex;
  }

  .radiocontato.whatsapp {
    background-color: var(--igren);
    background-image: url('../images/pattern-rossi.svg');
    background-position: 100% 0;
    background-repeat: no-repeat;
    border-radius: 5px;
  }

  .radiocontato.ligacao {
    background-color: #298ac8;
    border-radius: 5px;
  }

  .buttoncontato {
    color: var(--white);
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 1.5em;
  }

  .radiohide {
    background-color: #fff;
    border-radius: 5px;
    width: 3em;
    height: 3em;
    margin-top: 0;
    margin-left: 0;
    margin-right: 10px;
  }

  .radiohide.w--redirected-checked {
    background-image: url('../images/1783849.png');
    background-size: cover;
    border-color: #fff200;
  }

  .radiohide.fgts {
    margin-right: 1vw;
  }

  .radiohide.fgts.w--redirected-checked {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    border-style: none;
  }

  .divbotoesform {
    border: 1px solid #b2b2b2;
    border-radius: 3px;
    margin-bottom: 5.5vw;
    padding: 2.1em 2em 2em;
    position: relative;
  }

  .divbotoesform.fgts {
    justify-content: flex-start;
    align-items: center;
    height: 13vw;
    margin-top: 3.2vw;
    margin-bottom: 1vw;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .divbotoesform.solicitacao {
    margin-bottom: 7vw;
  }

  .divbotoesform.recebervia {
    border-color: #ffc800;
  }

  .divbotoesform.recebervia.listaespera {
    margin-bottom: 2em;
    margin-left: 2em;
    margin-right: 2em;
    position: absolute;
    inset: auto 0% 0%;
  }

  .divbotoesform.infolancamento {
    border-style: none;
    padding: 0 0 1em;
  }

  .html-embed-21 {
    border: 1px solid #2d72af;
    border-radius: 3px;
    justify-content: center;
    height: 13vw;
    min-height: 13vw;
    display: flex;
    overflow: hidden;
  }

  .obsrenda {
    color: #414141;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 1em;
    line-height: 1.2em;
  }

  .item-list {
    height: 640px;
  }

  .list-wrapper-demo {
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    display: none;
  }

  .map-wrapper {
    width: 100%;
  }

  .huge-title {
    font-size: 32px;
    line-height: 36px;
  }

  .chips-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: row;
    align-items: flex-start;
  }

  .modified-form {
    z-index: 10;
    background-color: #fff;
    border-radius: 8px;
    padding: 18px 16px;
    position: relative;
  }

  .filter-container {
    padding-top: 0;
  }

  .sort {
    width: 160px;
  }

  .title {
    font-size: 1.3em;
  }

  .cttheader {
    width: 2.2em;
    height: 2.2em;
  }

  .ncf-map-2 {
    flex-direction: column-reverse;
    height: auto;
  }

  .item-list-2 {
    height: 640px;
  }

  .list-wrapper-demo-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .map-wrapper-2 {
    flex: none;
    width: 100%;
    height: 80vh;
  }

  .visitatext {
    max-width: 45vw;
    font-size: 2vw;
  }

  .div-block-260 {
    margin-top: -1.5em;
  }

  .ponto {
    margin-left: .3em;
  }

  .logo-container {
    padding-left: 0;
  }

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

  .div-block-262 {
    width: 100%;
    max-width: 95vw;
    display: block;
  }

  .div-block-263 {
    border-radius: 2px;
  }

  .heading-21 {
    font-size: 6vw;
  }

  .sectioniphone {
    max-width: 66em;
    padding: 2em 1em 2em 1.6em;
  }

  .iphone-video-wrapper {
    border-radius: 1rem;
  }

  .paragraph {
    margin-bottom: 15px;
  }

  .iphone {
    max-width: 50%;
  }

  .iphone.iphoneproduto {
    width: 37vw;
  }

  .div-block-265 {
    margin-right: .5em;
  }

  .blue-dot-2 {
    margin-left: 1em;
    margin-right: 1em;
  }

  .property-image-wrap-2 {
    height: 17em;
  }

  .collection-list-13 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .vitrine.alinhamento {
    max-width: 95vw;
  }

  .vitrine.linksregiao {
    max-width: 95vw;
    padding-left: 1em;
    padding-right: 1em;
  }

  .walsh-bullet-tag {
    display: none;
  }

  .walsh-text-burst-orange {
    background-size: auto 45%;
  }

  .walsh-flex-tag {
    justify-content: center;
    align-items: center;
    width: 80%;
  }

  .walsh-title-tag {
    font-size: 1.5em;
  }

  .walsh-inner-card-bottom {
    padding-left: 1em;
    padding-right: 1em;
  }

  .walsh-heading-regular {
    font-size: 1.4em;
  }

  .walsh-hero-p-wrapper {
    max-width: 90%;
  }

  .walsh-main-grid {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .walsh-cover-image.fgv {
    padding: 4vw;
  }

  .walsh-card-wrapper-image {
    width: 100%;
    min-width: auto;
    max-width: none;
    min-height: 18em;
    max-height: 18px;
  }

  .walsh-main-paragraph {
    font-size: 1.2em;
    line-height: 1.4;
  }

  .walsh-main-paragraph.itempremio {
    font-size: 1.1em;
  }

  .walsh-rounded-block {
    border-radius: 20px;
  }

  .walsh-label-button {
    font-size: 1.1em;
  }

  .walsh-rounded-card {
    flex-flow: column;
    padding-bottom: 2em;
  }

  .premiosgrid {
    max-width: 55em;
  }

  .navrossi {
    display: none;
  }

  .combine-footer3_bottom-text {
    order: 1;
  }

  .combine-footer3_bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .combine-padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .a-detail-regular-2 {
    margin-top: .5em;
    margin-bottom: .5em;
    line-height: 1.1em;
  }

  .a-blog-image-wrapper {
    height: 25vw;
  }

  .a-blog-details-wrapper {
    padding: .8em .8em 0;
  }

  .a-paragraph-regular-2 {
    font-size: 1em;
  }

  .a-h3-heading-2 {
    margin-bottom: .4em;
    font-size: 5vw;
    line-height: 1em;
  }

  .a-subheading-large {
    margin-bottom: .4em;
    font-size: 2.5vw;
    line-height: 1.2;
  }

  .quemsomos {
    padding-left: 2em;
    padding-right: 2em;
  }

  .contquemsomos {
    max-width: 66em;
    padding: 0;
  }

  .gridquemsomos {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    grid-template-columns: 1fr 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .sectioncontent {
    padding: 2em;
  }

  .sectioncontent.paganalise {
    padding: 5em 10vw;
  }

  .sectioncontent.questions {
    padding-bottom: 1em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .sectioncontent.questions.resumo {
    padding-left: 0;
    padding-right: 0;
  }

  .sectioncontent.regioeslinks {
    padding-top: 5em;
  }

  .text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .display-3 {
    font-size: 26px;
    line-height: 40px;
  }

  .square-icon {
    border-radius: 12px;
    max-width: 56px;
  }

  .inner-container._555px.center {
    margin-top: 1em;
    margin-bottom: 4em;
  }

  .grid-2-columns {
    grid-template-columns: 1fr 1fr;
    max-width: 55em;
    margin-top: 0;
  }

  .display-4 {
    font-size: 26px;
    line-height: 40px;
  }

  .mg-top-40px {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .vantagenstext {
    margin-top: 1.3em;
    margin-left: -30%;
  }

  .vantagenstext.gift {
    margin-top: 0;
    margin-left: 0%;
  }

  .div-block-268 {
    width: 30%;
  }

  .walsh-button-circle-small {
    width: 4em;
    height: 4em;
    margin-left: 1.5vw;
  }

  .walsh-container-block {
    padding-left: 2em;
    padding-right: 2em;
  }

  .walsh-main-grid-2 {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .walsh-main-grid-2.btn {
    margin-top: -15vw;
  }

  .walsh-text-field-single {
    text-align: left;
    margin-right: 0;
  }

  .walsh-tag {
    padding-left: 10px;
    padding-right: 10px;
  }

  .walsh-container-2 {
    max-width: 55em;
    padding-left: 0;
    padding-right: 0;
  }

  .walsh-form-single {
    flex-direction: row;
  }

  .walsh-cta-frame-image-overflow {
    height: 31vw;
  }

  .walsh-heading-large {
    font-size: 3.2vw;
  }

  .div-block-269 {
    margin-right: 1em;
  }

  .div-block-270 {
    max-width: 55em;
    padding-left: 0;
    padding-right: 0;
  }

  .image-62 {
    border-radius: .3em;
    width: 8vw;
    min-width: 8vw;
    height: 8vw;
    min-height: 8vw;
    max-height: none;
  }

  .text-block-127 {
    font-size: 1.5em;
  }

  .div-block-277 {
    max-width: 55em;
  }

  .div-block-279 {
    justify-content: center;
    align-items: center;
    width: 30em;
    padding: 1.8em .5em 1.8em 1.8em;
    display: flex;
  }

  .div-block-280 {
    margin-bottom: .5em;
  }

  .realestatetext {
    font-size: .9em;
  }

  .logo-2 {
    font-size: 1.2em;
  }

  .menu-button-3 {
    align-self: center;
    margin-left: auto;
    padding: .5em 1.2em;
  }

  .menu-button-3.w--open {
    color: #0a223f;
    background-color: #e2e2e2;
  }

  .nav-contact-2.is-2nd.mobile {
    background-color: var(--black);
    border-color: #666;
    margin-right: .3em;
    padding-left: .6em;
    padding-right: .6em;
    display: none;
  }

  .nav-contact-2.is-2nd.nav2 {
    display: none;
  }

  .navleftbuttons {
    background-color: var(--black);
    box-shadow: 0 30px 40px -20px #000000a6;
  }

  .nav-link {
    text-align: center;
    border-bottom-style: none;
    font-size: 1.4em;
  }

  .nav-link.is-purchase {
    font-size: .8em;
  }

  .navrightbuttons {
    justify-content: flex-end;
    align-items: stretch;
  }

  .navbarcontainer {
    padding: 1em;
  }

  .nav-contact-icon-2.mobile {
    width: .8em;
  }

  .grid-list-with-gap {
    grid-template-columns: 1fr;
  }

  .container-9.mobile-no-margins {
    padding-left: 1em;
    padding-right: 1em;
  }

  .contact-tab-pane {
    flex-flow: column;
    padding-bottom: 5em;
  }

  .contact-tab-pane.conteudo {
    padding-bottom: 2em;
  }

  .contact-tab-pane.plantas {
    padding-left: .5em;
    padding-right: .5em;
  }

  .hero-heading-2 {
    font-size: 5vw;
    font-weight: 300;
  }

  .breadcrumbs-2 {
    justify-content: flex-start;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .property-hero-2 {
    min-height: auto;
    padding-left: 1em;
    padding-right: 1em;
  }

  .property-gallery-lightbox-2 {
    height: 7em;
  }

  .property-tab-inner-2 {
    flex-direction: column;
    margin-bottom: 2em;
    margin-right: 0;
  }

  .financial-heading-2 {
    width: 100%;
    margin-bottom: .5em;
    margin-right: 0;
  }

  .hotalbumitem, .hotalbumitem.is-bigger {
    width: 50%;
  }

  .hero-claim-2 {
    align-self: stretch;
  }

  .hero-claim-2.with-toptitle {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .property-desc-item-2 {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .logolopeshotsite.logolopes {
    max-width: 18vw;
  }

  .divtorrehotsite {
    min-width: 25vw;
  }

  .div-block-283 {
    min-width: auto;
  }

  .divlisting {
    justify-content: flex-end;
    max-width: 100%;
    position: relative;
  }

  .div-block-286 {
    width: 9vw;
    height: 9vw;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .div-block-287 {
    flex-flow: row;
    justify-content: space-around;
    align-items: flex-end;
    width: 50vw;
    height: auto;
    margin-bottom: 1em;
    margin-right: 1em;
    padding: 0;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .div-block-288 {
    width: 35vw;
  }

  .image-64 {
    align-items: center;
  }

  .div-block-289 {
    width: 50vw;
    margin-right: 0;
  }

  .listinfra {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-areas: "Area";
  }

  .div-block-292 {
    grid-template-columns: 1fr 1fr;
    width: 30%;
    min-width: 30%;
  }

  .lightbox-link-7 {
    width: 100%;
    height: 100%;
  }

  .image-65 {
    width: 100%;
    height: 10vw;
    min-height: 10vw;
  }

  .text-block-132 {
    font-size: 4vw;
  }

  .text-block-133 {
    margin-left: 0;
    font-size: 2vw;
  }

  .div-block-295 {
    width: 0;
  }

  .heading-23 {
    font-size: 2vw;
  }

  .text-block-134 {
    font-size: 1.8vw;
    line-height: 1em;
  }

  .text-block-134.preco-2 {
    margin-top: 0;
  }

  .div-block-297 {
    margin-right: 0;
  }

  .wrapperinfra {
    margin-bottom: 11vw;
  }

  .iteminfra {
    width: 100%;
    height: 10vw;
  }

  .div-block-299 {
    border-style: none;
    justify-content: center;
    width: 100%;
    height: 5em;
    min-height: 5em;
    max-height: 5em;
    padding: .3em;
  }

  .div-block-299.midle {
    margin-bottom: 0;
    margin-left: .5em;
    margin-right: .5em;
  }

  .text-block-139 {
    font-size: 1em;
  }

  .combine-heading-style-h2-3 {
    font-size: 5vw;
  }

  .combine-faq4_component {
    grid-template-columns: 1fr;
    max-width: 95vw;
  }

  .combine-faq4_component.questions {
    padding: 1.1em;
  }

  .combine-faq4_wrapper {
    margin-top: 0;
  }

  .combine-faq4_content {
    align-items: stretch;
    margin-bottom: 1em;
  }

  .text-block-142 {
    color: #5c5c5c;
    margin-top: 0;
    margin-bottom: 2em;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: .9em;
  }

  .text-block-142._142-1 {
    margin-top: -1em;
  }

  .text-block-142.hide {
    display: none;
  }

  .form-text-field.input-tel.financeirodesk {
    height: 4.5em;
    min-height: 4.5em;
  }

  .bold-text-7 {
    font-weight: 700;
  }

  .div-block-308 {
    justify-content: center;
    align-items: stretch;
    min-width: 100%;
    max-width: 100%;
  }

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

  .div-block-310 {
    justify-content: center;
  }

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

  .button-17.footerb17 {
    margin-top: 1em;
  }

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

  .div-block-315 {
    min-width: auto;
    padding-left: 4em;
    padding-right: 4em;
  }

  .div-block-316 {
    padding-top: 15em;
  }

  .div-block-317 {
    width: auto;
  }

  .div-block-318 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-width: 90%;
    max-width: 90%;
  }

  .selecionado {
    display: none;
  }

  .stickbar {
    padding-left: 2em;
    padding-right: 2em;
  }

  .div-block-319 {
    max-width: 60em;
  }

  .divstick1.book {
    width: 5em;
    min-width: 5em;
  }

  .bookicon.sidebar {
    margin-left: 9px;
    margin-right: .9em;
  }

  .button-18 {
    background-position: 100% 0;
    background-size: 145px;
  }

  .sticktext {
    margin-right: .5em;
    font-size: 1.1em;
    line-height: 1.1em;
  }

  .titlelimiter {
    margin-right: 1em;
  }

  .cardsgrid {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .carditem {
    height: 45vw;
  }

  .cardcolumn.left, .cardcolumn.right, .cardcolumn.left {
    width: 50%;
  }

  .columndown.right {
    padding-bottom: 0;
  }

  .cardtitle {
    font-size: 4vw;
  }

  .cardtitle.desktop {
    line-height: 1.05em;
  }

  .cardsecondtitle {
    font-size: 2.5vw;
    font-weight: 300;
    line-height: 1.05em;
    display: none;
  }

  .stickbardiv2.sidebar {
    padding-right: 0;
  }

  .sombra {
    background-image: linear-gradient(0deg, #000000ab, #fff0 50%);
  }

  .headingmaterial {
    color: var(--black);
    margin-bottom: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: .95em;
    font-weight: 500;
    line-height: 1.1em;
  }

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

  .divmaterial.form-text-field.materialfield {
    background-color: #f3f3f3;
    margin-bottom: 1.5em;
    font-size: 1.3em;
  }

  .div-block-323 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .botaofiltro {
    padding-left: .2em;
    padding-right: .2em;
  }

  .text-block-145 {
    letter-spacing: -.2px;
  }

  .image-70 {
    width: 1.7em;
    margin-left: .2em;
  }

  .container-10 {
    max-width: 95vw;
  }

  .gallery-wrapper {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .gallery-sticky {
    width: 30%;
    min-width: 30%;
  }

  .gallery-link {
    font-size: 1.7em;
  }

  .gallery-grid {
    width: 65%;
    min-width: 65%;
  }

  .gallery-overview {
    padding-bottom: 60px;
    padding-left: 2em;
    padding-right: 2em;
  }

  .gallery-grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .hero-heading-center {
    padding: 60px 15px 0;
  }

  .button-1 {
    height: 100%;
  }

  .entrada {
    flex-flow: column;
  }

  .entrada.entrada2 {
    padding-bottom: .5em;
  }

  .entrada.entrada1 {
    padding-top: .5em;
  }

  .div-block-327 {
    padding-bottom: .3em;
  }

  .div-block-328 {
    padding-top: 0;
    padding-bottom: .5em;
  }

  .text-block-148 {
    font-size: 1.1em;
  }

  .textcta {
    text-align: center;
    flex: 1;
    font-size: 1.4em;
    line-height: 1.1em;
  }

  .cs-logo {
    margin-bottom: 0;
  }

  .logo-3 {
    font-size: 1.2em;
  }

  .cs-page-title-wrap {
    max-width: 37rem;
    padding-right: 2rem;
  }

  .cs-description {
    max-width: 24rem;
  }

  .cs-row {
    flex-direction: column;
  }

  .cs-page-wrapper {
    padding: 1.75rem;
  }

  .d--100 {
    font-size: 4rem;
  }

  .cs-contact-list {
    margin-top: 4rem;
    margin-bottom: 0;
  }

  .cs-col {
    width: 100%;
  }

  .cs-col.is--right {
    flex-direction: column-reverse;
  }

  .cs-page-title {
    display: block;
    position: static;
  }

  .brandlopes.is-2nd {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .logo-4 {
    font-size: 1.2em;
  }

  .testimonial-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .testimonial-main-image {
    width: 250px;
  }

  .testimonial-block {
    border-radius: .4em;
  }

  .testimonial-info-two {
    opacity: .92;
  }

  .testimonial-image {
    opacity: .62;
    width: 3.5em;
    max-width: 3.5em;
    height: 3.5em;
    max-height: 3.5em;
    margin-right: .5em;
  }

  .testimonial-author-name {
    color: var(--black);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 1.3em;
    font-weight: 600;
    line-height: 1.2em;
  }

  .stickywebsitecontent, .stickywebsitecontent.hotsite {
    border-style: none;
    padding-left: 0;
    padding-right: 0;
  }

  .brand-3.is-2nd.headerbrand.daiane {
    margin-bottom: 1em;
  }

  .brand-3.is-2nd.headerbrand.daiane.home {
    margin-bottom: 0;
  }

  .brand-3.is-2nd.headerbrand.daiane.daianeratio {
    width: 100%;
    max-width: 11vw;
    height: 100%;
    margin-bottom: 0;
  }

  .logo-5 {
    font-size: 1.2em;
  }

  .cardsecondtitle-2 {
    font-size: 2.5vw;
    font-weight: 300;
    line-height: 1.05em;
    display: none;
  }

  .cardtitle-2 {
    font-size: 4vw;
  }

  .cardsgrid-2 {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    grid-template-columns: 1fr;
  }

  .carditem-2 {
    height: 45vw;
  }

  .d--100-2 {
    font-size: 4rem;
  }

  .div-block-332 {
    justify-content: center;
    align-items: center;
    width: 20%;
    height: 100%;
    display: flex;
  }

  .div-block-332.hideperson {
    display: none;
  }

  .div-block-333 {
    justify-content: center;
    align-items: center;
    margin-top: 4.5vw;
    display: flex;
  }

  .button-19 {
    border-radius: .2em;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 3em;
    font-family: Amx, sans-serif;
    font-size: 2em;
    display: flex;
  }

  .button-19.hide {
    display: none;
  }

  .div-block-334 {
    padding-left: 2em;
    padding-right: 2em;
  }

  .div-block-334.infolancamento {
    padding-top: 0;
    overflow: auto;
  }

  .headingmodal {
    margin-bottom: 10px;
    font-size: 1.8em;
  }

  .paragrafomodal {
    font-size: 1.4em;
  }

  .btnlistaes-ra {
    background-color: var(--white);
    padding-top: 2em;
    padding-left: 2em;
    padding-right: 2em;
    position: absolute;
    inset: auto 0% 0%;
  }

  .nomeheader, .nomeprodutoheader {
    font-size: 1.05em;
  }

  .open-nav {
    height: 5rem;
    padding-left: 1rem;
  }

  .heading-small {
    font-size: 1.125rem;
  }

  .heading-medium {
    font-size: 1.25rem;
  }

  .title-section {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .text-xlarge {
    font-size: 1.25rem;
  }

  .nav__button {
    width: 3rem;
    height: 3rem;
  }

  .top-bar {
    justify-content: flex-end;
    align-items: center;
    height: 5rem;
    margin-left: 4rem;
  }

  .nav {
    padding: .5rem 1rem 1rem;
  }

  .hero__content {
    padding: 1rem;
  }

  .button-20 {
    min-width: 10rem;
    height: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .projects__list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    display: flex;
  }

  .heading-huge {
    letter-spacing: 0;
    font-size: 2rem;
  }

  .internal-bottom {
    justify-content: center;
  }

  .container-14 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-regular.hidden-phone {
    display: none;
  }

  .nav__content {
    width: 100%;
    min-width: 0;
  }

  .overview__card {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding: 1rem;
  }

  .spacer-large {
    height: 5rem;
  }

  .card-b {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .text-large {
    font-size: 1.125rem;
  }

  .overview__inner-cards {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    display: flex;
  }

  .heading-large {
    font-size: 1.5rem;
  }

  .overview__content {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .text-huge {
    letter-spacing: 0;
    font-size: 1.5rem;
  }

  .projects__thumb {
    height: 56vw;
    max-height: none;
  }

  .huge-card__flex {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image-73 {
    width: 3em;
    margin-left: 1em;
    transform: rotate(90deg);
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 2em;
  }

  ul {
    margin-bottom: 2.5em;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  li {
    padding-left: 2.8em;
  }

  .main-wrapper.wrapperhome {
    margin-top: -48px;
  }

  .container {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .section.grey-background {
    background-color: var(--white);
  }

  .section.secbanner {
    margin-top: 15vw;
    margin-left: -2em;
    margin-right: -2em;
  }

  .section.sectioninfos {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }

  .navbar-container-old.navads {
    background-color: #0000;
    justify-content: space-between;
    max-width: 95vw;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .brand {
    padding-left: .125em;
    padding-right: .5em;
  }

  .navbar-old {
    flex-direction: column;
    align-items: center;
  }

  .navbar-old.navads {
    padding-left: 1em;
    padding-right: 1em;
  }

  .navbar-old.navads.adsplanta {
    align-items: flex-start;
  }

  .home-hero {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .side-menu {
    padding-left: 1em;
    padding-right: 1em;
  }

  .hero-claim {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-claim.with-toptitle {
    margin-left: -10px;
    margin-right: -10px;
  }

  .hero-claim.claimplantas {
    padding: 0;
  }

  .hero-heading {
    font-size: 2.3em;
  }

  .hero-heading.home-hero-2 {
    font-size: 15vw;
  }

  .hero-heading.home-hero-3 {
    font-size: 3.8em;
    line-height: 1.1em;
  }

  .hero-heading.heading-plantas {
    font-size: 3em;
  }

  .hero-button {
    justify-content: space-between;
    width: 100%;
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .hero-button.with-margins {
    margin-left: 0;
    margin-right: 0;
  }

  .button {
    justify-content: space-between;
    width: 100%;
    margin-bottom: .3em;
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .button.with-margins-left {
    margin-left: 0;
    margin-right: 0;
  }

  .button.nav-mobile {
    flex-direction: row;
    align-items: center;
    width: auto;
    max-width: 100px;
    margin-bottom: 0;
    padding: .7em;
  }

  .property-image-wrap {
    height: 300px;
  }

  .button-arrow-right {
    position: static;
  }

  .customer-link {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .flex-horizontal.justify-start {
    flex-wrap: wrap;
  }

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

  .footer-old {
    text-align: left;
  }

  .footer-link {
    padding-top: .5em;
    padding-bottom: .5em;
    padding-left: 0;
  }

  .footer-contact-link {
    padding-left: 0;
    padding-right: 2em;
  }

  .subfooter {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }

  .metrik-link {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-contact-title {
    margin-bottom: 5px;
    line-height: 1.1em;
  }

  .footer-brand {
    text-align: center;
  }

  .policy-list {
    width: 100%;
  }

  .policy-link {
    text-align: center;
    margin-left: .8em;
    margin-right: .8em;
  }

  .featured-gallery-lightbox {
    height: 6em;
  }

  .page-hero {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .button-paragraph {
    font-size: .8em;
    position: static;
  }

  .property-hero {
    align-items: center;
  }

  .property-desc-icon {
    margin-right: .2em;
  }

  .property-desc-icon.asterisco {
    display: none;
  }

  .property-desc-paragraph {
    font-size: 11px;
  }

  .property-desc-paragraph.asterisco {
    text-align: justify;
    margin-right: 0;
  }

  .diagonal-pattern-15em {
    border-radius: 5px;
  }

  .breadcrumbs {
    padding-left: 5vw;
    padding-right: 2.8em;
    overflow: auto;
  }

  .breadcrumb-icon-right {
    margin-left: .5em;
    margin-right: .5em;
    font-size: 1.3em;
  }

  .location-block {
    width: 100%;
    padding-top: .5em;
    padding-bottom: .5em;
  }

  .hero-buttons-wrap {
    flex-wrap: wrap;
    align-self: stretch;
  }

  .albumitem {
    width: 33.3333%;
  }

  .property-gallery-lightbox {
    height: 23vw;
  }

  .property-gallery-lightbox.is-bigger {
    height: 11em;
  }

  .realtor-contacts {
    width: 100%;
  }

  .heading-also-like {
    margin-bottom: 1em;
  }

  .financial {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .button-contact {
    flex: 1;
    justify-content: space-between;
  }

  .property-image-2 {
    width: 50%;
    max-height: 16em;
  }

  .property-inner-list {
    flex-wrap: nowrap;
  }

  .property-padding-list {
    align-items: flex-start;
  }

  .form-error-paragraph {
    font-size: 1em;
  }

  .form-error {
    padding: 1.7em;
  }

  .submit-form {
    width: 100%;
  }

  .submit-form.submit-100per.form-desktop {
    margin-right: 0;
  }

  .form-success-title {
    font-size: 1.2em;
  }

  .main-tabs {
    flex-wrap: wrap;
  }

  .plantas-tab-pane.ajustemobile {
    padding-top: 2.5em;
  }

  .main-tab-link {
    border-radius: 0;
  }

  .main-tab-link.especificacoes {
    display: block;
  }

  .main-tab-link-title {
    font-size: 1.4em;
    line-height: 1.3em;
  }

  .realtor-name {
    font-size: 1.8em;
  }

  .inquiry-paragraph {
    margin-bottom: 3.5em;
    font-size: .9em;
  }

  .bigger-paragraph {
    font-size: 1.7em;
  }

  ._2-column-flex {
    margin-bottom: 2.5em;
  }

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

  .column-picture {
    height: 20em;
  }

  .heading-in-column {
    font-size: 1.8em;
  }

  .in-nutshell-item {
    width: 100%;
    padding-top: .9em;
    padding-bottom: .9em;
  }

  .dropdown-toggle {
    flex-wrap: wrap;
    padding-left: 2em;
    padding-right: 2em;
  }

  .testimonial-inner {
    padding-left: 2em;
    padding-right: 2em;
  }

  .sellers-process-item {
    flex: 0 auto;
    width: 33.3333%;
  }

  .sellers-process-item.no-arrow-mobile {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .lifestyle-link {
    font-size: .7em;
  }

  .includes-lifestyle-item {
    flex-basis: 50%;
  }

  .includes-lifestyle-list {
    grid-template-columns: 1fr 1fr;
  }

  .max-width-70em.infra2 {
    margin-top: -15px;
  }

  .paragraph-15 {
    margin-left: .9em;
    margin-right: .9em;
  }

  .subfooter-links {
    justify-content: center;
    width: 100%;
  }

  .rich-text.in-property-page {
    text-align: justify;
    max-width: 400px;
  }

  .menu-column-left {
    padding: 5em 10vw;
  }

  .menu-column-right {
    padding: 3em 10vw;
  }

  .office-block {
    width: 100%;
  }

  .menu-office-contacts {
    flex-wrap: wrap;
  }

  .menu-contact-link {
    margin-bottom: 1.2em;
  }

  .menu-main-links {
    padding-bottom: 1.5em;
  }

  .menu-link-paragraph {
    font-size: 6.3vw;
  }

  .menu-social-buttons {
    justify-content: center;
  }

  .menu-social-button {
    margin-right: 3.1em;
  }

  .utility-page-wrap {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  ._404-icon {
    margin-bottom: .2em;
  }

  .div-block {
    flex-wrap: wrap;
  }

  .utility-page-form-submit {
    width: 100%;
    font-size: 1.1em;
  }

  .motion-heading.in-contact {
    font-size: 2.7em;
  }

  .motion-heading.in-temp {
    font-size: 2.5em;
    line-height: 1.4em;
  }

  .buttons-wrap {
    flex-wrap: wrap;
  }

  .call-to-action-image {
    height: 16em;
  }

  .circle-button.in-property {
    width: 65px;
    height: 30px;
  }

  .mob-marting-right {
    margin-right: 0;
  }

  .featured-wrapper {
    min-height: auto;
  }

  .featured-block.blobkhome {
    width: 80vw;
  }

  .featured-column-inner {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .featured-flex {
    margin-right: 1.4em;
  }

  .featured-paragraph-title {
    text-align: center;
    font-size: 1.3em;
  }

  .featured-gallery {
    position: relative;
  }

  .featured-background-color {
    height: 19em;
  }

  .featured-gallery-list {
    flex-wrap: wrap;
  }

  .featured-gallery-item {
    flex-wrap: wrap;
    flex: 0 auto;
    width: 50%;
    margin-left: 0;
    margin-right: 0;
  }

  .customer-link-2 {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .split-content-column-flex {
    padding-left: 0;
    padding-right: 0;
  }

  .ceo-heading {
    font-size: 2.2em;
  }

  .lifestyle-link-2 {
    font-size: .7em;
  }

  .hero-toptitle {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-right: 0;
    padding-top: .6em;
    padding-bottom: .6em;
    font-size: 3vw;
    line-height: 1.4em;
    display: flex;
  }

  .hero-toptitle.especial {
    font-size: 11px;
  }

  .realtor-photo-circle {
    align-self: stretch;
    width: 7em;
    height: auto;
    margin-bottom: 0;
  }

  .realtor-contact {
    flex: 1;
  }

  .our-team-column, .main-contacts-column {
    padding-left: 0;
    padding-right: 0;
  }

  .office-address {
    font-size: 1.6em;
  }

  .tabs-property.hosite {
    max-width: none;
  }

  .property-desc-item {
    width: 100%;
    padding: 1.2em .6em;
  }

  .property-desc-item.mobile-vertical {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .property-desc-item.asterisco {
    padding-left: 1em;
    padding-right: 1em;
  }

  .property-address-title {
    font-size: 1.5em;
    line-height: 1.3em;
  }

  .property-interior-item {
    width: 100%;
    padding-left: .5em;
  }

  .amenity-wrap {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
  }

  .property-feature-list {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 1em;
  }

  .property-feature-paragraph {
    margin-left: 0;
    margin-right: 1.2em;
  }

  .nav-contact.navphone {
    display: none;
  }

  .nav-contact.navphone.navhome {
    display: flex;
  }

  .location-column {
    height: 20em;
  }

  .about-template-link {
    padding-left: 3em;
    padding-right: 3em;
  }

  .about-template-link.small-at-link {
    padding-top: 2.3em;
    padding-bottom: 2.3em;
  }

  .about-template-heading {
    font-size: 2em;
  }

  .radial-background {
    opacity: .73;
    bottom: -45.6em;
  }

  .amenitiy-list {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 1em;
  }

  .property-features-wrap {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
  }

  .mobile-no-margins {
    padding: 0;
  }

  .tak-a-tour-block {
    max-width: 27em;
  }

  .take-a-tour-column {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-5 {
    align-items: stretch;
    width: 100%;
  }

  .amenity-page-paragraph {
    font-size: 1.6em;
  }

  .amenity-page-icon {
    margin-right: .5em;
  }

  .property-detail-amenity {
    padding-left: .5em;
    padding-right: .5em;
  }

  .property-detail-amenity-icon {
    margin-right: .2em;
  }

  .nav-contact-icon.iconads {
    width: 5.5vw;
    height: 5.5vw;
  }

  .nav-contact-icon.iconads.cifrao {
    width: 5.8vw;
    height: 5.8vw;
  }

  .heading-sellers-process {
    font-size: 3em;
  }

  .in-nutshell-item-temp {
    width: 100%;
    padding-top: .9em;
    padding-bottom: .9em;
  }

  .radio-buttons.genders {
    margin-bottom: 0;
  }

  .radio-button-label.precos {
    font-size: 5vw;
  }

  .radio-button-label.display {
    font-size: 1.5em;
  }

  .form-back {
    flex: none;
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .form-step {
    align-items: stretch;
  }

  .text-field-wrapper.half {
    width: 100%;
  }

  .form-next {
    flex: none;
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .form-block-2 {
    border-radius: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-2 {
    flex: none;
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-3 {
    padding-right: 1.9em;
    font-size: 11.5px;
  }

  .faq-q-text {
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-5.header-answer {
    font-family: IBM Plex Sans;
    font-size: 15px;
    line-height: 23px;
  }

  .fototorre {
    min-width: 280px;
    min-height: 400px;
  }

  .fototorre.img-studio {
    border-width: 2vw;
    width: auto;
    margin-left: -167px;
  }

  .fototorre.img-studio._16studiodesk {
    border-width: 3vw;
    width: 25vw;
    height: 32vw;
    margin-bottom: -5vw;
    margin-right: -5vw;
  }

  .fototorre._16properties {
    padding: .5em;
  }

  .section-3 {
    box-shadow: 0 4px 6px -4px #000;
  }

  .bigwords1 {
    left: -384%;
  }

  .bigwords2 {
    transform: none;
  }

  .bigwords2.rolagemlacamento {
    width: 1900px;
  }

  .div-hero {
    width: 100%;
    max-width: 400px;
  }

  .div-desc-mobile {
    justify-content: center;
    align-items: flex-start;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .planta-desc {
    min-width: 120px;
  }

  .plata-img {
    justify-content: center;
  }

  .div-block-17.vc-sabia {
    padding-top: 0;
    padding-bottom: 3em;
  }

  .div-block-17._17fotos {
    margin-top: 7vw;
  }

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

  .div-block-19 {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .div-block-22 {
    border-radius: 0;
    margin: 30px;
    padding-bottom: 1em;
    padding-left: 2.3em;
    padding-right: 2.3em;
  }

  .div-block-23 {
    padding-bottom: 15px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-24 {
    width: auto;
    overflow: visible;
  }

  .text-block-11 {
    margin-left: -15px;
    margin-right: -15px;
  }

  .div-block-28 {
    margin-top: -4px;
  }

  .div-block-29._29properties {
    margin-left: 0;
  }

  .text-block-16 {
    margin-bottom: -1.9vw;
    font-size: 2vw;
    display: none;
  }

  .text-block-17 {
    font-size: 11px;
  }

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

  .div-block-30 {
    border-top: 1px solid var(--light-grey);
    background-color: var(--light-grey);
    border-radius: 5px;
    width: auto;
    padding: 10px;
  }

  .text-block-19.logofooter {
    display: inline-block;
  }

  .text-block-19._19ads {
    padding: 3vw 1.5vw 3vw 2vw;
  }

  .empreendimentoatual {
    font-size: 4vw;
  }

  .previous-placeholder {
    max-width: 75px;
    display: flex;
  }

  .slider {
    height: auto;
    min-height: 80vh;
  }

  .checkbox-base {
    margin-bottom: 15px;
  }

  .form-content {
    width: 100%;
  }

  .form-section-title {
    font-size: 2em;
    line-height: 1.3em;
  }

  .form-item-wrapper {
    flex-wrap: wrap;
  }

  .linkpromoativa, .link-block {
    display: flex;
  }

  .div-block-38 {
    max-width: 200px;
  }

  .div-block-39 {
    width: 280px;
  }

  .div-block-46 {
    margin-top: 56px;
  }

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

  .div-block-54._54mobile._54properties {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .div-block-55 {
    flex-direction: column;
    justify-content: center;
  }

  .tabs-menu-2 {
    margin-bottom: 10px;
  }

  .div-block-63 {
    padding-left: 1vw;
    overflow: hidden;
  }

  .div-block-64._64title {
    align-items: center;
    padding-right: 0;
  }

  .text-block-33.titulo {
    text-align: left;
  }

  .div-block-69._69produto {
    padding: 0;
  }

  .div-block-75._75mobile {
    align-items: center;
  }

  .div-block-75.nova75 {
    padding: 4vw;
  }

  .text-block-45 {
    font-size: 3.8vw;
    line-height: 4vw;
  }

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

  .div-block-89.mobile {
    margin-bottom: 3vw;
    display: block;
  }

  .div-block-89.desk {
    display: none;
  }

  .text-block-47 {
    font-size: 5.5vw;
    line-height: 4.5vw;
  }

  .text-span-9 {
    font-size: 2.5vw;
  }

  .text-block-48 {
    font-size: 11px;
  }

  .div-block-92 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .text-block-49 {
    letter-spacing: -.5px;
    margin-top: 4px;
    font-size: 11.5px;
  }

  .text-block-51._51mobile {
    font-size: 3.5vw;
    line-height: 4vw;
  }

  .text-block-51._51mobile.vaga {
    font-size: 3vw;
  }

  .collection-list-6 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .image-13 {
    width: 5vw;
  }

  .div-block-105 {
    margin-left: 5px;
  }

  .div-block-107 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .no-results-group.jetboost-list-wrapper-empty-x4q9 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .search-icon {
    width: 30px;
    left: 0;
  }

  .left-information {
    line-height: 140%;
  }

  .search {
    font-size: 17px;
  }

  .image-19 {
    width: 6vw;
  }

  .image-19.img19-mobile {
    width: 5.5vw;
  }

  .div-perspectiva.planta {
    flex-direction: row;
    justify-content: center;
  }

  .text-block-62 {
    font-size: 3vw;
    line-height: 3.3vw;
  }

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

  .text-block-63 {
    flex-direction: column;
  }

  .form-block-3 {
    width: 100%;
  }

  .filter_header {
    width: 82%;
  }

  .div-block-116 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .navcontact {
    margin-left: 37px;
  }

  .navcontact.navads {
    margin-left: 0;
  }

  .div-block-126 {
    grid-template-columns: 1fr 1fr;
  }

  .heading-5 {
    margin-bottom: 17px;
    font-size: 16px;
  }

  .image-23 {
    margin-top: 84px;
  }

  .div-block-129 {
    margin-left: 0;
  }

  .button-7 {
    padding: 25px 30px;
    font-size: 17px;
    line-height: 1.2em;
  }

  .div-block-130 {
    margin-left: 24px;
  }

  .top {
    padding: 1.5rem .5rem;
  }

  .close_button {
    margin-top: -4.3rem;
  }

  .newsletter_description {
    font-size: 15px;
    line-height: 1.1em;
  }

  .bottom {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .form_error-message {
    text-align: center;
    width: 90%;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .form-6 {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .form_input-2 {
    width: 90%;
  }

  .form_success-message {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .button-8 {
    font-size: 13px;
    font-weight: 600;
  }

  .image-24 {
    width: 60px;
    height: 60px;
  }

  .div-block-133 {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-133.last133 {
    margin-bottom: 10px;
  }

  .div-block-135 {
    padding-right: 0;
  }

  .image-25 {
    margin-right: 10px;
  }

  .image-27 {
    width: 7.8vw;
    margin-top: -2px;
  }

  .div-block-140._140ads {
    padding: 3vw 2vw;
  }

  .text-block-73 {
    font-size: 13px;
  }

  .button-9 {
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    line-height: 1.3em;
  }

  .div-block-156 {
    padding: 2.5vw;
  }

  .div-block-156._156form.bannermobile {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .div-block-156._156form.bannermobile.sidebar {
    padding: 5vw 3vw;
  }

  .div-block-156.mobile {
    padding: 2vw;
  }

  .sobre {
    font-size: 1.7em;
  }

  .rich-text-block {
    font-size: 3vw;
    line-height: 4vw;
  }

  .div-block-164 {
    flex-wrap: wrap;
  }

  .div-block-166.lancamento {
    padding-left: 15px;
    padding-right: 15px;
  }

  .form-field-2 {
    height: 15vw;
    padding-left: 3.5vw;
    font-size: 5vw;
  }

  .form-7.form7home {
    padding: 6vw 3vw;
  }

  .field-wrap.fieldtab {
    padding-top: 8vw;
  }

  .field-wrap.fieldtab.solicitacao {
    padding-top: 9vw;
    padding-bottom: 5vw;
  }

  .field-wrap.fieldtab.solicitacao.solicitacaoproduto {
    margin-top: 6vw;
    margin-bottom: 6.5vw;
  }

  .field-wrap.fieldtab.solicitacao.fim.fimplanta {
    padding-top: 4.5vw;
  }

  .field-wrap.lastwrap {
    padding-bottom: 1vw;
  }

  .field-wrap.fields {
    margin-bottom: 6vw;
  }

  .form-field-label {
    padding: .5vw 1.5vw;
    font-size: 4vw;
  }

  .form-field-label.whats {
    margin-top: -3.5vw;
    padding-left: 1.5vw;
    padding-right: 1.5vw;
  }

  .form-field-label.backgroundform {
    font-size: 11.5px;
  }

  .form-field-label.desejo.planta {
    margin-top: -4vw;
  }

  .submit-button-3 {
    box-shadow: none;
    letter-spacing: .5px;
    width: 100%;
    height: 15vw;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 4vw;
    line-height: 1.1em;
  }

  .form-wrap-2.wrap-plantas.mobile {
    padding-bottom: 14vw;
  }

  .comp-pane.right-2 {
    width: 90%;
    height: auto;
    margin-top: 0;
    padding: 30px 20px;
  }

  .comp-pane.right {
    width: 100%;
    margin-top: 0;
    padding: 30px;
  }

  .comp-pane.left {
    width: 100%;
    height: 320px;
    margin-left: 0;
  }

  .abstract-1 {
    bottom: -3%;
    right: -10%;
  }

  .tab-image {
    width: 35px;
  }

  .image-34 {
    width: 5vw;
  }

  .field-label-2 {
    font-size: 4vw;
  }

  .field-label-2.whats-text {
    font-size: 3.5vw;
  }

  .field-label-2.whats-text.mobile-big {
    font-size: 4vw;
  }

  .section-header {
    font-size: 7vw;
    line-height: 8vw;
  }

  .section-header.sidebar {
    font-size: 4vw;
  }

  .body-paragraph.p-1 {
    font-size: 3.6vw;
    line-height: 1.2em;
  }

  .field-label-3 {
    letter-spacing: 0;
    font-size: 4vw;
  }

  .field-label-3.labelsolicitacao.planta {
    padding-top: 1vw;
    padding-bottom: 1vw;
    font-size: 3.5vw;
  }

  .field-label-3.labelhome {
    font-size: 4vw;
  }

  .submit-button-4 {
    width: 100%;
  }

  .div-block-168 {
    max-width: 95vw;
  }

  .div-block-172 {
    height: 15vw;
  }

  .formulariomolde {
    flex-direction: column;
    display: flex;
  }

  .formulariomolde.moldehome {
    margin-bottom: 17vw;
    padding-top: 4vw;
  }

  .formulariomolde.final {
    width: 92%;
    padding-top: 3vw;
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .formulariomolde.final.planta {
    width: 98%;
    padding-left: 0;
    padding-right: 0;
  }

  .radio-button-field-2 {
    height: 32vw;
  }

  .radio-button-field-2.todas {
    height: 15vw;
  }

  .text-field-wrapper-2.half {
    width: 100%;
  }

  .form-next-2 {
    flex: none;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-175 {
    padding-right: 0;
  }

  .collaborate-form-step {
    width: 100%;
    min-height: 555px;
    margin-bottom: 140px;
    padding: 50px 10px;
  }

  .checkbox-active-overlay {
    background-position: 10px;
    background-size: 20px;
  }

  .previous {
    width: 15vw;
    height: 15vw;
  }

  .checkbox-wrapper {
    background-position: 10px;
    background-size: 20px;
    height: 40px;
    margin-bottom: 15px;
  }

  .step.last {
    margin-bottom: 17vw;
  }

  .checkbox-label-4 {
    padding-left: 40px;
    padding-right: 20px;
    font-size: 1em;
  }

  .next-button-2 {
    height: 15vw;
    font-size: 4vw;
  }

  .previous-button-2 {
    font-size: 4vw;
  }

  .form-content-2 {
    width: 100%;
  }

  .extra-option-wrap {
    justify-content: center;
  }

  .form-section-title-2 {
    font-size: 2em;
    line-height: 1.3em;
  }

  .next, .next.nexthome {
    height: 15vw;
  }

  .submit-button-5 {
    margin-bottom: -85px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .text-block-85 {
    font-size: 4vw;
  }

  .imgperspectiva._37desk {
    height: 4.5em;
  }

  .perspectiva-list {
    grid-column-gap: .4em;
    grid-row-gap: .4em;
  }

  .image-38 {
    max-width: 140px;
  }

  .vendaspor._179plantas {
    max-width: 25vw;
  }

  .logoconstrutora.logolopes {
    max-width: 23vw;
  }

  .projetopor._88plantas {
    font-size: 2vw;
  }

  .div-block-180 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-11 {
    font-size: 15px;
  }

  .image-40 {
    width: 50%;
  }

  .div-block-184 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-185 {
    padding-bottom: 1.7vw;
  }

  .div-block-186 {
    padding: 5px 0 5px 5px;
  }

  .heading-12 {
    font-size: 4vw;
    line-height: 4vw;
  }

  .text-block-91 {
    font-size: 3.5vw;
    line-height: 4vw;
  }

  .checkbox-7 {
    width: 9vw;
    height: 9vw;
    margin-right: .5vw;
  }

  .checkbox-label-5 {
    margin-left: 1vw;
    font-size: 1.5em;
  }

  .html-embed-9.last {
    margin-top: 5vw;
  }

  .text-span-14 {
    font-size: 4vw;
    line-height: 4vw;
    display: block;
  }

  .text-span-14._14-2 {
    line-height: 5vw;
  }

  .content {
    padding-top: 52px;
  }

  .letter {
    font-size: 22em;
  }

  .letter.n, .letter.r {
    display: none;
  }

  .cover-exp {
    width: 13em;
  }

  .cover-exp.body-text.caps {
    width: auto;
    min-width: auto;
  }

  .header-old {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .cover-text {
    padding-left: 1em;
  }

  .heading-title {
    letter-spacing: .5px;
  }

  .bigwords {
    box-shadow: none;
  }

  .frasedestaque.frase2 {
    line-height: 5vw;
  }

  .text-span-15 {
    font-size: 5.7vw;
  }

  .div-block-195 {
    width: 42%;
  }

  .link-block-18 {
    background-color: #1b7d9b;
    background-image: none;
  }

  .text-block-96 {
    color: var(--black);
    font-size: 3.5vw;
    font-weight: 500;
  }

  .collection-list-10 {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .text-block-98 {
    font-size: 3.5vw;
    line-height: 4vw;
  }

  .text-block-99 {
    font-size: 8vw;
    line-height: 8vw;
  }

  .div-block-200 {
    width: 10%;
  }

  .text-block-102 {
    font-size: 4.5vw;
    line-height: 4vw;
  }

  .image-44 {
    width: 6vw;
  }

  .text-block-103 {
    font-size: 3.5vw;
    line-height: 5vw;
  }

  .apartb {
    font-size: 4.5vw;
  }

  .timeline_item {
    grid-template-columns: 48px 1fr;
  }

  .margin-bottom-medium {
    margin-bottom: 24px;
  }

  .paragraph-large {
    font-size: 16px;
  }

  .radio-button-3 {
    width: 7vw;
    min-width: 7vw;
    height: 7vw;
    min-height: 7vw;
  }

  .radio-button-3.autorizacao {
    width: 8vw;
    min-width: 8vw;
    height: 8vw;
    min-height: 8vw;
    margin-left: -1vw;
  }

  .radio-button-field-3.autorizacao {
    align-items: flex-start;
    margin-bottom: 5vw;
    padding: 3vw 1.5vw 3vw 2.5vw;
  }

  .radio-button-field-3.autorizacao.aut-planta {
    margin-bottom: 6vw;
  }

  .radio-button-label-2 {
    font-size: 4vw;
  }

  .radio-button-label-2.autorizacao {
    font-size: 3.7vw;
    line-height: 4vw;
  }

  .radio-button-label-2.autorizacao.fgts {
    font-size: 4vw;
  }

  .radio-button-label-2.label2-produtos {
    font-size: 4vw;
    line-height: 4vw;
  }

  .div-block-210 {
    margin-left: 7vw;
  }

  .div-block-212 {
    margin-top: 3vw;
  }

  .div-block-213 {
    margin-top: 1.5vw;
  }

  .image-46 {
    width: 5vw;
  }

  .text-block-106 {
    letter-spacing: -.3px;
    flex-direction: column;
    align-items: flex-end;
    font-size: 3.5vw;
    line-height: 11px;
  }

  .text-block-106._106-planta {
    font-size: 3.2vw;
  }

  .text-block-106._106-1 {
    flex-direction: row;
  }

  .div-block-215 {
    align-items: center;
    margin-bottom: 6vw;
    top: -10.3vw;
  }

  .div-block-216 {
    padding-top: 2.5vw;
  }

  .div-block-216.avista {
    margin-top: 4vw;
  }

  .div-block-216.personalizado {
    padding: 3vw;
  }

  .text-block-107 {
    letter-spacing: .5px;
    padding: 2vw;
    font-size: 3.3vw;
  }

  .div-block-217, .div-block-217._217planta {
    margin-top: 4vw;
  }

  .div-block-219 {
    padding: 2vw 1vw;
  }

  .fotostorre {
    min-height: 12em;
    max-height: 20em;
  }

  .item-home {
    padding-top: .4em;
    padding-bottom: .4em;
  }

  .item-home.planta {
    display: none;
  }

  .menulateralitem {
    height: 13vw;
  }

  .h2produto-menu {
    font-size: 1.3em;
    line-height: 1.2em;
    display: inline;
  }

  .img-sidebar {
    width: 1.2em;
    height: 1.2em;
  }

  .container-6 {
    border-radius: 1vw;
    max-width: 95vw;
    height: 15vw;
  }

  .nav-link-wrapper {
    width: 15vw;
    min-width: 15vw;
    max-width: 15vw;
  }

  .lista-plantas-menu {
    grid-template-columns: 1fr 1fr;
  }

  .metragemlateral {
    font-size: 3.3vw;
  }

  .metragemlateral.nr {
    font-size: 3.2vw;
    line-height: 3.2vw;
  }

  .text-block-110 {
    font-size: 4vw;
  }

  .map {
    height: 70vw;
  }

  .social {
    max-width: 95vw;
  }

  .icon-2 {
    width: 8vw;
    height: 8vw;
  }

  .icon-2._2-branco {
    width: 7.5vw;
    height: 8vw;
  }

  .linkedin-icon {
    width: 13vw;
    min-width: 13vw;
  }

  .grid-social-button {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    justify-items: center;
    padding-left: 1em;
    padding-right: 1em;
  }

  .whatsapp-icon, .twitter-icon, .facebook-icon {
    width: 13vw;
    min-width: 13vw;
  }

  .icon-3.dolarsocial {
    width: 7.5vw;
    height: 7.5vw;
  }

  .icon-3.calendar, .icon-3.phone {
    width: 6vw;
    height: 6vw;
  }

  .icon-3.whats {
    width: 7vw;
    height: 7vw;
  }

  .icon-3.titlemodal {
    width: 8vw;
  }

  .text-block-112 {
    font-size: 2.8vw;
  }

  .sidebar-financeiro {
    width: 32vw;
    min-width: 32vw;
  }

  .titlemodals.verde {
    padding-top: 22px;
  }

  .valorestitle {
    font-size: 4vw;
  }

  .image-49 {
    max-width: 48%;
  }

  .text-span-19 {
    font-size: 4vw;
    line-height: 1.5em;
  }

  .botao-enviar {
    padding: 6vw;
    font-size: 3.6vw;
  }

  .voltar {
    width: 8vw;
    margin-top: 2.5vw;
  }

  .custom-override-button.absolute {
    padding-top: 0;
    padding-bottom: 0;
  }

  .form-text-field {
    width: 100%;
    height: 14vw;
    min-height: 14vw;
    padding-left: 2.5vw;
    font-size: 4.2vw;
  }

  .form-text-field.message {
    height: 20vw;
    min-height: 20vw;
    padding: 2vw;
  }

  .form-text-field.input-tel {
    height: 60px;
    min-height: auto;
  }

  .custom-override-button-wrapper.center {
    border-radius: 1vw;
    height: 15vw;
    margin-top: -3vw;
  }

  .custom-override-button-wrapper.center.ligacao {
    margin-top: -1vw;
  }

  .form-field-wrapper.margin-b40 {
    width: 80%;
  }

  .form-field-label-3 {
    border-radius: 1vw;
    padding: 2vw;
    font-size: 4vw;
    top: -2.5vw;
    left: 2.5vw;
  }

  .form-field-label-3.whats {
    font-size: 3.5vw;
    top: -3vw;
  }

  .form-field-label-3.cinza.botoes {
    top: -2.9vw;
  }

  .success-message-5 {
    font-size: 3.3vw;
  }

  .custom-overridebutton-text {
    margin: 10px 20px;
    font-size: 4vw;
    font-weight: 400;
  }

  .embedcontato {
    width: 100%;
  }

  .text-block-114 {
    font-size: 4vw;
  }

  .pagplanta {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .div-block-228 {
    border-top-left-radius: .8vw;
    border-top-right-radius: .8vw;
    width: 28vw;
    padding-top: 4.5vw;
    padding-bottom: 5vw;
  }

  .text-block-115 {
    font-size: 3.5vw;
    line-height: 4vw;
  }

  .div-block-230, .div-block-230._230-plantas {
    height: 14vw;
  }

  .div-block-231 {
    height: 7vw;
    font-size: 2.6vw;
  }

  .text-block-116 {
    padding-top: 1.3vw;
    padding-bottom: 1.3vw;
    font-size: 1.8vw;
  }

  .tabstorre {
    padding: 6px 2px;
    font-size: 9px;
  }

  .nr.nrbox {
    font-size: 2.8vw;
    line-height: 2.8vw;
  }

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

  .paragraph-23 {
    letter-spacing: -.5px;
    display: none;
  }

  .div-block-235 {
    padding-left: .2em;
  }

  .div-block-236._236mobile.mobilehome {
    margin-top: 2vw;
    margin-bottom: 2vw;
  }

  .text-block-117 {
    margin-top: 0;
    font-size: 1em;
    line-height: 1em;
  }

  .heading-16 {
    font-size: 1em;
    line-height: 1.2em;
  }

  .html-embed-15 {
    justify-content: center;
    display: flex;
  }

  .secpanoramica {
    margin-top: 7vw;
  }

  .panoramica {
    box-shadow: 2px 2px 6px #0000005c;
  }

  .container-7 {
    max-width: none;
  }

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .heading-18 {
    font-size: 22vw;
  }

  .divh1 {
    min-width: auto;
    box-shadow: 0 0 11px 1px #00000073;
  }

  .spanmetragem {
    align-items: center;
    display: flex;
  }

  .superscript-2 {
    margin-left: 0;
    font-size: 10px;
  }

  .plantadescricao {
    margin-left: 5px;
    font-size: 3.4vw;
    line-height: 4vw;
  }

  .produto-menu-opcoes {
    margin-top: 2px;
    line-height: 1.2em;
    display: flex;
  }

  .image-52._37desk {
    height: 20vw;
  }

  .botaoproposta._230-plantas {
    height: 14vw;
  }

  .botaoproposta.proposta {
    flex-direction: column;
  }

  .botaoproposta.whats {
    flex-flow: column;
    padding-left: .4em;
    padding-right: .4em;
  }

  .botaoproposta.whats.proposta {
    flex-flow: row;
  }

  .iconproposta.titlemodal {
    width: 8vw;
  }

  .valorestitle-2.proposta {
    margin-top: 2px;
    margin-left: 0;
  }

  .valorestitle-2.titlewhats {
    margin-top: .2em;
  }

  .valorestitle-2.titlewhats.agendamento {
    margin-left: 0;
  }

  .embedfototorre.questions {
    display: none;
  }

  .eixoheader {
    padding-left: 1em;
    padding-right: 1em;
  }

  .eixologoimg {
    width: 80px;
  }

  .div-block-243 {
    flex-direction: column;
  }

  .ms-list-container {
    padding-left: 0;
  }

  .div-block-244 {
    margin-left: 5px;
  }

  .ms-form {
    width: 100%;
    min-width: auto;
  }

  .ms-signup-page {
    padding-top: 0;
    padding-bottom: 0;
  }

  .ms-input-row.corretor {
    margin-left: 0;
  }

  .div-block-246 {
    width: 120px;
    min-width: 120px;
  }

  .ms-button {
    width: 100%;
    min-height: auto;
    padding-left: 1.3em;
    padding-right: 1.3em;
    font-size: 14px;
    font-style: normal;
  }

  .divisor {
    width: 100%;
  }

  .div-block-6 {
    margin-left: 10px;
  }

  .div-block-248 {
    max-width: 200px;
    padding-right: .4em;
  }

  .imgatendimento.scheduleimg {
    margin-top: 0;
    margin-bottom: .2em;
  }

  .imgatendimento.atendimento.right {
    margin-left: -.2em;
  }

  .html-embed-19.margin {
    margin-top: .3em;
  }

  .btnwhats {
    width: 42vw;
    margin-right: .7em;
  }

  .btntelefone {
    width: 42vw;
    margin-left: .7em;
  }

  .precotitle {
    align-items: flex-start;
  }

  .radiocontato {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .buttoncontato {
    font-size: 3.9vw;
  }

  .radiohide {
    width: 7vw;
    min-width: 7vw;
    height: 7vw;
    min-height: 7vw;
    margin-right: 1.5vw;
  }

  .divbotoesform {
    margin-bottom: 7vw;
    padding: 5vw 4vw 4vw;
  }

  .divbotoesform.fgts {
    height: 18vw;
  }

  .divbotoesform.solicitacao {
    margin-bottom: 8vw;
  }

  .divbotoesform.recebervia.listaespera {
    z-index: 10;
    background-color: var(--white);
  }

  .html-embed-21 {
    border-radius: 5px;
    height: 18vw;
  }

  .item-list {
    height: auto;
  }

  .list-wrapper-demo, .stylings {
    padding-left: 16px;
    padding-right: 16px;
  }

  .filter-reset {
    padding: 6px 12px;
  }

  .huge-title {
    font-size: 24px;
    line-height: 32px;
  }

  .slider-2 {
    width: 140px;
  }

  .chips-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .filter-chip {
    padding: 6px 12px 6px 8px;
  }

  .modified-form {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 16px;
    margin-top: -80px;
  }

  .sort {
    width: 100%;
  }

  .pop-up-wrapper {
    width: 280px;
  }

  .styleguide-wrapper {
    flex-direction: column;
  }

  .title {
    font-size: 1.3em;
  }

  .slider-3 {
    width: 140px;
  }

  .text-block-125 {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 1em;
  }

  .item-list-2 {
    height: auto;
  }

  .list-wrapper-demo-2, .stylings-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .visitatext {
    max-width: 60vw;
    font-size: 2.9vw;
    line-height: 1.2;
  }

  .div-block-260 {
    margin-top: -1.1em;
  }

  .ponto {
    width: .5em;
    min-width: .5em;
    max-width: .5em;
    height: .5em;
    min-height: .5em;
    max-height: .5em;
    margin-top: 2px;
    margin-bottom: 0;
  }

  .descvisita {
    letter-spacing: .1px;
    margin-top: .4vw;
    font-size: 2.3vw;
    line-height: 1.1em;
  }

  .bem-vindo {
    font-size: 11px;
  }

  .text-logo {
    font-size: 14px;
  }

  .heading-21 {
    margin-top: -7px;
    font-size: 6vw;
  }

  .sectioniphone {
    background-color: var(--white);
    padding-left: .6em;
    padding-right: 0;
  }

  .iphone-video-wrapper {
    border-radius: 1em;
  }

  .iphone {
    min-width: 50%;
  }

  .iphone.iphoneproduto {
    width: auto;
    min-width: 14em;
    max-width: 18em;
  }

  .div-block-265 {
    flex-flow: column;
    align-items: flex-start;
    margin-right: .5em;
    display: flex;
  }

  .property-paragraph-2 {
    font-size: 1.1em;
  }

  .collection-list-13 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr;
  }

  .walsh-text-burst-orange {
    background-size: auto 45%;
  }

  .walsh-flex-tag {
    width: 90%;
  }

  .walsh-link-wrapper {
    font-size: 16px;
  }

  .premiacao {
    flex: 0 auto;
  }

  .walsh-inner-card-bottom {
    padding: 2em 1em;
  }

  .walsh-heading-xxlarge-black {
    font-size: 4em;
  }

  .walsh-heading-regular {
    font-size: 1.4em;
    line-height: 1.2;
  }

  .walsh-cover-image {
    object-fit: cover;
    min-width: 15em;
    max-width: 15em;
    min-height: 100%;
    max-height: 100%;
  }

  .walsh-cover-image.fgv {
    padding: 9vw;
  }

  .walsh-card-wrapper-image {
    width: 40%;
    min-width: 40%;
    max-width: 40%;
    min-height: 100%;
    max-height: 100%;
  }

  .walsh-card-wrapper-image.mbc {
    background-position: 30%;
    background-repeat: no-repeat;
  }

  .walsh-card-wrapper-image.tag {
    background-position: 0%;
  }

  .walsh-hero-div-block {
    grid-row-gap: 1.25em;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .walsh-hero-div-block.ctaheader {
    margin-left: -.2em;
  }

  .walsh-link-block-orange {
    align-self: center;
    padding: 1.5em 1em;
  }

  .walsh-label-button {
    letter-spacing: -.5px;
    font-size: 1em;
  }

  .walsh-rounded-card {
    flex-flow: row;
    padding-bottom: 0;
  }

  .premiosgrid {
    grid-template-columns: 1fr;
    max-width: 30em;
  }

  .combine-footer3_nav-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .combine-padding-global-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .a-blog-image-wrapper {
    height: 35vw;
  }

  .a-h3-heading-2 {
    font-size: 7vw;
  }

  .a-subheading-large {
    font-size: 4vw;
  }

  .quemsomos {
    padding-top: 4em;
  }

  .contquemsomos {
    max-width: 90vw;
    padding: 0;
  }

  .gridquemsomos {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    grid-template-columns: 1fr 1fr;
  }

  .sectioncontent {
    padding-left: 1em;
    padding-right: 1em;
  }

  .sectioncontent.paganalise {
    background-color: #fff;
    padding-bottom: 2em;
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .sectioncontent.questions {
    padding-left: 2em;
    padding-right: 2em;
  }

  .instagram-feed---icon-inside {
    max-width: 36px;
  }

  .display-3 {
    font-size: 24px;
    line-height: 35px;
  }

  .square-icon {
    border-radius: 14px;
    max-width: 56px;
  }

  .square-icon.benefits {
    margin-right: 0;
  }

  .card.icon-left---content-right {
    flex-direction: column;
    padding-left: 1em;
    padding-right: 1em;
  }

  .inner-container._555px.center {
    margin-top: 0;
    margin-bottom: 3em;
  }

  .grid-2-columns {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 1em;
  }

  .display-4 {
    font-size: 24px;
    line-height: 35px;
  }

  .vantagenstext {
    margin-top: 1em;
    margin-left: 0%;
  }

  .div-block-268 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 1em;
  }

  .walsh-main-paragraph-2 {
    font-size: 1em;
  }

  .walsh-form-wrapper {
    width: 100%;
  }

  .walsh-button-circle-small {
    background-color: #ffdd79;
    border-radius: 1em;
    width: 100%;
    margin-left: 0;
  }

  .walsh-full-image {
    flex: 0 auto;
  }

  .walsh-content-wrapper-gap-large {
    width: 100%;
    margin-top: 1vw;
  }

  .walsh-content-wrapper-gap-large.topnegativo {
    width: 100%;
    margin-top: .1em;
  }

  .walsh-main-grid-2.btn {
    grid-column-gap: 0em;
    margin-top: -4vw;
  }

  .walsh-text-field-single {
    text-align: left;
    margin-bottom: 0;
    padding-left: 20px;
  }

  .walsh-content-wrapper-gap {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .walsh-tag {
    text-align: left;
    display: none;
  }

  .walsh-container-2 {
    flex: 0 auto;
    width: 100%;
  }

  .walsh-form-single {
    align-items: center;
  }

  .walsh-label-tag {
    font-size: 12px;
  }

  .walsh-cta-frame-image-overflow {
    height: 12em;
  }

  .walsh-heading-large {
    margin-right: -5px;
    font-size: 4vw;
  }

  .div-block-269 {
    margin-right: .5em;
  }

  .div-block-269.ajuste {
    width: 0%;
    margin-right: 0;
  }

  .text-block-127 {
    font-size: 1.2em;
  }

  .div-block-278 {
    padding-right: 1em;
  }

  .div-block-279 {
    justify-content: center;
    align-items: flex-start;
    width: auto;
    padding-left: 1.5em;
  }

  .taglink {
    transition-property: none;
  }

  .divequipefoto.more {
    width: 2.7em;
    padding-right: 0;
  }

  .text-block-130 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .realestatetext {
    font-size: .8em;
  }

  .button-paragraph-2 {
    font-size: 2.8vw;
  }

  .button-15 {
    justify-content: space-between;
    width: 100%;
    margin-bottom: .3em;
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .brandplantao.is-2nd:hover {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .brandplantao.is-2nd.leadpage {
    padding-left: .2em;
    padding-right: .2em;
  }

  .navbarcontainer {
    padding-bottom: .7em;
    padding-left: .6em;
    padding-right: .6em;
  }

  .button-arrow-right-2 {
    margin-left: .5em;
  }

  .footer-logo-2 {
    width: 13em;
  }

  .featured-gallery-item-2 {
    flex-wrap: wrap;
    flex: 0 auto;
    width: 48%;
    margin: .5em 0;
  }

  .container-9 {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .main-tab-link-2 {
    padding-top: 2.5em;
  }

  .featured-gallery-lightbox-2 {
    height: 6em;
  }

  .contact-tab-pane {
    padding: 2.5em 4vw 4em;
  }

  .contact-tab-pane.conteudo {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .main-tab-link-title-2 {
    text-align: center;
    font-size: .9em;
    line-height: 1.3em;
  }

  .hero-heading-2 {
    font-size: 6vw;
  }

  .breadcrumbs-2 {
    padding-left: 5vw;
    padding-right: 2.8em;
    overflow: auto;
  }

  .property-hero-2 {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .property-gallery-lightbox-2.is-bigger {
    height: 11em;
  }

  .footer {
    text-align: left;
  }

  .property-desc-paragraph-2 {
    font-size: 1.2em;
  }

  .footer-brand-2 {
    text-align: center;
    display: block;
  }

  .button-16 {
    justify-content: space-between;
    width: 100%;
    margin-bottom: .3em;
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .hero-claim-2.with-toptitle {
    padding-top: 0;
    padding-bottom: 3vw;
    padding-left: 3vw;
  }

  .hero-button-2 {
    padding-left: 1em;
  }

  .button-arrow-right-3 {
    margin-left: .5em;
  }

  .property-desc-item-2 {
    width: 100%;
    padding: 1.2em .6em;
  }

  .property-desc-icon-2 {
    margin-right: .4em;
  }

  .logolopeshotsite.logolopes {
    max-width: 23vw;
  }

  .divtorrehotsite {
    width: 30vw;
    min-width: 30vw;
  }

  .credits.small {
    text-align: center;
  }

  .text-block-131.leadpage {
    margin-top: 0;
    margin-left: .6em;
    font-size: .6em;
  }

  .divlisting {
    flex-flow: column;
    width: auto;
  }

  .seclisting {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .div-block-285 {
    margin-top: 1em;
  }

  .div-block-286 {
    width: 13vw;
    height: 13vw;
  }

  .div-block-287 {
    flex-flow: column;
    justify-content: space-between;
    width: 25%;
    height: 47vw;
    margin-top: 1em;
    inset: 0% 0% auto auto;
  }

  .div-block-288 {
    border-right-style: none;
    justify-content: center;
    align-items: center;
    width: 69%;
    min-height: 47vw;
    padding-right: 0;
  }

  .div-block-289 {
    width: 100%;
    margin-left: 0;
  }

  .listinfra {
    grid-column-gap: 1.5vw;
    grid-row-gap: 1.5vw;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-areas: "Area";
    padding-bottom: 0;
  }

  .div-block-292 {
    height: auto;
  }

  .image-65 {
    height: 15vw;
    min-height: 15vw;
  }

  .text-block-132 {
    font-size: 6vw;
  }

  .text-block-133 {
    font-size: 3vw;
  }

  .heading-23 {
    letter-spacing: -.5px;
    font-size: 3.1vw;
  }

  .text-block-134 {
    font-size: 2.5vw;
  }

  .text-block-134.preco-2 {
    margin-top: .5em;
  }

  .div-block-296 {
    margin-top: 1em;
  }

  .div-block-296.desk {
    display: none;
  }

  .div-block-296.mob {
    display: flex;
  }

  .wrapperinfra {
    margin-bottom: 0;
  }

  .iteminfra {
    height: 14vw;
  }

  .div-block-299 {
    height: 100%;
    min-height: 0;
    max-height: none;
  }

  .div-block-299.midle {
    margin: 1.5vw 0;
  }

  .text-block-141.header {
    margin-left: 0;
  }

  .html-embed-29.desk {
    display: none;
  }

  .html-embed-29.mob {
    display: block;
  }

  .combine-heading-style-h2-3 {
    font-size: 7vw;
  }

  .combine-faq4_component.questions {
    flex-flow: column;
  }

  .div-block-307.mob {
    grid-column-gap: .3em;
    grid-row-gap: .3em;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-307.desk {
    display: none;
  }

  .form-text-field.input-tel.financeirodesk {
    height: 4em;
    min-height: 4em;
  }

  .div-block-309 {
    margin-left: auto;
    margin-right: auto;
    inset: auto 0% 0%;
  }

  .msg1landing {
    font-size: 1.5em;
  }

  .div-block-315 {
    padding-left: 9vw;
    padding-right: 9vw;
  }

  .div-block-316 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .stickbar {
    height: 6.5em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .divstick1.book {
    padding-right: .8em;
  }

  .divstick1.book.sidebar {
    margin-bottom: .2em;
    padding-left: .6em;
    padding-right: .5em;
  }

  .bookicon.sidebar {
    display: none;
  }

  .sticktext {
    line-height: 1em;
  }

  .cardsgrid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .carditem {
    height: 50vw;
    padding: .9em;
  }

  .cardcolumn.right {
    display: none;
  }

  .cardcolumn.left {
    width: 100%;
  }

  .div-block-320.lancamento {
    min-width: auto;
  }

  .cardtitle.mobile {
    margin-left: .1em;
    display: block;
  }

  .sombra {
    background-image: linear-gradient(0deg, #000000ab, #fff0 65%);
  }

  .div-block-322 {
    padding-top: 3em;
  }

  .div-block-323 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .image-70 {
    margin-left: .1em;
  }

  .gallery-scroll {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .gallery-wrapper {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .gallery-sticky {
    width: auto;
    position: static;
  }

  .gallery-grid {
    width: auto;
    min-width: auto;
  }

  .mobilemargin {
    margin-bottom: 0;
  }

  .gallery-overview {
    padding-left: 1em;
    padding-right: 1em;
  }

  .container-11 {
    max-width: none;
  }

  .gallery-wrapper-2, .gallery-grid-2 {
    grid-template-columns: 1fr;
  }

  .hero-heading-center {
    padding-top: 40px;
  }

  .container-12 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .hero-wrapper-2 {
    flex-flow: column;
    justify-content: flex-start;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .collection-list-14 {
    grid-template-columns: 1fr 1fr;
  }

  .vendaslogo.leadpage {
    font-size: 1.7em;
  }

  .textcta {
    font-size: 1.4em;
    line-height: 1.2em;
  }

  .cs-page-title-wrap {
    padding-right: 0;
  }

  .cs-description {
    margin-top: 6rem;
  }

  .cs-page-wrapper {
    height: auto;
    min-height: 100vh;
    padding: 1.5rem 1.5rem 3rem;
  }

  .d--100 {
    letter-spacing: -.01em;
    font-size: 2.8rem;
  }

  .cs-contact-list {
    flex-direction: column;
    margin-top: 1.5rem;
    display: block;
  }

  .brandlopes.is-2nd:hover {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .logo-4 {
    font-size: 1em;
  }

  .container-13 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .testimonial-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .testimonial-block-main {
    flex-direction: column;
  }

  .testimonial-main-image {
    width: 100%;
    height: auto;
    margin-bottom: 32px;
    margin-right: 0;
  }

  .testimonial-image {
    width: 2.5em;
    max-width: 2.5em;
    height: 2.5em;
    max-height: 2.5em;
  }

  .brand-3.is-2nd.headerbrand.daiane.daianeratio {
    max-width: 15vw;
  }

  .cardtitle-2.mobile {
    margin-left: .1em;
    display: block;
  }

  .div-block-330 {
    padding-top: 3em;
    padding-left: 0;
    padding-right: 0;
  }

  .cardsgrid-2 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .carditem-2 {
    height: 50vw;
    padding: .9em;
  }

  .d--100-2 {
    letter-spacing: -.01em;
    font-size: 2.8rem;
  }

  .social-icon-2 {
    width: 1.25rem;
  }

  .hero__content {
    height: 130vw;
  }

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

  .nav__link {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav__head {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .projects__thumb {
    height: 64vw;
  }

  .div-block-335 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }
}

#w-node-_0cb1b1ed-743f-de8e-1691-3aca6fec2612-d7057451, #w-node-_1dab9983-4cd5-dd0c-af01-734399abd283-d7057451, #w-node-_02a7245c-9f75-7a3a-b0fb-3ceb7b8c28a5-d7057451, #w-node-b3e4afd9-b894-95b1-86fb-d2b1d14ec9be-d7057451, #w-node-_9b6bb93a-3b59-e2fc-dc6d-d59b40b4ccd5-d7057451, #w-node-fa6690f0-1fd9-11d9-3e99-7a659f85403b-d7057451, #w-node-_285bc068-8f6d-7527-02c5-148ed6441953-d7057451, #w-node-_69155641-5377-c65c-2e20-a372c755753d-d7057451, #w-node-d93fc169-4ab8-7fad-bb6d-4fb0f6c50ac1-d7057451, #w-node-_1d017bbb-2242-ff90-a1b0-5691f05d0345-d7057451, #w-node-f0ea4c39-0e7c-9c13-aa5c-4f8824e18f0c-d7057451, #w-node-_2bfc446e-5d7e-25ec-0d42-82308a07fb41-d7057451 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2bfc446e-5d7e-25ec-0d42-82308a07fb47-d7057451 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d72deb0b-0905-8876-c8d5-3aa121761bd5-d7057451, #w-node-_723e1c64-5aed-6076-ff76-e90e28e30197-d7057451, #w-node-e6910abb-3139-5373-62e5-a6fad572a408-3a8ac4bf, #w-node-_1e7dc1ed-3cef-8dd4-b317-6118061785b7-3a8ac4bf, #w-node-_09913bc0-9a04-5fd3-a35f-2888880262ef-3a8ac4bf, #w-node-e31a2674-1ddd-d88b-7b32-066cb187c524-3a8ac4bf, #w-node-_7c51e07d-ec69-4556-fcc5-6e048de6a365-3a8ac4bf, #w-node-_7769a400-1551-b634-75fa-a09eba85374f-55524c38 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf300c72-6446-9af4-f940-13de5d1dd29a-55524c38 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-bf300c72-6446-9af4-f940-13de5d1dd29b-55524c38 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_7db8ce41-3767-c08d-0207-0ff2567b307c-2453964c, #w-node-_7db8ce41-3767-c08d-0207-0ff2567b3082-2453964c, #w-node-_4368beec-3925-81d6-3e82-2ef450dac7da-86f101c4, #w-node-_926956e3-79be-f7a5-a621-2db26b6167ba-1d9280e9, #w-node-_7db8ce41-3767-c08d-0207-0ff2567b307c-96c1fedf, #w-node-_46eb4112-9527-3105-1bca-b83e22994a6d-d2e42b75 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_4d6d7296-8f02-7b3c-4e1b-ccc0992af377-1d9280e9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-bf022147-83cc-13dd-d4ec-d088bd2fe7f5-d70573db, #w-node-_723e1c64-5aed-6076-ff76-e90e28e30197-d7057451 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7769a400-1551-b634-75fa-a09eba85374f-55524c38 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3f488bf8-1385-42f4-956c-8ddee1042aa0-e1042a94, #w-node-_4368beec-3925-81d6-3e82-2ef450dac7da-86f101c4, #w-node-_4f1251ea-d477-a742-cc1d-d3ed008591c0-1d9280e9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7769a400-1551-b634-75fa-a09eba85374f-55524c38 {
    grid-column: span 3 / span 3;
  }

  #w-node-_1a941ed9-c967-5997-7f65-51419f6fd3c9-2453964c, #w-node-_1a941ed9-c967-5997-7f65-51419f6fd3c9-96c1fedf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2bfc446e-5d7e-25ec-0d42-82308a07fb41-d7057451, #w-node-_2bfc446e-5d7e-25ec-0d42-82308a07fb47-d7057451 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bf300c72-6446-9af4-f940-13de5d1dd29b-55524c38 {
    grid-column: span 1 / span 1;
  }

  #w-node-b7bfa698-c48d-7639-48d0-2495b9f23fbc-2453964c, #w-node-b7bfa698-c48d-7639-48d0-2495b9f23fbc-96c1fedf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Coign 47 pro';
  src: url('../fonts/coign-47-bold-pro.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Amx';
  src: url('../fonts/AMX-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Amx';
  src: url('../fonts/AMX-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Amx';
  src: url('../fonts/AMX-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Amx';
  src: url('../fonts/AMX-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}