body {
  background-color: #fff;
  font-family: 'Cormorant Garamond', sans-serif;
  color: #333;
  font-size: 21px;
  line-height: 30px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 43px;
  line-height: 47px;
  font-weight: 400;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #000;
  font-size: 24.5px;
  line-height: 36px;
  font-weight: 400;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #000;
  font-size: 26px;
  line-height: 34px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
}

p {
  margin-bottom: 5px;
}

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

figcaption {
  margin-top: 5px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
}

.go-up-button {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  margin-right: 15px;
  margin-bottom: 13px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: rgba(254, 200, 47, 0.9);
  background-image: url('../images/flecha-hacia-arriba.svg');
  background-position: 50% 50%;
  background-size: 15px 100%;
  background-repeat: no-repeat;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-size: 25px;
  font-weight: 300;
  text-decoration: none;
}

.go-up-button.w--current {
  z-index: 100;
  background-color: #fec82f;
}

.call-us {
  position: relative;
  display: inline-block;
  height: 63px;
  padding-top: 5px;
  padding-right: 20px;
  padding-left: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #fec82f;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-decoration: none;
}

.call-us:hover {
  opacity: 0.85;
}

.dropdown-arrow {
  margin-top: 25px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.navlink {
  overflow: hidden;
  height: 63px;
  padding-top: 17px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
}

.navlink:hover {
  text-decoration: none;
}

.navlink.w--current {
  color: #000;
  font-weight: 400;
}

.underline-fix {
  width: 101%;
  height: 2px;
  background-color: #fec82f;
}

.subtitle {
  font-family: Roboto, sans-serif;
  color: #fec82f;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

.subtitle.black {
  color: #000;
}

.inner-wrapper {
  padding-right: 3%;
  padding-left: 3%;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 63px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease, -webkit-transform 200ms ease;
}

.brand:hover {
  opacity: 0.85;
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 67px;
  border-top: 4px solid #fec82f;
  background-color: #fff;
}

.dropdown {
  height: 63px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.call-text {
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 18px;
  font-weight: 300;
}

.dropdown-toggle {
  height: 100%;
  padding-top: 17px;
  padding-right: 40px;
  padding-left: 7px;
}

.top-margin {
  position: relative;
}

.top-margin._40-pixels {
  margin-top: 40px;
}

.top-margin._20-pixels {
  position: relative;
  margin-top: 20px;
}

.top-margin._10-pixels {
  margin-top: 10px;
}

.top-margin._10-pixels {
  margin-top: 10px;
}

.top-margin._15-pixels {
  margin-top: 15px;
}

.top-margin._5-pixels {
  margin-top: 5px;
}

.top-margin._30-pixels {
  margin-top: 30px;
}

.negative-margin {
  position: relative;
  top: -5px;
  height: 100%;
}

.set {
  margin-top: 40px;
}

.phone {
  position: relative;
  top: 19px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.content-wrapper.wide {
  max-width: 100%;
  padding-right: 0px;
  padding-left: 92px;
}

.content-wrapper.inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 420px;
  padding-top: 4%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-text-box {
  width: 50%;
  max-width: 530px;
  text-align: center;
}

.h1-hero {
  color: #fff;
  font-size: 42px;
  line-height: 49px;
  font-weight: 400;
}

.top-line {
  margin-top: 5px;
  padding-top: 7px;
  border-top: 1px solid #a4aebe;
}

.dropdown-list {
  top: 61px;
}

.dropdown-list.w--open {
  top: 63px;
}

.dropdown-link {
  min-width: 130px;
  background-color: #fff;
  -webkit-transition: padding 200ms ease, background-color 200ms ease;
  transition: padding 200ms ease, background-color 200ms ease;
}

.dropdown-link:hover {
  padding-left: 25px;
  background-color: #e6ebef;
}

.dropdown-link.w--current {
  color: #000;
  font-weight: 400;
}

.small-text {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
}

.small-text.gray {
  color: #69707b;
}

.hero-section {
  position: relative;
  overflow: hidden;
  min-height: 800px;
}

.hero-section.inner {
  min-height: 400px;
}

.content-section {
  position: relative;
  padding-top: 100px;
}

.content-section.double {
  padding-bottom: 100px;
}

.content-section.video {
  margin-bottom: 40px;
}

.content-section.final {
  padding-bottom: 80px;
}

.image {
  position: relative;
  top: -3px;
  margin-right: 8px;
}

.title {
  position: relative;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.title.white {
  color: #fff;
}

.title.yellow {
  color: #fec82f;
}

.flex-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-left.center {
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.absolute {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 120%;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.absolute.inner {
  height: 140%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/b6ce3b82098099.5d1337b11a753.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/b6ce3b82098099.5d1337b11a753.jpg');
  background-position: 0px 0px, 50% 16%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.absolute.index {
  height: 130%;
  background-image: url('../images/c3e20c8a-9367-4a67-ba48-4690b799d35e.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.absolute.front {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  background-image: url('../images/Screen-Shot-2021-11-10-at-12.27.03-AM.png');
  background-position: 88% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: left;
}

.absolute.amenities-1 {
  background-image: url('../images/dfd2599d-5907-4c1a-b28a-be162718412e.jpeg');
  background-position: 88% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.absolute.amenities-2 {
  background-image: url('../images/496b59c3-06aa-4993-a0a3-2381176396b3.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.absolute.video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  background-image: url('../images/HomeFront.jpeg');
  background-position: 88% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.absolute.amenities-3 {
  height: 130%;
  background-image: url('../images/Screen-Shot-2021-11-10-at-12.27.03-AM.png');
  background-position: 88% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.absolute.slide-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 130%;
  background-image: url('../images/c3e20c8a-9367-4a67-ba48-4690b799d35e.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.absolute.slide-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 130%;
  background-image: url('../images/663efde5-2c95-4500-b858-877e35352ed2.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.absolute.slide-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 130%;
  background-image: url('../images/Screen-Shot-2021-07-23-at-3.25.14-PM.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.absolute.apointment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 125%;
  background-image: url('../images/c3e20c8a-9367-4a67-ba48-4690b799d35e.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.absolute.garage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: url('../images/0344fb82098099.5d1337b11aa67.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.absolute.property {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: url('../images/overlay.png'), url('../images/4f4d8983803517.5d4876a4e4d01.jpg');
  background-position: 50% 100%, 50% 50%;
  background-size: auto 88%, cover;
  background-repeat: repeat-x, no-repeat;
}

.absolute.property-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: url('../images/overlay.png'), url('../images/19356372px1920x1358.jpg');
  background-position: 50% 100%, 50% 50%;
  background-size: auto 88%, cover;
  background-repeat: repeat-x, no-repeat;
}

.absolute.slide-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 130%;
  background-image: url('../images/8BE81F5D-D443-4286-92AA-CF6E413B799B.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.absolute.slide-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 130%;
  background-image: url('../images/F3EFDF20-F143-4052-B767-AD3DC78524A7.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.absolute.slide-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 130%;
  background-image: url('../images/421a57bf-21b1-4bf4-859a-689ba1851b9c.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.absolute.slide-6 {
  background-image: url('../images/IMG_4113.jpg');
}

.absolute.slide7 {
  background-image: url('../images/b95bc609-22d6-43aa-8f38-9ea8d0ebaf84.JPG');
  text-align: left;
}

.absolute.slide1 {
  background-image: url('../images/496b59c3-06aa-4993-a0a3-2381176396b3.jpeg');
}

.absolute.slide2 {
  background-image: url('../images/36dd9c31-dd5c-4236-a08c-a8faf8f86fe3.jpeg');
}

.absolute.slide3 {
  background-image: url('../images/515c4392-fa42-4f2c-9181-2a8669be981b.jpeg');
}

.hero-flex {
  width: 34%;
  min-height: 800px;
  padding: 20% 4% 10%;
  background-color: rgba(0, 0, 0, 0.9);
}

.h1-white {
  margin-top: 10px;
  color: #fff;
}

.for-sell-tag {
  display: inline-block;
  padding: 4px 5px 2px;
  border-radius: 1.5px;
  background-color: #fec82f;
  font-family: Roboto, sans-serif;
  font-size: 10px;
  line-height: 10px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100000000;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  color: #69707b;
  font-size: 14px;
}

.intro-description {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dde8f0;
}

.details-item {
  width: 19%;
  text-align: center;
}

.number {
  font-size: 42px;
}

.text-block {
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 300;
}

.text-block.bold {
  font-weight: 500;
}

.cta-link {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 135px;
  height: 135px;
  margin-top: 10%;
  margin-right: 2%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fec82f;
  color: #000;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}

.center-box {
  position: relative;
  z-index: 1;
  display: block;
  width: 76%;
  max-width: 925px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  text-align: center;
}

.relative {
  position: relative;
  overflow: hidden;
}

.left-column-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 3%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.background-yellow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #fec82f;
}

.right-column-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-left: 3%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._88-percent-column {
  width: 80%;
  height: auto;
}

.capital-letter {
  position: relative;
  top: 8px;
  font-size: 36px;
  line-height: 36px;
}

.profile-pic {
  width: 50px;
  height: 50px;
  border: 3px solid #fec82f;
  border-radius: 50%;
  background-image: url('../images/P-1_1P-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.profile-pic.margaret {
  background-image: url('../images/T-1_1T-1.jpg');
}

.profile-pic.roger {
  background-image: url('../images/T-2_1T-2.jpg');
}

.profile-pic.silvia {
  background-image: url('../images/T-3_1T-3.jpg');
}

.title-mini {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-family: Roboto, sans-serif;
  color: #69707b;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.title-mini.white {
  color: #fff;
}

.yellow {
  color: #fec82f;
}

.yellow-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin: 15px 15px -15px -15px;
  background-color: #fec82f;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex.full-height {
  height: 100%;
}

.gallery-item-2 {
  position: relative;
  overflow: hidden;
  width: 65%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  width: 33.3333%;
}

.gallery-item-3 {
  position: relative;
  overflow: hidden;
  width: 33.3333%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.gallery-item-5 {
  position: relative;
  overflow: hidden;
  width: 33.3333%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.gallery-item-4 {
  position: relative;
  overflow: hidden;
  width: 33.3333%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.absolute-hover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 120%;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.absolute-hover.gallery-1 {
  height: 130%;
  background-image: url('../images/8fbca7fe-90d2-4cbb-8297-e70fb5faf78c.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.absolute-hover.gallery-2 {
  height: 130%;
  background-image: url('../images/515c4392-fa42-4f2c-9181-2a8669be981b.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.absolute-hover.gallery-3 {
  height: 130%;
  background-image: url('../images/36dd9c31-dd5c-4236-a08c-a8faf8f86fe3.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.absolute-hover.gallery-4 {
  height: 130%;
  background-image: url('../images/3aae1ea3-0afd-4302-b191-5959fd7e86fe.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.absolute-hover.gallery-5 {
  height: 130%;
  background-image: url('../images/5812660d-c893-4fa5-93a5-a2bcbb5e3523.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.amenities-box {
  position: relative;
  overflow: hidden;
  width: 33.3333%;
}

.amenities-yellow-box {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 9%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fec82f;
  text-align: center;
}

.outline-icon {
  width: 60px;
  height: 60px;
  border: 1px solid #000;
  border-radius: 50%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: 125px;
  background-repeat: no-repeat;
}

.outline-icon.family {
  background-image: url('../images/cuarto-familiar.svg');
  background-size: 32px;
}

.outline-icon.tree {
  background-image: url('../images/arbol.svg');
  background-size: 34px;
}

.outline-icon.car {
  background-image: url('../images/cuenca.svg');
  background-size: 32px;
}

.property-title {
  margin-top: 0px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
  text-decoration: none;
}

.property-title:hover {
  color: #fec82f;
}

.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.video-bg {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 40%;
  margin-bottom: -40px;
  background-color: #fec82f;
}

.play-button {
  width: 90px;
  height: 90px;
  border: 2px solid #fec82f;
  border-radius: 50%;
  background-image: url('../images/simbolo-de-reproduccion-multimedia.svg');
  background-position: 57% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.left-box {
  position: relative;
  z-index: 1;
  display: block;
  width: 76%;
  max-width: 925px;
  margin-bottom: 30px;
  margin-left: 20px;
  text-align: left;
}

.full-section {
  position: relative;
  height: 438px;
  background-color: #000;
}

.display-none {
  display: none;
}

.slider {
  height: 100%;
}

.lightbox-link {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.left-arrow {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 30px;
  height: 30px;
  margin-right: 50px;
  margin-bottom: 20px;
  border-top-left-radius: 2.5px;
  border-bottom-left-radius: 2.5px;
  background-color: #fec82f;
  color: #000;
  font-size: 18px;
}

.right-arrow {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 30px;
  height: 30px;
  margin-right: 20px;
  margin-bottom: 20px;
  border-top-right-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  background-color: #fec82f;
}

.image-arrow {
  margin-bottom: 5px;
}

.image-arrow.right {
  margin-bottom: 10px;
}

.features-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.feature {
  width: 25%;
  margin-right: 5%;
  margin-bottom: 5%;
  border-style: solid;
  border-width: 1px;
  border-color: #aab2b9;
  border-radius: 5px;
}

.feature._3 {
  margin-right: 0%;
}

.feature._4 {
  margin-bottom: 0px;
}

.feature._5 {
  margin-bottom: 0px;
}

.feature._5 {
  margin-bottom: 0px;
}

.feature._6 {
  margin-right: 0%;
  margin-bottom: 0%;
}

.top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 93px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #aab2b9;
  text-align: center;
}

.yellow-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #fec82f;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.yellow-icon.house {
  background-image: url('../images/casa-1.svg');
}

.yellow-icon.money {
  background-image: url('../images/casa-1.svg');
}

.yellow-icon.shield {
  background-image: url('../images/cuenca.svg');
}

.yellow-icon.bulb {
  background-image: url('../images/cuenca.svg');
}

.yellow-icon.hands {
  background-image: url('../images/casa-1.svg');
}

.yellow-icon.team {
  background-image: url('../images/arbol.svg');
}

.feature-text-box {
  padding: 15px 6% 25px;
  text-align: center;
}

.feature-text {
  font-size: 23px;
  line-height: 28px;
  font-style: italic;
}

._56-percent-image {
  position: relative;
  overflow: hidden;
  width: 56%;
  height: 100%;
  background-color: #e6ebef;
}

.yellow-left-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fec82f;
}

.box-left-yellow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 74%;
  min-width: 436px;
  padding-left: 13%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h3-big {
  font-size: 35px;
  line-height: 40px;
}

.button {
  min-height: 42px;
  min-width: 130px;
  padding: 13px 4%;
  border: 1px solid #000;
  background-color: transparent;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
}

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

._32-percent-column {
  width: 32%;
}

.expand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

._30-percent-column {
  width: 30%;
}

.item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.item.no-margin {
  margin-bottom: 0px;
}

.checkbox {
  margin-right: 8px;
}

._66-percent-column-text {
  width: 66%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.testimonials {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000;
}

.slider-testimonials {
  height: 100%;
  background-color: transparent;
}

.slide-arrows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.slide-arrows:hover {
  opacity: 0.85;
}

.testimonial-text {
  color: #fff;
  font-size: 31px;
  line-height: 41px;
  font-style: italic;
}

.center-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-field {
  width: 48%;
  height: 48px;
  margin-bottom: 20px;
  border: 1px solid #000;
  background-color: #fff;
  font-family: Roboto, sans-serif;
}

.text-field.full {
  width: 100%;
}

.text-field.message {
  width: 100%;
  padding-bottom: 73px;
}

.text-field.login {
  width: 100%;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.submit-button {
  min-height: 42px;
  padding-right: 70px;
  padding-left: 70px;
  background-color: #fec82f;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 15px;
  text-align: center;
}

.submit-button:hover {
  opacity: 0.9;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.success-message {
  background-color: transparent;
  font-family: Roboto, sans-serif;
  font-size: 15px;
}

.error-message {
  font-family: Roboto, sans-serif;
  font-size: 13px;
  line-height: 23px;
}

.contact-us-column {
  width: 100%;
}

.text-link {
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
}

.left-map {
  position: relative;
  overflow: hidden;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.map {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100%;
}

.map-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 56%;
  height: 100%;
  padding-top: 3%;
  padding-bottom: 3%;
  padding-left: 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fec82f;
}

._65-percent-column {
  width: 422px;
  max-width: 420px;
}

.image-block {
  width: 58%;
  margin-top: 10px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.image-block:hover {
  opacity: 0.85;
}

.big-link {
  border-bottom: 1px solid #000;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'Cormorant Garamond', sans-serif;
  color: #000;
  font-size: 21px;
  font-weight: 300;
  text-decoration: none;
}

.big-link:hover {
  opacity: 0.85;
}

.property-column {
  position: relative;
  overflow: hidden;
  width: 50%;
}

.property-text-box {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-right: 4%;
  margin-bottom: 4%;
  margin-left: 4%;
}

.h4-big {
  margin-top: 0px;
  color: #000;
  font-size: 26px;
  line-height: 36px;
  font-style: italic;
  font-weight: 400;
}

.footer {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #000;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 22px;
}

.flex-space {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-space.wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-space.wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.go-up {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 28px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
}

.right-border {
  margin-left: 10px;
}

.frame {
  position: relative;
  height: 100%;
}

.schedule {
  position: relative;
  height: 438px;
  background-color: #000;
}

.location {
  position: relative;
  height: 438px;
  background-color: #000;
}

.block-quote {
  font-size: 29px;
  line-height: 37px;
  font-style: italic;
}

.row {
  margin-bottom: 3%;
}

.overflow-hidden {
  overflow: hidden;
  width: 100%;
  margin-top: 3px;
}

.open-close-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 28px;
  margin-top: 10px;
  margin-right: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
}

.side-padding {
  padding-right: 22px;
  padding-left: 22px;
}

.answer {
  margin-bottom: 10px;
  line-height: 25px;
}

.question {
  font-size: 22px;
}

.flex-no-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.bottom-margin._20-pixels {
  margin-bottom: 20px;
}

.accordion-item-content {
  overflow: hidden;
  margin-top: -1px;
  padding-top: 0px;
  padding-right: 25px;
  padding-left: 22px;
}

.narrow-wrapper {
  padding-right: 3.3%;
  padding-left: 3.3%;
}

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

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

.accordion-wrapper {
  margin-bottom: 15px;
  border-bottom: 1px solid #c4cbd5;
}

.accordion-item-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 22px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
}

.accordion-item-trigger:hover {
  text-decoration: none;
}

.full-width {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-right: 15%;
  padding-left: 15%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

._404 {
  font-family: Roboto, sans-serif;
  font-size: 90px;
}

.full-box-width {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.logo {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.logo:hover {
  opacity: 0.85;
}

.video-lightbox {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.footer-links {
  margin-left: 15%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.side-margin {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.button-2 {
  min-height: 42px;
  min-width: 130px;
  padding: 13px 4%;
  border: 2px solid #000;
  border-radius: 25px;
  background-color: transparent;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
}

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

.button-3 {
  min-height: 42px;
  min-width: 130px;
  padding: 13px 4%;
  border: 2px solid #fec82f;
  background-color: transparent;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: Roboto, sans-serif;
  color: #fec82f;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
}

.button-3:hover {
  background-color: #fec82f;
  color: #fff;
}

.button-4 {
  min-height: 42px;
  min-width: 130px;
  padding: 13px 4%;
  border: 2px solid #fec82f;
  border-radius: 25px;
  background-color: transparent;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: Roboto, sans-serif;
  color: #fec82f;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
}

.button-4:hover {
  background-color: #fec82f;
  color: #fff;
}

.button-5 {
  min-height: 42px;
  min-width: 130px;
  padding: 13px 4%;
  border: 1px solid #fec82f;
  background-color: transparent;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: Roboto, sans-serif;
  color: #fec82f;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
}

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

.side-contact-tab {
  position: fixed;
  left: -44px;
  top: 0px;
  bottom: 0px;
  z-index: 100;
  height: 42px;
  min-width: 126px;
  margin-top: 500px;
  padding-top: 7.5px;
  padding-right: 23px;
  border-radius: 0px 0px 5px 5px;
  background-color: #fec82f;
  background-image: url('../images/email.svg');
  background-position: 86% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.text-area-3 {
  margin-bottom: 25px;
  padding-top: 10px;
  padding-bottom: 40px;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  color: #2e2e2e;
  font-size: 13px;
}

.close-contact-form {
  position: absolute;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #fec82f;
}

.text-field-3 {
  margin-bottom: 20px;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  color: #2e2e2e;
  font-size: 13px;
}

.heading-3.yellow {
  font-style: italic;
  font-weight: 400;
}

.side-contact-box {
  position: fixed;
  z-index: 10000;
  display: block;
  width: 310px;
  min-height: 490px;
  margin-top: 200px;
  padding: 27px 40px 30px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #000;
}

.success-message-2 {
  background-color: transparent;
}

.success-message-2.pink {
  color: #f8faff;
}

.form-block-2 {
  width: 100%;
  height: 100%;
}

.center-content {
  text-align: center;
}

.center-content.borders {
  margin-top: 10px;
  margin-bottom: 30px;
}

.button-6 {
  width: 100%;
  min-height: 42px;
  min-width: 130px;
  padding: 13px 4%;
  border: 1px solid #fec82f;
  background-color: #fec82f;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
}

.button-6:hover {
  background-color: transparent;
  color: #fec82f;
}

.insta-pic {
  position: relative;
  overflow: hidden;
  width: 23.8%;
  background-image: url('../images/421a57bf-21b1-4bf4-859a-689ba1851b9c.JPG');
  background-position: 0px 0px;
  background-size: auto;
}

.absolute-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  background-color: #e1e7f3;
}

.hover-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
}

.bottom-image-margin {
  margin-bottom: 20px;
}

.div-block-2 {
  margin-top: 112px;
}

.heading-4 {
  padding-left: 129px;
  text-align: center;
}

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

.image-2 {
  display: inline-block;
  background-color: transparent;
}

@media screen and (max-width: 991px) {
  h3 {
    font-size: 23px;
    line-height: 31px;
  }

  .call-us {
    display: block;
    width: 100%;
    height: 50px;
    padding-top: 10px;
    padding-left: 15px;
  }

  .dropdown-arrow {
    margin-top: 10px;
  }

  .nav-menu {
    overflow: auto;
    height: 100vh;
    padding-bottom: 140px;
    background-color: #fff;
    text-align: center;
  }

  .navlink {
    display: block;
    width: 100%;
    height: 50px;
    padding-top: 11px;
    padding-bottom: 4px;
    text-align: left;
  }

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

  .underline-fix {
    display: none;
  }

  .dropdown {
    top: 0px;
    height: 50px;
    margin-right: 0px;
    margin-left: 10px;
  }

  .dropdown-toggle {
    height: 50px;
    padding-top: 7px;
  }

  .dropdown-toggle.w--open {
    height: 50px;
    padding-top: 7px;
  }

  .phone {
    top: 7px;
  }

  .menu-button {
    height: 63px;
    padding-top: 21px;
    color: #000;
  }

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

  .content-wrapper.wide {
    max-width: 100%;
    padding-left: 20px;
  }

  .hero-text-box {
    width: 80%;
  }

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

  .hero-section {
    min-height: 600px;
    padding-bottom: 0px;
  }

  .content-section {
    padding-bottom: 0px;
  }

  .flex-left {
    margin-left: 33px;
  }

  .hero-flex {
    width: 44%;
    min-height: 600px;
  }

  .h1-white {
    font-size: 40px;
    line-height: 44px;
  }

  .center-box {
    width: 78%;
  }

  .relative.full {
    height: 100%;
  }

  .left-column-flex {
    padding-right: 1%;
  }

  .amenities-yellow-box {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .outline-icon {
    width: 50px;
    height: 50px;
  }

  .outline-icon.family {
    background-size: 28px;
  }

  .outline-icon.tree {
    background-size: 30px;
  }

  .outline-icon.car {
    background-size: 28px;
  }

  .property-title {
    font-size: 23px;
    line-height: 33px;
  }

  .left-box {
    width: 78%;
  }

  .full-section {
    height: 380px;
    padding-bottom: 0px;
  }

  .feature {
    width: 30%;
    margin-right: 3%;
  }

  .feature-text {
    font-size: 20px;
    line-height: 25px;
  }

  .box-left-yellow {
    width: 82%;
    min-width: auto;
    padding-left: 0%;
  }

  .h3-big {
    font-size: 32px;
    line-height: 37px;
  }

  ._32-percent-column {
    width: 25%;
  }

  .testimonials {
    padding-bottom: 60px;
  }

  .testimonial-text {
    font-size: 28px;
    line-height: 38px;
  }

  .contact-us-column {
    width: 82%;
  }

  .property-text-box {
    margin-bottom: 0%;
  }

  .h4-big {
    font-size: 21px;
    line-height: 25px;
  }

  .frame {
    margin-left: 3%;
  }

  .schedule {
    height: 380px;
    padding-bottom: 0px;
  }

  .location {
    height: 380px;
    padding-bottom: 0px;
  }

  .footer-links {
    margin-right: 13%;
    margin-left: 7%;
  }
}

@media screen and (max-width: 767px) {
  .content-wrapper.inner {
    min-height: 320px;
  }

  .hero-section {
    min-height: 600px;
  }

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

  .content-section.double {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .content-section.final {
    padding-top: 70px;
  }

  .hero-flex {
    width: 48%;
  }

  .h1-white {
    font-size: 38px;
    line-height: 42px;
  }

  .details-item {
    width: 25%;
  }

  .number {
    font-size: 36px;
  }

  .cta-link {
    width: 135px;
    height: 135px;
    margin-top: 15%;
    font-size: 22px;
    line-height: 25px;
  }

  .center-box {
    width: 85%;
    margin-bottom: 20px;
  }

  .relative {
    height: 100%;
  }

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

  .amenities-box {
    height: 250px;
  }

  .amenities-yellow-box {
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .property-title {
    font-size: 20px;
    line-height: 28px;
  }

  .play-button {
    width: 70px;
    height: 70px;
    background-size: 30px;
  }

  .left-box {
    width: 85%;
    margin-bottom: 20px;
  }

  .features-container {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .box-left-yellow {
    width: 100%;
    padding-left: 5%;
  }

  ._32-percent-column {
    width: 16%;
  }

  .heading {
    font-size: 23px;
    line-height: 31px;
  }

  .accordion-item-content {
    padding-top: 2%;
    padding-right: 3%;
    padding-left: 3.5%;
  }

  .accordion-item-trigger {
    padding: 3% 3% 2% 3.5%;
  }

  .close-contact-form {
    right: -1px;
  }

  .insta-pic {
    width: 48%;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 479px) {
  .hero-text-box {
    width: 100%;
  }

  .h1-hero {
    font-size: 37px;
    line-height: 44px;
  }

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

  .content-section {
    padding-top: 40px;
  }

  .content-section.double {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .content-section.final {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-flex {
    width: 90%;
    padding-top: 43%;
    padding-right: 7%;
    padding-left: 7%;
  }

  .intro-description {
    padding-bottom: 25px;
  }

  .details-item {
    width: 50%;
  }

  .cta-link {
    width: 100px;
    height: 100px;
    margin-top: 9%;
    font-size: 18px;
    line-height: 20px;
  }

  .center-box {
    width: 90%;
  }

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

  .right-column-flex {
    width: 100%;
    margin-top: 9%;
    padding-left: 0%;
  }

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

  .gallery-item-5 {
    width: 100%;
  }

  .gallery-item-4 {
    width: 100%;
  }

  .amenities-box {
    width: 100%;
    height: auto;
  }

  .video-bg {
    margin-bottom: -25px;
  }

  .play-button {
    width: 60px;
    height: 60px;
    background-size: 27px;
  }

  .left-box {
    width: 90%;
  }

  .full-section {
    height: 230px;
  }

  .features-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .feature {
    width: 100%;
    max-width: 250px;
    margin-right: 0%;
  }

  .feature._4 {
    margin-bottom: 5%;
  }

  .feature._5 {
    margin-bottom: 5%;
  }

  ._56-percent-image {
    width: 100%;
    height: 240px;
  }

  .box-left-yellow {
    padding-top: 14%;
    padding-bottom: 14%;
  }

  .h3-big {
    font-size: 29px;
    line-height: 34px;
  }

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

  .expand {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

  .slide-arrows {
    width: 40px;
  }

  .column-left {
    width: 100%;
  }

  .form-block {
    width: 100%;
    margin-top: 20px;
  }

  .left-map {
    width: 100%;
    height: 300px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .map-right {
    width: 100%;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .property-column {
    width: 100%;
  }

  .schedule {
    height: auto;
  }

  .location {
    height: auto;
  }

  .accordion-item-content {
    padding-bottom: 2%;
  }

  .accordion-item-trigger {
    padding-bottom: 0%;
  }

  .logo.w--current {
    width: 100%;
  }

  .footer-links {
    margin-top: 15px;
    margin-left: 0%;
  }
}

