:root {
  --white: white;
  --black: black;
}

.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-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-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

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

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

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

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

body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

a {
  text-decoration: underline;
}

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

strong {
  font-weight: bold;
}

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

.div-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block {
  text-align: center;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
}

.div-block-2 {
  background-color: #2a9163;
  border-top: 2px solid #022444;
  border-bottom: 0 solid #204a66;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-3 {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-block-2 {
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.text-block-3 {
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.text-block-4 {
  color: #fff;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.text-block-5 {
  margin-bottom: 12px;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image {
  width: 30px;
  max-width: none;
}

.image-2 {
  width: 35px;
  max-width: none;
}

.link-block {
  margin-right: 10px;
}

.image-3 {
  width: 30px;
  max-width: none;
}

.link-block-2 {
  margin-right: 10px;
}

.div-block-5 {
  width: auto;
  height: 100%;
  display: flex;
}

.div-block-6 {
  z-index: 501;
  height: 60px;
  background-color: #fff;
  border-top: 2px solid #204a66;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-7 {
  flex-direction: column;
  justify-content: center;
  margin-right: 0;
  display: flex;
}

.text-block-6 {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.text-block-7 {
  color: #fff;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 500;
}

.link-block-3 {
  width: 25%;
  height: 100%;
  background-image: url('../images/telefone.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.div-block-8 {
  z-index: 500;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 10%;
  left: auto;
  right: 0%;
}

.div-block-9 {
  height: auto;
  background-image: linear-gradient(rgba(182, 170, 170, .63), rgba(182, 170, 170, .63)), url('../images/bed-beach.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100% 100%;
}

.div-block-10 {
  width: 100%;
  height: 5em;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #204a66;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.div-block-11 {
  z-index: 322;
  height: 12em;
  background-color: #fff;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: static;
}

.div-block-12 {
  width: 100%;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: static;
}

.text-block-8 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.div-block-13 {
  width: 80%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-14 {
  width: 15%;
  height: 100%;
  justify-content: center;
  display: flex;
}

.link-block-copy {
  margin-right: 10px;
}

.div-block-15 {
  width: 100%;
  height: 50em;
  background-color: #f7f7f7;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  display: flex;
}

.div-block-15:hover {
  color: #022444;
}

.image-4 {
  width: 25em;
  max-width: none;
  margin-left: 20px;
  padding-left: 2px;
  transition: all .75s cubic-bezier(.246, .977, .25, 1);
}

.image-4:hover {
  transform: scale(1.02)scale(1.02);
}

.grid-2 {
  width: 100%;
  min-width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto auto;
  justify-content: space-around;
  align-items: center;
  justify-items: stretch;
}

.text-block-7-copy {
  color: #022444;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.text-block-6-copy {
  color: #022444;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.navbar {
  width: 100%;
  background-color: rgba(221, 221, 221, 0);
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #000;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
  overflow: visible;
}

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

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

.grid-3 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-16 {
  height: 60px;
}

.heading {
  color: #333;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  display: flex;
}

.heading-2 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 32px;
}

.div-block-17 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-18 {
  width: 200px;
  height: 3px;
  background-color: #204a66;
}

.div-block-19 {
  width: 100%;
  height: 80vh;
  background-image: linear-gradient(rgba(255, 255, 255, .42), rgba(255, 255, 255, .42)), url('../images/urban-city-architecture.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-direction: column;
  display: flex;
}

.div-block-20 {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, .1), rgba(255, 255, 255, .1)), url('../images/portrait-woman-customer-service-worker.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-4 {
  align-items: center;
  display: flex;
}

.heading-3 {
  color: #000;
  background-color: rgba(255, 255, 255, 0);
  padding: 20px;
  font-family: Montserrat, sans-serif;
}

.text-block-9 {
  color: #000;
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
  padding: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
}

.div-block-21 {
  width: 55%;
  height: 20%;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 30px;
  display: flex;
}

.div-block-22 {
  width: 50%;
  height: 100%;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.select-field {
  width: 100%;
  color: #204a66;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 11px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.form {
  width: 100%;
}

.form-block {
  width: 90%;
  margin-bottom: 0;
}

.text-block-10 {
  color: #204a66;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.div-block-22-copy {
  width: 50%;
  height: 100%;
  border-left: 1px solid #204a66;
  border-right: 0 solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

._23 {
  width: 50%;
  height: 100%;
  border-left: 0 solid #000;
  border-right: 1px solid #204a66;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-23 {
  width: 40%;
  height: 6em;
  background-color: #fff;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-24 {
  width: 10em;
  height: 3em;
  background-color: #204a66;
  justify-content: center;
  align-items: center;
  transition: all .775s cubic-bezier(.234, 1.007, .25, 1);
  display: flex;
}

.div-block-24:hover {
  background-color: #01202b;
  transform: scale(1.02);
}

.link-block-5 {
  text-decoration: none;
}

.text-block-11 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.div-block-25 {
  align-items: center;
  display: flex;
}

.image-5 {
  width: 20px;
  height: 20px;
  max-width: none;
}

.image-6 {
  width: 12em;
  max-width: none;
}

.bold-text {
  color: #fff;
}

.div-block-26 {
  margin-bottom: 12px;
  display: flex;
}

.image-7 {
  width: 25px;
  height: 25px;
  max-width: none;
}

.div-block-27 {
  margin-left: 10px;
}

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

.image-8 {
  width: 25px;
  height: 25px;
  max-width: none;
}

.text-block-4-copy {
  margin-bottom: 12px;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

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

.div-block-29 {
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.link-block-6 {
  height: 100%;
  border-radius: 0;
  text-decoration: none;
}

.div-block-30 {
  width: 100%;
  height: 45%;
  background-color: #fff;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-left: 20px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.text-block-12 {
  color: #000;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.div-block-31 {
  align-items: flex-end;
  margin-bottom: 10px;
  display: flex;
}

.image-9 {
  width: 25px;
  height: 25px;
  max-width: none;
}

.text-block-12-copy {
  color: #000;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 600;
}

.text-block-13 {
  color: #000;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 700;
}

.slide-nav {
  display: none;
}

.div-block-32 {
  justify-content: space-between;
  display: flex;
}

.div-block-33 {
  width: 9em;
  height: 2.5em;
  background-color: #204a66;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  transition: all .8s cubic-bezier(.234, .983, .25, 1);
  display: flex;
}

.div-block-33:hover {
  background-color: #01202b;
  transform: scale(1.03);
}

.text-block-14 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.image-10 {
  width: 55%;
  max-width: none;
}

.div-block-34 {
  width: 100%;
  height: 55%;
  background-image: url('../images/16318105407081631810540224g_826422.jpg');
  background-position: 0%;
  background-size: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.slider {
  height: 28em;
  background-color: rgba(221, 221, 221, 0);
  margin-bottom: 0;
}

.icon, .icon-2 {
  color: #204a66;
}

.div-block-15-copy {
  width: 100%;
  height: 50em;
  background-color: rgba(247, 247, 247, 0);
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  display: flex;
}

.div-block-15-copy:hover {
  color: #022444;
}

.div-block-15-copy {
  width: 100%;
  height: 50em;
  background-color: rgba(247, 247, 247, 0);
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  display: flex;
}

.div-block-15-copy:hover {
  color: #022444;
}

.heading-2-copy {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 50px;
  font-family: Montserrat, sans-serif;
}

.heading-copy {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.div-block-15-copy {
  width: 100%;
  height: 50em;
  background-color: #f7f7f7;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  display: flex;
}

.div-block-15-copy:hover {
  color: #022444;
}

.div-block-15-copy {
  width: 100%;
  height: 50em;
  background-color: #f7f7f7;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-15-copy:hover {
  color: #022444;
}

.div-block-15-copy-copy {
  width: 100%;
  height: 50em;
  background-color: #f7f7f7;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  display: flex;
}

.div-block-15-copy-copy:hover {
  color: #022444;
}

.div-block-15-copy-copy {
  width: 100%;
  height: 50em;
  background-color: rgba(247, 247, 247, 0);
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  display: flex;
}

.div-block-15-copy-copy:hover {
  color: #022444;
}

.div-block-15-copy-copy {
  width: 100%;
  height: 50em;
  background-color: rgba(247, 247, 247, 0);
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  display: flex;
}

.div-block-15-copy-copy:hover {
  color: #022444;
}

.div-block-15-copy-copy-copy {
  width: 100%;
  height: 50em;
  background-color: #f7f7f7;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  display: flex;
}

.div-block-15-copy-copy-copy:hover {
  color: #022444;
}

.div-block-20-copy {
  height: 100%;
  background-image: linear-gradient(39deg, #204a66, rgba(255, 255, 255, 0)), url('../images/db527c59-02f0-4165-95e1-c23cc42b0f9f-removebg-preview.png');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-4 {
  color: #000;
  font-family: Montserrat, sans-serif;
}

.hero-heading-right {
  background-color: #edf3f5;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

.hero-split {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.shadow-two {
  transition: all .777s cubic-bezier(.24, .989, .25, 1);
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.shadow-two:hover {
  transform: scale(1.03);
}

.margin-bottom-24px {
  color: #000;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

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

.heading-5 {
  color: #000;
  font-family: Montserrat, sans-serif;
}

.div-block-19-copy {
  width: 100%;
  height: 80vh;
  background-image: linear-gradient(rgba(255, 255, 255, .23), rgba(255, 255, 255, .23)), url('../images/urban-city-architecture.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-direction: column;
  display: flex;
}

.div-block-35 {
  height: 60px;
}

.link-block-3-copy {
  width: 25%;
  height: 100%;
  background-image: url('../images/correspondencia.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.brix---mg-bottom-8px {
  margin-bottom: 8px;
}

.brix---subtitle {
  color: #022444;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---paragraph-default {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.1em;
  line-height: 1.1em;
}

.brix---form-grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---grid-contact-v1 {
  grid-column-gap: 60px;
  grid-row-gap: 28px;
  background-color: #f7f7f7;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 60px 20px;
  display: grid;
}

.brix---btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #022444;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  color: #fff;
  background-color: #006a96;
  transform: translate3d(0, -3px, .01px);
}

.brix---input {
  min-height: 70px;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .08);
}

.brix---input:hover {
  border-color: #022444;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .1);
}

.brix---input:focus {
  color: #022444;
  border-color: #022444;
}

.brix---input:focus-visible {
  border-color: #022444;
}

.brix---input[data-wf-focus-visible] {
  border-color: #022444;
}

.brix---input::-ms-input-placeholder {
  color: #022444;
  font-size: 18px;
}

.brix---input::placeholder {
  color: #022444;
  font-size: 18px;
}

.brix---text-300-bold {
  color: #022444;
  font-family: Montserrat, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 22px;
}

.brix---color-accent-1 {
  color: #222a94;
}

.brix---text-200-bold {
  color: #022444;
  -webkit-text-stroke-color: #222a94;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---color-neutral-600 {
  color: #6e7191;
}

.brix---color-neutral-100 {
  color: #fff;
}

.brix---success-message {
  color: #fff;
  background-color: #222a94;
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---card-form {
  min-height: 576px;
  background-color: #f8f4f4;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  margin-bottom: 0;
  padding: 56px 40px;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.brix---color-neutral-800 {
  color: #211f54;
}

.brix---text-area {
  min-height: 144px;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 22px;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .08);
}

.brix---text-area:hover {
  border-color: #022444;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .1);
}

.brix---text-area:active {
  border-color: #022444;
}

.brix---text-area:focus {
  color: #022444;
  border-color: #022444;
}

.brix---text-area::-ms-input-placeholder {
  color: #022444;
  font-size: 18px;
}

.brix---text-area::placeholder {
  color: #022444;
  font-size: 18px;
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---card-link-icon-wrapper {
  color: #6e7191;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #f7f7fc;
  border-radius: 14px;
  align-items: center;
  padding: 14px 18px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  text-decoration: none;
  transition: transform .3s, border-color .3s, color .3s;
  display: flex;
  box-shadow: 0 2px 6px rgba(20, 20, 43, .06);
}

.brix---card-link-icon-wrapper:hover {
  border-color: #022444;
  transform: scale3d(.96, .96, 1.01);
}

.brix---text-200 {
  color: #071114;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.brix---heading-h1-size {
  color: #022444;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 2.3em;
  font-weight: 700;
  line-height: 1em;
}

.brix---inner-container-400px {
  max-width: 400px;
}

.brix---input-label {
  color: #022444;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.brix---big-icon-left {
  width: 2.3em;
  max-width: none;
  border-radius: 0;
  margin-right: 16px;
}

.brix---error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.brix---icon-success-message-big {
  width: 60px;
  margin-bottom: 10px;
}

.div-block-36 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-36-copy {
  background-color: #fff;
  padding: 0;
}

.div-block-19-copy-copy {
  width: 100%;
  height: 80vh;
  background-image: linear-gradient(rgba(255, 255, 255, .23), rgba(255, 255, 255, .23)), url('../images/urban-city-architecture.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-direction: column;
  display: flex;
}

.heading-6 {
  color: #204a66;
  text-align: center;
  background-color: rgba(255, 255, 255, .59);
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px;
  font-family: Montserrat, sans-serif;
}

.footer-copyright {
  margin-right: 40px;
}

.property-info-inner {
  color: rgba(16, 64, 91, .5);
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
}

.footer-left-col {
  max-width: 300px;
}

.property-gallery-item {
  width: 100%;
  border-radius: 20px;
  padding-top: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.white-link {
  color: #fff;
  text-decoration: none;
  transition: color .4s;
}

.white-link:hover {
  color: #fff;
  text-decoration: none;
}

.property-gallery {
  width: 100%;
  margin-top: 20px;
}

.property-hero-bg {
  z-index: -1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-social-links {
  align-items: center;
  margin-top: 36px;
  margin-left: -15px;
  display: flex;
}

.property-description-card {
  width: 100%;
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  flex: none;
  margin-top: -70px;
  margin-bottom: 100px;
  padding: 40px 40px 45px;
  display: flex;
  position: relative;
  box-shadow: 0 30px 60px -5px rgba(94, 204, 211, .2);
}

.additional-listings-list {
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.button {
  min-height: 60px;
  text-align: center;
  cursor: pointer;
  background-color: #10405b;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 12px 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  transition: transform .4s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.button:hover {
  text-decoration: none;
  transform: scale(.95);
}

.button.header-button {
  min-height: 50px;
  margin-left: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.button.secondary-button-overlay {
  min-height: 40px;
  color: rgba(16, 64, 91, .5);
  background-color: #fff;
  border: 2px solid rgba(16, 64, 91, .5);
  border-radius: 16px;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0 10px 15px -7px rgba(16, 64, 91, .1);
}

.button.yellow-button {
  color: #10405b;
  background-color: #fff;
}

.header-logo {
  padding-left: 0;
}

.agent-position {
  opacity: .5;
  color: #10405b;
  font-size: 14px;
  line-height: 130%;
}

.footer-links {
  display: flex;
}

.section {
  flex: 1;
  padding: 140px 5%;
}

.section.cta-section {
  z-index: 2;
  background-image: linear-gradient(rgba(16, 64, 91, 0) 70%, #10405b 70%);
  padding-top: 0;
  padding-bottom: 90px;
  position: relative;
}

.section.white-section {
  background-color: #fff;
}

.section.property-main-section {
  padding-top: 0;
}

.section.footer {
  color: #fff;
  background-color: #10405b;
  padding-top: 60px;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 150%;
}

.section.property-hero-section {
  color: #fff;
  text-align: center;
  padding-top: 240px;
  padding-bottom: 180px;
  position: relative;
}

.footer-heading {
  opacity: .5;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 24px;
}

.property-type-text {
  margin-right: 5px;
}

.property-main-wrapper {
  width: 100%;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.footer-bottom {
  width: 100%;
  color: rgba(255, 255, 255, .5);
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.container-2 {
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.property-contact-agent {
  width: 100%;
  padding-top: 100px;
}

.property-type-wrapper {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  text-transform: capitalize;
  background-color: rgba(255, 255, 255, .2);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  display: flex;
  box-shadow: 0 5px 20px rgba(16, 64, 91, .1);
}

.agent-card {
  width: 31%;
  background-color: rgba(94, 204, 211, .2);
  border-radius: 30px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  padding: 60px 40px;
  font-size: 18px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  box-shadow: 0 30px 60px -5px rgba(94, 204, 211, .2);
}

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

.property-description-wrapper {
  width: 65%;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: center;
  margin-right: 4%;
}

.property-gallery-thumbnail-img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.property-gallery-item-overlay {
  opacity: 0;
  background-color: rgba(16, 64, 91, .7);
  background-image: url('../images/Zoom.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 20px;
  transition: opacity .4s cubic-bezier(.23, 1, .32, 1);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.property-gallery-item-overlay:hover {
  opacity: 1;
}

.phone-field {
  height: 70px;
  color: #10405b;
  background-image: url('../images/email.svg');
  background-position: 18px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  border-radius: 20px;
  padding-left: 70px;
  font-size: 16px;
  line-height: 130%;
  transition: opacity .3s;
}

.phone-field:hover {
  opacity: .9;
}

.phone-field::-ms-input-placeholder {
  color: rgba(16, 64, 91, .5);
}

.phone-field::placeholder {
  color: rgba(16, 64, 91, .5);
}

.property-address {
  color: rgba(16, 64, 91, .5);
  font-size: 14px;
  line-height: 100%;
}

.page {
  min-height: 100vh;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.page.overflow-visible {
  overflow: visible;
}

.footer-menu-link {
  color: #fff;
  margin-bottom: 14px;
  font-size: 16px;
  text-decoration: none;
  transition: color .4s;
  display: inline-block;
}

.footer-menu-link:hover {
  color: #fff;
  text-decoration: none;
}

.property-id-wrap {
  color: rgba(16, 64, 91, .5);
  align-items: center;
  font-size: 14px;
  line-height: 100%;
  display: flex;
}

.agent-name {
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}

.header {
  z-index: 100;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: rgba(255, 255, 255, .5);
  padding-left: 5%;
  padding-right: 5%;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.features-rich-text {
  margin-bottom: 100px;
}

.additional-listing-item {
  width: 33.33%;
  padding: 10px;
}

.period-text {
  margin-bottom: 3px;
  font-size: 18px;
  line-height: 100%;
}

.property-map-block {
  max-width: 100%;
  margin-top: 20px;
  overflow: hidden;
}

.agent-form-fields {
  margin-top: 50px;
}

.property-hero-wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.property-location {
  background-image: url('../images/Vector.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 30px;
  font-size: 22px;
}

.header-link {
  color: #10405b;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
  margin-left: 40px;
  padding: 3px 0;
  font-size: 18px;
  line-height: 130%;
  transition: color .4s cubic-bezier(.23, 1, .32, 1);
}

.header-link:hover {
  color: #5eccd3;
  text-decoration: none;
}

.header-link.w--current {
  color: #10405b;
  cursor: default;
  border-bottom-color: #fff;
}

.header-inner {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.property-info-icon-wrapper {
  color: #10405b;
  align-items: center;
  font-size: 18px;
  display: flex;
}

.description-card-top {
  align-items: flex-end;
  display: flex;
}

.form-fields-wrap {
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.cta-form-error {
  width: 100%;
  color: #fff;
  background-color: rgba(187, 36, 94, .5);
  border-radius: 15px;
  margin-top: 35px;
  font-size: 16px;
  position: absolute;
}

.header-menu {
  align-items: center;
  display: flex;
}

.property-icon {
  margin-right: 10px;
}

.property-id {
  color: rgba(16, 64, 91, .5);
  margin-left: 5px;
  font-size: 14px;
  line-height: 100%;
}

.form-field-wrap {
  padding: 10px;
}

.relative, .agent-form {
  position: relative;
}

.description-rich-text {
  width: 100%;
}

.agent-form-block {
  width: 100%;
  color: #fff;
  text-align: center;
  background-image: url('../images/CTA-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 60px;
  flex-direction: column;
  align-items: center;
  margin-top: -40px;
  padding-bottom: 120px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: relative;
  box-shadow: 0 50px 100px -20px rgba(94, 204, 211, .3);
}

.cta-block-overlay {
  width: 100%;
  height: 100%;
  opacity: 1;
  background-image: linear-gradient(270deg, rgba(94, 204, 211, .95), rgba(72, 173, 192, .85) 55%, rgba(54, 147, 176, .95));
  border-radius: 60px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.arent-image {
  border: 10px solid #fff;
  border-radius: 40px;
  margin-bottom: 15px;
  box-shadow: 0 15px 30px rgba(22, 45, 58, .1);
}

.arent-image.contact-block {
  width: 140px;
  height: 140px;
  object-fit: cover;
  margin-top: -70px;
}

.social-link {
  opacity: .5;
  flex: none;
  margin-left: 15px;
  margin-right: 15px;
  transition: opacity .4s;
}

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

.property-info-block {
  z-index: 3;
  background-color: rgba(94, 204, 211, .1);
  border-radius: 20px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 50px;
  padding: 30px 5%;
  display: flex;
}

.agent-form-button-wrapper {
  flex-direction: column;
  align-items: center;
  margin-top: -40px;
  display: flex;
  position: relative;
}

.div-block-37 {
  background-color: rgba(16, 64, 91, .7);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-area {
  min-height: 160px;
  color: #10405b;
  border: 1px #000;
  border-radius: 20px;
  padding: 22px 24px 30px;
  font-size: 16px;
  line-height: 130%;
  transition: opacity .3s;
}

.text-area:hover {
  opacity: .9;
}

.text-area::-ms-input-placeholder {
  color: rgba(16, 64, 91, .5);
}

.text-area::placeholder {
  color: rgba(16, 64, 91, .5);
}

.property-price-wrapper {
  flex: 1;
  align-items: flex-end;
  display: flex;
}

.footer-links-col {
  min-width: 160px;
  margin-left: 60px;
}

.agent-form-info {
  z-index: 2;
  margin-bottom: 40px;
  position: relative;
}

.empty-state {
  text-align: center;
  background-color: rgba(255, 255, 255, .5);
  border-radius: 15px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.email-field {
  height: 70px;
  color: #10405b;
  background-image: url('../images/email_1.svg');
  background-position: 18px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  border-radius: 20px;
  padding-left: 70px;
  font-size: 16px;
  line-height: 130%;
  transition: opacity .3s;
}

.email-field:hover {
  opacity: .9;
}

.email-field::-ms-input-placeholder {
  color: rgba(16, 64, 91, .5);
}

.email-field::placeholder {
  color: rgba(16, 64, 91, .5);
}

.footer-logo {
  margin-bottom: 20px;
}

.success-message {
  background-color: rgba(0, 0, 0, 0);
  font-size: 24px;
}

.listings-wrapper {
  align-self: stretch;
  margin-left: -10px;
  margin-right: -10px;
}

.prise-text {
  color: #5eccd3;
  margin-right: 3px;
  font-size: 40px;
  font-weight: 600;
  line-height: 100%;
}

.footer-main {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  justify-content: space-between;
  padding-bottom: 100px;
  display: flex;
}

.description-show-more-overlay {
  z-index: 2;
  height: 120px;
  background-image: linear-gradient(to top, #fff 24%, rgba(255, 255, 255, .93) 50%, rgba(255, 255, 255, .85) 66%, rgba(255, 255, 255, .67) 81%, rgba(255, 255, 255, 0));
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: -120px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 30px;
  left: 40px;
  right: 40px;
}

.name-field {
  height: 70px;
  color: #10405b;
  background-image: url('../images/name.svg');
  background-position: 18px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  border-radius: 20px;
  padding-left: 70px;
  font-size: 16px;
  line-height: 130%;
  transition: opacity .3s;
}

.name-field:hover {
  opacity: .9;
}

.name-field::-ms-input-placeholder {
  color: rgba(16, 64, 91, .5);
}

.name-field::placeholder {
  color: rgba(16, 64, 91, .5);
}

.white-text {
  color: #fff;
}

.heading-32px {
  font-size: 32px;
}

.description-text-wrapper {
  width: 100%;
  overflow: hidden;
}

.div-block-38 {
  background-color: rgba(16, 64, 91, .7);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.div-block-24-copy {
  width: 10em;
  height: 3em;
  background-color: #204a66;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  transition: all .775s cubic-bezier(.234, 1.007, .25, 1);
  display: flex;
}

.div-block-24-copy:hover {
  background-color: #01202b;
  transform: scale(1.02);
}

.div-block-24-copy2 {
  width: 10em;
  height: 3em;
  background-color: rgba(0, 84, 113, .78);
  justify-content: center;
  align-items: center;
  transition: all .775s cubic-bezier(.234, 1.007, .25, 1);
  display: flex;
}

.div-block-24-copy2:hover {
  background-color: #01202b;
  transform: scale(1.02);
}

.div-block-40 {
  align-items: center;
  display: flex;
}

.c-metros_input {
  display: none;
}

.c-extra_form {
  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;
}

.c-text-1 {
  color: #7c7c7c;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.c-title-wrapper {
  margin-bottom: 8px;
}

.c-title-wrapper.cc-blue {
  width: 100%;
  color: #231575;
  font-weight: 600;
}

.c-text-2.cc-inline {
  padding-right: 5px;
  display: inline-block;
}

.c-extra_checkbox-wrap {
  width: 40px;
  height: 23px;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
}

.c-metros_values {
  width: 100%;
  justify-content: space-between;
  margin-top: 20px;
  display: flex;
}

.c-filtros_form {
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 30px 20px;
  display: flex;
  box-shadow: -2px 2px 5px rgba(0, 0, 0, .2);
}

.c-rooms_wrapper {
  justify-content: center;
  display: flex;
}

.c-filtro {
  margin-bottom: 0;
}

.c-filtro.cc-search {
  display: flex;
}

.c-provincia_collection {
  display: none;
}

.c-radio {
  border: 1px solid #ccc;
  border-left-width: .5px;
  border-right-style: none;
  margin-bottom: 0;
  padding: 5px 14px;
  position: relative;
}

.c-radio.cc-1 {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  overflow: hidden;
}

.c-radio.cc-last {
  border-right-style: solid;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.c-select {
  height: 40px;
  background-color: #fff;
  border-radius: 12px;
}

.c-checkbox {
  width: 100%;
  height: 3.3em;
  border-style: none;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 0 #000;
}

.c-checkbox.w--redirected-checked {
  background-color: rgba(26, 147, 253, .1);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-color: #4870fe #4870fe #7545ff;
}

.c-checkbox.w--redirected-focus {
  box-shadow: none;
}

.c-metros_wrapper {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.c-metros_track {
  height: 4px;
  background-color: rgba(0, 0, 0, .1);
  position: relative;
}

.c-checkbox_rooms {
  width: 100%;
  height: 100%;
  border-style: none;
  border-width: 0;
  border-radius: 0%;
  margin-top: 0;
  margin-left: 0;
  transition: all .2s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 0 #000;
}

.c-checkbox_rooms.w--redirected-checked {
  background-color: rgba(26, 147, 253, .1);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-color: #1a93fd;
}

.c-track_handle {
  z-index: 1;
  min-width: 35px;
  color: rgba(0, 0, 0, .5);
  cursor: grab;
  background-color: #fff;
  border: 2.56px solid #204a66;
  border-radius: 12px;
  padding: 6px 5px 5px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.c-track_handle:active {
  color: #fff;
  background-color: #204a66;
}

.c-tipo_checkbox {
  width: 9em;
  height: 3em;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 12px;
  margin-bottom: 8px;
  margin-right: 10px;
  padding: 7px 19px;
  position: relative;
  overflow: hidden;
}

.c-search_input {
  height: 45px;
  background-image: url('../images/buscar.png');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border: 1px solid #ccc;
  border-radius: 12px;
  margin-bottom: 0;
  padding-right: 40px;
}

.c-search_input:hover {
  border-color: #204a66;
}

.c-search_input:focus {
  border: 1px solid #4870fe;
  border-bottom-color: #7545ff;
}

.c-tipo {
  display: flex;
}

.c-extra_checkbox-label {
  display: none;
}

.c-metros {
  margin-top: 0;
}

.c-checkbox_text {
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: none;
  position: relative;
}

.c-col {
  width: 100%;
  max-width: 28%;
}

.c-col.cc-1 {
  z-index: 1000;
  height: 55em;
  max-width: 26%;
  background-color: #fff;
  border-right: 1px solid rgba(0, 0, 0, .1);
  padding: 40px 20px;
  display: flex;
  position: static;
  top: 100%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.c-extra_checkbox {
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-style: none;
  border-radius: 0;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 0 #000;
}

.c-extra_checkbox.w--redirected-checked {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
}

.c-extra_checkbox.w--redirected-focus {
  box-shadow: none;
}

.c-button {
  height: 3.3em;
  color: #fff;
  background-color: #204a66;
  background-image: url('../images/Vector-2.png');
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  padding: 12px 15px 12px 36px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.c-track_amount {
  width: 40%;
  height: 100%;
  background-color: #204a66;
  position: absolute;
}

.c-cerrar {
  display: none;
}

.div-block-17-copy {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-18-copy {
  width: 200px;
  height: 3px;
  width: 200px;
  height: 3px;
  background-color: #022444;
}

.div-block-41 {
  width: 100%;
  height: 100%;
}

.lightbox-link {
  width: 100%;
  height: 50em;
}

.div-block-15-copy-copy {
  width: 100%;
  height: auto;
  background-color: #f7f7f7;
  flex-direction: column;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.div-block-15-copy-copy:hover {
  color: #022444;
}

.div-block-15-copy-copy-copy {
  width: 100%;
  height: auto;
  background-color: #f7f7f7;
  flex-direction: column;
  justify-content: center;
  padding: 80px 10px;
  display: flex;
}

.div-block-15-copy-copy-copy:hover {
  color: #022444;
}

.div-block-19-copy-copy {
  width: 100%;
  height: 80vh;
  background-image: linear-gradient(rgba(255, 255, 255, .23), rgba(255, 255, 255, .23));
  flex-direction: column;
  display: flex;
}

.div-block-20-copy-copy {
  height: 100%;
  background-image: linear-gradient(39deg, #204a66 20%, rgba(255, 255, 255, 0)), url('../images/db527c59-02f0-4165-95e1-c23cc42b0f9f-removebg-preview.png');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  display: flex;
}

.heading-7 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 700;
}

.div-block-20-copy-copy {
  height: 100%;
  background-image: linear-gradient(39deg, #204a66, rgba(255, 255, 255, 0)), url('../images/db527c59-02f0-4165-95e1-c23cc42b0f9f-removebg-preview.png');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-20-copy-copy-copy222 {
  height: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, .24), rgba(255, 255, 255, .24)), url('../images/urban-city-architecture.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-20-copy-copy66 {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-15-copy12 {
  width: 100%;
  height: auto;
  background-color: #f7f7f7;
  flex-direction: column;
  justify-content: center;
  padding: 80px 10px;
  display: flex;
}

.div-block-15-copy12:hover {
  color: #022444;
}

.div-block-75 {
  width: 100%;
  height: 50em;
  background-color: #f7f7f7;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  display: flex;
}

.div-block-75:hover {
  color: #022444;
}

.div-block-78 {
  width: 100%;
  height: auto;
  background-color: rgba(247, 247, 247, 0);
  flex-direction: column;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.div-block-78:hover {
  color: #022444;
}

.heading-copy-copy {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.div-block-93 {
  width: 100%;
  height: 50em;
  background-color: rgba(247, 247, 247, 0);
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-93:hover {
  color: #022444;
}

.div-block-932 {
  height: 100%;
  background-image: linear-gradient(39deg, #204a66 20%, rgba(255, 255, 255, 0)), url('../images/db527c59-02f0-4165-95e1-c23cc42b0f9f-removebg-preview.png');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  display: flex;
}

.slider-copy {
  height: 28em;
  background-color: rgba(221, 221, 221, 0);
  margin-bottom: 0;
}

.text-span, .text-span-2 {
  color: #204a66;
}

.slider-copy {
  height: 28em;
  background-color: rgba(221, 221, 221, 0);
  margin-bottom: 0;
}

.div-block-933 {
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.slider-2 {
  width: 100%;
  height: 90%;
  background-color: rgba(221, 221, 221, 0);
}

.div-block-934 {
  width: 100%;
  height: auto;
  background-color: #f7f7f7;
  padding-top: 40px;
  display: flex;
}

.div-block-935 {
  z-index: 87;
  width: 24%;
  height: 30em;
  background-color: #204a66;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 19%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.heading-8 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 27px;
}

.form-block-2 {
  width: 90%;
}

.submit-button {
  width: 100%;
  color: #204a66;
  background-color: #fff;
  border: 3px solid #327a92;
  transition: all .7s cubic-bezier(.234, .989, .25, 1);
}

.submit-button:hover {
  transform: scale(1.02);
}

.field-label, .field-label-2, .field-label-3 {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.div-block-936 {
  width: 100%;
  height: auto;
  background-color: #f7f7f7;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 0;
  display: flex;
}

.grid-5 {
  width: 75%;
  height: 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

.div-block-937 {
  width: 100%;
  height: 30%;
  align-items: flex-end;
  display: flex;
}

.heading-9 {
  margin-top: 0;
  font-family: Montserrat, sans-serif;
}

.text-block-15 {
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.div-block-938 {
  border: 2px solid #204a66;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 20px;
  display: flex;
}

.map {
  width: 100%;
}

.faq-indicator-icon-line {
  width: 100%;
  height: 3px;
  transform-origin: 50%;
  background-color: #204a66;
  position: absolute;
  top: 50%;
  transform: translate(0, 6px)rotate(135deg);
}

.faq-indicator-icon-line._2 {
  background-color: #204a66;
  top: 39%;
  transform: translate(0, -5px)rotate(45deg);
}

.faq-question {
  z-index: 2;
  cursor: pointer;
  border: 2px solid #204a66;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.faq-question:active {
  background-color: #fff;
}

.faq-question:focus {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .04);
}

.faq-question-text {
  flex: 1;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 5px;
}

.faq-wrap {
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  margin-bottom: 20px;
  position: relative;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0);
}

.faq-wrap:hover {
  background-color: rgba(255, 255, 255, .63);
  box-shadow: 0 0 4px 1px rgba(2, 2, 2, .05);
}

.faq-indicator {
  width: 10%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.faq-answer {
  z-index: 2;
  width: 100%;
  margin-left: 0;
  padding: 40px 10px;
  font-family: Droid Sans, sans-serif;
  position: relative;
  overflow: hidden;
}

.paragraph-2 {
  color: #222;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.1em;
}

.faq-background {
  z-index: 1;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 3px 20px 1px rgba(0, 0, 0, .06);
}

.faq-question-text-content {
  color: #204a66;
  font-family: Montserrat, sans-serif;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.1em;
}

.faq-answer-text {
  color: #696969;
  display: flex;
}

.faq-indicator-icon {
  width: 20px;
  height: 20px;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: relative;
}

.heading-10 {
  color: #204a66;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 35px;
  line-height: 0;
}

.faq-indicator-icon-2 {
  width: 20px;
  height: 20px;
  align-self: center;
  align-items: center;
  position: relative;
}

.div-block-940 {
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.image-11 {
  width: 1.4em;
  height: 1.4em;
  max-width: none;
  margin-right: 10px;
}

.header-imoveis-conteudo {
  width: 100%;
  height: auto;
  flex-direction: column;
  display: flex;
}

.div-block-14-copy {
  width: 15%;
  height: 100%;
  justify-content: center;
  display: flex;
}

.link-block-4-copy, .link-block-4-copy2 {
  align-items: center;
  display: flex;
}

.slider-copy3 {
  height: 28em;
  background-color: rgba(221, 221, 221, 0);
  margin-bottom: 0;
}

.slide {
  background-image: url('../images/16318105407081631810540224g_826422.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/16318105407081631810540224g_826422.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-941 {
  align-items: flex-end;
  margin-bottom: 10px;
  display: flex;
}

.div-block-942 {
  width: 9em;
  height: 2.5em;
  background-color: #204a66;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  transition: all .8s cubic-bezier(.234, .983, .25, 1);
  display: flex;
}

.div-block-942:hover {
  background-color: #01202b;
  transform: scale(1.03);
}

.div-block-943 {
  width: 100%;
  height: 45%;
  background-color: #fff;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-left: 20px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.link-block-7 {
  height: 100%;
  border-radius: 0;
  text-decoration: none;
}

.div-block-944 {
  justify-content: space-between;
  display: flex;
}

.text-block-16 {
  color: #000;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 700;
}

.div-block-945 {
  width: 100%;
  height: 55%;
  background-image: url('../images/16318105407081631810540224g_826422.jpg');
  background-position: 0%;
  background-size: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.text-block-17 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.text-block-18 {
  color: #000;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.div-block-946 {
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-947 {
  align-items: flex-end;
  margin-bottom: 10px;
  display: flex;
}

.div-block-948 {
  width: 9em;
  height: 2.5em;
  background-color: #204a66;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  transition: all .8s cubic-bezier(.234, .983, .25, 1);
  display: flex;
}

.div-block-948:hover {
  background-color: #01202b;
  transform: scale(1.03);
}

.div-block-949 {
  width: 100%;
  height: 45%;
  background-color: #fff;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-left: 20px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.link-block-8 {
  height: 100%;
  border-radius: 0;
  text-decoration: none;
}

.div-block-950 {
  justify-content: space-between;
  display: flex;
}

.text-block-19 {
  color: #000;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 700;
}

.div-block-951 {
  width: 100%;
  height: 55%;
  background-image: url('../images/16318105407081631810540224g_826422.jpg');
  background-position: 0%;
  background-size: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.text-block-20 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.text-block-21 {
  color: #000;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.div-block-952 {
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-953 {
  align-items: flex-end;
  margin-bottom: 10px;
  display: flex;
}

.div-block-954 {
  width: 9em;
  height: 2.5em;
  background-color: #204a66;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  transition: all .8s cubic-bezier(.234, .983, .25, 1);
  display: flex;
}

.div-block-954:hover {
  background-color: #01202b;
  transform: scale(1.03);
}

.div-block-955 {
  width: 100%;
  height: 45%;
  background-color: #fff;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-left: 20px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.link-block-9 {
  height: 100%;
  border-radius: 0;
  text-decoration: none;
}

.div-block-956 {
  justify-content: space-between;
  display: flex;
}

.div-block-957 {
  width: 100%;
  height: 55%;
  background-image: url('../images/16318105407081631810540224g_826422.jpg');
  background-position: 0%;
  background-size: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.text-block-22 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.text-block-23 {
  color: #000;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.div-block-958 {
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-959 {
  height: 60px;
}

.div-block-5-copy {
  width: auto;
  width: auto;
  width: auto;
  width: auto;
  display: flex;
}

.div-block-7-copy2 {
  width: auto;
  flex-direction: column;
  justify-content: center;
  margin-right: 0;
  display: flex;
}

.div-block-7-copy123, .div-block-7-copy {
  width: 13em;
  flex-direction: column;
  justify-content: center;
  margin-right: 40px;
  display: flex;
}

.div-block-7-copy {
  flex-direction: column;
  justify-content: center;
  margin-right: 40px;
  display: flex;
}

.div-block-7-copy-copy {
  width: 13px;
  flex-direction: column;
  justify-content: center;
  margin-right: 40px;
  display: flex;
}

.text-block-7-copy-copy123 {
  width: 13em;
  color: #022444;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.div-block-7-copy32, .div-block-7-copy23 {
  width: 13em;
  flex-direction: column;
  justify-content: center;
  margin-right: 40px;
  display: flex;
}

.div-block-5-copy43, .div-block-5-copy31232, .div-block-5-copy, .div-block-5-copy-copy {
  width: auto;
  display: flex;
}

.div-block-7-copy-copy, .div-block-7-copy-copy-copy {
  width: 13em;
  flex-direction: column;
  justify-content: center;
  margin-right: 40px;
  display: flex;
}

.div-block-15-copy-copy23 {
  width: 100%;
  height: 50em;
  background-color: #f7f7f7;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-15-copy-copy23:hover {
  color: #022444;
}

.div-block-5-copy-copy {
  width: auto;
  width: auto;
  width: auto;
  width: auto;
  width: auto;
  width: auto;
  width: auto;
  width: auto;
  width: auto;
  width: auto;
  width: auto;
  width: auto;
  width: auto;
  width: auto;
  width: auto;
  width: auto;
  width: auto;
  width: auto;
  width: auto;
  width: auto;
  width: auto;
  width: auto;
  width: auto;
  display: flex;
}

.div-block-7-copy {
  flex-direction: column;
  justify-content: center;
  margin-right: 40px;
  display: flex;
}

.div-block-5-copy-copy {
  width: auto;
  display: flex;
}

.link-block-3-copy2 {
  width: 25%;
  height: 100%;
  background-image: url('../images/whatsapp-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 28px;
}

.image-7-copy {
  width: 25px;
  height: 25px;
  max-width: none;
  width: 25px;
  height: 25px;
  max-width: none;
}

._123, .link-block-3-copy123 {
  width: 25%;
  height: 100%;
  background-image: url('../images/whatsapp-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.image-7-copy {
  width: 25px;
  height: 25px;
  max-width: none;
}

.link-block-3-copy321 {
  width: 25%;
  height: 100%;
  background-image: url('../images/whatsapp-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.image-7-copy {
  width: 25px;
  height: 25px;
  max-width: none;
  width: 25px;
  height: 25px;
  max-width: none;
}

.link-block-3-copy {
  width: 25%;
  height: 100%;
  background-image: url('../images/telefone.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.link-block-3-copy-copy456 {
  width: 25%;
  height: 100%;
  background-image: url('../images/whatsapp-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.image-7-copy798 {
  width: 25px;
  height: 25px;
  max-width: none;
}

.link-block-3-copy321654 {
  width: 25%;
  height: 100%;
  background-image: url('../images/telefone.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.link-block-3-copy87 {
  width: 25%;
  height: 100%;
  background-image: url('../images/whatsapp-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.slider-copy-copy {
  height: 28em;
  background-color: rgba(221, 221, 221, 0);
  margin-bottom: 0;
}

.div-block-93-copy {
  width: 100%;
  height: auto;
  background-color: rgba(247, 247, 247, 0);
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-93-copy:hover {
  color: #022444;
}

.link-block-3-copy-copy {
  width: 25%;
  height: 100%;
  width: 25%;
  height: 100%;
  width: 25%;
  height: 100%;
  width: 25%;
  height: 100%;
  width: 25%;
  height: 100%;
  width: 25%;
  height: 100%;
  background-image: url('../images/correspondencia.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.div-block-5-copy-copy-copy {
  width: auto;
  width: auto;
  width: auto;
  width: auto;
  display: flex;
}

.heading-7-copy {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 700;
}

.slider-copy2 {
  height: 28em;
  background-color: rgba(221, 221, 221, 0);
  margin-bottom: 60px;
}

.slider-copy {
  height: 28em;
  background-color: rgba(221, 221, 221, 0);
  margin-bottom: 0;
}

.slider-copy-copy4, .slider-copy32, .slider-copy321 {
  height: 28em;
  background-color: rgba(221, 221, 221, 0);
  margin-bottom: 60px;
}

.div-block-19-copy {
  width: 100%;
  height: 80vh;
  background-image: none;
  flex-direction: column;
  display: flex;
}

.slider-3 {
  width: 100%;
  height: 100%;
  background-color: rgba(221, 221, 221, 0);
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-3 {
  width: 100%;
  background-image: url('../images/banner01_new.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.mask {
  width: 100%;
}

.div-block-963 {
  z-index: 321;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.slide-nav-2, .icon-4, .icon-5 {
  display: none;
}

.image-12 {
  width: 25em;
  max-width: none;
}

.lightbox-link-2 {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-13 {
  width: 8em;
  max-width: none;
}

.mask-2 {
  height: 100%;
}

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

.slider-4 {
  width: 100%;
  height: 100%;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-127 {
  width: auto;
  height: 31vw;
  max-width: none;
}

.image-134 {
  width: 100%;
  height: 100%;
  max-width: none;
}

.gallery-wrapper {
  width: 100%;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.div-block-56 {
  height: auto;
  border-radius: 0;
  margin-bottom: 20px;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

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

.grid-27 {
  width: auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.lightbox-link-3 {
  width: 100%;
  height: 100%;
  justify-content: center;
  display: flex;
}

.slide-nav-3 {
  overflow: visible;
}

.image-137 {
  width: 100%;
  height: 100%;
}

.image-136 {
  width: auto;
  height: 100%;
  max-height: 200px;
  max-width: none;
}

.slider-5 {
  height: auto;
  background-color: rgba(221, 221, 221, 0);
  border-top-right-radius: 50px;
  justify-content: center;
  display: flex;
}

.image-135 {
  width: 100%;
  height: 100%;
}

.mask-3 {
  width: 58%;
}

.icon-6, .icon-7, .icon-8, .icon-9 {
  color: #204a66;
}

.div-block-19-copy-copy {
  width: 100%;
  height: 80vh;
  background-image: linear-gradient(rgba(255, 255, 255, .23), rgba(255, 255, 255, .23)), url('../images/urban-city-architecture.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-direction: column;
  display: flex;
}

.div-block-964 {
  background-color: #000;
  padding-bottom: 50px;
}

.c-col-copy {
  width: 100%;
  max-width: 28%;
}

.c-col-copy.cc-1 {
  z-index: 1000;
  height: auto;
  max-width: none;
  background-color: #fff;
  border-right: 1px solid rgba(0, 0, 0, .1);
  border-radius: 20px;
  flex-direction: column;
  padding: 40px 20px;
  display: flex;
  position: static;
  top: 100%;
  bottom: 0%;
  left: auto;
  right: 0%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.c-filtros-copy {
  width: 100%;
}

.c-filtros_form-block-copy {
  width: 100%;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  justify-content: center;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.c-filtro-copy {
  margin-bottom: 20px;
  display: none;
}

.c-filtro-copy.cc-search {
  display: flex;
}

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

.c-text-1-copy {
  color: #204a66;
  padding-top: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.c-text-1-copy3 {
  color: #7c7c7c;
  font-family: Poppins, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.2;
  transition: all .777s cubic-bezier(.251, .989, .25, 1);
}

.c-text-1-copy3:hover {
  transform: scale(1.02);
}

.c-text-1-copy3:active, .c-text-1-copy3:focus {
  color: #204a66;
}

.div-block-965 {
  height: 3em;
}

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

.a:active {
  border-bottom: 0 solid #204a66;
}

.tab-link-tab-1 {
  width: auto;
  background-color: #fff;
  border-top-left-radius: 20px;
  padding-top: 15px;
  padding-left: 30px;
  text-decoration: none;
}

.tab-link-tab-1:active, .tab-link-tab-1:focus {
  border-bottom: 2.5px solid #204a66;
}

.tab-link-tab-1.w--current {
  width: auto;
  background-color: #fff;
  border-top-left-radius: 10px;
  margin-left: 0;
  padding: 30px 38px 20px;
}

.tab-link-tab-2 {
  width: auto;
  background-color: #fff;
  padding: 30px 38px 20px;
  text-decoration: none;
}

.tab-link-tab-2:active, .tab-link-tab-2:focus {
  border-bottom: 2.5px solid #204a66;
}

.tab-link-tab-2.w--current {
  background-color: #fff;
}

.tab-link-tab-3 {
  width: auto;
  background-color: #fff;
  border-top-right-radius: 0;
  padding: 30px 38px 20px;
}

.tab-link-tab-3.w--current {
  background-color: #fff;
  padding-left: 30px;
  text-decoration: none;
}

.tab-link-tab-3.w--current:active, .tab-link-tab-3.w--current:focus {
  border-bottom: 2.5px solid #204a66;
}

.tabs-menu {
  width: 100%;
  background-color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.c-filtros_form-copy {
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.c-button-copy {
  width: 10em;
  height: 3.3em;
  color: #fff;
  background-color: #204a66;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 12px 15px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.c-text-1-copy {
  color: #204a66;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.c-text-1-copy-copy {
  color: #204a66;
  text-align: center;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.c-tipo_checkbox-copy {
  width: 9em;
  height: 3em;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 12px;
  margin-bottom: 8px;
  margin-right: 0;
  padding: 7px 19px;
  position: relative;
  overflow: hidden;
}

.tabs-content {
  justify-content: center;
  display: flex;
}

.tab-pane-tab-1, .tab-pane-tab-2, .tab-pane-tab-3 {
  width: 100%;
}

.tabs {
  z-index: 2;
  width: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-65 {
  width: 100%;
  height: auto;
  background-color: #f7f7f7;
  flex-direction: column;
  justify-content: center;
  padding: 180px 10px 80px;
  display: flex;
}

.div-block-65:hover {
  color: #022444;
}

.tabs-copy {
  display: none;
  position: absolute;
  top: 302.906px;
}

.hero-heading-right-2 {
  background-color: #edf3f5;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

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

.hero-split-2 {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.shadow-two-2 {
  transition: all .777s cubic-bezier(.257, 1.007, .25, 1);
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.shadow-two-2:hover {
  transform: scale(1.03);
}

.margin-bottom-24px-2 {
  color: #7c7c7c;
  margin-bottom: 24px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.button-primary-2 {
  color: #204a66;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #204a66;
  border-radius: 20px;
  padding: 12px 25px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  transition: all .5s cubic-bezier(.246, .983, .25, 1);
}

.button-primary-2:hover {
  color: #fff;
  background-color: #013142;
  transform: scale(1.04);
}

.button-primary-2:active {
  background-color: #43464d;
}

.heading-11 {
  color: #000;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-weight: 800;
}

.text-field {
  width: 9em;
  border-radius: 10px;
  margin-right: 10px;
}

.text-field:hover, .text-field:focus {
  border: 1px solid #204a66;
}

.c-tipo-copy {
  display: flex;
}

.text-field-copy {
  width: 9em;
  border-radius: 10px;
  margin-right: 0;
}

.text-field-copy:hover, .text-field-copy:focus {
  border: 1px solid #204a66;
}

.c-text-1-2 {
  color: #204a66;
  font-size: 18px;
  line-height: 1.2;
}

.c-filtro-2 {
  margin-bottom: 20px;
}

.c-track_handle-2 {
  z-index: 1;
  min-width: 35px;
  color: rgba(0, 0, 0, .5);
  cursor: grab;
  background-color: #fff;
  border: 2.56px solid #204a66;
  border-radius: 12px;
  padding: 6px 5px 5px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.c-track_handle-2:active {
  color: #fff;
  background-color: #204a66;
  border-color: #012c3b;
}

.c-track_amount-2 {
  width: 40%;
  height: 100%;
  background-color: #204a66;
  position: absolute;
}

.c-track_handle-3 {
  z-index: 1;
  min-width: 35px;
  color: rgba(0, 0, 0, .5);
  cursor: grab;
  background-color: #fff;
  border: 2.56px solid #204a66;
  border-radius: 12px;
  padding: 6px 5px 5px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.c-track_handle-3:active {
  color: #fff;
  background-color: #204a66;
  border-color: #022835;
}

.c-filtro-2-copy {
  margin-bottom: 20px;
}

.c-filtro-copy2 {
  margin-bottom: 0;
}

.c-filtro-copy2.cc-search {
  display: flex;
}

.c-filtro-copy3 {
  margin-bottom: 0;
}

.c-filtro-copy3.cc-search {
  display: flex;
}

.c-filtro-copy4 {
  margin-bottom: 0;
}

.c-filtro-copy4.cc-search {
  display: flex;
}

.c-filtro-copy5 {
  margin-bottom: 0;
}

.c-filtro-copy5.cc-search {
  display: flex;
}

.c-filtro-2-copy-copy, .c-filtro-2-copy-copy-copy, .c-filtro-2-copy-copy-copy-copy, .c-filtro-2-copy-copy-copy-copy-copy {
  margin-bottom: 20px;
}

.link-block-3-copy {
  width: 25%;
  height: 100%;
  background-image: url('../images/telefone.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.div-block-5-copy-copy-copy-copy, .div-block-5-5 {
  width: auto;
  display: flex;
}

.link-block-3-copy {
  width: 25%;
  height: 100%;
  background-image: url('../images/telefone.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.div-block-5-5-copy, .div-block-43, .div-block-532, .div-block-512 {
  width: auto;
  display: flex;
}

.div-block-554 {
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-969 {
  height: 100%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.link-block-3-copy, .link-block-3-copy-copy, .link-block-3-copy3, .link-block-3-copy21, ._321linblock, .link-block-3-copy, .link-block-3-copy-copy321, .link-block-3-copy-copy123, .link-block-3-copy {
  width: 25%;
  height: 100%;
  background-image: url('../images/telefone.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.link-block-333-copy {
  width: 3em;
  height: 100%;
  background-image: url('../images/relogio.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.c-filtro-copy {
  margin-bottom: 0;
}

.c-filtro-copy.cc-search {
  display: flex;
}

.c-filtro-copy-copy {
  width: 100%;
  margin-bottom: 0;
}

.c-filtro-copy-copy.cc-search {
  display: flex;
}

.c-filtro-copy1 {
  width: 100%;
  margin-bottom: 0;
}

.c-filtro-copy1.cc-search {
  display: flex;
}

.c-filtros_form-copy {
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 30px 20px;
  display: flex;
  position: static;
}

.c-col-copy2 {
  width: 100%;
  max-width: 28%;
}

.c-col-copy2.cc-1 {
  z-index: 1000;
  height: 55em;
  max-width: 26%;
  background-color: #fff;
  border-right: 1px solid rgba(0, 0, 0, .1);
  padding: 40px 20px;
  display: none;
  position: absolute;
  top: 100%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.c-filtros_form-copy {
  width: 100%;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  display: flex;
  box-shadow: -2px 2px 5px rgba(0, 0, 0, .2);
}

.c-filtros_form-copy-copy {
  width: 100%;
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 30px 20px;
  display: flex;
  position: static;
}

.link-block-3-copy-copy-copy, .link-block-32, .link-block-332, .link-block-4112, .link-block-23, .link-block-14, .link-block-312 {
  width: 25%;
  height: 100%;
  background-image: url('../images/correspondencia.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.c-filtros_form-copy-copy {
  width: 100%;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-18-copy-copy {
  width: 200px;
  height: 3px;
  background-color: #022444;
}

.div-block-79 {
  height: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, .24), rgba(255, 255, 255, .24)), url('../images/portrait-woman-customer-service-worker.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-conhe-a-nos {
  width: 100%;
  height: auto;
  flex-direction: column;
  display: flex;
}

.c-metros-copy {
  justify-content: space-between;
  margin-top: 0;
  display: flex;
}

.text-field-copy {
  width: 9em;
  border-radius: 10px;
  margin-bottom: 0;
  margin-right: 10px;
  display: none;
}

.text-field-copy:hover, .text-field-copy:focus {
  border: 1px solid #204a66;
}

.text-field-copy-copy {
  width: 7em;
  border-radius: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 12px;
}

.text-field-copy-copy:hover, .text-field-copy-copy:focus {
  border: 1px solid #204a66;
}

.text-block-24 {
  color: #333;
  align-items: center;
  display: none;
}

.margin-bottom-24px-2-copy {
  color: #7c7c7c;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.div-block-3-copy {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 30px;
  display: flex;
}

.grid-29 {
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .6fr .5fr 1.25fr 1fr;
}

.link-block-copy-copy {
  margin-left: 5px;
  margin-right: 5px;
}

.div-block-971 {
  width: 3em;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.div-block-972, .div-block-973 {
  width: 3em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-copy {
  width: 25px;
  max-width: none;
  width: 25px;
  max-width: none;
}

.container-4 {
  margin-left: 0;
  margin-right: 0;
}

.right-arrow-3 {
  height: 1em;
  top: -20%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.left-arrow-3 {
  height: 1em;
  top: -20%;
  bottom: auto;
  left: auto;
  right: 5%;
}

.bold-text-2 {
  color: #cfcdcd;
  font-size: 12px;
  font-weight: 400;
}

.text-block-4-copy {
  color: #fff;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.text-block-4-copy-copy {
  color: #cecece;
  margin-bottom: 12px;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.text-block-4-copy-copy-copy {
  color: #cecece;
  margin-bottom: 12px;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.bold-text-3 {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

.text-block-2-copy {
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  display: flex;
}

.div-block-974 {
  background-color: #000;
}

.div-block-975 {
  width: 100%;
  height: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 220px 20px 60px;
  display: block;
}

.grid-31 {
  width: 100%;
  height: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.left-arrow-4 {
  width: 1em;
  height: 1em;
  top: -20%;
  bottom: auto;
  left: auto;
  right: 5%;
}

.right-arrow-4 {
  width: 1em;
  height: 1em;
  color: #204a66;
  top: -20%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.icon-10 {
  color: #204a66;
}

.div-block-976 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  transition: all .5s cubic-bezier(.263, .977, .25, 1);
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.div-block-976:hover {
  transform: scale(1.04);
}

.text-block-25 {
  color: #204a66;
  text-align: center;
  margin-bottom: 13px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 17px;
}

.slide-nav-4 {
  display: none;
}

.div-block-977 {
  width: 100%;
  background-color: #fff;
  border-top: 3px solid #204a66;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

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

.div-block-978 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-26 {
  color: #545454;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.image-138 {
  width: 25px;
  max-width: none;
  margin-bottom: 5px;
}

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

.button-2 {
  width: 9em;
  color: #204a66;
  background-color: #fff;
  border: 2px solid #204a66;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  display: flex;
}

.button-2-copy {
  width: 9em;
  color: #204a66;
  background-color: #fff;
  border: 2px solid #204a66;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  transition: all .5s cubic-bezier(.24, 1.007, .25, 1);
  display: flex;
}

.button-2-copy:hover {
  color: #fff;
  background-color: #204a66;
  transform: scale(1.03);
}

.div-block-979 {
  width: 100%;
  height: 17em;
  max-height: 17em;
  background-image: url('../images/image-47.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.slider-6 {
  height: auto;
  background-color: rgba(221, 221, 221, 0);
}

.div-block-980 {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.button-2-copy-copy {
  width: auto;
  color: #204a66;
  background-color: #fff;
  border: 2px solid #204a66;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding-left: 35px;
  padding-right: 35px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  transition: all .5s cubic-bezier(.24, 1.007, .25, 1);
  display: flex;
}

.button-2-copy-copy:hover {
  color: #fff;
  background-color: #204a66;
  transform: scale(1.03);
}

.div-block-981 {
  flex-flow: column;
  margin-bottom: 40px;
  display: flex;
}

.nav-link-copy {
  color: #000;
  padding-left: 10px;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
  overflow: visible;
}

.nav-link-copy:hover {
  color: #022444;
}

.div-block-969-copy {
  width: 2.5em;
  height: 2em;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.div-block-7-copy {
  flex-direction: column;
  justify-content: center;
  margin-right: 40px;
  display: flex;
}

.div-block-975-copy {
  width: 100%;
  height: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 60px 20px;
  display: block;
}

.grid-34 {
  width: 95vw;
  grid-template-rows: auto;
  padding-left: 0;
  padding-right: 0;
}

.div-block-983 {
  height: 24em;
  background-image: url(../images/142f74e5-67cd-409b-a190-95b75f11586f-removebg-preview.png), linear-gradient(rgb(31 73 101), #fff 37%);
  background-position: 90% -14%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 400px, auto;
  padding-top: 60px;
  padding-left: 60px;
  transition: all .6s cubic-bezier(.263, .989, .25, 1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.div-block-983:hover {
  transform: scale(1.04);
}

.div-block-984 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.heading-copy {
  color: #333;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  display: flex;
}

.heading-2-copy {
  color: #333;
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 32px;
}

.heading-2-copy-copy {
  color: #0b3566;
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 32px;
}

.button-2-todos-os-produtos {
  width: 17em;
  color: #204a66;
  background-color: #fff;
  border: 2px solid #204a66;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  transition: all .5s cubic-bezier(.24, 1.007, .25, 1);
  display: flex;
}

.button-2-todos-os-produtos:hover {
  color: #fff;
  background-color: #204a66;
  transform: scale(1.03);
}

.div-block-983-copy {
  height: 24em;
  background-image: url(../images/Rectangle.png), linear-gradient(rgb(31 73 101), #fff 37%);
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  padding-top: 60px;
  padding-left: 60px;
  transition: all .5s cubic-bezier(.234, .983, .25, 1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.div-block-983-copy:hover {
  transform: scale(1.04);
}

.div-block-27-copy {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.image-copy, .image-2-copy {
  width: 35px;
  max-width: none;
}

.div-block-986 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.grid-35 {
  width: 94vw;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}

.heading-2-copy-copy {
  color: #333;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 32px;
}

.heading-copy-copy, .text21 {
  color: #333;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  display: flex;
}

.text-21, .text23 {
  color: #0b3566;
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 32px;
}

.image-7-copy-copy {
  width: 25px;
  height: 25px;
  max-width: none;
}

.text-field-copy-copy {
  width: 9em;
  border-radius: 10px;
  margin-right: 0;
}

.text-field-copy-copy:hover, .text-field-copy-copy:focus {
  border: 1px solid #204a66;
}

.nav-link-copy-copy {
  color: #000;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
  overflow: visible;
}

.nav-link-copy-copy:hover {
  color: #022444;
}

.slide-3-copy {
  width: 100%;
  background-image: url('../images/IMG_20240206_101305.jpg');
  background-position: 50% 20%;
  background-size: cover;
}

.div-block-984-copy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.contato-slide-1 {
  width: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, .22), rgba(255, 255, 255, .22)), url('../images/portrait-woman-customer-service-worker.jpg');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.div-block-20-copy {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.select-field-2 {
  width: 9em;
  background-color: rgba(243, 243, 243, 0);
  border-radius: 8px;
  margin-right: 10px;
}

.c-text-1-copy-copy {
  color: #7c7c7c;
  text-align: left;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  display: block;
}

.text-field-copy-copy-copy {
  width: 9em;
  border-radius: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 12px;
  display: none;
}

.text-field-copy-copy-copy:hover, .text-field-copy-copy-copy:focus {
  border: 1px solid #204a66;
}

.heading-copy-copy {
  color: #333;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  display: flex;
}

.conhecer-empresa {
  width: auto;
  color: #204a66;
  background-color: #fff;
  border: 2px solid #204a66;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding-left: 35px;
  padding-right: 35px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  transition: all .5s cubic-bezier(.24, 1.007, .25, 1);
  display: flex;
}

.conhecer-empresa:hover {
  color: #fff;
  background-color: #204a66;
  transform: scale(1.03);
}

.image-copy-copy {
  width: 25px;
  max-width: none;
  width: 25px;
  max-width: none;
  width: 25px;
  max-width: none;
  transition: all .6s cubic-bezier(.24, .983, .25, 1);
}

.image-copy-copy:hover {
  transform: scale(1.08);
}

.image-copy-copy {
  width: 25px;
  max-width: none;
  width: 25px;
  max-width: none;
}

.div-block-987 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.rua-endereco {
  color: #cecece;
  margin-bottom: 0;
  margin-left: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.horarioheader {
  color: #cecece;
  margin-bottom: 0;
  margin-left: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.bold-text-4 {
  color: #204a66;
}

.div-block-988 {
  padding-right: 0;
}

.text-block-7-copy {
  color: #fff;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 500;
}

.button-2-copy-copy-copy {
  width: auto;
  color: #204a66;
  background-color: #fff;
  border: 2px solid #204a66;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding-left: 35px;
  padding-right: 35px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  transition: all .5s cubic-bezier(.24, 1.007, .25, 1);
  display: flex;
}

.button-2-copy-copy-copy:hover {
  color: #fff;
  background-color: #204a66;
  transform: scale(1.03);
}

.button-2-copy-copy-copy {
  width: auto;
  color: #204a66;
  background-color: #fff;
  border: 2px solid #204a66;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding-left: 35px;
  padding-right: 35px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  transition: all .5s cubic-bezier(.24, 1.007, .25, 1);
  display: flex;
}

.button-2-copy-copy-copy:hover {
  color: #fff;
  background-color: #204a66;
  transform: scale(1.03);
}

.c-metros-copy-copy {
  justify-content: space-between;
  margin-top: 0;
  display: flex;
}

.select-field-3 {
  background-color: rgba(243, 243, 243, 0);
  border-radius: 8px;
}

.vertodos {
  width: auto;
  color: #204a66;
  background-color: #fff;
  border: 2px solid #204a66;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding-left: 35px;
  padding-right: 35px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  transition: all .5s cubic-bezier(.24, 1.007, .25, 1);
  display: flex;
}

.vertodos:hover {
  color: #fff;
  background-color: #204a66;
  transform: scale(1.05);
}

.link-block-4113, .link-block-4114 {
  text-decoration: none;
}

.image-copy-copy-copy {
  width: 25px;
  max-width: none;
  transition: all .6s cubic-bezier(.24, .983, .25, 1);
}

.image-copy-copy-copy:hover {
  transform: scale(1.08);
}

.link-block-4115 {
  margin-bottom: 0;
  text-decoration: none;
}

.div-block-26-copy {
  margin-bottom: 12px;
  display: flex;
}

.div-block-989 {
  width: 100%;
  height: 2.5em;
  justify-content: center;
  align-items: center;
  padding-right: 40px;
  display: flex;
}

.div-block-990 {
  width: 50px;
  height: 100%;
  margin-right: 10px;
}

.button-3 {
  width: 100%;
  height: 100%;
  background-color: #204a66;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 600;
  transition: all .2s;
  display: flex;
}

.button-3:hover {
  transform: scale(1.08);
}

.div-block-20-copy {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, .1), rgba(255, 255, 255, .1)), url('../images/portrait-woman-customer-service-worker.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-991 {
  width: 40px;
  height: 100%;
  background-color: #204a66;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  transition: all .5s cubic-bezier(.246, .989, .25, 1);
  display: flex;
}

.div-block-991:hover {
  transform: scale(1.05);
}

.div-block-20-copy {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, .1), rgba(255, 255, 255, .1)), url('../images/portrait-woman-customer-service-worker.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-27 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.button-3-copy {
  width: 100%;
  height: 100%;
  background-color: #204a66;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 600;
  transition: all .2s;
  display: flex;
}

.button-3-copy:hover {
  transform: scale(1.08);
}

.button-3-copy {
  width: 100%;
  height: 100%;
  background-color: #204a66;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 600;
  transition: all .2s;
  display: flex;
}

.button-3-copy:hover {
  transform: scale(1.08);
}

.header-dark {
  background-color: #2b9264;
  padding: 60px 4%;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

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

.property-detail-text {
  color: #f5f5f5;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.property-text-light {
  color: rgba(255, 255, 255, .58);
}

.grid-36 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

.feature-wrap {
  align-items: center;
  font-size: 16px;
  display: flex;
}

.image-37 {
  width: 25px;
}

.filter-icon {
  width: 22px;
  margin-right: 6px;
}

.avatar-wrap {
  width: 55px;
  height: 55px;
  border-radius: 100px;
  margin-right: 20px;
  overflow: hidden;
}

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

.button-submit {
  width: 100%;
  color: #fff;
  text-align: center;
  background-color: #11546f;
  border-top-right-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  padding: 20px 32px;
  font-weight: 500;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.agent-name-2 {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.view {
  width: 55px;
  height: 55px;
  min-height: 55px;
  min-width: 55px;
  background-color: #11546f;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.feature-icon {
  margin-right: 6px;
}

.feature {
  color: #000;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-size: 17px;
  font-weight: 700;
  display: flex;
}

.feature.centre-lines {
  border-left: 1px solid rgba(0, 0, 0, .1);
  border-right: 1px solid rgba(0, 0, 0, .1);
}

.collection-item-2 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-992 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

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

.property-detail {
  background-color: #f5f5f5;
  padding: 30px 3% 60px;
  position: relative;
}

.avatar-base {
  background-color: #33a62f;
  border-radius: 15px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 32px;
  padding: 22px 25px;
  display: flex;
}

.image-cover {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.white-block {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
  box-shadow: 23px 23px 34px rgba(0, 0, 0, .1);
}

.title-block {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding: 20px;
}

.gallery-item {
  height: 110px;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-field-2 {
  min-height: 60px;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  margin-bottom: 14px;
}

.container-6 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.text-field-large {
  min-height: 130px;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  margin-bottom: 14px;
}

.room-features {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

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

.div-block-993 {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 32px;
  box-shadow: 23px 23px 34px rgba(0, 0, 0, .1);
}

.collection-list-wrapper {
  width: 100%;
}

.content-wrapper {
  padding: 24px;
}

.image-142 {
  width: auto;
  height: 100%;
  max-height: 350px;
}

.slider-7 {
  height: 350px;
}

.slider-8 {
  width: 100%;
  height: 150px;
  max-height: 150px;
  margin-top: 15px;
}

.slide-7, .slide-8 {
  height: 150px;
  max-height: 150px;
}

.image-143 {
  width: auto;
  max-height: 150px;
  max-width: 150px;
}

.grid-37 {
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (min-width: 1440px) {
  .grid {
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
  }

  .div-block-5 {
    width: auto;
  }

  .div-block-9 {
    height: 55em;
  }

  .div-block-15 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-4 {
    transition: all .725s cubic-bezier(.263, .989, .25, 1);
  }

  .image-4:hover {
    transform: scale(1.04);
  }

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

  .image-6 {
    width: 18em;
  }

  .div-block-26 {
    margin-bottom: 6px;
  }

  .div-block-34:hover {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transform: skew(0deg);
  }

  .div-block-15-copy {
    background-color: rgba(247, 247, 247, 0);
    padding-left: 60px;
    padding-right: 60px;
  }

  .heading-2-copy, .heading-copy {
    color: #fff;
  }

  .div-block-15-copy {
    background-color: #f7f7f7;
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-15-copy-copy {
    background-color: rgba(247, 247, 247, 0);
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-15-copy-copy-copy {
    padding-left: 60px;
    padding-right: 60px;
  }

  .container {
    max-width: none;
  }

  .shadow-two {
    transition: all .75s cubic-bezier(.251, .995, .25, 1);
  }

  .shadow-two:hover {
    transform: scale(1.03);
  }

  .margin-bottom-24px {
    font-size: 20px;
    line-height: 25px;
  }

  .margin-bottom-24px:hover, .heading-5:hover {
    color: #022444;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .brix---grid-contact-v1 {
    grid-column-gap: 80px;
    grid-template-columns: 1fr 1.2fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---text-area:hover, .brix---text-area:focus {
    border-color: #022444;
  }

  .heading-6 {
    color: #022444;
    border-radius: 18px;
  }

  .c-filtros_form {
    flex-direction: row;
  }

  .c-rooms_wrapper {
    justify-content: center;
  }

  .c-col.cc-1 {
    justify-content: center;
    display: flex;
  }

  .div-block-15-copy-copy, .div-block-15-copy-copy-copy {
    background-color: #f7f7f7;
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-20-copy-copy {
    background-position: 0 0, 100%;
    background-size: auto, 700px;
  }

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

  .div-block-15-copy12 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-75 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-78 {
    background-color: rgba(247, 247, 247, 0);
    padding-left: 60px;
    padding-right: 60px;
  }

  .heading-copy-copy {
    color: #fff;
  }

  .div-block-93 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-932 {
    background-position: 0 0, 100%;
    background-size: auto, 700px;
  }

  .div-block-934 {
    height: auto;
  }

  .div-block-935 {
    width: 22%;
    height: 40%;
    justify-content: center;
  }

  .heading-8 {
    text-align: center;
    margin-top: 0;
    font-size: 35px;
    line-height: 38px;
  }

  .div-block-936 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-5 {
    width: 78%;
  }

  .map {
    width: 100%;
    height: 35em;
  }

  .div-block-945:hover, .div-block-951:hover, .div-block-957:hover {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transform: skew(0deg);
  }

  .div-block-5-copy {
    width: auto;
    width: auto;
    width: auto;
    width: auto;
  }

  .div-block-5-copy43, .div-block-5-copy31232 {
    width: auto;
  }

  .div-block-5-copy, .div-block-5-copy-copy {
    width: 13em;
  }

  .div-block-15-copy-copy23 {
    background-color: #f7f7f7;
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-5-copy-copy {
    width: auto;
    width: auto;
    width: auto;
    width: auto;
    width: auto;
    width: auto;
    width: auto;
    width: auto;
    width: auto;
    width: auto;
    width: auto;
    width: auto;
    width: auto;
    width: auto;
    width: auto;
    width: auto;
    width: auto;
    width: auto;
    width: auto;
    width: auto;
    width: auto;
    width: auto;
    width: auto;
    width: auto;
  }

  .div-block-93-copy {
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-5-copy-copy-copy {
    width: auto;
    width: auto;
    width: auto;
    width: auto;
  }

  .heading-7-copy {
    font-size: 60px;
    line-height: 64px;
  }

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

  .mask-3 {
    width: 55%;
  }

  .c-col-copy.cc-1 {
    justify-content: center;
    display: none;
  }

  .c-text-1-copy {
    margin-top: 37px;
    padding-top: 0;
  }

  .c-text-1-copy3 {
    font-size: 1.4em;
  }

  .c-text-1-copy3:hover, .c-text-1-copy3:active, .c-text-1-copy3:focus {
    font-size: 1.5em;
  }

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

  .tab-link-tab-1.w--current {
    height: 5em;
    display: flex;
  }

  .tabs-menu, .tabs-content {
    width: 75%;
  }

  .tabs {
    width: 100%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-65 {
    background-color: #f7f7f7;
    padding-top: 140px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .tabs-copy {
    top: 415.906px;
  }

  .hero-heading-right-2 {
    background-color: #f7f7f7;
  }

  .container-3 {
    max-width: 1100px;
  }

  .margin-bottom-24px-2 {
    color: #000;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
  }

  .button-primary-2 {
    background-color: #fff;
    border-radius: 20px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    transition-duration: .777s;
    transition-timing-function: cubic-bezier(.251, 1.012, .25, 1);
  }

  .button-primary-2:hover {
    background-color: #043141;
    transform: scale(1.03);
  }

  .heading-11 {
    font-family: Montserrat, sans-serif;
  }

  .c-tipo-copy {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .text-field-copy {
    width: 100%;
    margin-right: 0;
  }

  .div-block-5-copy-copy-copy-copy, .div-block-5-5, .div-block-5-5-copy, .div-block-43, .div-block-532, .div-block-512, .div-block-554 {
    width: auto;
  }

  .c-filtro-copy-copy {
    width: 100%;
    flex-direction: column;
    display: flex;
  }

  .c-filtro-copy1 {
    width: 100%;
  }

  .c-filtros_form-copy {
    flex-direction: column;
  }

  .c-col-copy2.cc-1 {
    justify-content: center;
    display: none;
  }

  .c-filtros_form-copy {
    flex-direction: row;
  }

  .c-filtros_form-copy-copy {
    flex-direction: column;
  }

  .text-field-copy {
    width: 9em;
  }

  .text-block-24 {
    margin-left: 10px;
  }

  .margin-bottom-24px-2-copy {
    color: #000;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
  }

  .grid-29 {
    width: 100%;
    grid-template-columns: auto auto auto auto;
  }

  .image-copy {
    width: 25px;
  }

  .container-4 {
    margin-left: 0;
    margin-right: 0;
  }

  .grid-30 {
    grid-template-rows: auto;
  }

  .grid-31 {
    width: auto;
  }

  .div-block-976 {
    transition: all .6s cubic-bezier(.263, 1.007, .25, 1);
  }

  .div-block-976:hover {
    transform: scale(1.04);
  }

  .div-block-979 {
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slider-6 {
    height: auto;
  }

  .div-block-969-copy {
    margin-left: 10px;
  }

  .div-block-983 {
    background-size: contain, auto;
  }

  .heading-2-copy {
    color: #333;
  }

  .div-block-983-copy {
    background-size: contain, auto;
  }

  .image-copy {
    width: 35px;
  }

  .grid-35 {
    grid-column-gap: 40px;
  }

  .text-field-copy-copy {
    width: 100%;
    margin-right: 0;
  }

  .nav-link-copy-copy {
    padding-right: 10px;
  }

  .slide-3-copy {
    background-position: 50% 20%;
  }

  .c-text-1-copy-copy {
    margin-top: 0;
    padding-top: 0;
  }

  .heading-copy-copy {
    color: #333;
  }

  .image-copy-copy {
    width: 25px;
    width: 25px;
    width: 25px;
    width: 25px;
  }

  .image-copy-copy-copy {
    width: 25px;
  }

  .div-block-26-copy {
    margin-bottom: 6px;
  }
}

@media screen and (min-width: 1920px) {
  .div-block-5 {
    width: auto;
  }

  .div-block-10 {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-2 {
    width: 80%;
  }

  .image-6 {
    width: 19em;
  }

  .shadow-two {
    width: 55em;
    max-width: none;
  }

  .margin-bottom-24px {
    font-size: 22px;
    line-height: 27px;
  }

  .brix---grid-contact-v1 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .c-filtros_form {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-934 {
    height: auto;
  }

  .form-block-2 {
    flex-direction: column;
    justify-content: space-between;
    display: block;
  }

  .div-block-7-copy2 {
    width: 15em;
  }

  .div-block-5-copy43, .div-block-5-copy31232 {
    width: auto;
  }

  .div-block-963 {
    height: auto;
  }

  .image-127 {
    height: 36vw;
  }

  .image-137 {
    width: 25em;
  }

  .mask-3 {
    width: 65%;
  }

  .c-text-1-copy {
    margin-top: 37px;
  }

  .tab-link-tab-1 {
    padding: 30px 38px 20px;
  }

  .tabs-content {
    width: 75%;
    height: auto;
  }

  .tab-pane-tab-1 {
    height: auto;
  }

  .tabs {
    height: 20vh;
    top: 407.906px;
  }

  .div-block-65 {
    padding-top: 300px;
  }

  .button-primary-2 {
    background-color: #fff;
  }

  .text-field, .text-field-copy, .text-field-copy-copy {
    width: 12em;
  }

  .text-block-24 {
    margin-left: 10px;
  }

  .grid-29 {
    grid-template-columns: auto auto auto auto;
  }

  .grid-31 {
    width: 100%;
  }

  .left-arrow-4 {
    right: 20%;
  }

  .right-arrow-4 {
    right: 15%;
  }

  .slider-6 {
    height: 35em;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .mask-4 {
    width: 80%;
  }

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

  .div-block-969-copy {
    margin-left: 10px;
  }

  .image-139, .image-140, .image-141 {
    width: 25px;
    max-width: none;
  }

  .grid-34 {
    width: 80%;
  }

  .div-block-983 {
    background-position: 100%, 0 0;
    background-size: contain, auto;
  }

  .image-copy {
    width: 35px;
  }

  .div-block-985 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .grid-35 {
    width: 80%;
  }

  .slide-3-copy {
    background-position: 50% 20%;
  }

  .c-text-1-copy-copy {
    margin-top: 0;
  }

  .text-field-copy-copy-copy {
    width: 12em;
  }

  .div-block-989 {
    padding-right: 220px;
  }
}

@media screen and (max-width: 991px) {
  .grid {
    grid-template-columns: 1.75fr 2fr .5fr 1.5fr;
  }

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

  .div-block-7 {
    margin-right: 20px;
  }

  .text-block-7 {
    width: 100%;
    line-height: 14px;
  }

  .div-block-9 {
    height: 75em;
  }

  .div-block-10 {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-11 {
    z-index: 9432;
    height: auto;
    position: static;
  }

  .div-block-15 {
    height: 75em;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .nav-link {
    justify-content: flex-start;
    align-items: center;
    padding-left: 15px;
    display: flex;
  }

  .nav-menu {
    width: auto;
    height: 26em;
    background-color: #fff;
    border-bottom: 7px solid #204a66;
    border-left: 0 solid #204a66;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    display: flex;
    left: 400px;
    box-shadow: -7px 2px 5px -1px rgba(0, 0, 0, .2);
  }

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

  .div-block-20 {
    height: auto;
  }

  .div-block-21 {
    width: 70%;
  }

  .image-6 {
    width: 12em;
  }

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

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

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

  .slider {
    height: 50em;
  }

  .icon-3 {
    color: #204a66;
    display: flex;
  }

  .div-block-15-copy {
    height: 75em;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button {
    background-color: rgba(255, 255, 255, 0);
  }

  .menu-button.w--open {
    background-color: #f0ecec;
    display: block;
  }

  .div-block-15-copy, .div-block-15-copy-copy {
    height: 75em;
    height: 75em;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-15-copy-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-15-copy-copy-copy {
    height: 75em;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .shadow-two {
    width: 500px;
  }

  .margin-bottom-24px {
    text-align: justify;
  }

  .brix---grid-contact-v1 {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---card-form {
    padding: 54px 32px;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .additional-listings-list {
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-bottom: -40px;
    margin-left: -5%;
    margin-right: -5%;
    padding-bottom: 40px;
    padding-left: 5%;
    padding-right: 5%;
    overflow: auto;
  }

  .button.header-button {
    color: #10405b;
    background-color: #fff;
    align-self: center;
    margin-top: 20px;
    margin-left: 5%;
    margin-right: 5%;
  }

  .section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .agent-card {
    display: none;
  }

  .property-description-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .additional-listing-item {
    width: 340px;
    flex: none;
  }

  .agent-form-fields {
    margin-top: 30px;
  }

  .property-hero-wrapper {
    flex-direction: column;
  }

  .header-link {
    color: #fff;
    text-align: center;
    margin-left: 0;
    padding: 20px 5%;
    font-size: 20px;
  }

  .header-link.w--current {
    color: #fff;
    border-bottom-style: none;
  }

  .form-fields-wrap {
    flex-direction: column;
  }

  .header-menu {
    background-color: #10405b;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 60px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .1);
  }

  .form-field-wrap {
    padding-top: 0;
  }

  .agent-form-block {
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .property-info-block {
    margin-bottom: 30px;
    margin-right: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .footer-links-col {
    min-width: 0;
  }

  .agent-form-info {
    margin-bottom: 20px;
  }

  .menu-button-2 {
    color: #fff;
    background-color: #10405b;
    border-radius: 20px;
  }

  .menu-button-2.w--open {
    background-color: #5eccd3;
  }

  .menu-button-3 {
    color: #fff;
    background-color: #10405b;
    border-radius: 20px;
  }

  .menu-button-3.w--open {
    background-color: #5eccd3;
  }

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

  .c-text-1 {
    font-size: 12px;
  }

  .c-filtro {
    margin-left: 2px;
  }

  .c-filtro.cc-search {
    flex-direction: column-reverse;
  }

  .c-tipo_checkbox {
    width: 7em;
  }

  .c-search_input {
    margin-top: 20px;
    margin-right: 0;
  }

  .c-text-wrapper {
    text-align: center;
  }

  .c-col.cc-1 {
    display: none;
  }

  .c-button {
    margin-left: 2px;
    padding-left: 30px;
    font-size: 14px;
  }

  .div-block-15-copy-copy {
    height: 75em;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-15-copy-copy-copy {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-7 {
    color: #fff;
  }

  .div-block-15-copy12, .div-block-75 {
    height: 75em;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-78 {
    height: 75em;
  }

  .div-block-93 {
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-copy {
    height: 50em;
    height: 50em;
  }

  .div-block-933 {
    width: 100%;
    padding-right: 0;
  }

  .div-block-934 {
    height: auto;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
  }

  .div-block-935 {
    z-index: 0;
    width: 55%;
    height: 30em;
    position: static;
  }

  .div-block-936 {
    padding-left: 0;
  }

  .grid-5 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-question-text-content {
    opacity: .7;
    color: #204a66;
    font-size: 2em;
  }

  .slider-copy3 {
    height: 50em;
  }

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

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

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

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

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

  .div-block-7-copy2 {
    margin-right: 20px;
  }

  .div-block-7-copy123, .div-block-7-copy {
    width: 13em;
    margin-right: 20px;
  }

  .div-block-7-copy {
    margin-right: 20px;
  }

  .div-block-7-copy-copy {
    width: 13em;
    margin-right: 20px;
  }

  .text-block-7-copy-copy123 {
    width: 13em;
  }

  .div-block-7-copy32 {
    margin-right: 20px;
  }

  .div-block-7-copy23, .div-block-7-copy-copy, .div-block-7-copy-copy-copy {
    width: 13em;
    margin-right: 20px;
  }

  .div-block-15-copy-copy23 {
    height: 75em;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-7-copy {
    margin-right: 20px;
  }

  .slider-copy-copy {
    height: 50em;
  }

  .div-block-93-copy {
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-7-copy {
    color: #fff;
  }

  .slider-copy2, .slider-copy, .slider-copy-copy4, .slider-copy32, .slider-copy321 {
    height: 50em;
  }

  .div-block-19-copy {
    height: auto;
  }

  .slider-3 {
    height: 32vh;
  }

  .slide-3 {
    background-position: 38% 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-963 {
    height: 100%;
  }

  .gallery-wrap {
    width: 100%;
    padding-bottom: 40px;
  }

  .image-127 {
    height: 46vw;
  }

  .grid-27 {
    width: 100%;
  }

  .mask-3 {
    width: 95%;
  }

  .c-col-copy.cc-1 {
    display: none;
  }

  .c-filtro-copy.cc-search {
    flex-direction: column-reverse;
  }

  .c-text-1-copy {
    padding-top: 10px;
    font-size: 16px;
  }

  .c-text-1-copy3, .c-text-1-copy, .c-text-1-copy-copy {
    font-size: 16px;
  }

  .tab-pane-tab-1, .tabs {
    width: 100%;
  }

  .div-block-65 {
    height: 75em;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabs-copy {
    display: none;
  }

  .hero-heading-right-2 {
    background-color: #f7f7f7;
  }

  .container-3 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    align-items: center;
    margin-bottom: 40px;
  }

  .shadow-two-2 {
    width: 80%;
    max-width: none;
  }

  .text-field {
    width: 7em;
    max-width: 9em;
    min-width: 0;
    margin-right: 2px;
  }

  .c-text-1-2 {
    font-size: 16px;
  }

  .c-filtro-copy2.cc-search, .c-filtro-copy3.cc-search, .c-filtro-copy4.cc-search, .c-filtro-copy5.cc-search, .c-filtro-copy.cc-search, .c-filtro-copy-copy.cc-search, .c-filtro-copy1.cc-search {
    flex-direction: column-reverse;
  }

  .c-col-copy2.cc-1 {
    display: none;
  }

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

  .text-field-copy {
    width: 7em;
    max-width: 9em;
    min-width: 6em;
    margin-right: 4px;
  }

  .text-field-copy-copy {
    width: 7em;
  }

  .grid-29 {
    grid-template-columns: 1fr 1fr 1.75fr .5fr;
  }

  .div-block-973 {
    width: auto;
  }

  .container-4 {
    margin-left: 0;
    margin-right: 10px;
  }

  .div-block-975 {
    height: auto;
    padding-top: 220px;
  }

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

  .left-arrow-4, .right-arrow-4 {
    top: -10%;
  }

  .slider-6 {
    height: auto;
    padding-bottom: 0;
  }

  .mask-4 {
    padding-bottom: 20px;
  }

  .nav-link-copy {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-969-copy {
    width: auto;
    height: auto;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    margin-left: 10px;
    display: flex;
  }

  .div-block-982 {
    display: none;
  }

  .div-block-7-copy {
    margin-right: 20px;
  }

  .div-block-975-copy {
    height: auto;
  }

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

  .nav-link-copy-copy {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
    display: flex;
  }

  .slide-3-copy {
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-20-copy {
    height: 100%;
    min-height: 75vh;
  }

  .select-field-2 {
    width: 7em;
    max-width: 9em;
    min-width: 0;
    margin-right: 2px;
  }

  .c-text-1-copy-copy {
    padding-top: 0;
    font-size: 12px;
  }

  .text-field-copy-copy-copy {
    width: 7em;
    max-width: 9em;
    min-width: 6em;
    margin-left: 4px;
    margin-right: 2px;
  }

  .image-copy-copy {
    width: 30px;
  }

  .div-block-987 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 15px;
  }

  .text-block-7-copy {
    width: 100%;
  }

  .image-copy-copy-copy {
    width: 30px;
  }

  .button-3 {
    margin-left: 10px;
  }

  .div-block-20-copy {
    height: auto;
    min-height: auto;
  }

  .div-block-991 {
    width: 40px;
    height: 100%;
    color: #fff;
    background-color: #204a66;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    display: flex;
  }

  .div-block-20-copy {
    height: auto;
    background-image: none;
  }

  .button-3-copy {
    margin-left: 10px;
  }

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

  .property-detail {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .grid {
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1.5fr;
  }

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

  .div-block-2 {
    flex-direction: column;
    display: flex;
  }

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

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

  .image, .image-2 {
    width: 20px;
  }

  .link-block-2 {
    margin-right: 0;
  }

  .div-block-5 {
    width: auto;
    margin-left: 5px;
    margin-right: 0;
  }

  .div-block-6 {
    justify-content: center;
  }

  .div-block-7 {
    flex-direction: column;
    margin-right: 0;
    padding-left: 0;
  }

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

  .text-block-7 {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 8px;
    line-height: 12px;
  }

  .link-block-3 {
    width: 3em;
    margin-right: 10px;
    display: flex;
  }

  .div-block-9 {
    height: 110em;
  }

  .div-block-10 {
    height: auto;
  }

  .div-block-11 {
    justify-content: space-between;
  }

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

  .div-block-13 {
    width: 70%;
  }

  .div-block-15 {
    height: 110em;
  }

  .grid-2 {
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto auto;
    justify-content: space-around;
    align-items: start;
    justify-items: center;
    padding-right: 5px;
  }

  .text-block-7-copy, .text-block-6-copy {
    font-size: 13px;
  }

  .nav-menu {
    height: 27em;
    left: 200px;
  }

  .heading-2 {
    text-align: left;
  }

  .div-block-20 {
    height: 38vh;
  }

  .div-block-21 {
    width: 80%;
  }

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

  .slider {
    height: 90em;
  }

  .div-block-15-copy {
    height: 110em;
    height: 110em;
    height: 110em;
  }

  .div-block-15-copy-copy {
    height: 110em;
    height: 110em;
  }

  .div-block-15-copy-copy-copy {
    height: 110em;
  }

  .hero-heading-right {
    padding: 60px 15px;
  }

  .link-block-3-copy {
    margin-right: 10px;
    display: none;
  }

  .brix---subtitle {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .brix---grid-contact-v1 {
    grid-template-columns: 1fr;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---text-300-bold {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---card-form {
    min-height: 560px;
    padding: 36px 30px 48px;
  }

  .brix---text-area {
    border-radius: 18px;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---inner-container-400px {
    max-width: 100%;
  }

  .brix---big-icon-left {
    max-width: 56px;
    border-radius: 0;
  }

  .footer-copyright {
    margin-bottom: 10px;
  }

  .property-info-inner {
    width: 50%;
    flex: none;
    margin-bottom: 20px;
  }

  .footer-left-col {
    margin-bottom: 60px;
  }

  .property-description-card {
    border-radius: 20px;
    margin-bottom: 60px;
    padding: 30px 20px 20px;
  }

  .button {
    min-height: 50px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
  }

  .footer-links {
    justify-content: space-between;
  }

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

  .section.cta-section {
    padding-bottom: 40px;
  }

  .section.property-hero-section {
    padding-top: 160px;
    padding-bottom: 140px;
  }

  .footer-heading {
    font-size: 16px;
    line-height: 20px;
  }

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

  .property-type-wrapper {
    font-size: 14px;
  }

  .property-gallery-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .footer-menu-link {
    font-size: 14px;
  }

  .features-rich-text {
    margin-bottom: 60px;
  }

  .additional-listing-item {
    max-width: 80%;
  }

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

  .property-location {
    font-size: 18px;
  }

  .header-inner {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .agent-form-block {
    border-radius: 20px;
    padding: 60px 40px;
    box-shadow: 0 30px 60px -20px rgba(94, 204, 211, .3);
  }

  .cta-block-overlay {
    border-radius: 20px;
    box-shadow: 0 30px 60px -20px rgba(94, 204, 211, .3);
  }

  .arent-image.contact-block {
    border-radius: 30px;
    margin-top: -127px;
  }

  .property-info-block {
    border-radius: 15px;
    flex-wrap: wrap;
    flex: none;
    margin-top: 20px;
    padding: 20px 20px 0;
  }

  .footer-links-col {
    margin-left: 0;
    margin-right: 40px;
  }

  .listings-wrapper {
    margin-bottom: 0;
  }

  .prise-text {
    font-size: 30px;
  }

  .footer-main {
    flex-direction: column;
    padding-bottom: 40px;
  }

  .description-show-more-overlay {
    left: 20px;
    right: 20px;
  }

  .menu-button-2 {
    padding: 14px;
  }

  .heading-32px {
    margin-bottom: 15px;
    font-size: 26px;
  }

  .menu-button-3 {
    padding: 14px;
  }

  .c-filtros_form {
    max-height: none;
    flex-direction: column;
    overflow: visible;
  }

  .c-track_handle:active {
    background-color: #204a66;
  }

  .c-tipo_checkbox {
    width: 12em;
    padding-left: 0;
    padding-right: 0;
  }

  .c-filtros {
    min-width: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    overflow: visible;
  }

  .c-tipo {
    justify-content: center;
  }

  .c-col.cc-1 {
    z-index: 1000;
    width: auto;
    height: 100%;
    max-width: none;
    min-height: 0;
    background-color: #fff;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 40px;
    display: none;
    position: fixed;
    transform: translate(0, -100%);
  }

  .c-button {
    margin-top: 10px;
    margin-left: 0;
    padding-left: 38px;
  }

  .c-cerrar {
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    display: block;
  }

  .div-block-15-copy-copy {
    height: 110em;
  }

  .div-block-15-copy-copy-copy {
    height: auto;
  }

  .heading-7 {
    color: #fff;
    text-align: left;
    font-size: 33px;
    line-height: 35px;
  }

  .div-block-15-copy12, .div-block-75, .div-block-78 {
    height: 110em;
  }

  .slider-copy {
    height: 90em;
    height: 90em;
  }

  .div-block-933 {
    width: 100%;
    padding-top: 40px;
    padding-right: 0;
  }

  .div-block-934 {
    height: auto;
    flex-direction: column;
    align-items: center;
  }

  .div-block-935 {
    width: 100%;
    height: 30em;
    justify-content: center;
    position: static;
  }

  .form-block-2 {
    justify-content: center;
    display: flex;
  }

  .div-block-936 {
    justify-content: center;
    padding-left: 0;
    display: flex;
  }

  .grid-5 {
    width: 95%;
    justify-content: center;
    justify-items: center;
  }

  .div-block-938 {
    width: 95%;
  }

  .map {
    width: 100%;
    display: flex;
  }

  .div-block-939 {
    width: 95%;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .faq-indicator-icon-line {
    top: 42%;
  }

  .faq-indicator-icon-line._2 {
    top: 47%;
  }

  .faq-question-text {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 40px;
  }

  .faq-indicator {
    width: 15%;
  }

  .faq-answer {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .faq-question-text-content {
    color: #204a66;
    font-size: 2em;
    font-weight: 700;
    line-height: 1.1em;
  }

  .faq-indicator-icon, .faq-indicator-icon-2 {
    width: 15px;
    height: 15px;
  }

  .slider-copy3 {
    height: 90em;
  }

  .div-block-5-copy {
    width: 35%;
    width: 35%;
    width: 35%;
    width: 35%;
    margin-right: 0;
  }

  .div-block-7-copy2 {
    flex-direction: column;
    margin-right: 0;
    padding-left: 0;
  }

  .div-block-7-copy123, .div-block-7-copy, .div-block-7-copy, .div-block-7-copy-copy {
    flex-direction: column;
    margin-right: 0;
    padding-left: 5px;
  }

  .text-block-7-copy-copy123 {
    font-size: 13px;
  }

  .div-block-7-copy32, .div-block-7-copy23 {
    flex-direction: column;
    margin-right: 0;
    padding-left: 5px;
  }

  .div-block-5-copy43, .div-block-5-copy31232, .div-block-5-copy, .div-block-5-copy-copy {
    width: 35%;
    margin-right: 0;
  }

  .div-block-7-copy-copy, .div-block-7-copy-copy-copy {
    flex-direction: column;
    margin-right: 0;
    padding-left: 5px;
  }

  .div-block-15-copy-copy23 {
    height: 110em;
  }

  .div-block-5-copy-copy {
    width: 35%;
    width: 35%;
    width: 35%;
    width: 35%;
    width: 35%;
    width: 35%;
    width: 35%;
    width: 35%;
    width: 35%;
    width: 35%;
    width: 35%;
    width: 35%;
    width: 35%;
    width: 35%;
    width: 35%;
    width: 35%;
    width: 35%;
    width: 35%;
    width: 35%;
    width: 35%;
    width: 35%;
    width: 35%;
    width: 35%;
    margin-right: 0;
  }

  .div-block-7-copy {
    flex-direction: column;
    margin-right: 0;
    padding-left: 5px;
  }

  .div-block-5-copy-copy {
    width: 35%;
    margin-right: 0;
  }

  .link-block-3-copy2, ._123, .link-block-3-copy123, .link-block-3-copy321, .link-block-3-copy, .link-block-3-copy-copy456, .link-block-3-copy321654, .link-block-3-copy87 {
    margin-right: 10px;
    display: none;
  }

  .slider-copy-copy {
    height: 90em;
  }

  .link-block-3-copy-copy {
    margin-right: 10px;
    display: none;
  }

  .div-block-5-copy-copy-copy {
    width: 35%;
    width: 35%;
    width: 35%;
    width: 35%;
    margin-right: 0;
  }

  .heading-7-copy {
    color: #fff;
    text-align: left;
    font-size: 33px;
    line-height: 35px;
  }

  .slider-copy2, .slider-copy, .slider-copy-copy4, .slider-copy32, .slider-copy321 {
    height: 90em;
  }

  .div-block-19-copy {
    height: auto;
  }

  .slider-3 {
    height: 20em;
  }

  .slide-3 {
    background-repeat: no-repeat;
    background-size: cover;
  }

  .div-block-963 {
    height: auto;
  }

  .mask-2 {
    height: auto;
    padding-bottom: 0;
  }

  .left-arrow-2 {
    color: #204a66;
  }

  .gallery-wrap {
    width: 100%;
  }

  .slider-4 {
    width: 100%;
    max-width: none;
  }

  .image-127 {
    height: 45vh;
  }

  .gallery-wrapper {
    max-width: 500px;
  }

  .div-block-56 {
    height: auto;
  }

  .image-136 {
    max-height: 120px;
  }

  .slider-5 {
    height: 45vh;
  }

  .mask-3 {
    width: 78%;
  }

  .form-2 {
    width: 60%;
  }

  .c-col-copy.cc-1 {
    z-index: 1000;
    width: auto;
    height: 100%;
    max-width: none;
    min-height: 0;
    background-color: #fff;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 40px;
    display: none;
    position: fixed;
    transform: translate(0, -100%);
  }

  .c-filtros-copy {
    min-width: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    overflow: visible;
  }

  .c-text-1-copy {
    justify-content: center;
    display: flex;
  }

  .tab-link-tab-1 {
    padding: 30px 38px 20px;
  }

  .tab-link-tab-1.w--current {
    display: flex;
  }

  .tab-link-tab-3.w--current {
    padding-left: 38px;
  }

  .tabs-menu {
    justify-content: center;
    align-items: center;
  }

  .c-filtros_form-copy {
    max-height: none;
    overflow: scroll;
  }

  .tabs-content {
    display: flex;
  }

  .tabs {
    display: none;
  }

  .div-block-65 {
    height: 110em;
    padding-top: 100px;
  }

  .tabs-copy {
    padding-top: 50px;
    padding-bottom: 50px;
    display: block;
    position: static;
  }

  .hero-heading-right-2 {
    padding: 60px 15px;
  }

  .text-field {
    width: 10em;
    max-width: 12em;
  }

  .c-tipo-copy {
    justify-content: center;
  }

  .link-block-3-copy {
    margin-right: 10px;
    display: flex;
  }

  .div-block-5-copy-copy-copy-copy {
    width: auto;
    margin-right: 0;
  }

  .div-block-5-5 {
    width: 35%;
    margin-right: 0;
  }

  .link-block-3-copy {
    width: 3em;
    margin-right: 10px;
    display: flex;
  }

  .div-block-5-5-copy, .div-block-43, .div-block-532, .div-block-512, .div-block-554 {
    width: auto;
    margin-right: 0;
  }

  .link-block-3-copy, .link-block-3-copy-copy, .link-block-3-copy3, .link-block-3-copy21, ._321linblock, .link-block-3-copy, .link-block-3-copy-copy321 {
    width: 3em;
    margin-right: 10px;
    display: flex;
  }

  .link-block-3-copy-copy123 {
    margin-right: 10px;
    display: flex;
  }

  .link-block-3-copy, .link-block-333-copy {
    width: 3em;
    margin-right: 10px;
    display: flex;
  }

  .c-filtros_form-copy {
    max-height: none;
    flex-direction: column;
    overflow: visible;
  }

  .c-col-copy2.cc-1 {
    z-index: 1000;
    width: auto;
    height: 100%;
    max-width: none;
    min-height: 0;
    background-color: #fff;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 40px;
    display: flex;
    position: fixed;
    transform: translate(0, -100%);
  }

  .c-filtros_form-copy, .c-filtros_form-copy-copy, .c-filtros_form-copy-copy {
    max-height: none;
    flex-direction: column;
    overflow: visible;
  }

  .link-block-3-copy-copy-copy, .link-block-32, .link-block-332, .link-block-4112, .link-block-23, .link-block-14, .link-block-312 {
    margin-right: 10px;
    display: none;
  }

  .c-filtros_form-copy-copy {
    max-height: none;
    overflow: scroll;
  }

  .text-field-copy, .text-field-copy-copy {
    width: 10em;
  }

  .div-block-3-copy {
    align-items: center;
    padding-right: 0;
  }

  .grid-29 {
    width: 100%;
    grid-template-columns: auto auto auto auto;
  }

  .div-block-971, .div-block-972, .div-block-973 {
    width: auto;
  }

  .image-copy {
    width: 20px;
    width: 20px;
  }

  .div-block-975 {
    padding-top: 60px;
  }

  .left-arrow-4 {
    right: 10%;
  }

  .image-139, .image-140, .image-141 {
    width: 20px;
    max-width: none;
  }

  .div-block-7-copy {
    width: auto;
    flex-direction: column;
    margin-right: 0;
    padding-left: 0;
  }

  .div-block-975-copy {
    padding-top: 60px;
  }

  .div-block-983 {
    background-position: 50% 160%, 0 0;
    background-size: 260px, auto;
    padding-left: 20px;
  }

  .heading-2-copy, .heading-2-copy-copy {
    text-align: left;
  }

  .div-block-983-copy {
    background-position: 50% 100%, 0 0;
    background-size: contain, auto;
    padding-left: 20px;
  }

  .image-copy, .image-2-copy {
    width: 25px;
  }

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

  .heading-2-copy-copy, .text-21, .text23 {
    text-align: left;
  }

  .slide-3-copy {
    background-repeat: no-repeat;
    background-size: cover;
  }

  .contato-slide-1 {
    background-image: linear-gradient(rgba(255, 255, 255, .22), rgba(255, 255, 255, .22)), url('../images/portrait-woman-customer-service-worker.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
  }

  .div-block-20-copy {
    height: auto;
    min-height: 0;
  }

  .select-field-2 {
    width: 10em;
    max-width: 12em;
  }

  .c-text-1-copy-copy {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .text-field-copy-copy-copy {
    width: 10em;
  }

  .image-copy-copy {
    width: 20px;
    width: 20px;
    width: 20px;
    width: 20px;
    width: 20px;
  }

  .text-block-7-copy {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 8px;
    line-height: 12px;
  }

  .select-field-3 {
    width: 10em;
    max-width: 12em;
  }

  .link-block-4113, .link-block-4114 {
    text-decoration: none;
  }

  .image-copy-copy-copy {
    width: 20px;
  }

  .div-block-989 {
    margin-bottom: 40px;
  }

  .div-block-20-copy {
    height: auto;
    height: 38vh;
    background-image: none;
  }

  .gallery-wrap-2 {
    max-width: 500px;
  }

  .collection-item-2 {
    width: 50%;
  }

  .slider-8 {
    max-width: 500px;
  }
}

@media screen and (max-width: 479px) {
  .image {
    width: 20px;
  }

  .div-block-5 {
    width: auto;
    text-align: left;
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }

  .div-block-6 {
    height: auto;
    flex-direction: column;
    align-items: center;
    position: static;
  }

  .div-block-7 {
    width: auto;
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .text-block-6 {
    justify-content: center;
    display: flex;
  }

  .text-block-7 {
    width: auto;
    text-align: center;
    justify-content: center;
    margin-left: 8px;
    line-height: 15px;
    display: flex;
  }

  .link-block-3 {
    display: none;
  }

  .div-block-8 {
    bottom: 3%;
  }

  .div-block-10 {
    height: auto;
    justify-content: center;
  }

  .div-block-11 {
    height: 8em;
    align-items: flex-end;
  }

  .div-block-13 {
    width: 60%;
  }

  .div-block-14 {
    width: auto;
    align-items: flex-end;
    margin-bottom: 0;
    padding-bottom: 4%;
  }

  .link-block-copy {
    margin-left: 5px;
    margin-right: 0;
  }

  .div-block-15 {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .image-4 {
    width: 15em;
  }

  .grid-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: auto auto;
  }

  .text-block-7-copy, .text-block-6-copy {
    font-size: 10px;
  }

  .nav-menu {
    width: auto;
    height: 31em;
    left: 0;
    box-shadow: -6px 7px 5px -2px rgba(0, 0, 0, .2);
  }

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

  .div-block-16 {
    display: none;
  }

  .heading-2 {
    text-align: left;
    font-size: 23px;
    line-height: 28px;
    display: block;
  }

  .div-block-18 {
    width: 50px;
    margin-right: 20px;
    display: none;
  }

  .div-block-20 {
    width: 100%;
    height: auto;
  }

  .link-block-4 {
    margin-bottom: 0;
  }

  .div-block-21 {
    width: 95%;
  }

  .text-block-10 {
    font-size: 13px;
  }

  .div-block-23 {
    width: 60%;
  }

  .image-6 {
    width: 12em;
  }

  .text-block-13 {
    font-size: 12px;
  }

  .icon-3, .div-block-15-copy {
    display: flex;
  }

  .div-block-15-copy {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .heading-2-copy {
    text-align: center;
  }

  .menu-button {
    background-color: rgba(255, 255, 255, 0);
  }

  .menu-button.w--open {
    color: #204a66;
  }

  .div-block-15-copy, .div-block-15-copy-copy, .div-block-15-copy-copy, .div-block-15-copy-copy-copy {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .container {
    max-width: none;
  }

  .margin-bottom-24px {
    text-align: justify;
  }

  .div-block-19-copy {
    background-image: linear-gradient(to bottom, null, null), url('../images/urban-city-architecture.jpg');
    background-position: 0 0, 50% 0;
  }

  .div-block-35 {
    display: none;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .brix---subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---paragraph-default {
    font-size: 15px;
    line-height: 28px;
  }

  .brix---grid-contact-v1 {
    grid-row-gap: 50px;
    border-bottom-left-radius: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .brix---btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---input {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input::-ms-input-placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---text-300-bold {
    font-size: 17px;
    line-height: 21px;
  }

  .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---grid-1-column {
    width: auto;
  }

  .brix---card-form {
    padding-left: 23px;
    padding-right: 23px;
  }

  .brix---text-area {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 26px;
  }

  .brix---text-area::-ms-input-placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .brix---text-area::placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .brix---card-link-icon-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 26px 10px;
  }

  .brix---text-200 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---inner-container-400px {
    width: auto;
    max-width: none;
  }

  .brix---big-icon-left {
    max-width: 56px;
    border-radius: 0;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .div-block-19-copy-copy {
    background-image: linear-gradient(to bottom, null, null), url('../images/urban-city-architecture.jpg');
    background-position: 0 0, 50% 0;
  }

  .heading-6 {
    font-size: 25px;
    line-height: 28px;
  }

  .property-description-card {
    width: 100vw;
    border-radius: 0;
    margin-top: 0;
    margin-left: -5%;
  }

  .footer-links {
    flex-direction: column;
  }

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

  .section.property-hero-section {
    padding-bottom: 100px;
  }

  .property-gallery-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .property-description-wrapper {
    flex: 0 auto;
  }

  .property-id-wrap {
    margin-left: -5px;
  }

  .additional-listing-item {
    max-width: 90%;
  }

  .period-text {
    margin-bottom: 1px;
  }

  .property-location {
    background-position: 50% 0;
    padding-top: 28px;
    padding-left: 0;
    font-size: 16px;
  }

  .property-info-icon-wrapper {
    font-size: 16px;
  }

  .description-card-top {
    flex-direction: column;
    align-items: stretch;
  }

  .property-icon {
    display: none;
  }

  .agent-form-block, .cta-block-overlay {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .property-info-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .property-price-wrapper {
    margin-bottom: 10px;
  }

  .footer-links-col {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .listings-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .prise-text {
    font-size: 24px;
  }

  .footer-main {
    padding-bottom: 0;
  }

  .c-text-1 {
    text-align: left;
  }

  .c-filtro {
    margin-left: 0;
  }

  .c-tipo_checkbox {
    width: 12em;
  }

  .c-filtros {
    padding-left: 15px;
    padding-right: 15px;
  }

  .c-metros {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .c-col.cc-1 {
    display: none;
  }

  .c-button {
    padding-left: 35px;
  }

  .div-block-18-copy {
    width: 100px;
    width: 100px;
    margin-right: 20px;
  }

  .div-block-15-copy-copy, .div-block-15-copy-copy-copy {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .div-block-19-copy-copy {
    background-image: linear-gradient(to bottom, null, null), url('../images/urban-city-architecture.jpg');
    background-position: 0 0, 50% 0;
  }

  .div-block-20-copy-copy {
    background-position: 0 0, 100% 100%;
    background-size: auto, 350px;
    padding-left: 0;
  }

  .heading-7 {
    color: #fff;
    text-align: center;
    margin-left: 10px;
    font-size: 30px;
    line-height: 32px;
  }

  .div-block-15-copy12, .div-block-75 {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

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

  .div-block-93 {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .div-block-932 {
    background-position: 0 0, 100% 100%;
    background-size: auto, 350px;
    padding-left: 0;
  }

  .div-block-933 {
    padding-top: 0;
    padding-right: 0;
  }

  .div-block-934 {
    height: auto;
  }

  .div-block-935 {
    height: 30em;
  }

  .div-block-936 {
    padding-left: 0;
  }

  .heading-9 {
    font-size: 29px;
    line-height: 32px;
  }

  .div-block-938 {
    height: auto;
    min-height: 15em;
  }

  .faq-indicator-icon-line {
    top: 30%;
  }

  .faq-indicator-icon-line._2 {
    top: 70%;
  }

  .faq-question-text {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .faq-indicator {
    width: 20%;
  }

  .faq-answer {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-question-text-content {
    font-size: 1.5em;
    line-height: 1.1em;
  }

  .faq-indicator-icon, .faq-indicator-icon-2 {
    width: 12px;
    height: 12px;
  }

  .header-imoveis-conteudo {
    height: auto;
    background-color: #fff;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  }

  .div-block-14-copy {
    width: 35%;
    align-items: flex-end;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .link-block-4-copy {
    margin-bottom: 0;
  }

  .link-block-4-copy2 {
    margin-bottom: 25px;
  }

  .slider-copy3 {
    margin-bottom: 0;
  }

  .text-block-16, .text-block-19 {
    font-size: 12px;
  }

  .div-block-959 {
    display: none;
  }

  .div-block-5-copy {
    width: auto;
    text-align: left;
    width: auto;
    text-align: left;
    width: auto;
    text-align: left;
    width: auto;
    text-align: left;
    justify-content: flex-start;
  }

  .div-block-7-copy2 {
    width: auto;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
  }

  .div-block-7-copy123 {
    width: 9em;
  }

  .text-block-7-copy-copy123 {
    font-size: 10px;
  }

  .div-block-7-copy32, .div-block-7-copy23 {
    width: auto;
  }

  .div-block-960 {
    max-width: none;
  }

  .div-block-961 {
    width: auto;
  }

  .div-block-5-copy43, .div-block-5-copy31232, .div-block-5-copy, .div-block-5-copy-copy {
    width: auto;
    text-align: left;
    justify-content: flex-start;
  }

  .div-block-7-copy-copy, .div-block-7-copy-copy-copy {
    width: 9em;
  }

  .div-block-15-copy-copy23 {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .div-block-5-copy-copy {
    width: auto;
    text-align: left;
    width: auto;
    text-align: left;
    width: auto;
    text-align: left;
    width: auto;
    text-align: left;
    width: auto;
    text-align: left;
    width: auto;
    text-align: left;
    width: auto;
    text-align: left;
    width: auto;
    text-align: left;
    width: auto;
    text-align: left;
    width: auto;
    text-align: left;
    width: auto;
    text-align: left;
    width: auto;
    text-align: left;
    width: auto;
    text-align: left;
    width: auto;
    text-align: left;
    width: auto;
    text-align: left;
    width: auto;
    text-align: left;
    width: auto;
    text-align: left;
    width: auto;
    text-align: left;
    width: auto;
    text-align: left;
    width: auto;
    text-align: left;
    width: auto;
    text-align: left;
    width: auto;
    text-align: left;
    width: auto;
    text-align: left;
    width: auto;
    text-align: left;
    justify-content: flex-start;
  }

  .div-block-93-copy {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .div-block-962 {
    width: 5em;
  }

  .div-block-5-copy-copy-copy {
    width: auto;
    text-align: left;
    width: auto;
    text-align: left;
    width: auto;
    text-align: left;
    width: auto;
    text-align: left;
    justify-content: center;
  }

  .heading-7-copy {
    color: #fff;
    text-align: left;
    margin-left: 10px;
    font-size: 30px;
    line-height: 32px;
  }

  .slider-3 {
    height: 22em;
  }

  .slide-3 {
    height: 100%;
    max-height: 100%;
    min-height: 0%;
    background-position: 42%;
    background-size: cover;
    padding-bottom: 0;
    padding-right: 0;
  }

  .mask {
    height: 100%;
  }

  .div-block-963, .mask-2 {
    height: auto;
  }

  .left-arrow-2 {
    width: 1em;
    height: 1em;
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    top: auto;
    bottom: 6%;
    left: 0%;
    right: auto;
  }

  .gallery-wrap {
    padding-bottom: 40px;
  }

  .slider-4 {
    flex-flow: column;
    position: static;
  }

  .image-127 {
    width: 100%;
    height: auto;
  }

  .right-arrow-2 {
    width: 1em;
    height: 1em;
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    top: auto;
    bottom: 6%;
    left: auto;
    right: 0%;
  }

  .div-block-56 {
    width: 100%;
    height: auto;
  }

  .slide-5 {
    position: static;
  }

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

  .image-136 {
    max-height: 80px;
  }

  .slider-5 {
    height: auto;
  }

  .mask-3 {
    width: 88%;
    position: static;
  }

  .form-2 {
    width: 100%;
  }

  .icon-8 {
    color: #204a66;
    display: flex;
    position: static;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .icon-9 {
    color: #204a66;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    position: static;
    top: 0;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .div-block-19-copy-copy {
    background-image: linear-gradient(to bottom, null, null), url('../images/urban-city-architecture.jpg');
    background-position: 0 0, 50% 0;
  }

  .c-col-copy.cc-1 {
    display: none;
  }

  .c-filtros-copy {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tab-link-tab-1, .tab-link-tab-1.w--current, .tab-link-tab-2, .tab-link-tab-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-link-tab-3.w--current {
    padding-left: 20px;
  }

  .tabs-menu {
    justify-content: center;
    align-items: center;
  }

  .div-block-65 {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .hero-heading-right-2 {
    background-color: #edf3f5;
  }

  .container-3 {
    max-width: none;
  }

  .hero-wrapper-2 {
    align-items: center;
  }

  .shadow-two-2 {
    width: 95vw;
  }

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

  .div-block-5-copy-copy-copy-copy, .div-block-5-5 {
    width: auto;
    text-align: left;
    justify-content: center;
  }

  .link-block-3-copy {
    width: 12em;
    display: flex;
  }

  .div-block-5-5-copy, .div-block-43 {
    width: auto;
    text-align: left;
    justify-content: center;
  }

  .div-block-967, .div-block-968 {
    display: flex;
  }

  .div-block-532, .div-block-512, .div-block-554 {
    width: auto;
    text-align: left;
    justify-content: center;
  }

  .div-block-969 {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .link-block-3-copy-copy, .link-block-3-copy3 {
    display: none;
  }

  .link-block-3-copy21, ._321linblock {
    display: flex;
  }

  .link-block-3-copy {
    display: none;
  }

  .link-block-3-copy-copy321 {
    display: flex;
  }

  .link-block-3-copy {
    display: none;
  }

  .link-block-333-copy {
    display: flex;
  }

  .c-col-copy2.cc-1 {
    display: none;
  }

  .div-block-18-copy-copy {
    width: 160px;
    margin-right: 20px;
  }

  .div-block-79 {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/portrait-woman-customer-service-worker.jpg');
    background-position: 0 0, 50%;
  }

  .header-conhe-a-nos {
    background-image: linear-gradient(to bottom, null, null), url('../images/urban-city-architecture.jpg');
    background-position: 0 0, 50% 0;
  }

  .c-metros-copy {
    max-width: 90%;
    margin-left: 0;
    margin-right: 0;
  }

  .text-field-copy {
    width: 7em;
  }

  .text-field-copy-copy {
    width: 7em;
    margin-right: 0;
  }

  .div-block-3-copy {
    padding-right: 0;
  }

  .grid-29 {
    width: 100%;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    justify-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-block-copy-copy {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-971 {
    width: auto;
  }

  .div-block-973 {
    width: auto;
    margin-right: 0;
  }

  .image-copy {
    width: 20px;
    width: 20px;
  }

  .text-block-4-copy-copy {
    text-align: center;
    margin-left: 0;
  }

  .div-block-975 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .left-arrow-4 {
    top: -15%;
    right: 15%;
  }

  .right-arrow-4 {
    top: -15%;
  }

  .slider-6 {
    height: 32em;
  }

  .button-2-copy-copy {
    box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
  }

  .div-block-969-copy {
    display: flex;
  }

  .div-block-7-copy {
    width: 100%;
    justify-content: center;
    align-items: flex-start;
    padding-left: 5px;
  }

  .div-block-975-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .div-block-983 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
    padding-left: 0;
    display: flex;
  }

  .heading-2-copy {
    text-align: left;
    font-size: 23px;
    line-height: 28px;
    display: block;
  }

  .heading-2-copy-copy {
    text-align: left;
    font-size: 30px;
    line-height: 28px;
    display: block;
  }

  .div-block-983-copy {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
    padding-left: 0;
    display: flex;
  }

  .image-copy {
    width: 25px;
  }

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

  .heading-2-copy-copy {
    text-align: left;
    font-size: 23px;
    line-height: 28px;
    display: block;
  }

  .text-21, .text23 {
    text-align: left;
    font-size: 30px;
    line-height: 28px;
    display: block;
  }

  .slide-3-copy, .contato-slide-1 {
    height: 100%;
    max-height: 100%;
    min-height: 0%;
    background-position: 42%;
    background-size: cover;
    padding-bottom: 0;
    padding-right: 0;
  }

  .text-field-copy-copy-copy {
    width: 7em;
    margin-right: 0;
  }

  .image-copy-copy {
    width: 20px;
    width: 20px;
    width: 20px;
    width: 20px;
    width: 20px;
  }

  .rua-endereco, .horarioheader {
    text-align: center;
    margin-left: 0;
  }

  .text-block-7-copy {
    width: auto;
    text-align: center;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    line-height: 15px;
    display: flex;
  }

  .button-2-copy-copy-copy {
    box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
  }

  ._2, ._3, ._4, ._1 {
    display: none;
  }

  .c-metros-copy-copy {
    max-width: 90%;
    margin-left: 0;
    margin-right: 0;
  }

  .vertodos {
    box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
  }

  .image-copy-copy-copy {
    width: 20px;
  }

  .div-block-989 {
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .div-block-20-copy {
    width: 100%;
    height: auto;
    width: 100%;
    height: auto;
  }

  .button-3-copy {
    margin-left: 0;
  }

  .property-title-wrap {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .header-content-left {
    margin-bottom: 20px;
  }

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

  .feature.centre-lines {
    border: 1px #000;
  }

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

  .slider-7 {
    height: 300px;
    max-height: 300px;
    max-width: 300px;
    text-align: center;
  }

  .slider-8 {
    max-width: 300px;
  }

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

  .slide-9 {
    position: relative;
  }
}

#w-node-d76c6927-63d7-0d11-18a5-e88bbc872b9f-7245c27e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_793f4213-c4a7-3bfd-f8d5-a7039b5e3e30-7245c27e, #w-node-_793f4213-c4a7-3bfd-f8d5-a7039b5e3e49-7245c27e, #w-node-_793f4213-c4a7-3bfd-f8d5-a7039b5e3e62-7245c27e, #w-node-_793f4213-c4a7-3bfd-f8d5-a7039b5e3e7b-7245c27e, #w-node-_793f4213-c4a7-3bfd-f8d5-a7039b5e3e96-7245c27e, #w-node-_793f4213-c4a7-3bfd-f8d5-a7039b5e3eaf-7245c27e, #w-node-_793f4213-c4a7-3bfd-f8d5-a7039b5e3ec8-7245c27e, #w-node-_793f4213-c4a7-3bfd-f8d5-a7039b5e3ee1-7245c27e, #w-node-_684c87bf-c24c-29eb-52f9-56cf86519105-7245c27e, #w-node-_684c87bf-c24c-29eb-52f9-56cf8651911e-7245c27e, #w-node-_684c87bf-c24c-29eb-52f9-56cf86519137-7245c27e, #w-node-_684c87bf-c24c-29eb-52f9-56cf86519150-7245c27e, #w-node-_684c87bf-c24c-29eb-52f9-56cf8651916b-7245c27e, #w-node-_684c87bf-c24c-29eb-52f9-56cf86519184-7245c27e, #w-node-_684c87bf-c24c-29eb-52f9-56cf8651919d-7245c27e, #w-node-_684c87bf-c24c-29eb-52f9-56cf865191b6-7245c27e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6d537545-6ab7-8ca5-ee34-3f3ca26bd62e-7245c27e, #w-node-cc20a84c-3e81-8920-283e-35baf41e063e-7245c27e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce31df7d-240d-c489-7899-55a62e86bf0d-7245c27e, #w-node-dae04680-d528-ea48-bd0d-4a9b9244a204-7245c27e, #w-node-d5a09ff9-b1c6-953c-a3a0-a3cb5163f31f-7245c27e, #w-node-ee4da0e5-4754-d259-f05c-f5ea81334f6a-7245c27e, #w-node-_28308b36-071d-502f-4503-5302a14d5e97-7245c27e, #w-node-_1dd7fca8-3b8d-04aa-b88b-270a15f89709-7245c27e, #w-node-_9240218a-9977-2551-245a-8cd0c4693ff1-7245c27e, #w-node-_0fd491a6-81ef-7211-d392-5b2d47ff7852-7245c27e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_007bb426-01e5-c843-9045-0caf3f3563d8-7245c27e, #w-node-_2e86d1ac-12af-7a60-4614-05c06a0573e1-7245c27e, #w-node-_007bb426-01e5-c843-9045-0caf3f3563dd-7245c27e, #w-node-_007bb426-01e5-c843-9045-0caf3f3563ee-7245c27e, #w-node-f61f7fe5-eb25-a53f-2e5d-d99fe1d61dc4-7cafbfaa, #w-node-a8be7207-0e34-8e75-0cc0-2bbdbd7189e2-7cafbfaa, #w-node-a8be7207-0e34-8e75-0cc0-2bbdbd7189e5-7cafbfaa, #w-node-a8be7207-0e34-8e75-0cc0-2bbdbd7189f4-7cafbfaa, #w-node-a8be7207-0e34-8e75-0cc0-2bbdbd718a0d-7cafbfaa, #w-node-_7c4f97c0-cc07-c231-81af-e8c0e6375d55-369f630c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a11354f8-9454-496f-d15d-a50b60377231-369f630c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a11354f8-9454-496f-d15d-a50b60377235-369f630c {
  justify-self: start;
}

#w-node-_7dc45680-da13-e729-ba4f-a7b085b0ce35-369f630c, #w-node-_7dc45680-da13-e729-ba4f-a7b085b0ce38-369f630c, #w-node-_7dc45680-da13-e729-ba4f-a7b085b0ce47-369f630c, #w-node-_7dc45680-da13-e729-ba4f-a7b085b0ce60-369f630c, #w-node-d58d98fa-61f4-893d-ce70-33d1a5966500-fe2aac9f, #w-node-_160e54d7-2e2e-6565-6ff7-dc29a6b94014-fe2aac9f, #w-node-a011bedc-bbf7-1591-e213-298aae362028-fe2aac9f, #w-node-b748e130-cd78-bd04-411f-2f9917d75825-fe2aac9f, #w-node-_3a9a4ad9-5e4a-e209-0fcf-18b286e4233c-fe2aac9f, #w-node-_3a9a4ad9-5e4a-e209-0fcf-18b286e4233f-fe2aac9f, #w-node-_3a9a4ad9-5e4a-e209-0fcf-18b286e4234e-fe2aac9f, #w-node-_3a9a4ad9-5e4a-e209-0fcf-18b286e42367-fe2aac9f, #w-node-_3bfb5215-173f-02da-90b7-aaedc34302ea-61d48358 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7576e8ea-e6f3-3046-4bcb-14a2dfdda617-61d48358, #w-node-_7576e8ea-e6f3-3046-4bcb-14a2dfdda630-61d48358, #w-node-_7576e8ea-e6f3-3046-4bcb-14a2dfdda649-61d48358, #w-node-_7576e8ea-e6f3-3046-4bcb-14a2dfdda662-61d48358, #w-node-_7576e8ea-e6f3-3046-4bcb-14a2dfdda67b-61d48358, #w-node-_7576e8ea-e6f3-3046-4bcb-14a2dfdda694-61d48358, #w-node-_7576e8ea-e6f3-3046-4bcb-14a2dfdda6ad-61d48358, #w-node-_7576e8ea-e6f3-3046-4bcb-14a2dfdda6c6-61d48358 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_48b73bfc-b48e-2e10-3389-7bcfbe5f3da5-61d48358, #w-node-_48b73bfc-b48e-2e10-3389-7bcfbe5f3da8-61d48358, #w-node-_48b73bfc-b48e-2e10-3389-7bcfbe5f3db7-61d48358, #w-node-_48b73bfc-b48e-2e10-3389-7bcfbe5f3dd0-61d48358 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_92759aae-b026-8f68-747b-76fe84035c76-c5d4d3ad, #w-node-_404e2b26-5356-53df-aa23-cd98744999a8-c5d4d3ad, #w-node-a47719c2-e0d6-8273-dbff-c192d320d849-c5d4d3ad, #w-node-f3960717-c889-7916-feda-ab8f3a1e92d3-c5d4d3ad, #w-node-_9db5dcb3-b4c5-e78f-c665-4148740cc2ce-c5d4d3ad, #w-node-_9db5dcb3-b4c5-e78f-c665-4148740cc2e7-c5d4d3ad, #w-node-_9db5dcb3-b4c5-e78f-c665-4148740cc300-c5d4d3ad, #w-node-_9db5dcb3-b4c5-e78f-c665-4148740cc319-c5d4d3ad {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_902c8ff0-f44e-9dc6-341c-a3340e315f91-6160e025 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7576e8ea-e6f3-3046-4bcb-14a2dfdda617-6160e025, #w-node-_7576e8ea-e6f3-3046-4bcb-14a2dfdda630-6160e025, #w-node-_7576e8ea-e6f3-3046-4bcb-14a2dfdda649-6160e025, #w-node-_7576e8ea-e6f3-3046-4bcb-14a2dfdda662-6160e025, #w-node-_7576e8ea-e6f3-3046-4bcb-14a2dfdda67b-6160e025, #w-node-_7576e8ea-e6f3-3046-4bcb-14a2dfdda694-6160e025, #w-node-_7576e8ea-e6f3-3046-4bcb-14a2dfdda6ad-6160e025, #w-node-_7576e8ea-e6f3-3046-4bcb-14a2dfdda6c6-6160e025 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_70c82245-2fdd-c289-6b6d-f7d68e3749f2-6160e025, #w-node-_70c82245-2fdd-c289-6b6d-f7d68e3749f5-6160e025, #w-node-_70c82245-2fdd-c289-6b6d-f7d68e374a04-6160e025, #w-node-_70c82245-2fdd-c289-6b6d-f7d68e374a1d-6160e025, #w-node-_5dc1c0a3-34c4-930b-d803-892a4bb1b6a3-7964f5c0, #w-node-_50f2175c-1214-29a1-f247-206cf718fa3c-7964f5c0, #w-node-_50f2175c-1214-29a1-f247-206cf718fa3f-7964f5c0, #w-node-_50f2175c-1214-29a1-f247-206cf718fa4e-7964f5c0, #w-node-_50f2175c-1214-29a1-f247-206cf718fa67-7964f5c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-f73055e1-fc20-1e54-1165-fcf70f4993ea-369f630c, #w-node-_6d72781c-af79-d65d-58ca-d08248d66b35-fe2aac9f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-d76c6927-63d7-0d11-18a5-e88bbc872b9f-7245c27e, #w-node-f61f7fe5-eb25-a53f-2e5d-d99fe1d61dc4-7cafbfaa, #w-node-_7c4f97c0-cc07-c231-81af-e8c0e6375d55-369f630c, #w-node-d58d98fa-61f4-893d-ce70-33d1a5966500-fe2aac9f, #w-node-_3bfb5215-173f-02da-90b7-aaedc34302ea-61d48358, #w-node-_902c8ff0-f44e-9dc6-341c-a3340e315f91-6160e025, #w-node-_5dc1c0a3-34c4-930b-d803-892a4bb1b6a3-7964f5c0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a11354f8-9454-496f-d15d-a50b60377231-369f630c {
    grid-column: span 1 / span 1;
  }

  #w-node-aca0f7a1-f3f7-f9a7-a02f-a71bf1df80c1-7964f5c0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


