body {
  color: #282828;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  line-height: 30px;
}

h1 {
  color: #282828;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

h2 {
  color: #282828;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 21.5px;
  font-weight: 500;
  line-height: 31px;
}

h3 {
  color: #282828;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
}

h4 {
  color: #282828;
  margin-top: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
}

h5 {
  color: #282828;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

h6 {
  color: #282828;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
}

p {
  color: #282828;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 25px;
}

a {
  color: #727f99;
  cursor: pointer;
  text-decoration: underline;
}

ul {
  color: #282828;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
}

ol {
  color: #282828;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 3px;
  padding-top: 3px;
  padding-left: 3px;
}

blockquote {
  color: #282828;
  text-align: center;
  border-top: 1px solid #d0d8e8;
  border-bottom: 1px solid #d0d8e8;
  border-left: 5px #e2e2e2;
  margin-bottom: 10px;
  padding: 30px 20px;
  font-size: 28px;
  font-style: italic;
  line-height: 35px;
}

figcaption {
  color: #727f99;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  font-style: italic;
  line-height: 14px;
}

.content-wrapper {
  z-index: 10;
  max-width: 1210px;
  flex: 1;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.content-wrapper.white {
  background-color: #fff;
  margin-bottom: 60px;
  padding-bottom: 60px;
}

.content-wrapper.start {
  flex: 1;
  align-items: center;
  display: flex;
}

.content-wrapper.white-2 {
  background-color: #fff;
  margin-bottom: 60px;
  padding-bottom: 30px;
}

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

.navbar-top {
  min-height: 36px;
  color: #fff;
  background-color: #5db1e8;
  justify-content: flex-start;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 7px;
  font-size: 12.5px;
  line-height: 13px;
}

.style-guide-box {
  margin-bottom: 60px;
}

.mini-title {
  color: #727f99;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 23px;
}

.mini-title.no-border {
  margin-bottom: 0;
}

.button {
  min-height: 47.5px;
  min-width: 138px;
  text-align: center;
  background-image: linear-gradient(133deg, #5db1e8, #16486e 99%);
  border-radius: 2.5px;
  padding-top: 11px;
  font-size: 15px;
  line-height: 26px;
  transition: background-color .5s;
}

.button:hover {
  background-image: linear-gradient(133deg, #125af5, #024cf4);
}

.button.top-border {
  margin-top: 10px;
}

.navlink {
  height: 53px;
  padding-top: 20px;
  padding-bottom: 0;
  font-size: 15px;
  line-height: 16px;
}

.navlink:hover {
  background-color: #f1f3f7;
}

.navlink.w--current {
  color: #282828;
  background-image: linear-gradient(#fff, #f1f3f7 100%, #000);
  border-left-color: #d0d8e8;
  border-right-color: #d0d8e8;
}

.navbar {
  z-index: 100;
  width: 100%;
  height: 53px;
  background-color: #fff;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.dropdown {
  height: 53px;
}

.dropdown-toggle {
  height: 53px;
  padding-top: 20px;
  padding-bottom: 0;
  font-size: 15px;
  line-height: 16px;
}

.dropdown-arrow {
  color: #727f99;
  margin-top: 23px;
  margin-right: 25px;
  font-size: 12px;
  transform: rotate(-90deg);
}

.navbar-top-left {
  width: 50%;
  flex: 1;
  margin-left: 170px;
}

.navbar-top-right {
  width: 50%;
  text-align: right;
  flex: 1;
}

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

.top-navbar-link {
  color: #fff;
  text-decoration: none;
}

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

.brand {
  z-index: 2;
  background-image: linear-gradient(133deg, #2676fc, #0e55f4);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-top: -40px;
  margin-left: 40px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  transition: transform .2s;
  position: absolute;
  left: 0;
}

.brand:hover {
  transform: translate(0, 3px);
}

.brand.w--current {
  color: #fff;
  background-image: linear-gradient(#b18463, #b18463);
  margin-top: -43px;
  margin-left: 36px;
  margin-right: 0;
  padding: 0;
}

.dropdown-link {
  height: 50px;
  background-color: #fff;
  border: 1px #d0d8e8;
  border-bottom-style: solid;
  padding-top: 17px;
  font-size: 15px;
  line-height: 16px;
  transition: background-color .2s;
}

.dropdown-link:hover {
  background-color: #f1f3f7;
}

.dropdown-link.w--current {
  color: #282828;
  background-color: #f1f3f7;
}

.nav-menu {
  float: left;
  margin-left: 150px;
}

.dropdown-list {
  border-left: 1px solid #000;
}

.dropdown-list.w--open {
  border-top: 1px solid #d0d8e8;
  border-left: 1px solid #d0d8e8;
  border-right: 1px solid #d0d8e8;
}

.top-bar {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.hero-section {
  min-height: 742px;
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3));
  display: flex;
}

.hero-section._4 {
  min-height: 880px;
  background-image: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/100EMeadow.png'), url('../images/VIP217_Exterior.png'), url('../images/VIP107_0004_Layer-8.jpg');
  background-position: 0 0, 50% 0, 50% 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, cover, cover, cover;
  background-attachment: scroll, fixed, fixed, fixed;
  padding-top: 60px;
}

.body.gray {
  background-color: #f1f3f7;
}

.flex-wrapper {
  width: 100%;
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.title-box {
  border-bottom: 1px solid #d0d8e8;
  margin-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
}

.bottom-border {
  margin-bottom: 8px;
}

.bottom-border.medium {
  margin-bottom: 15px;
}

.bottom-border.large {
  margin-bottom: 20px;
}

.inner-padding {
  padding-left: 20px;
  padding-right: 20px;
}

.modal-image-container {
  z-index: 1000;
  text-align: center;
  background-color: rgba(0, 0, 0, .7);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.modal-image-1 {
  max-height: 90vh;
  max-width: 90vw;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: auto;
}

.close-modal {
  width: 35px;
  height: 35px;
  background-image: url('../images/Close.png'), linear-gradient(#0e55f4, #2676fc);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 13px, auto;
  border-radius: 2.5px;
  margin-top: 10px;
  margin-right: 10px;
  position: absolute;
  top: 0;
  right: 0;
}

.see-image {
  width: 50px;
  height: 50px;
  background-image: url('../images/Eye.png'), linear-gradient(#b18463, #b18463);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 20px, auto;
  border-radius: 50%;
}

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

.modal-image-2, .modal-image-3, .modal-image-4, .modal-image-5, .modal-image-6, .modal-image-7, .modal-image-8, .modal-image-9 {
  max-height: 90vh;
  max-width: 90vw;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: auto;
}

.close-modal-2, .close-modal-3, .close-modal-4, .close-modal-5, .close-modal-6, .close-modal-7, .close-modal-8, .close-modal-9 {
  width: 35px;
  height: 35px;
  background-image: url('../images/Close.png'), linear-gradient(#0e55f4, #2676fc);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 13px, auto;
  border-radius: 2.5px;
  margin-top: 10px;
  margin-right: 10px;
  position: absolute;
  top: 0;
  right: 0;
}

.social-icon {
  width: 30px;
  height: 30px;
  background-image: linear-gradient(133deg, #2676fc, #0e55f4);
  border-radius: 50%;
  margin-right: 8px;
  transition: background-color .2s;
}

.social-icon.facebook {
  background-image: url('../images/Fb-sprite.png'), linear-gradient(133deg, #2676fc, #0e55f4);
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 7px, auto;
}

.social-icon.facebook:hover {
  background-image: url('../images/Fb-sprite.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 7px;
}

.social-icon.twitter {
  background-image: url('../images/Tw.png'), linear-gradient(#0e55f4, #2676fc);
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 12px, auto;
}

.social-icon.twitter:hover {
  background-image: url('../images/Tw.png');
  background-position: 50% 4px;
  background-repeat: no-repeat;
  background-size: 12px;
}

.social-icon.youtube {
  background-image: url('../images/Yt.png'), linear-gradient(#0e55f4, #2676fc);
  background-position: 50% 105%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 12px, auto;
}

.social-icon.youtube:hover {
  background-image: url('../images/Yt.png');
  background-position: 50% 4px;
  background-repeat: no-repeat;
  background-size: 12px;
}

.social-icon.linkedin {
  background-image: url('../images/Lin.png'), linear-gradient(#0e55f4, #2676fc);
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 12px, auto;
}

.social-icon.linkedin:hover {
  background-image: url('../images/Lin.png');
  background-position: 50% 5px;
  background-repeat: no-repeat;
  background-size: 12px;
}

.paragraph.no-border {
  margin-bottom: 0;
}

.paragraph.small {
  font-size: 14px;
  line-height: 20px;
}

.paragraph.medium {
  font-size: 15px;
  line-height: 22px;
}

.text-field {
  height: 55px;
  background-image: url('../images/Bg.png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 50px;
  border: 1px solid #d0d8e8;
  border-radius: 2.5px;
  margin-bottom: 20px;
  padding-left: 65px;
}

.text-field.name {
  background-image: url('../images/avatar-masculino.svg'), url('../images/Bg.png');
  background-position: 15px, 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 20px, 50px;
}

.textarea {
  border: 1px solid #d0d8e8;
  border-radius: 2.5px;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 58px;
  font-style: italic;
}

.submit-button {
  width: 100%;
  height: 55px;
  background-image: linear-gradient(133deg, #d0d8e8, #16486e);
  border-radius: 2.5px;
  padding-top: 11px;
  font-size: 15px;
  line-height: 22px;
  transition: background-color .2s;
}

.submit-button:hover {
  background-image: linear-gradient(133deg, #5db1e8, #5db1e8);
}

.agent-contact-item {
  min-height: 70px;
  border: 1px solid #d0d8e8;
  border-radius: 2.5px;
  flex-flow: row;
  margin-bottom: 20px;
  display: flex;
}

.agent-contact-item.top-border {
  margin-top: 20px;
}

.agents-contact-icon {
  width: 65px;
  background-image: linear-gradient(#fff, #f1f3f7);
  border-right: 1px solid #d0d8e8;
}

.agents-contact-icon.phone {
  background-image: url('../images/mango-del-telefono.svg'), linear-gradient(#fff, #f1f3f7);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 21px, auto;
  flex-direction: row;
}

.agents-contact-icon.email {
  background-image: url('../images/sobre-cerrado.svg'), linear-gradient(#fff, #f1f3f7);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 21px, auto;
}

.agents-contact-icon.pin {
  background-image: url('../images/puntero-de-ubicacion.svg'), linear-gradient(#fff, #f1f3f7);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 22px, auto;
}

.agents-contact-text {
  width: 84%;
  flex-direction: column;
  flex: 1;
  padding: 13px 30px 8px 25px;
}

.mini-slide-arrow-right {
  z-index: 15;
  width: 40px;
  opacity: .6;
  font-size: 21px;
  transition: opacity .2s;
}

.mini-slide-arrow-right:hover {
  opacity: .9;
}

.content-section-2 {
  padding-top: 65px;
}

.hero-text {
  margin-top: 30px;
}

.hero-text._90-percent {
  width: 90%;
  margin-top: 0;
}

.h1-hero {
  color: #fff;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 38px;
}

.subtitle {
  text-align: left;
  font-size: 19px;
  line-height: 27.5px;
}

.subtitle.white {
  color: #fff;
}

.header-box {
  width: 57%;
  text-align: center;
  margin-bottom: 55px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mini-slide-arrow-left {
  z-index: 15;
  width: 40px;
  opacity: .6;
  font-size: 21px;
  transition: opacity .2s;
}

.mini-slide-arrow-left:hover {
  opacity: .9;
}

.member-image-link {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  flex-flow: column;
  justify-content: flex-end;
  display: block;
  overflow: hidden;
}

.heading-4-white {
  color: #fff;
}

.heading-4-white.no-border {
  margin-bottom: 0;
}

.newsletter {
  width: 100%;
  background-color: #0e55f4;
  border-radius: 5px;
  padding-bottom: 35px;
  position: relative;
}

.form-block {
  width: 69%;
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 22.5%;
}

.text-field-2 {
  width: 32%;
  height: 45px;
  background-image: url('../images/Bg.png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 50px;
  border: 1px solid #d0d8e8;
  border-radius: 2.5px;
  margin-bottom: 0;
  padding-top: 9px;
  padding-left: 65px;
}

.text-field-2.name {
  background-image: url('../images/avatar-masculino.svg'), url('../images/Bg.png');
  background-position: 15px, 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 20px, 50px;
}

.text-field-2.email {
  background-image: url('../images/sobre-cerrado.svg'), url('../images/Bg.png');
  background-position: 15px, 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 20px, 50px;
}

.newsletter-box-flex {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 17px;
  display: flex;
}

.submit-button-2 {
  width: 32%;
  height: 45px;
  color: #282828;
  background-image: linear-gradient(#fbe194, #fec726);
  border-radius: 2.5px;
  padding-top: 9px;
  font-size: 14px;
  font-style: italic;
  transition: background-color .2s;
  overflow: hidden;
}

.submit-button-2:hover {
  background-image: linear-gradient(#fec726, #fec726 0%, #fec726);
}

.girl {
  position: absolute;
  bottom: 0;
  left: 5%;
}

.newsletter-tab {
  background-image: linear-gradient(133deg, #2676fc, #0e55f4);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding-top: 15px;
  padding-bottom: 13px;
  padding-left: 22.5%;
}

.footer {
  background-color: rgba(40, 40, 40, .51);
  background-image: linear-gradient(rgba(40, 40, 40, .39), rgba(40, 40, 40, .39)), url('../images/ASPEN-trees.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-top: 65px;
  padding-bottom: 80px;
}

.footer-column-1 {
  width: 30%;
  height: auto;
}

.brand-footer {
  z-index: 2;
  min-height: 100px;
  float: none;
  background-image: linear-gradient(133deg, #5db1e8, #2676fc);
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 0;
  transition: transform .2s;
  display: inline-block;
  position: relative;
  left: 0;
}

.brand-footer:hover {
  transform: translate(0, -3px);
}

.social-icons {
  margin-top: 20px;
}

.title {
  color: #282828;
  font-weight: 500;
  line-height: 23px;
  display: block;
}

.footer-link {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 22px;
  text-decoration: none;
  display: block;
}

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

.footer-column-2 {
  width: 17.5%;
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.footer-column-4 {
  width: 35%;
}

.collection-item {
  width: 100%;
  border-bottom: 1px solid #d0d8e8;
  flex-wrap: wrap;
  padding: 20px 10px;
  display: flex;
}

.footer-property-image {
  width: 33%;
  height: 85px;
  max-width: 150px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  margin-right: 15px;
  position: relative;
}

.price-footer {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.footer-link-property {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
  display: block;
}

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

.footer-property-right {
  flex: 1;
  padding-top: 5px;
}

.tag-mini-blue {
  min-width: auto;
  color: #fff;
  text-align: center;
  background-color: rgba(18, 90, 245, .9);
  border-radius: 3px;
  margin-top: 8px;
  margin-right: 8px;
  padding: 7px 10px;
  font-size: 13px;
  line-height: 13px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}

.tag-mini-green {
  min-width: auto;
  color: #fff;
  text-align: center;
  background-color: rgba(40, 213, 60, .9);
  border-radius: 3px;
  margin-top: 8px;
  margin-right: 8px;
  padding: 7px 10px;
  font-size: 13px;
  line-height: 13px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}

.footer-column-3 {
  width: 17.5%;
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.title-white {
  color: #fff;
  font-weight: 500;
  display: block;
}

.paragraph-white {
  color: #fff;
  line-height: 25px;
}

.paragraph-white.small {
  font-size: 15px;
  line-height: 22px;
}

.social-icon-white {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 8px;
  transition: background-color .2s;
}

.social-icon-white:hover {
  background-color: rgba(0, 0, 0, 0);
}

.social-icon-white.facebook {
  background-image: url('../images/Fb-blue.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-white.facebook:hover {
  background-image: url('../images/004-facebook-logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.inner-section {
  padding-top: 60px;
}

.inner-hero {
  min-height: 330px;
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/YouAreHere.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.inner-hero.blog {
  background-image: url('../images/ASPEN-trees.png'), linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/Webflow_Pool.jpg');
  background-position: 0 0, 0 0, 50% 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: cover, auto, cover;
  background-attachment: fixed, scroll, scroll;
  position: relative;
}

.text-small-white {
  color: #fff;
  font-size: 15px;
  line-height: 22px;
}

.text-small-white.bottom-border {
  margin-bottom: 15px;
}

.h4-white {
  color: #fff;
}

._50-percent-column {
  width: 50%;
}

.form-2 {
  width: 66%;
  min-width: 380px;
  background-image: linear-gradient(133deg, #16486e, #2676fc);
  border-radius: 5px;
  margin-bottom: 0;
}

.text-field-3 {
  width: 80%;
  height: 45px;
  border: 1px solid #d0d8e8;
  border-left-style: none;
  border-top-right-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  flex: 1;
  margin-bottom: 0;
  padding-left: 17px;
}

.submit-button-3 {
  width: 100%;
  height: 45px;
  color: #282828;
  background-image: linear-gradient(#fbe194, #b18463 69%);
  border-radius: 2.5px;
  padding-top: 9px;
  font-size: 14px;
  transition: background-color .2s;
}

.submit-button-3:hover {
  background-image: linear-gradient(#fec726, #fec726);
}

.submit-background {
  width: 100%;
  background-image: linear-gradient(133deg, #2676fc, #16486e);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 23px 25px;
}

.form-content {
  padding-top: 23px;
  padding-left: 25px;
  padding-right: 25px;
}

.title-box-2 {
  color: #fff;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.top-form-tab {
  height: 55px;
  background-image: linear-gradient(133deg, #2676fc, #16486e);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  align-items: center;
  padding-top: 13px;
  padding-left: 25px;
  display: flex;
}

.input-title {
  height: 45px;
  min-width: 77px;
  color: #727f99;
  background-image: linear-gradient(#fff, #f1f3f7);
  border: 1px solid #d0d8e8;
  border-top-left-radius: 2.5px;
  border-bottom-left-radius: 2.5px;
  align-items: center;
  padding-left: 14px;
  font-size: 13px;
  line-height: 13px;
  display: flex;
}

.input-field {
  margin-bottom: 20px;
  display: flex;
}

.hero-rigth-column {
  width: 49%;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.intro-overview {
  width: 80%;
  flex-wrap: wrap;
  margin-bottom: 15px;
  display: flex;
}

.intro-overview.top-border {
  flex-wrap: wrap;
  margin-top: 25px;
}

.intro-overview.bottom-border {
  margin-bottom: 30px;
}

.intro-overview-item-1 {
  width: 50%;
  height: 45px;
  background-image: url('../images/cama.svg');
  background-position: 17px;
  background-repeat: no-repeat;
  background-size: 23px;
  border: 1px solid #fff;
  border-right-style: none;
  border-top-left-radius: 2.5px;
  border-bottom-left-radius: 2.5px;
  align-items: center;
  padding-left: 60px;
  display: flex;
}

.intro-overview-item-1.bath {
  background-image: url('../images/inodoro.svg');
  background-size: 23px;
}

.intro-overview-item-2 {
  width: 50%;
  height: 45px;
  background-image: url('../images/anteproyecto.svg');
  background-position: 17px;
  background-repeat: no-repeat;
  background-size: 23px;
  border: 1px solid #fff;
  border-top-right-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  align-items: center;
  padding-left: 60px;
  display: flex;
}

.intro-overview-item-2.camera {
  background-image: url('../images/Elevator-white.png');
  background-size: 27px;
}

.intro-3-item-1 {
  width: 31%;
  height: 460px;
  text-align: left;
  background-image: url('../images/Balcony.png'), url('../images/107-Front-door.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
  border-right: 1px solid #d0d8e8;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 30px 33px;
  display: flex;
  position: relative;
}

.intro-3-title {
  height: 65px;
  min-width: 79%;
  background-image: linear-gradient(133deg, #5db1e8, #5db1e8);
  border-top-left-radius: 5px;
  text-decoration: none;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.intro-title-icon {
  width: 70px;
  height: 100%;
  background-image: url('../images/lista.svg'), linear-gradient(#16486e, #16486e);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 20px, auto;
  border-top-left-radius: 5px;
}

.intro-title-icon._3 {
  background-image: url('../images/ubicacion.svg'), linear-gradient(#16486e, #16486e);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 25px, auto;
}

.intro-title-icon._2 {
  background-image: url('../images/camara-de-fotos.svg'), linear-gradient(#16486e, #16486e);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 26px, auto;
}

.intro-3-title-text {
  align-items: center;
  padding-top: 10px;
  padding-left: 25px;
  padding-right: 50px;
  display: flex;
}

.intro-3-item-2 {
  width: 31%;
  height: 460px;
  text-align: left;
  background-image: url('../images/107-Front-door.jpg'), url('../images/Webflow_FP.jpg');
  background-position: 50%, 50%;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
  border-right: 1px solid #d0d8e8;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 30px 33px;
  display: flex;
  position: relative;
}

.intro-3-item-3 {
  width: 31%;
  height: 460px;
  text-align: left;
  background-image: url('../images/town.png'), url('../images/Balcony-View.jpeg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
  border-right: 1px solid #d0d8e8;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 30px 33px;
  display: flex;
  position: relative;
}

.flex-wrapper-space-2 {
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 30px;
  display: flex;
}

._52-percent-column {
  width: 52%;
  height: 400px;
  background-image: url('../images/Webflow_KIT.jpg');
  background-position: 100%;
  background-size: cover;
}

._52-percent-column._2 {
  background-image: url('../images/VIP217_Exterior.png');
}

._45-percent-column {
  width: 48%;
  padding-top: 10px;
  padding-left: 40px;
}

.feature-short {
  border: 1px solid #d0d8e8;
  border-radius: 5px;
  margin-bottom: 20px;
  display: flex;
}

.feature-short.less-border {
  margin-bottom: 10px;
}

.feature-short-left {
  width: 80px;
  border-right: 1px solid #d0d8e8;
  justify-content: center;
  align-items: flex-start;
  padding-top: 25px;
  padding-bottom: 20px;
  display: flex;
}

.feature-short-right {
  flex: 1;
  padding: 20px 20px 10px 30px;
}

.flex-wrapper-2 {
  flex-wrap: wrap;
  margin-bottom: 75px;
  display: flex;
}

.flex-wrapper-2.no-border {
  margin-bottom: 0;
}

._45-percent-column-2 {
  width: 45%;
  padding-top: 10px;
  padding-right: 40px;
}

.top-border {
  margin-top: 20px;
}

._66-percent-column-2 {
  width: 55%;
  height: 425px;
}

.video-lightbox {
  width: 100%;
  height: 400px;
  background-image: url('../images/VIP_new-floor-plan.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.display-none {
  width: 100px;
  height: 70px;
  display: none;
}

.feature-short-2 {
  border-radius: 5px;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.feature-short-2.top-border {
  margin-top: 30px;
}

.feature-short-left-2 {
  width: 80px;
  height: 70px;
  border: 1px solid #d0d8e8;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.feature-short-right-2 {
  flex: 1;
  padding-left: 20px;
}

.content-section-4 {
  padding-top: 90px;
  padding-bottom: 90px;
}

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

.property-details {
  width: 80%;
  border: 1px solid #fff;
  border-radius: 5px;
  margin-top: 30px;
}

.property-details-item {
  border-bottom: 1px solid #fff;
  padding: 15px 20px 5px;
}

.property-details-icon {
  width: 35px;
}

.property-details-text {
  flex: 1;
  padding-top: 4px;
}

.content-section-5 {
  background-color: #16486e;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  padding-top: 100px;
  padding-bottom: 100px;
}

.property-details-flex {
  border-bottom: 1px solid #fff;
  padding: 15px 20px 5px;
  display: flex;
}

.tabs-menu-2 {
  text-align: center;
  border-bottom: 1px solid #d0d8e8;
  padding-left: 20px;
}

.tab-2-link-2 {
  height: 55px;
  min-width: 160px;
  background-color: #fff;
  background-image: url('../images/Kitchen.png');
  background-position: 16px;
  background-repeat: no-repeat;
  background-size: 25px;
  border: 1px solid #d0d8e8;
  border-right-style: none;
  padding-top: 11px;
  padding-left: 55px;
  font-size: 16px;
  top: 25px;
}

.tab-2-link-2.w--current {
  background-color: #f1f3f7;
  background-image: url('../images/Bed-mini.png');
  background-size: 29px;
}

.tab-2-link-1 {
  height: 55px;
  min-width: 160px;
  background-color: #fff;
  background-image: url('../images/Fireplace.png');
  background-position: 16px;
  background-repeat: no-repeat;
  background-size: 28px;
  border: 1px solid #d0d8e8;
  border-right-style: none;
  padding-top: 11px;
  padding-left: 55px;
  font-size: 16px;
  top: 25px;
}

.tab-2-link-1.w--current {
  background-color: #f1f3f7;
  background-image: url('../images/Bathroom-1.png');
  background-size: 28px;
  border-right-style: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  top: 25px;
}

.tab-pane-2 {
  flex-wrap: wrap;
  padding-top: 10px;
  padding-left: 25px;
  padding-right: 25px;
}

.lightbox-link-1 {
  width: 32%;
  height: 235px;
  background-image: url('../images/building_0000_Layer-6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-bottom: 2%;
  margin-right: 2%;
  display: flex;
  position: relative;
}

.lightbox-link-3 {
  width: 32%;
  height: 235px;
  background-image: url('../images/Balcony-View.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-bottom: 2%;
  display: flex;
  position: relative;
}

.lightbox-link-2 {
  width: 32%;
  height: 235px;
  background-image: url('../images/VIP107_0005_Layer-7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-bottom: 2%;
  margin-right: 2%;
  display: flex;
  position: relative;
}

.lightbox-link-4 {
  width: 32%;
  height: 235px;
  background-image: url('../images/building_bath.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-bottom: 2%;
  margin-right: 2%;
  display: flex;
  position: relative;
}

.lightbox-link-5 {
  width: 32%;
  height: 235px;
  background-image: url('../images/building_0002_Layer-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-bottom: 2%;
  margin-right: 2%;
  display: flex;
  position: relative;
}

.lightbox-link-6 {
  width: 32%;
  height: 235px;
  background-image: url('../images/VIP107_0004_Layer-8.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-bottom: 2%;
  margin-right: 2%;
  display: flex;
  position: relative;
}

.lightbox-link-7 {
  width: 32%;
  height: 235px;
  background-image: url('../images/building_0005_Layer-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-bottom: 2%;
  display: flex;
  position: relative;
}

.lightbox-link-8 {
  width: 32%;
  height: 235px;
  background-image: url('../images/VIP107_0002_Layer-10.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-bottom: 2%;
  margin-right: 2%;
  display: flex;
  position: relative;
}

.lightbox-link-9 {
  width: 32%;
  height: 235px;
  background-image: url('../images/Webflow_Pool.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-bottom: 2%;
  margin-right: 0%;
  display: flex;
  position: relative;
}

.tab-content {
  margin-top: 50px;
}

.lightbox-link-10 {
  width: 32%;
  height: 235px;
  background-image: url('../images/Webflow_HALL.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-bottom: 2%;
  margin-right: 2%;
  display: flex;
  position: relative;
}

.lightbox-link-11 {
  width: 32%;
  height: 235px;
  background-image: url('../images/Webflow_FP.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-bottom: 2%;
  margin-right: 2%;
  display: flex;
  position: relative;
}

.lightbox-link-12 {
  width: 32%;
  height: 235px;
  background-image: url('../images/Webflow_KIT.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-bottom: 2%;
  display: flex;
  position: relative;
}

.lightbox-link-13 {
  width: 32%;
  height: 235px;
  background-image: url('../images/Webflow_LR.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-bottom: 2%;
  margin-right: 2%;
  display: flex;
  position: relative;
}

.lightbox-link-14 {
  width: 32%;
  height: 235px;
  background-image: url('../images/Webflow_KING.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-bottom: 2%;
  margin-right: 2%;
  display: flex;
  position: relative;
}

.lightbox-link-15 {
  width: 32%;
  height: 235px;
  background-image: url('../images/BR-Bunks.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-bottom: 2%;
  display: flex;
  position: relative;
}

.lightbox-link-16 {
  width: 32%;
  height: 235px;
  background-image: url('../images/Webflow_BATH.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-bottom: 2%;
  margin-right: 2%;
  display: flex;
  position: relative;
}

.lightbox-link-17 {
  width: 32%;
  height: 235px;
  background-image: url('../images/Balcony-View.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-bottom: 2%;
  margin-right: 2%;
  display: flex;
  position: relative;
}

.lightbox-link-18 {
  width: 32%;
  height: 235px;
  background-image: url('../images/Webflow_2QNS.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-bottom: 2%;
  margin-right: 0%;
  display: flex;
  position: relative;
}

.feature-2-short {
  width: 45%;
  border: 1px solid #d0d8e8;
  border-radius: 5px;
  margin-bottom: 30px;
  margin-right: 45px;
  display: flex;
}

.flex-wrapper-3 {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.feature-2-short-2 {
  width: 45%;
  border: 1px solid #d0d8e8;
  border-radius: 5px;
  margin-bottom: 30px;
  display: flex;
}

.feature-2-short-3 {
  width: 45%;
  border: 1px solid #d0d8e8;
  border-radius: 5px;
  margin-bottom: 30px;
  margin-right: 45px;
  display: flex;
}

.feature-2-short-4 {
  width: 45%;
  border: 1px solid #d0d8e8;
  border-radius: 5px;
  margin-bottom: 30px;
  display: flex;
}

.feature-2-short-5 {
  width: 45%;
  border: 1px solid #d0d8e8;
  border-radius: 5px;
  margin-bottom: 30px;
  margin-right: 45px;
  display: flex;
}

.feature-2-short-6 {
  width: 45%;
  border: 1px solid #d0d8e8;
  border-radius: 5px;
  display: flex;
}

.list-link {
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 22px;
  text-decoration: none;
  display: inline-block;
}

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

.form-4 {
  margin-top: 20px;
}

.flex-wrapper-space-1 {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.flex-wrapper-space-1.top-border {
  margin-top: 40px;
}

.text-field-4 {
  width: 49%;
  height: 55px;
  background-image: url('../images/Bg.png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 50px;
  border: 1px solid #d0d8e8;
  border-radius: 2.5px;
  margin-bottom: 20px;
  padding-left: 65px;
}

.text-field-4.name {
  background-image: url('../images/avatar-masculino.svg'), url('../images/Bg.png');
  background-position: 15px, 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 20px, 50px;
}

.text-field-4.phone {
  background-image: url('../images/mango-del-telefono.svg'), url('../images/Bg.png');
  background-position: 15px, 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 20px, 50px;
}

.text-field-4.email {
  background-image: url('../images/sobre-cerrado.svg'), url('../images/Bg.png');
  background-position: 15px, 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 20px, 50px;
}

.text-field-4.last-name {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-left: 20px;
}

.locate-us-item {
  width: 31%;
  text-align: center;
  border: 1px solid #d0d8e8;
  border-radius: 5px;
  padding: 50px 50px 40px;
}

.social-button {
  width: 23%;
  height: 50px;
  color: #fff;
  text-align: center;
  background-image: linear-gradient(133deg, #2676fc -2%, #0e55f4);
  border-radius: 2.5px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 2%;
  padding-top: 19px;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.social-2-icon {
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  top: 16px;
  bottom: 0;
  left: 0;
  right: 0;
}

.faq-item {
  border-bottom: 1px solid #d0d8e8;
  margin-bottom: 30px;
  padding-bottom: 15px;
}

.faq-item.no-border {
  margin-bottom: 0;
}

.faq-set {
  margin-bottom: 50px;
}

.faq-set.no-border {
  margin-bottom: 0;
}

.success-message {
  color: #282828;
  background-color: rgba(0, 0, 0, 0);
}

.success-message._2 {
  min-height: 450px;
}

.row-licensing {
  border-bottom: 1px solid #d0d8e8;
  margin-top: 25px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.link-small {
  font-size: 15px;
}

.link-small.no-underline {
  text-decoration: none;
}

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

.footer-notice-blue {
  background-color: #5db1e8;
}

.footer-notice-text-white {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 22px;
}

.list-item-2 {
  border-bottom: 1px solid #d0d8e8;
  margin-bottom: 5px;
  padding-top: 12px;
  padding-bottom: 10px;
  padding-left: 20px;
}

.dot {
  color: #727f99;
  margin-right: 5px;
  display: inline;
}

.fixed-form-wrapper {
  background-color: #fff;
  border-left: 1px solid #d0d8e8;
  border-right: 1px solid #d0d8e8;
  padding: 10px 15px 20px;
  overflow: hidden;
}

.fixed-contact-form {
  z-index: 100;
  width: 300px;
  flex-direction: column;
  margin-bottom: 0;
  margin-right: 35px;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

.fixed-form-tab {
  width: 100%;
  height: 55px;
  color: #fff;
  background-color: #125af5;
  background-image: url('../images/burbuja-de-discurso-de-comentario-de-chat-ovalada-con-lineas-de-texto.svg'), linear-gradient(133deg, #2676fc, #0e55f4 102%);
  background-position: 21px, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 20px, auto;
  border-top-left-radius: 2.5px;
  border-top-right-radius: 2.5px;
  align-items: center;
  padding-left: 55px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-field-fixed-form {
  width: 100%;
  height: 45px;
  background-image: url('../images/Bg.png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 50px;
  border: 1px solid #d0d8e8;
  border-radius: 2.5px;
  margin-bottom: 13px;
  padding-left: 65px;
}

.text-field-fixed-form.name {
  background-image: url('../images/avatar-masculino.svg'), url('../images/Bg.png');
  background-position: 15px, 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 20px, 50px;
}

.text-field-fixed-form.email {
  background-image: url('../images/sobre-cerrado.svg'), url('../images/Bg.png');
  background-position: 15px, 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 20px, 50px;
}

.text-field-fixed-form.code {
  background-image: url('../images/pagina-de-inicio-1.svg'), url('../images/Bg.png');
  background-position: 15px, 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 20px, 50px;
}

.submit-button-4 {
  width: 100%;
  height: 45px;
  background-image: linear-gradient(133deg, #2676fc, #0e55f4);
  border-radius: 2.5px;
  padding-top: 9px;
  font-size: 14px;
  transition: background-color .2s;
}

.submit-button-4:hover {
  background-image: linear-gradient(133deg, #125af5, #024cf4);
}

.textarea-2 {
  border: 1px solid #d0d8e8;
  border-radius: 2.5px;
  margin-bottom: 13px;
  padding-top: 15px;
  padding-bottom: 58px;
  font-style: italic;
}

.fixed-tab-icon {
  width: 50px;
  background-color: #0e55f4;
  border-top-right-radius: 2.5px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.fixed-form-intro {
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-top: 5px;
  margin-bottom: 15px;
  display: flex;
}

.fixed-form-left {
  width: 53px;
  height: 53px;
  background-color: #f1f3f7;
  background-image: url('../images/Head.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 33px;
  border: 2px solid #d0d8e8;
  border-radius: 50%;
}

.fixed-form-right {
  flex: 1;
  padding-left: 10px;
}

.success-message-2 {
  height: 440px;
  background-color: #fff;
  border: 1px solid #d0d8e8;
  border-top-style: none;
}

.h1-hero-medium {
  color: #fff;
  text-shadow: 1px 1px 6px #000;
  font-size: 30px;
  line-height: 46px;
}

.social-icons-wrapper {
  width: 100%;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.button-2 {
  min-height: 47.5px;
  min-width: 138px;
  color: #282828;
  text-align: center;
  background-image: linear-gradient(#fbe194 -1%, #fbe194 0%, #fec726);
  border-radius: 2.5px;
  padding-top: 11px;
  font-size: 15px;
  line-height: 26px;
  transition: background-color .2s;
}

.button-2:hover {
  background-image: linear-gradient(#fec726 -1%, #fec726 -1%, #fec726);
}

.floor-image {
  height: 460px;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.about-left {
  width: 40%;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.grid-column-right {
  width: 50%;
  padding-left: 50px;
  padding-right: 20px;
  position: relative;
}

.grid-column-right.flex {
  justify-content: center;
  display: flex;
}

.grid-3 {
  width: 67%;
  height: 250px;
  max-width: 350px;
  background-image: url('../images/GoldenPeak.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 90px;
  position: relative;
  bottom: 0;
  left: 0;
}

.grid-flex-container {
  width: 100%;
  border-bottom: 1px solid #d0d8e8;
  flex-wrap: wrap;
  align-items: stretch;
  padding-bottom: 60px;
  display: flex;
}

.grid-4 {
  width: 59%;
  height: 395px;
  max-width: 340px;
  background-image: url('../images/Lionshead.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 600px;
  position: absolute;
  top: 0;
  left: 0;
}

.grid-column-left-2 {
  width: 50%;
  min-height: 440px;
  justify-content: flex-end;
  align-items: flex-end;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.footer-white {
  background-image: linear-gradient(#5db1e8, #f1f3f7 100%, #000);
  padding-top: 65px;
  padding-bottom: 80px;
}

.tabs-2 {
  width: 100%;
}

.image-big {
  width: 65%;
  height: 100%;
  display: inline-block;
}

.tip {
  z-index: 2147483647;
  margin-left: 33px;
  display: none;
  position: absolute;
  top: -40px;
  left: 0;
}

.tab-pane-3 {
  text-align: center;
  padding-bottom: 60px;
}

.grid-column-left-3 {
  width: 50%;
  padding-left: 20px;
  padding-right: 50px;
  position: relative;
}

.grid-column-right-2 {
  width: 50%;
  padding-left: 50px;
  position: relative;
}

.ceo {
  width: 79%;
  border-radius: 5px;
  margin-bottom: 30px;
  transition: transform .3s, box-shadow .2s;
  box-shadow: 16px 16px 35px -7px rgba(0, 0, 0, .37);
}

.ceo:hover {
  box-shadow: none;
  transform: translate(0, 5px);
}

.scroll-down {
  width: 50px;
  height: 45px;
  background-image: url('../images/flecha-hacia-abajo.svg'), linear-gradient(133deg, #2676fc, #0e55f4);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 18px, auto;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-right: 30px;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
  position: absolute;
  bottom: -3px;
  right: 0;
}

.scroll-down.w--current {
  background-size: 17px, auto;
  transition: transform .2s;
  bottom: -3px;
}

.flex-wrapper-6 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.read-more-box {
  height: 45px;
  color: #fff;
  background-color: #fff;
  background-image: linear-gradient(133deg, #2676fc -2%, #0e55f4 99%);
  border-top-left-radius: 2.5px;
  justify-content: center;
  align-items: center;
  padding-right: 15px;
  font-size: 13px;
  line-height: 22px;
  text-decoration: none;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.social-instagram {
  width: 30px;
  height: 30px;
  background-image: url('../images/Ins.png'), linear-gradient(133deg, #2676fc, #0e55f4);
  background-position: 50% 108%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 12px, auto;
  border-radius: 50%;
  margin-right: 8px;
  transition: background-color .2s;
}

.social-instagram:hover {
  background-image: url('../images/Ins.png');
  background-position: 50% 3px;
  background-repeat: no-repeat;
  background-size: 12px;
}

.button-4 {
  height: 47.5px;
  min-width: 150px;
  color: #fff;
  background-image: linear-gradient(133deg, #2676fc, #0e55f4);
  border-radius: 2.5px;
  font-size: 15px;
  line-height: 22px;
  text-decoration: none;
}

.button-4:hover {
  background-image: linear-gradient(133deg, #2676fc, #0e55f4 0%, #0e55f4);
}

.button-video-icon {
  width: 50px;
  background-color: #0e55f4;
  background-image: url('../images/youtube.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 17px;
  border-top-left-radius: 2.5px;
  border-bottom-left-radius: 2.5px;
}

.button-text-2 {
  border-top-right-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  flex: 1;
  align-items: center;
  padding-left: 15px;
  padding-right: 20px;
  display: flex;
}

.button-flex {
  width: 100%;
  height: 47.5px;
  flex-wrap: nowrap;
  align-items: stretch;
  display: flex;
}

.share-icons {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 0;
  display: flex;
}

.share-icon {
  width: 35px;
  height: 35px;
  background-color: #324f8b;
  border-radius: 50%;
  margin-right: 10px;
  transition: opacity .2s;
}

.share-icon:hover {
  opacity: .95;
}

.share-icon.facebook {
  background-image: url('../images/004-facebook-logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.share-icon.twitter {
  background-color: #1da0f2;
  background-image: url('../images/003-twitter.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.share-icon.email {
  background-color: #2676fc;
  background-image: url('../images/sobre.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
  margin-right: 0;
}

.white {
  color: #fff;
}

.form-subtitle {
  margin-top: 32px;
  margin-left: 22.5%;
}

.search-result-item {
  margin-bottom: 20px;
  display: flex;
}

.search-result-text {
  flex: 1;
}

.search-image {
  width: 220px;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 20px;
}

.search-page {
  margin-top: 15px;
  display: flex;
}

.search-button-2 {
  width: 150px;
  height: 55px;
  background-image: linear-gradient(133deg, #2676fc, #0e55f4 100%, #0e55f4 101%);
  border-top-right-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  padding-top: 11px;
  font-size: 15px;
  line-height: 22px;
  transition: background-color .2s;
}

.search-button-2:hover {
  background-image: linear-gradient(133deg, #125af5 -2%, #125af5 0%, #024cf4);
}

.search-field {
  width: 49%;
  height: 55px;
  border: 1px solid #d0d8e8;
  border-right-style: none;
  border-top-left-radius: 2.5px;
  border-bottom-left-radius: 2.5px;
  flex: 1;
  margin-bottom: 20px;
  padding-left: 20px;
  font-style: italic;
}

.search-result-wrapper {
  color: #727f99;
}

._80-percent-column {
  width: 80%;
}

.link {
  margin-bottom: 5px;
  line-height: 25px;
  display: inline-block;
}

.search-link {
  width: 35px;
  height: 35px;
  float: right;
  background-image: url('../images/Icon.png'), linear-gradient(133deg, #0e55f4, #2676fc);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 13px, auto;
  border-radius: 50%;
  margin-top: 9px;
}

.search-2 {
  float: right;
  justify-content: center;
  align-items: center;
  margin-top: 9px;
  display: flex;
  position: relative;
}

.search-input-2 {
  width: 160px;
  height: 35px;
  border: 1px solid #d0d8e8;
  border-radius: 55px;
  margin-bottom: 0;
  padding-top: 9px;
  padding-left: 15px;
  font-size: 13px;
  font-style: italic;
  line-height: 20px;
  position: relative;
}

.search-button-3 {
  height: 35px;
  background-image: linear-gradient(133deg, #2676fc, #0e55f4);
  border-top-right-radius: 55px;
  border-bottom-right-radius: 55px;
  font-size: 13px;
  line-height: 20px;
  transition: background-color .2s;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.search-button-3:hover {
  background-image: linear-gradient(133deg, #0e55f4, #2676fc);
}

.link-block-2 {
  width: 35px;
  height: 35px;
  float: right;
  background-image: url('../images/Icon.png'), linear-gradient(#0e55f4, #2676fc);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 15px, auto;
  border-radius: 50%;
  margin-top: 9px;
  transition: background-color .2s;
}

.link-block-2:hover {
  background-image: url('../images/Icon.png'), linear-gradient(133deg, #0e55f4, #2676fc);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 15px, auto;
}

.no-border {
  margin-bottom: 0;
}

.link-2 {
  color: #fbe194;
}

.image-2 {
  opacity: 1;
  transition: opacity .2s;
  position: static;
}

html.w-mod-js [data-ix="display-none-on-load"] {
  opacity: 0;
  display: none;
}

html.w-mod-js [data-ix="mode-down-on-load"] {
  opacity: 0;
  transform: translate(0, 10px);
}

html.w-mod-js [data-ix="close-modal"], html.w-mod-js [data-ix="close-modal-2"], html.w-mod-js [data-ix="close-modal-3"], html.w-mod-js [data-ix="close-modal-4"], html.w-mod-js [data-ix="close-modal-5"], html.w-mod-js [data-ix="close-modal-6"], html.w-mod-js [data-ix="close-modal-7"], html.w-mod-js [data-ix="close-modal-8"], html.w-mod-js [data-ix="close-modal-9"] {
  transform: translate(0, -47px);
}

html.w-mod-js [data-ix="move-left-on-load"] {
  transform: translate(-100%);
}

html.w-mod-js [data-ix="move-right-on-load"] {
  transform: translate(100%);
}

html.w-mod-js [data-ix="display-none-on-load-2"] {
  opacity: 0;
  display: none;
  transform: translate(0, 250%);
}

html.w-mod-js [data-ix="move-up-on-load"] {
  transform: translate(0, 100%);
}

html.w-mod-js [data-ix="slide-up-on-load"], html.w-mod-js [data-ix="slide-up-on-load-listing-1"], html.w-mod-js [data-ix="slide-up-on-load-listing-2"], html.w-mod-js [data-ix="slide-up-on-load-listing-3"], html.w-mod-js [data-ix="hero-slide-up-2"], html.w-mod-js [data-ix="slide-up-on-load-2"], html.w-mod-js [data-ix="slide-up-on-load-3"] {
  opacity: 0;
  transform: translate(0, 100%);
}

html.w-mod-js [data-ix="move-down-on-load"] {
  opacity: 0;
  transform: translate(0, -100%);
}

html.w-mod-js [data-ix="move-title-up-on-load"] {
  opacity: 0;
  display: none;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="move-up-on-load-1"], html.w-mod-js [data-ix="move-up-on-load-2"], html.w-mod-js [data-ix="move-up-on-load-3"], html.w-mod-js [data-ix="move-up-on-load-4"], html.w-mod-js [data-ix="move-up-on-load-5"], html.w-mod-js [data-ix="move-up-on-load-6"], html.w-mod-js [data-ix="move-up-on-load-7"], html.w-mod-js [data-ix="move-up-on-load-8"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="move-down-on-load-2"], html.w-mod-js [data-ix="swivel-on-hover"] {
  display: none;
  transform: translate(0, 100%);
}

@media screen and (max-width: 991px) {
  .dropdown-toggle {
    border-radius: 0;
  }

  .dropdown-toggle.w--open {
    background-color: #f1f3f7;
  }

  .dropdown-link {
    padding-left: 30px;
  }

  .nav-menu {
    height: auto;
    background-color: #fff;
    margin-left: 0;
    padding-top: 13px;
    overflow: auto;
  }

  .burger-menu {
    color: #727f99;
  }

  .menu-button {
    height: 53px;
  }

  .menu-button.w--open {
    height: 53px;
    background-color: #fff;
  }

  .dropdown-list {
    border-left-style: none;
    border-right: 1px #000;
  }

  .dropdown-list.w--open {
    border-right: 1px #000;
  }

  .header-box {
    width: 75%;
  }

  .form-block {
    margin-left: 27%;
  }

  .newsletter-tab {
    padding-left: 27%;
  }

  .footer-column-1 {
    width: 50%;
  }

  .footer-column-2 {
    width: 25%;
  }

  .footer-column-4 {
    width: 50%;
    margin-top: 30px;
  }

  .footer-column-3 {
    width: 25%;
  }

  .inner-section.top-border {
    margin-top: 50px;
  }

  .form-2 {
    width: 100%;
    min-width: auto;
  }

  .intro-overview {
    width: 100%;
  }

  .about-left {
    align-items: flex-start;
  }

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

  .ceo {
    width: 100%;
    margin-bottom: 3%;
  }

  .share-icons {
    width: 100%;
    justify-content: flex-start;
  }

  .form-subtitle {
    margin-left: 27%;
  }

  ._80-percent-column {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  figcaption {
    font-size: 12px;
  }

  .navbar-top-left {
    display: none;
  }

  .nav-menu {
    min-height: 100vh;
  }

  .dropdown-list.w--open {
    height: auto;
  }

  .agent-contact-item {
    max-width: 430px;
  }

  .form-block {
    width: 92%;
    margin-left: 4%;
  }

  .girl {
    display: none;
    position: relative;
  }

  .newsletter-tab {
    padding-left: 20px;
  }

  .footer-column-1 {
    width: 100%;
  }

  .footer-column-2 {
    width: 50%;
    align-items: flex-start;
    margin-top: 30px;
    padding-left: 0;
  }

  .footer-column-4 {
    width: 100%;
  }

  .footer-column-3 {
    width: 50%;
    align-items: flex-start;
    margin-top: 30px;
    padding-left: 0;
  }

  .inner-section.top-border {
    margin-top: 0;
  }

  ._50-percent-column {
    width: 100%;
    margin-top: 120px;
    margin-bottom: 30px;
  }

  .form-2 {
    max-width: 380px;
  }

  .hero-rigth-column {
    width: 100%;
    justify-content: flex-start;
    margin-top: 15px;
    margin-bottom: 30px;
  }

  .intro-3-item-1 {
    width: 48%;
    margin-bottom: 30px;
  }

  .intro-3-item-2, .intro-3-item-3 {
    width: 48%;
  }

  ._52-percent-column, ._52-percent-column._2 {
    width: 100%;
    margin-bottom: 30px;
  }

  ._45-percent-column {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }

  ._45-percent-column-2 {
    width: 100%;
    margin-bottom: 30px;
    padding-top: 0;
    padding-right: 0;
  }

  ._66-percent-column-2 {
    width: 100%;
  }

  .tabs-menu-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .tab-2-link-2, .tab-2-link-1, .tab-2-link-1.w--current {
    border-style: solid;
    border-radius: 5px;
    margin-bottom: 10px;
  }

  .lightbox-link-1 {
    width: 48%;
  }

  .lightbox-link-3 {
    width: 49%;
    margin-right: 2%;
  }

  .lightbox-link-2, .lightbox-link-4 {
    width: 49%;
    margin-right: 0%;
  }

  .lightbox-link-5, .lightbox-link-6, .lightbox-link-7 {
    width: 49%;
  }

  .lightbox-link-8 {
    width: 49%;
    margin-right: 0%;
  }

  .lightbox-link-9 {
    width: 49%;
    margin-bottom: 0%;
  }

  .lightbox-link-10 {
    width: 48%;
  }

  .lightbox-link-11 {
    width: 48%;
    margin-right: 0%;
  }

  .lightbox-link-12 {
    width: 48%;
    margin-right: 2%;
  }

  .lightbox-link-13 {
    width: 48%;
    margin-right: 0%;
  }

  .lightbox-link-14, .lightbox-link-15, .lightbox-link-16 {
    width: 48%;
  }

  .lightbox-link-17 {
    width: 48%;
    margin-right: 0%;
  }

  .lightbox-link-18 {
    width: 48%;
    margin-bottom: 0%;
  }

  .feature-2-short {
    width: 100%;
    margin-right: 0;
  }

  .feature-2-short-2 {
    width: 100%;
  }

  .feature-2-short-3 {
    width: 100%;
    margin-right: 0;
  }

  .feature-2-short-4 {
    width: 100%;
  }

  .feature-2-short-5 {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .feature-2-short-6 {
    width: 100%;
    margin-bottom: 30px;
  }

  .locate-us-item {
    width: 48%;
    margin-bottom: 20px;
  }

  .locate-us-item.no-border {
    margin-bottom: 0;
  }

  .fixed-contact-form {
    display: none;
  }

  .floor-image {
    height: 250px;
  }

  .about-left {
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 15px;
  }

  .grid-column-right {
    width: 100%;
    padding-left: 0;
  }

  .grid-column-right.flex {
    justify-content: flex-start;
  }

  .grid-column-left-2 {
    width: 100%;
  }

  .image-big {
    width: 85%;
  }

  .grid-column-left-3 {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .grid-column-right-2 {
    width: 100%;
    margin-bottom: 30px;
  }

  .ceo {
    width: 50%;
  }

  .form-subtitle {
    margin-left: 4%;
  }
}

@media screen and (max-width: 479px) {
  .navbar-top-right {
    display: none;
  }

  .agent-contact-item {
    flex-wrap: wrap;
  }

  .agents-contact-icon {
    width: 100%;
    height: 55px;
    border-bottom: 1px solid #d0d8e8;
    border-right-style: none;
  }

  .agents-contact-icon.phone, .agents-contact-icon.email, .agents-contact-icon.pin {
    background-position: 30px, 0 0;
  }

  .agents-contact-text {
    width: 100%;
    flex: 0 auto;
  }

  .hero-text._90-percent, .header-box {
    width: 100%;
  }

  .form-block {
    margin-left: 20px;
    padding-right: 20px;
  }

  .text-field-2 {
    width: 100%;
    margin-bottom: 15px;
  }

  .submit-button-2, .footer-column-2 {
    width: 100%;
  }

  .footer-property-image {
    width: 100%;
    margin-bottom: 5px;
    margin-right: 0;
  }

  .footer-property-right {
    flex: 0 auto;
  }

  .footer-column-3 {
    width: 100%;
  }

  .form-2 {
    width: 100%;
    min-width: auto;
  }

  .hero-rigth-column {
    width: 100%;
  }

  .intro-overview-item-1 {
    width: 100%;
    border-bottom-style: none;
    border-right-style: solid;
    border-top-right-radius: 2.5px;
    border-bottom-left-radius: 0;
  }

  .intro-overview-item-2 {
    width: 100%;
    border-top-right-radius: 0;
  }

  .intro-3-item-1 {
    width: 100%;
  }

  .intro-3-item-2 {
    width: 100%;
    margin-bottom: 30px;
  }

  .intro-3-item-3 {
    width: 100%;
  }

  ._50-percent-column-2 {
    width: 100%;
    margin-bottom: 30px;
  }

  .lightbox-link-1, .lightbox-link-3 {
    width: 100%;
    margin-right: 0%;
  }

  .lightbox-link-2, .lightbox-link-4 {
    width: 100%;
  }

  .lightbox-link-5, .lightbox-link-6 {
    width: 100%;
    margin-right: 0%;
  }

  .lightbox-link-7, .lightbox-link-8, .lightbox-link-9, .text-field-4, .text-field-4.last-name {
    width: 100%;
  }

  .locate-us-item {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .social-button {
    width: 100%;
    margin-bottom: 20px;
  }

  .fixed-contact-form {
    display: none;
  }

  .social-icons-wrapper {
    justify-content: space-between;
  }

  .grid-3 {
    height: 150px;
  }

  .grid-4 {
    height: 245px;
  }

  .grid-column-left-2 {
    min-height: auto;
  }

  .image-big {
    width: 100%;
  }

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

  .form-subtitle {
    margin-left: 20px;
    margin-right: 20px;
  }

  .search-result-item {
    flex-wrap: wrap;
  }

  .search-image {
    margin-bottom: 10px;
  }

  .search-button-2 {
    width: 100px;
  }

  .search-field {
    width: 100%;
  }
}


