body {
  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;
  background-color: #010101;
  font-family: Lato, sans-serif;
  color: #555d68;
  font-size: 0.98em;
  line-height: 1.4em;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 4em;
  line-height: 1.2em;
  font-weight: 400;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0.8em;
  font-size: 2.2em;
  line-height: 1.2em;
  font-weight: 300;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0.2em;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.6em;
  line-height: 1.4em;
  font-weight: 400;
  letter-spacing: 9px;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0.6em;
  font-size: 1.3em;
  line-height: 1.4em;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 0.6em;
  font-size: 1em;
  line-height: 1.4em;
  font-weight: 400;
}

h6 {
  margin-top: 10px;
  margin-bottom: 0.5em;
  font-size: 0.8em;
  line-height: 1.4em;
  font-weight: 400;
}

p {
  margin-bottom: 10px;
  color: #010101;
  font-size: 0.8em;
  line-height: 1.7em;
  font-weight: 300;
}

a {
  color: #e16625;
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

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

label {
  display: block;
  margin-bottom: 5px;
  color: #555d68;
  font-size: 0.8em;
  font-weight: 400;
}

blockquote {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0px;
  border-left: 1px none #000;
  line-height: 1.6em;
}

.wrpr {
  position: relative;
  z-index: 10;
  width: 1080px;
  min-height: 10px;
  margin-right: auto;
  margin-left: auto;
}

.wrpr.flex-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrpr.flex-v-center {
  z-index: 10;
  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-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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrpr.narrow {
  display: block;
  max-width: 40%;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrpr.flex-blok-1-3 {
  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-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.wrpr.hero-align {
  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-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.wrpr.hero-align.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrpr.flexed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.wrpr.flexed.v-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrpr.flexed.v-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.wrpr.flexed.j-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrpr.flexed.las-ftr {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wrpr.flexed.certical-center {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.wrpr.flexed.form-hldr {
  width: 100%;
  max-width: 760px;
}

.wrpr.full-widht {
  max-width: 100%;
}

.wrpr.full-widht.master-flex.stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.wrpr.full-widht.master-flex.stretch.fix-vh {
  min-height: 80vh;
}

.wrpr.fbo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.wrpr._w-ftr-grid {
  display: block;
  width: 90%;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section {
  position: relative;
  padding-top: 10vh;
  padding-bottom: 10vh;
  background-color: #ededed;
  color: #1d3557;
  text-transform: none;
}

.section.full-flex-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0vh;
  padding-bottom: 0vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.section.full-flex-content.color-pallete {
  margin-top: 140px;
}

.section.gris {
  background-color: #ededed;
}

.section.color-1 {
  background-color: #1d3557;
  color: #fff;
}

.section.color-2 {
  background-color: #e16625;
  color: #fff;
}

.section.cta {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(38, 70, 83, 0.7)), to(rgba(38, 70, 83, 0.7))), url('../images/real-estate-demo.gif');
  background-image: linear-gradient(180deg, rgba(38, 70, 83, 0.7), rgba(38, 70, 83, 0.7)), url('../images/real-estate-demo.gif');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #fff;
  text-align: center;
}

.section.image-bg {
  background-image: url('../images/hero-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.nice-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.section._80-vh {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80vh;
  padding-top: 0vh;
  padding-bottom: 0vh;
}

.section.clean {
  padding-top: 0vh;
  padding-bottom: 0vh;
}

.section.clean.fix-vh {
  min-height: 80vh;
}

.section.sistem-nav-preview {
  height: 100vh;
}

.section.center-align {
  background-color: #ededed;
  text-align: center;
}

.section.full-bg-blk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 70vh;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), to(transparent)), url('../images/customdesign.jpg');
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.8), transparent), url('../images/customdesign.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section.full-bg-blk.two {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), to(transparent)), url('../images/homemanagement.jpg');
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.8), transparent), url('../images/homemanagement.jpg');
}

.section.full-bg-blk.three {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), to(transparent)), url('../images/interiorexterior.jpg');
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.8), transparent), url('../images/interiorexterior.jpg');
}

.section.full-bg-blk.four {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), to(transparent)), url('../images/framing.jpg');
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.8), transparent), url('../images/framing.jpg');
}

.section.full-bg-blk.five {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), to(transparent)), url('../images/commercial.jpg');
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.8), transparent), url('../images/commercial.jpg');
}

.section.full-bg-blk.six {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), to(transparent)), url('../images/endtoend.jpg');
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.8), transparent), url('../images/endtoend.jpg');
}

.section.full-bg-blk.seven {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), to(transparent)), url('../images/bg-renovations.jpg');
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.8), transparent), url('../images/bg-renovations.jpg');
}

.section.property-cat-block {
  position: relative;
  padding-top: 0vh;
  padding-bottom: 0vh;
}

.s-card {
  overflow: hidden;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #d0d0d0;
}

.nav-bar {
  position: relative;
  z-index: 20;
}

.main-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.second-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #ededed;
}

.brand {
  width: 220px;
  text-decoration: none;
}

.brand.on-ftr {
  display: block;
  margin-right: auto;
  margin-bottom: -2px;
  margin-left: auto;
}

.yourlogo {
  font-family: Oswald, sans-serif;
  color: #1d3557;
  font-size: 2em;
  line-height: 100%;
  font-weight: 700;
  text-transform: uppercase;
}

.nav {
  position: relative;
}

.desk-nav {
  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-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mov-nav {
  display: none;
}

.brgr {
  width: 40px;
  height: 40px;
  background-color: #c8c7c7;
}

.social-bar {
  position: relative;
  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-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-bar.a-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.icon-link {
  width: 35px;
  height: 35px;
  margin-right: 3px;
  margin-left: 3px;
  border-radius: 15px;
}

.icon-link.facebook {
  border-radius: 17.5px;
  background-image: url('../images/social-facebook-white.png');
  background-position: 0px 0px;
  background-size: auto;
}

.icon-link.facebook:hover {
  background-image: url('../images/social-facebook-white-copy.png');
  background-position: 0px 0px;
  background-size: auto;
}

.icon-link.twitter {
  background-image: url('../images/social-twitter-white.png');
  background-position: 0px 0px;
  background-size: auto;
}

.icon-link.twitter:hover {
  background-image: url('../images/social-twitter-white-copy.png');
  background-position: 0px 0px;
  background-size: auto;
}

.icon-link.instagram {
  background-image: url('../images/social-instagram-white.png');
  background-position: 0px 0px;
  background-size: auto;
}

.icon-link.instagram:hover {
  background-image: url('../images/social-instagram-white-copy.png');
  background-position: 0px 0px;
  background-size: auto;
}

.icon-link.youtube {
  background-image: url('../images/social-pinterest-white.png');
  background-position: 0px 0px;
  background-size: auto;
}

.icon-link.youtube:active {
  background-image: url('../images/social-pinterest-white-copy.png');
  background-position: 0px 0px;
  background-size: auto;
}

.icon-link.whatsapp {
  background-color: #25d366;
  background-image: url('../images/icons-sprite-w.svg');
  background-position: -90px 0px;
  background-size: 120px;
  background-repeat: no-repeat;
}

.icon-link.houz {
  background-image: url('../images/social-houzz-white.png');
  background-position: 0px 0px;
  background-size: auto;
}

.icon-link.houz:hover {
  background-image: url('../images/social-houzz-white-copy.png');
  background-position: 0px 0px;
  background-size: auto;
}

.icon-btn {
  position: relative;
  display: inline-block;
  padding: 12px 20px;
  background-color: #1d3557;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #fff;
  font-size: 1.2em;
  text-decoration: none;
}

.icon-btn:hover {
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
  -webkit-transform: scale(0.96);
  -ms-transform: scale(0.96);
  transform: scale(0.96);
}

.small-icon {
  width: 28px;
  height: 28px;
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/icons-sprite-w.svg');
  background-position: 0px 0px;
  background-size: 112px;
  background-repeat: no-repeat;
}

.ib-flex-hldr {
  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-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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.ib-text {
  margin-right: 3px;
  margin-left: 3px;
  line-height: 1.4em;
}

.nav-btn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  color: #333;
  font-size: 0.9em;
  line-height: 50px;
}

.nav-btn:hover {
  color: #888;
}

.nav-btn.w--open {
  background-color: #efefef;
}

.simple-icon-btn {
  display: inline-block;
  color: #1d3557;
  text-decoration: none;
}

.simple-row {
  margin-bottom: 40px;
}

.sib-flex-hldr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  color: #e16625;
  font-weight: 700;
  text-decoration: none;
}

.medium-icon {
  width: 30px;
  height: 30px;
  border-radius: 20px;
  background-color: #e16625;
}

.medium-icon.sprite {
  background-color: #e8e8e8;
  background-image: url('../images/icons-sprite_1.svg');
  background-position: 100% 100%;
  background-size: 120px;
}

.sib-text {
  margin-left: 6px;
}

.main-nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 110;
  display: none;
  opacity: 0;
}

.main-nav.show {
  display: block;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.global-shade {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 105;
  display: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0.9)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9));
  opacity: 0;
}

.mn-card {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: rgba(1, 1, 1, 0.9);
  text-align: center;
}

.mn-c-close {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 40px;
  height: 40px;
  min-height: 30px;
  margin-top: 40px;
  margin-left: 80px;
}

.mn-c-body {
  width: 350px;
  min-height: 30px;
}

.mn-c-ftr {
  width: 100%;
  min-height: 30px;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/hero-1_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #0f213b;
}

.hero.d-blok {
  display: block;
  color: #fff;
}

.hero-card {
  width: 60%;
  color: #fff;
}

.hero-card.a-center {
  text-align: center;
}

.body-text {
  margin-bottom: 20px;
  color: #555d68;
  font-size: 0.9em;
  line-height: 1.5em;
  font-weight: 300;
  letter-spacing: 1px;
}

.body-text.smaller {
  font-size: 1em;
}

.body-text.big {
  font-size: 1.4em;
}

.body-text.white {
  color: #fff;
}

.drpr-li {
  left: 0%;
  top: 50px;
  right: 0%;
  bottom: auto;
  width: 100%;
  min-height: 200px;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.drpr-li.w--open {
  left: auto;
  top: 50px;
  right: 0%;
  bottom: 0%;
  width: 1080px;
  background-color: #efefef;
}

.botonera {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 2em;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.botonera.a-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.botonera.on-hero {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.botonera.on-alert {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.botonera.flex-v {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.btn {
  margin-right: 12px;
  padding: 0.8em 2em;
  background-color: #1d3557;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-size: 1em;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
}

.btn:hover {
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
  -webkit-transform: scale(0.96);
  -ms-transform: scale(0.96);
  transform: scale(0.96);
}

.btn.brdr {
  padding-top: 0.9em;
  padding-bottom: 0.9em;
  border-style: solid;
  border-width: 2px;
  border-color: #555d68;
  background-color: transparent;
  color: #555d68;
}

.btn.brdr:hover {
  background-color: #ffead9;
}

.btn.brdr.small {
  padding-top: 0.6em;
  padding-bottom: 0.6em;
}

.btn.brdr.big {
  padding-top: 1.1em;
  padding-bottom: 1.1em;
}

.btn.brdr.white {
  border-color: #fff;
  color: #fff;
}

.btn.brdr.red {
  border-color: #f1320c;
  color: #f1320c;
}

.btn.small {
  padding: 0.8em 1.6em;
  font-size: 0.8em;
}

.btn.small.more-contrast {
  background-color: #81b29a;
}

.btn.big {
  padding: 1.2em 2.2em;
  font-size: 1.2em;
}

.btn.contrast {
  background-color: #e16625;
}

.btn.text-only {
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 0px;
  background-color: transparent;
  color: #a8dadc;
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: none;
}

.btn.text-only:hover {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.btn.text-only.contrast {
  color: #abd6c1;
}

.btn.fw {
  display: block;
}

.btn.send {
  background-color: #25d366;
}

.btn.dark {
  background-color: #555d68;
}

.btn.light {
  background-color: #d1d1d1;
}

.btn.small-trgr {
  padding-right: 1.8em;
  padding-left: 1.8em;
  border-style: solid;
  border-width: 1px;
  border-color: #555d68;
  background-color: transparent;
  color: #555d68;
  font-size: 0.8em;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.close {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.close.invert {
  -webkit-filter: none;
  filter: none;
}

.s-card-hldr {
  padding: 25px 30px 30px;
}

.fix-col {
  margin-right: -10px;
  margin-left: -10px;
}

.ftr-link {
  display: block;
  margin-bottom: 15px;
  color: #e16625;
  font-size: 0.9em;
  font-weight: 400;
  text-decoration: none;
}

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

.crew {
  color: #e4e4e4;
}

.ftr-last-txt {
  margin-bottom: 40px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.98em;
  line-height: 1.5em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.ftr-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(1, 1, 1, 0.2);
}

.ftr-last {
  width: 100%;
  min-height: 40px;
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 0.8em;
  text-align: center;
}

.ftr-top-brand {
  display: inline-block;
}

.txt-logo {
  display: inline-block;
  font-family: Oswald, sans-serif;
  font-size: 2em;
  line-height: 1.3em;
  text-transform: uppercase;
}

.ftr-brand {
  margin-bottom: 40px;
  color: #0f213b;
}

.ftr-txt-link {
  display: inline-block;
  margin-right: 15px;
  margin-left: 15px;
  padding: 10px 15px;
  color: #fff;
  font-size: 0.8em;
  text-decoration: none;
}

.ftr-nav {
  margin-top: 40px;
  text-align: center;
}

.ftr-25 {
  width: 25%;
  min-height: 200px;
}

.ftr-col {
  width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.footer {
  position: relative;
  top: 360px;
  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-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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #464749;
  color: #fff;
}

.footer.cms-include {
  display: block;
  margin-top: auto;
  background-color: #1d3557;
}

.footer.fix-services {
  top: 640px;
}

.ftr-link-li {
  margin-top: 10px;
  margin-bottom: 20px;
}

.flex-half-col {
  width: 50%;
  min-height: 10px;
}

.flex-col {
  position: relative;
  min-height: 20px;
  padding-right: 1em;
  padding-left: 1em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-col.bg-side {
  background-image: url('../images/hero-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.flex-col.pad-in {
  padding-right: 2%;
  padding-left: 2%;
}

.flex-col.pad-in._50 {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.flex-col.pad-in._30 {
  width: 33.3333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.flex-col.pad-in._25 {
  width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.flex-col._50 {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.flex-col._50.no-pad {
  padding-right: 0%;
  padding-left: 0%;
}

.flex-col._50.text-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0%;
  padding-left: 0%;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.flex-col._50.bg-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0%;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  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/hero.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/hero.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.flex-col._50.image-side {
  background-image: url('../images/bg-renovations.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.flex-col._50.brief-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 55vh;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #555d68;
  background-image: linear-gradient(142deg, #363d48 36%, #555d68);
}

.flex-col._50.slide-tconainer {
  padding-right: 0em;
  padding-left: 0em;
}

.flex-col._30 {
  width: 33.3333%;
  padding-right: 0.6em;
  padding-left: 0.6em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.flex-col._25 {
  width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.flex-col._70 {
  width: 70%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.flex-col.fw {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.flex-col.side-bar {
  width: 33.3333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.flex-col.form-col {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.flex-col.service-flex {
  width: 30%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.flex-col.grid-gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0em;
  padding-left: 0em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.flex-col.info-side {
  width: 35%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: right;
}

.aside-text-card {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.aside-text-card.narrow {
  width: 100%;
  max-width: 60%;
}

.image-frame {
  width: 96%;
  margin-right: auto;
  margin-left: auto;
}

.image-frame.cms-editable {
  box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.44);
}

.ffc-card-text {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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-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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ffc-ct-card {
  width: 60%;
}

.titular {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4vh;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  text-align: center;
}

.titular.a-left {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  text-align: left;
}

.divider-titular {
  width: 100px;
  height: 4px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  background-color: #e16625;
}

.divider-titular.more-contrast {
  background-color: #81b29a;
}

.titular-label {
  display: inline-block;
  margin-bottom: 10px;
  padding-right: 6px;
  padding-left: 6px;
  background-color: #e16625;
  color: #fff;
  font-size: 0.8em;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.color-card {
  min-height: 100px;
}

.color-card.color-1 {
  background-color: #1d3557;
}

.color-card.color-2 {
  background-color: #e16625;
}

.color-card.color-3 {
  background-color: #81b29a;
}

.color-card.color-4 {
  background-color: #a8dadc;
}

.color-card.color-1-l {
  min-height: 50px;
  background-color: #305283;
}

.color-card.color-1-d {
  min-height: 50px;
  background-color: #0f213b;
}

.color-card.color-2-l {
  min-height: 50px;
  background-color: #fbbc89;
}

.color-card.color-2-d {
  min-height: 50px;
  background-color: #f19043;
}

.color-card.color-3-l {
  min-height: 50px;
  background-color: #abd6c1;
}

.color-card.color-3-d {
  min-height: 50px;
  background-color: #649e82;
}

.color-card.color-4-l {
  min-height: 50px;
  background-color: #c9f3f5;
}

.color-card.color-4-d {
  min-height: 50px;
  background-color: #85c7ca;
}

.paleta-de-color {
  margin-bottom: 40px;
}

.titulo-color-1 {
  color: #1d3557;
}

.titulo-color-2 {
  color: #e16625;
  font-weight: 700;
}

.desk-menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: #fff;
}

.main-slider {
  z-index: 0;
  height: 100%;
  background-color: transparent;
}

.ms-slide {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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-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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ms-s-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  height: 100%;
  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/real-estate-demo.gif');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/real-estate-demo.gif');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.icon-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  color: #1d3557;
  text-align: center;
}

.icon-card.h-icon-card {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  text-align: left;
}

.ic-icon {
  width: 6em;
  min-height: 20px;
  margin-bottom: 30px;
}

.ic-icon.h-size {
  width: 20%;
}

.cta-titular {
  font-weight: 700;
  text-transform: uppercase;
}

.flex-grid {
  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-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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;
}

.fg-col {
  width: 25%;
  min-height: 10px;
  padding-right: 1%;
  padding-left: 1%;
}

.fg-col.tercio {
  width: 33.3333%;
}

.ftr-titular {
  margin-bottom: 20px;
  font-size: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
}

.gallery-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-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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;
}

.lightbox-card {
  display: block;
  width: 33.3333%;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.lightbox-card:hover {
  -webkit-filter: brightness(70%);
  filter: brightness(70%);
  -webkit-transform: scale(0.96);
  -ms-transform: scale(0.96);
  transform: scale(0.96);
}

.fb13-col-1 {
  width: 30%;
  padding-right: 40px;
}

.fb13-col-3 {
  width: 70%;
  min-height: 100px;
}

.rt-bullets ul {
  padding-left: 10px;
  list-style-type: none;
}

.fb13-c3-f-3-col {
  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-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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.mov-btn {
  display: block;
  margin-bottom: 10px;
  background-color: transparent;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 1.1em;
  line-height: 1.6em;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.mov-btn:hover {
  color: #e16625;
  letter-spacing: 2px;
}

.mov-btn.special {
  margin-bottom: 20px;
  background-color: #e16625;
  color: #010101;
}

.mov-btn.special:hover {
  background-color: #fff;
}

.mov-btn.special.accordion-trgr {
  margin-bottom: 0px;
}

.mov-btn.no-mbtn {
  margin-bottom: 0px;
}

.mov-tel {
  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-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.mov-tel.dark {
  color: #000;
}

.hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(57, 67, 78, 0.8);
  background-image: url('../images/zoom.svg');
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #fff;
  font-size: 1.2em;
  text-transform: uppercase;
}

.hover:hover {
  opacity: 1;
}

.side-blok-divider {
  height: 2px;
  margin-bottom: 20px;
  background-color: #e16625;
}

.contact-form {
  position: relative;
  padding-right: 2em;
}

.input {
  height: auto;
  margin-bottom: 20px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #d1d1d1;
  border-radius: 0px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-size: 0.8em;
  line-height: 2em;
  font-style: italic;
}

.input:hover {
  border-bottom-color: #626262;
  background-color: #ededed;
}

.input:focus {
  padding-left: 10px;
  border-style: solid;
  border-color: #ededed;
  background-color: #ededed;
  box-shadow: 0 0 10px -4px rgba(0, 0, 0, 0.3);
}

.input::-webkit-input-placeholder {
  color: #d1d1d1;
}

.input:-ms-input-placeholder {
  color: #d1d1d1;
}

.input::-ms-input-placeholder {
  color: #d1d1d1;
}

.input::placeholder {
  color: #d1d1d1;
}

.input.text-area {
  min-height: 140px;
}

.contact-hdr {
  margin-bottom: 60px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #000;
}

.telefonos {
  position: relative;
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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;
}

.gmap {
  height: 100%;
}

.address {
  margin-bottom: 20px;
  padding: 10px 20px;
  color: #343434;
  font-size: 0.9em;
  font-style: normal;
}

.fw-col {
  position: relative;
  width: 100%;
  min-height: 20px;
  padding-right: 1px;
  padding-left: 1%;
}

.form {
  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-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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;
}

.btn-enviar {
  padding: 15px 30px;
  float: right;
  border-radius: 4px;
  background-color: #6dcc56;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-size: 1.2em;
  font-weight: 600;
  text-align: center;
}

.btn-enviar:hover {
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.bloque {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}

.mapa {
  position: relative;
}

.side-col-card {
  margin-bottom: 40px;
  color: #1924a3;
}

.half-col {
  width: 48%;
  min-height: 20px;
  margin-right: 1%;
  margin-left: 1%;
}

.link {
  color: #1924a3;
}

.amc-body {
  padding: 60px 30px 40px;
  color: #0f213b;
  text-align: center;
}

.alert-blok {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e16625;
}

.amc-ftr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3fdfc;
  font-size: 0.8em;
}

.amc-hdr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px 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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e8e8e8;
  font-size: 1.2em;
  font-weight: 700;
}

.alert-modal-card {
  position: relative;
  overflow: hidden;
  max-width: 50%;
  min-width: 40%;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 30px 30px -15px rgba(0, 0, 0, 0.7);
}

.secundary-text-smaller {
  margin-bottom: 30px;
  font-size: 1.2em;
  line-height: 1.5em;
}

.post-card {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 30px 30px -15px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #18316a;
  text-decoration: none;
}

.post-card:hover {
  box-shadow: 0 20px 15px -14px rgba(0, 0, 0, 0.3);
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
}

.post-card-img {
  position: relative;
}

.pc-post-label {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 30px;
  padding: 12px 20px 12px 10px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background-color: #18316a;
  color: #fff;
  font-size: 0.8em;
  line-height: 1.3em;
  font-weight: 300;
  text-transform: uppercase;
}

.post-card-body {
  padding: 2em;
}

.pc-date {
  margin-top: -6px;
  margin-bottom: 10px;
  color: #3f3f3f;
  font-size: 0.8em;
}

.pc-botonera {
  margin-top: 20px;
}

.theme-flex-card {
  position: relative;
  display: block;
  width: 33.3333%;
  height: auto;
  padding: 35px 4%;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #949cff;
  color: #fff;
  text-align: center;
}

.tfc-info {
  position: relative;
  z-index: 10;
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tfc-icon {
  width: 80px;
  margin-bottom: 20px;
}

.small {
  font-size: 0.8em;
  line-height: 1.7em;
}

.tfc-botonera {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.text-btn {
  padding-right: 20px;
  background-image: url('../images/arrow-left.svg');
  background-position: 100% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  color: #18316a;
  font-size: 1em;
  line-height: 1.8em;
  text-decoration: none;
}

.tfc-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 72, 65, 0.6)), to(rgba(14, 72, 65, 0.6))), url('../images/base-1.gif');
  background-image: linear-gradient(180deg, rgba(14, 72, 65, 0.6), rgba(14, 72, 65, 0.6)), url('../images/base-1.gif');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hover-card {
  position: relative;
  height: 40vh;
  margin-bottom: 60px;
  padding: 10px 20px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.4);
  opacity: 0.7;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.hover-card:hover {
  border-color: #fff;
  background-color: #f6fdfd;
  box-shadow: 0 20px 20px -5px rgba(0, 0, 0, 0.4);
  opacity: 1;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

.v-wrpr-2 {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  display: block;
  margin-top: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.ac-wrpr {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.ac-icon {
  width: 60px;
  height: 60px;
}

.pc-name-label {
  color: #a7d52a;
  font-weight: 700;
  text-transform: uppercase;
}

.price-card {
  position: relative;
  overflow: hidden;
  width: 31.3333%;
  min-height: 200px;
  margin-right: 1%;
  margin-left: 1%;
  padding: 30px 30px 20px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 30px 30px -15px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.pc-price-label {
  font-size: 2.7em;
  line-height: 1.4em;
  font-weight: 800;
}

.pc-divider {
  width: 200px;
  height: 4px;
  margin: 30px auto 40px;
  background-color: #a7d52a;
}

.pc-icon {
  width: 100px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.pc-text {
  margin-bottom: 10px;
  color: #4469b0;
}

.flex-fv {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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-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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  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;
}

.ffv-col {
  width: 50%;
  background-color: #fafafa;
}

.ffv-col.bg-side {
  background-image: url('../images/hero-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ffv-col.text-side {
  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-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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-in {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 360px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #010101;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(70, 70, 70, 0.77)), to(rgba(70, 70, 70, 0.77))), url('../images/bg-about.jpg');
  background-image: linear-gradient(180deg, rgba(70, 70, 70, 0.77), rgba(70, 70, 70, 0.77)), url('../images/bg-about.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  color: #fff;
  text-align: left;
}

.hero-in.services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 640px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url('../images/bg-services.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.hero-in.h-properties {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/interior.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/interior.jpg');
}

.hero-in.light {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/bg-about.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/bg-about.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  color: #555d68;
}

.flex-multi-card {
  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-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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}

.multy-link-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #ededed;
  background-color: #fff;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #555d68;
  font-size: 1em;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.multy-link-card:hover {
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}

.mlc-icon {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  background-color: #d1d1d1;
}

.big-color-card {
  padding: 50px 40px 40px;
  border-radius: 10px;
  background-color: #1d3557;
  color: #fff;
}

.big-color-card.color-2 {
  background-color: #fbbc89;
}

.big-color-card.color-3 {
  background-color: #a8dadc;
}

.bbc-main-txt {
  margin-bottom: 10px;
  font-size: 3em;
  line-height: 1.4em;
  font-weight: 800;
  text-transform: uppercase;
}

.bcc-sub {
  margin-bottom: 10px;
  font-size: 1.3em;
  line-height: 1.4em;
}

.starter-blok {
  margin-bottom: 40px;
}

.sit-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  background-color: #a8dadc;
}

.tabs-nav {
  margin-bottom: 10px;
  padding: 13px;
  border-radius: 6px;
  background-color: #f0f7f7;
}

.tab-btn {
  margin-right: 16px;
  border-radius: 4px;
  background-color: transparent;
  color: #e16625;
  font-weight: 700;
}

.tab-btn.w--current {
  background-color: #e16625;
  color: #fff;
}

.tabs-content {
  padding-top: 20px;
}

.fbpa {
  background-image: url('../images/hero-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fbpa-container {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 50%;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.fbpa-card {
  width: 100%;
  max-width: 60%;
  padding: 40px 40px 30px;
  border-radius: 8px;
  background-color: #fff;
  text-align: left;
}

.fbpa-c-m-content {
  margin-bottom: 40px;
}

.cookie-modal {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 60%;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-radius: 4px;
  background-color: #fff;
  opacity: 1;
  font-size: 0.8em;
}

.cka-text {
  width: 100%;
  max-width: 70%;
  min-height: 45px;
  padding-left: 45px;
  background-image: url('../images/cookie.svg');
  background-position: 0% 0%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.cka-link {
  display: inline-block;
  color: #108ff1;
  font-weight: 700;
}

.cka-close {
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/icons-sprite.svg');
  background-position: -20px 0px;
  background-size: 80px;
}

.menu-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-bottom: 10px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border-bottom: 4px solid #f4f4f4;
  font-size: 1.03em;
}

.mr-platillo-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 40%;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  line-height: 1.3em;
  font-weight: 700;
}

.mr-divider {
  display: block;
  height: 1px;
  margin-top: 18px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 1px dashed #000;
}

.mr-preciador {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  margin-top: -12px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.mr-ftr {
  width: 100%;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 0.8em;
  line-height: 1.3em;
}

.mr-preciador-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-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mr-precio {
  padding-right: 5px;
  padding-left: 5px;
  text-align: center;
}

.mr-p-top-text {
  position: relative;
  font-size: 0.6em;
  line-height: 1.3em;
  font-weight: 600;
  text-transform: uppercase;
}

.mr-p-precio {
  margin-top: 2px;
  margin-bottom: 2px;
  line-height: 1.2em;
  font-weight: 700;
}

.mr-p-bottom-text {
  font-size: 0.7em;
  line-height: 1.4em;
}

.mr-p-t-icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-color: #a8dadc;
}

.mr-p-t-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sub-titular {
  margin-bottom: 40px;
  padding-bottom: 10px;
  color: #0f213b;
}

.st-text-help {
  margin-top: -10px;
  font-size: 1em;
}

.menu-icons-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-top: 1px dashed #ededed;
}

.mic-icon-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.8em;
}

.menu-alert {
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #a8dadc;
  border-radius: 4px;
  text-align: left;
}

.menu-alert.flat {
  padding: 0px;
  border-style: none;
}

.menu-help-text {
  margin-top: -8px;
  color: #888;
  font-style: italic;
}

.agrupar {
  margin-bottom: 8px;
}

.menu-banner {
  margin-bottom: 40px;
  padding: 40px;
  background-color: #fafafa;
}

.menu-banner-link {
  display: block;
  min-height: 100px;
  background-color: #fff;
}

.fic-brief {
  width: 100%;
  max-width: 60%;
  min-height: 50px;
  color: #fff;
  text-align: center;
}

.rectangle-card {
  position: relative;
  width: 65.6666%;
  min-height: 36vh;
  margin-right: 0.5%;
  margin-bottom: 10px;
  margin-left: 0.5%;
  background-color: #fafafa;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.rectangle-card:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}

.card-property-label {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 4px;
  background-color: #e76f51;
  font-family: Montserrat, sans-serif;
  font-size: 0.8em;
  font-weight: 700;
  text-transform: uppercase;
}

.full-shade {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}

.card-property-title {
  margin-bottom: 20px;
  font-size: 1.5em;
  font-weight: 700;
}

.square-card {
  position: relative;
  width: 32.3333%;
  min-height: 36vh;
  margin-right: 0.5%;
  margin-left: 0.5%;
  background-color: #fafafa;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.square-card:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}

.full-bg-property {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  background-image: url('../images/hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.full-info-card {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
  -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;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.recent-properties {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  min-height: 100px;
  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: 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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.menu-flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  font-size: 1.3em;
}

.menu-flex-grid {
  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-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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;
}

.mfg-50 {
  width: 100%;
  max-width: 50%;
  min-height: 100px;
  margin-top: -15px;
  margin-bottom: 5%;
  padding-right: 1%;
  padding-left: 1%;
}

.rt-menu {
  font-size: 1.1em;
}

.rt-menu h2 {
  display: none;
}

.rt-menu h3 {
  display: none;
}

.rt-menu ul {
  padding-left: 30px;
  line-height: 1.4em;
}

.rt-menu li {
  margin-bottom: 4px;
}

.mfg-100 {
  width: 100%;
  min-height: 100px;
}

.main-scroll-navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 200;
  display: block;
  height: 80px;
  background-color: #fbbc89;
  opacity: 0;
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

.messenger-bar {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  height: auto;
  margin-right: 4vh;
  margin-bottom: 40px;
}

.messenger-btn {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  border: 1px none #000;
  border-radius: 25px;
  background-color: #25d366;
  background-image: url('../images/whatsapp-icon.svg');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
}

.call-btn {
  display: inline-block;
  min-height: 30px;
  margin-bottom: 10px;
  padding: 2px 20px 2px 44px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #1d3557;
  background-image: url('../images/tel-ico-w.svg');
  background-position: 14px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #fff;
  line-height: 35px;
  font-weight: 700;
  text-decoration: none;
}

.call-btn.whatsapp {
  background-color: #25d366;
  background-image: url('../images/whatsapp-w.svg');
}

.active-ico {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 10px;
  height: 10px;
  margin-top: 2px;
  margin-right: 2px;
  border-radius: 5px;
  background-color: #fc0d1b;
}

.testimonial-card {
  display: block;
  padding: 25px 40px;
  border-radius: 12px;
  background-color: #fff;
  text-align: left;
}

.q-author {
  position: relative;
  display: block;
  overflow: hidden;
  width: 60px;
  margin-right: 20px;
  border-radius: 30px;
}

.tc-hdr {
  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-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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;
}

.tc-author-date {
  padding-top: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #888;
  font-size: 0.8em;
  line-height: 1.5em;
}

.author-name {
  color: #010101;
  font-size: 1.1em;
  font-weight: 700;
}

.qc-stars {
  display: block;
  width: 80px;
  min-height: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.accordion {
  position: relative;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #ffebdb;
  border-radius: 4px;
}

.accordion:hover {
  background-color: #fffbf7;
}

.acc-hdr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #f19043;
  font-size: 1.1em;
  font-weight: 700;
  cursor: pointer;
}

.acc-content {
  overflow: hidden;
  height: 0px;
  background-color: #fffbf8;
}

.acc-body {
  padding: 30px;
}

.acc-seter {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #e16625;
}

.sys-flex-demo-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 25vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f4f4f4;
}

.sys-flex-demo-card.color-1 {
  -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;
  background-color: #1d3557;
}

.sys-flex-demo-card.body-color {
  background-color: transparent;
  color: #010101;
}

.sys-flex-demo-card.color-2 {
  background-color: #e16625;
}

.sys-flex-demo-card.color-3 {
  background-color: #81b29a;
}

.sys-flex-demo-card.color-4 {
  background-color: #a8dadc;
}

.sys-flex-demo-card.cuarto {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.sys-flex-demo-card.cuarto.body-color {
  color: #555d68;
}

.sys-flex-demo-card.cuarto.color-1 {
  color: #fff;
}

.sys-flex-demo-card.cuarto.color-2 {
  color: #1d3557;
}

.sys-flex-demo-card.cuarto.color-3 {
  color: #1d3557;
}

.fwh-center-flex-card {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-align: center;
}

.sys-frame {
  position: relative;
  left: 0%;
  right: 0%;
  width: 60%;
  min-height: 100px;
  margin: 4em auto;
}

.master-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-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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;
}

.master-flex.space-b {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.side-blok {
  margin-bottom: 40px;
}

.sid-eblok-title {
  margin-bottom: 8px;
  color: #1d3557;
  font-weight: 700;
}

.map-blok {
  display: block;
  border: 1px solid #f4f4f4;
}

.bold {
  font-weight: 700;
}

.ic-content.h-size {
  width: 80%;
  padding-left: 15px;
}

.bullets-text-block {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.bullet-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.bt-icon {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}

.bt-text {
  margin-top: 6px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mega-menu-container {
  display: block;
  width: 100%;
}

.color-shade {
  width: 50%;
  height: 30%;
}

.color-shade.color-1-l {
  background-color: #305283;
}

.color-shade.color-1-d {
  background-color: #0f213b;
}

.color-shade.color-2-l {
  background-color: #fbbc89;
}

.color-shade.color-2-d {
  background-color: #f19043;
}

.color-shade.color-3-l {
  background-color: #abd6c1;
}

.color-shade.color-3-d {
  background-color: #649e82;
}

.color-shade.color-4-l {
  background-color: #c9f3f5;
}

.color-shade.color-4-d {
  background-color: #85c7ca;
}

.spacer {
  height: 10vh;
}

.trgr-open.brgr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  background-color: transparent;
  cursor: pointer;
}

.hero-in-card {
  width: 55%;
  min-height: 30px;
}

.s-image {
  position: relative;
}

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

.side-car-title {
  margin-bottom: 10px;
  color: #e16625;
  font-size: 1.2em;
  font-weight: 600;
}

.sys-top-bar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 20;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ededed;
  background-color: #fff;
}

.sys-content {
  padding-top: 14vh;
  padding-bottom: 8vh;
  background-color: #f4f4f4;
}

.body-text-content {
  padding: 55px 50px;
  background-color: #fff;
}

.sys-footer {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 0.8em;
  text-align: center;
}

.trgr-close.close {
  width: 40px;
  height: 40px;
  -webkit-filter: none;
  filter: none;
}

.text-content-block {
  margin-bottom: 20px;
  padding-bottom: 20px;
  text-align: left;
}

.rich-text {
  margin-bottom: 20px;
}

.rich-text p {
  color: #555d68;
}

.full-height-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.contact-brief-card {
  width: 450px;
  min-height: 100px;
  color: #fff;
  text-align: center;
}

.cbc-hdr {
  padding-top: 19px;
  padding-bottom: 19px;
}

.cbc-body {
  padding: 20px;
}

.vh-center-card {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: auto;
  min-height: 100px;
  margin-top: auto;
  padding-right: 15%;
  padding-left: 15%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.form-botonera {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -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;
}

.form-hdr {
  width: 100%;
  min-height: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #d1d1d1;
}

.form-hdr.hide {
  display: none;
}

.form-brand {
  margin-bottom: 20px;
}

.btn-link {
  display: inline-block;
  margin-right: 20px;
  padding: 0.4em;
  border-radius: 25px;
  background-color: #d9e4f4;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #1d3557;
  font-size: 0.95em;
  font-weight: 700;
  text-decoration: none;
}

.btn-link:hover {
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
  -webkit-transform: scale(0.96);
  -ms-transform: scale(0.96);
  transform: scale(0.96);
}

.btn-link.big {
  padding: 0.6em;
  border-radius: 30px;
  font-size: 1.2em;
}

.btn-link.small {
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  font-size: 0.7em;
}

.btn-link.small.last {
  margin-right: 0px;
}

.bl-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-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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bl-f-text-side {
  padding-right: 10px;
  padding-left: 10px;
}

.bl-f-icon {
  width: 30px;
  height: 30px;
  padding: 4px;
  border-radius: 15px;
  background-color: #1d3557;
}

.bl-f-icon.big {
  width: 34px;
  height: 34px;
  border-radius: 17px;
}

.bl-f-icon.small {
  width: 24px;
  height: 24px;
  padding: 2px;
  border-radius: 12px;
}

.mov-btn-accordion {
  position: relative;
}

.mba-content {
  position: relative;
  overflow: hidden;
  height: 0px;
  background-color: #f4f4f4;
  font-size: 0.8em;
}

.mba-c-hldr {
  padding-top: 10px;
  padding-bottom: 10px;
}

.ftr-block-one {
  width: 100%;
  padding-top: 10vh;
  background-color: #ededed;
  text-align: center;
}

.ftr-grid {
  display: -ms-grid;
  display: grid;
  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;
}

.ftr-block-two {
  display: block;
  padding-top: 6vh;
  padding-bottom: 6vh;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.home {
  position: relative;
  overflow: hidden;
  height: 100vh;
}

.effect-slide-card {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.slide-image-hldr {
  width: 160vw;
  height: 100%;
  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/hero-3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/hero-3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-image-hldr.zoom {
  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/hero-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/hero-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}

.henderson-logo-side {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  width: 110px;
  padding-top: 40px;
  padding-right: 10px;
}

.hero-slider-nav {
  display: none;
}

.nav-trigger {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 12;
  display: block;
  width: 45px;
  height: 45px;
  margin-top: 40px;
  margin-left: 5em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.nav-trigger.on-hero {
  margin-top: 20px;
}

.brgr-bar {
  width: 100%;
  height: 4px;
  background-color: #fff;
}

.brgr-bar.dark {
  background-color: rgba(33, 59, 95, 0.8);
}

.hero-leyen-hldr {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 10;
  min-height: 100px;
  margin-left: 5em;
  padding-bottom: 100px;
}

.mn-c-header {
  width: 35%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #4b4b4b;
}

.henderson-logo-mnc {
  width: 267px;
  margin-right: auto;
  margin-left: auto;
}

.quote-slider {
  height: auto;
  padding-bottom: 2em;
  background-color: transparent;
}

.hldr-quote-slider {
  width: 500px;
}

.quote-text {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 3.5em;
  line-height: 0.9em;
  font-weight: 700;
}

.slide-nav {
  height: 40px;
  text-align: left;
}

.henderson-sign {
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: hsla(0, 0%, 100%, 0.65);
  font-style: italic;
  letter-spacing: 2px;
}

.btn-request {
  width: 180px;
  margin-bottom: 40px;
}

.btn-request.on-alert {
  margin-bottom: 20px;
}

.bold-text {
  font-size: 50px;
}

.side-to-side.slide-image-hldr {
  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/slide-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/slide-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.zoom {
  height: 100%;
  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/slide-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/slide-2.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}

.left-to-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 160vw;
  height: 100%;
  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/slide-3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/slide-3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

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

.modal-alert {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 200;
  display: none;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.alert-card {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 110;
  display: none;
  width: 535px;
  min-height: 100px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  border-style: solid;
  border-width: 4px;
  border-color: #e16625;
  border-radius: 10px;
  background-color: #626366;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  color: #fff;
  text-align: center;
}

.alert-rt p {
  margin-bottom: 5px;
  color: #fff;
  line-height: 1.3em;
}

.close-alert {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-right: -20px;
}

.gris-logo {
  opacity: 0.25;
}

.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 65px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f6f6f6;
}

.sticky-nav.dark {
  background-color: #888;
}

.container {
  position: relative;
  top: 360px;
}

.container.on-services {
  top: 640px;
}

.hldr-hero-leyends {
  min-width: 100px;
  padding-bottom: 0px;
  text-align: center;
}

.arrows {
  width: 30px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}

.hero-sub-tt {
  font-size: 1.2em;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hero-sub-tt.gris {
  color: #888;
}

.ancla-scroll-nav {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 14px;
  height: 14px;
  margin-right: 30px;
  margin-left: 30px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-radius: 7px;
  background-color: #888;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.ancla-scroll-nav:hover {
  -webkit-filter: none;
  filter: none;
}

.ancla-scroll-nav.w--current {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background-color: #e16625;
}

.ancla-scroll-nav.light {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #d1d1d1;
}

.dot-nav {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #e16625;
}

.dot-nav:hover {
  background-image: none;
}

.mask {
  height: auto;
  padding-bottom: 80px;
}

.hndrs {
  margin-top: -90px;
  margin-bottom: 120px;
}

.las-tp {
  margin-top: 20px;
}

.atention-steps {
  width: 660px;
  min-height: 100px;
  margin-right: auto;
  margin-left: auto;
}

.atention-step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 150px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.step-title {
  position: relative;
  width: 50%;
  height: auto;
  padding-right: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-right: 1px solid #f7cbb4;
  font-size: 1.1em;
  font-weight: 700;
  text-align: right;
}

.step-title.last {
  border-right-style: none;
}

.step-brief {
  width: 50%;
  padding-left: 40px;
  font-size: 0.9em;
  font-weight: 300;
  text-align: left;
}

.step-dot {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 20px;
  height: 20px;
  margin-right: -10px;
  border-radius: 10px;
  background-color: #e16625;
}

.more-pdd-btm {
  margin-bottom: 1em;
}

.top-link {
  width: 20px;
  height: 20px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

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

.legal-text-l {
  font-size: 0.7em;
  text-align: left;
}

.bacon-firm {
  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-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: right;
}

.web-by {
  padding-right: 4px;
  font-size: 0.7em;
  line-height: 1.3em;
}

.gb-icon {
  width: 26px;
}

.hero-services-flex {
  height: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.hero-services-flex.heo-title-hldr {
  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-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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8));
}

.hero-services-flex.heo-title-hldr.dark {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 1, 1, 0.5)), to(rgba(1, 1, 1, 0.5)));
  background-image: linear-gradient(180deg, rgba(1, 1, 1, 0.5), rgba(1, 1, 1, 0.5));
}

.hero-services-flex.brief-hldr {
  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-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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(225, 102, 37, 0.8)), to(rgba(225, 102, 37, 0.8)));
  background-image: linear-gradient(180deg, rgba(225, 102, 37, 0.8), rgba(225, 102, 37, 0.8));
  font-size: 0.8em;
  font-weight: 300;
}

.hero-services-flex.brief-hldr.dark {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(42, 42, 42, 0.8)), to(rgba(42, 42, 42, 0.8)));
  background-image: linear-gradient(180deg, rgba(42, 42, 42, 0.8), rgba(42, 42, 42, 0.8));
}

.hero-services-flex.brief-hldr.white {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8));
  color: #010101;
}

.gris {
  color: #888;
}

.service-blk-tt {
  font-size: 2em;
  font-weight: 700;
  text-transform: uppercase;
}

.ancla-link-ligh {
  width: 14px;
  height: 14px;
  margin-right: 30px;
  margin-left: 30px;
  border-radius: 7px;
  background-color: #d1d1d1;
}

.ancla-link-ligh.w--current {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #fff;
}

.property-block-title {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 2vh;
  padding-bottom: 2vh;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-weight: 300;
  text-align: center;
  letter-spacing: 7px;
  text-transform: uppercase;
}

.category-property-title {
  margin-bottom: 0em;
  font-size: 2.6em;
  font-weight: 100;
}

.property-card {
  display: block;
  height: auto;
  margin-bottom: 120px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  box-shadow: 30px 0 60px 0 rgba(0, 0, 0, 0.3);
}

.pc-birief-card {
  width: 74%;
  min-height: 100px;
  color: #fff;
}

.property-title {
  margin-bottom: 0.4em;
  font-size: 2.9em;
  font-weight: 100;
  letter-spacing: 0px;
  text-transform: none;
}

.pro-tech-brief {
  color: hsla(0, 0%, 100%, 0.65);
  font-size: 0.9em;
  line-height: 1.7em;
  font-weight: 300;
}

.property-slider {
  height: 100%;
}

.gallery-square {
  width: 33.3333%;
  background-color: #f5f5f5;
}

.lightbox {
  position: relative;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.lb-thumb {
  -o-object-fit: fill;
  object-fit: fill;
}

.hover-see-more {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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-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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: rgba(225, 102, 37, 0.85);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.text-block-2 {
  font-family: Lato, sans-serif;
  font-size: 1.1em;
  line-height: 1.4em;
  font-weight: 700;
  letter-spacing: 2px;
}

.prop-kind-tag {
  margin-bottom: 1em;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 0.9em;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.hide {
  display: none;
}

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

.slide.cover-mcgegor {
  background-image: url('../images/slide-1-gregor.jpg');
}

.slide.cover-duplex {
  background-image: url('../images/MacMillian-A-B.jpg');
}

.slide.two-jess-cover {
  background-image: url('../images/Riverview-Way-4.jpg');
}

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

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

.pager {
  font-size: 0.6em;
}

.property-brief-block {
  position: relative;
  z-index: 20;
  width: 100%;
  height: auto;
}

.pbc-hldr {
  overflow: hidden;
  height: 0px;
  background-color: #0f213b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 33, 59, 0.76)), to(rgba(15, 33, 59, 0.76))), url('../images/oriental-tiles.png');
  background-image: linear-gradient(180deg, rgba(15, 33, 59, 0.76), rgba(15, 33, 59, 0.76)), url('../images/oriental-tiles.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 400px;
}

.pbc-hldr.open {
  height: auto;
}

.property-brief-in-hldr {
  width: 50%;
  max-width: 760px;
  min-height: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 6em;
  padding-bottom: 6em;
  color: #fff;
}

.pb-title {
  margin-bottom: 1em;
  font-family: Lato, sans-serif;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.pb-text {
  font-size: 0.9em;
  line-height: 1.6em;
  font-weight: 300;
  text-align: justify;
}

.pbb-trigger-hldr {
  height: 0px;
  text-align: center;
}

.property-brief-link {
  position: relative;
  top: -25px;
  z-index: 1;
  display: inline-block;
  padding: 0.8em 1.5em;
  background-color: #e16625;
  color: #fff;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.property-brief-card {
  position: relative;
  padding: 2em 2.8em;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  background-color: rgba(15, 33, 59, 0.6);
}

.hldr-close {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 40px;
  margin-top: -40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu-accordion {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mc-accordion-hldr {
  overflow: hidden;
  height: 0px;
  font-size: 0.8em;
}

.mc-a-btn-hld {
  padding-top: 1em;
  padding-bottom: 1em;
}

.new-release-tt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.nrl-tt {
  margin-right: 20px;
  font-family: Lato, sans-serif;
  font-size: 3.5em;
  line-height: 1.1em;
  font-weight: 100;
}

.rivers-gate {
  max-width: 250px;
}

.lot-card {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin-bottom: 80px;
}

.lc-brief-card {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 100%;
  max-width: 400px;
  padding: 1.8em;
  background-color: #d1d1d1;
  text-align: left;
}

.lc-image {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 12%;
  padding-left: 10%;
}

.normal {
  font-family: Lato, sans-serif;
  letter-spacing: 0px;
  text-transform: none;
}

.center-contetn-card {
  width: 50%;
  margin-bottom: 40px;
}

.sub-title {
  margin-bottom: 0.1em;
  font-size: 1em;
  line-height: 1.4em;
  letter-spacing: 0px;
}

.removation-lb-card {
  position: relative;
  margin-bottom: 20px;
  background-color: #010101;
  color: #fff;
  font-size: 1em;
  text-transform: uppercase;
}

.re-name-hldr {
  padding: 1em;
}

.renovations-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: block;
  background-image: url('../images/zoom.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: url('../images/zoom.svg'), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-position: 50% 50%, 0px 0px;
  background-size: 30px, auto;
  background-repeat: no-repeat, repeat;
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.renovations-hover:hover {
  opacity: 1;
}

.shelly {
  max-width: 300px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.profile-blok {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 850px;
  min-height: 100px;
  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: 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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.profile {
  width: 100%;
  max-width: 300px;
}

.profile-pic {
  position: relative;
  overflow: hidden;
  height: 200px;
  border-bottom: 4px solid #e8ba8f;
}

.profile-name {
  padding-top: 20px;
}

.profile-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.profile-brief {
  padding-left: 10%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 0.8em;
  text-align: left;
}

.web-link {
  display: inline-block;
  margin-top: 20px;
  color: #010101;
  font-size: 1.4em;
  font-weight: 700;
  text-decoration: none;
}

.web-link:hover {
  color: #ef5929;
}

.pic-hldr {
  position: relative;
  z-index: 0;
  height: 200px;
}

.profile-info-card {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  overflow: hidden;
  height: 0px;
  background-color: #fff;
  text-align: center;
}

.profile-info-card.open {
  height: auto;
}

.profile-profesion {
  padding-top: 0.6em;
  padding-bottom: 0.6em;
}

.profile-brief-text {
  padding: 1.2em 2em;
  border-top: 1px solid #e8ba8f;
  font-size: 0.8em;
  text-align: left;
}

.profile-prefix {
  color: #888;
  line-height: 1.6em;
  font-style: italic;
  font-weight: 300;
}

.profile-person-name {
  font-family: 'Josefin Sans', sans-serif;
  color: #010101;
  font-size: 1.4em;
  line-height: 1.4em;
  font-weight: 700;
  text-transform: uppercase;
}

.profile-social-link {
  width: 35px;
  height: 35px;
  margin-right: 8px;
  margin-left: 8px;
  -webkit-filter: brightness(200%);
  filter: brightness(200%);
}

.profile-social-link:hover {
  -webkit-filter: none;
  filter: none;
}

.hldr-pic-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(232, 186, 143, 0.5)), to(rgba(232, 186, 143, 0.5)));
  background-image: linear-gradient(180deg, rgba(232, 186, 143, 0.5), rgba(232, 186, 143, 0.5));
  opacity: 0;
}

.profile-end-blk {
  margin-top: 100px;
}

.end-info {
  width: 100%;
  max-width: 500px;
  min-height: 100px;
  margin-right: auto;
  margin-left: auto;
}

.ebd-text-one {
  margin-bottom: 40px;
  font-family: 'Open Sans', sans-serif;
  color: #a4a4a4;
  line-height: 1.7em;
}

.end-quote.name {
  font-family: 'Josefin Sans', sans-serif;
  color: #262626;
  font-size: 1.2em;
}

.end-quote.origin {
  color: #262626;
  font-size: 0.9em;
}

.mortage {
  max-width: 80%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.contact-tabs-element {
  position: relative;
  height: 800px;
}

.cte-tab-menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 65px;
  -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: #efefef;
}

.cta-center-bar {
  width: 1px;
  height: 100%;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #010101;
}

.form-icon {
  width: 40px;
  height: 40px;
}

.map-icon {
  width: 40px;
  height: 40px;
}

.map-icon.off {
  opacity: 0.3;
}

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

.hldr-info {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  padding-top: 120px;
  padding-bottom: 6vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 92.9%, 0.85)), to(hsla(0, 0%, 92.9%, 0.85)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 92.9%, 0.85), hsla(0, 0%, 92.9%, 0.85));
}

.form-titles {
  font-family: 'Open Sans', sans-serif;
  line-height: 1em;
  font-weight: 900;
}

.form-contact-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100px;
  margin-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.apoinment-blk {
  width: 35%;
  text-align: right;
}

.info-datos-blk {
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contacct-dat-aaddress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.data-label {
  width: 22%;
  font-family: 'Open Sans', sans-serif;
  color: #262626;
  font-weight: 700;
  text-transform: uppercase;
}

.data {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9em;
}

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

.hdr-property-card {
  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-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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.rt-h {
  line-height: 1.3em;
}

.rt-h p {
  margin-bottom: 4px;
  line-height: 1.4em;
}

.property-cover {
  height: 100%;
}

.property-cover.cover-mcgregor {
  background-image: url('../images/slide-1-gregor.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.property-cover.cover-sal {
  background-image: url('../images/sal-1.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.property-cover.two-jess-cover {
  background-image: url('../images/Riverview-Way-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.property-cover.mckenzie {
  background-image: url('../images/mackenzie-1.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.property-cover.mccormik {
  background-image: url('../images/McCormick-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.property-cover.mcmillan {
  background-image: url('../images/MacMillian-A-B.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.property-cover.mckenney {
  background-image: url('../images/mckinney-cover.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.property-cover.the-nia {
  background-image: url('../images/the-nia-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hldr-info-center {
  width: 60%;
}

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

html.w-mod-js *[data-ix="henderson-logo"] {
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

@media screen and (min-width: 1280px) {
  body {
    font-size: 1.25em;
  }

  .wrpr {
    width: 80%;
  }

  .mn-c-body {
    width: 400px;
  }

  .post-card-img {
    height: auto;
  }

  .post-card-body {
    padding: 1.2em 1.5em;
  }

  .pc-botonera {
    margin-top: 2em;
  }

  .image {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .hldr-quote-slider {
    width: 550px;
  }

  .quote-text {
    font-size: 70px;
    line-height: 0.8em;
  }

  .data-label {
    font-size: 0.9em;
  }

  .data {
    font-size: 0.7em;
  }

  .hldr-info-center {
    width: 70%;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 0.9em;
  }

  .wrpr {
    width: 90%;
  }

  .wrpr.narrow {
    max-width: 60%;
  }

  .wrpr.flexed {
    max-width: 86%;
  }

  .wrpr.flexed.form-hldr {
    max-width: 90%;
  }

  .wrpr.full-widht.master-flex.stretch.fix-vh {
    max-width: 100%;
  }

  .section.full-flex-content {
    height: auto;
    min-height: auto;
  }

  .nav-bar.cms-include {
    z-index: 1000;
  }

  .brgr {
    width: 40px;
    height: 40px;
    background-color: transparent;
    background-image: url('../images/icons-sprite_1.svg');
    background-position: -80px 0px;
    background-size: 160px;
  }

  .main-nav.show {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .mn-c-close {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    margin-left: 60px;
    -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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .body-text.big {
    font-size: 1.3em;
  }

  .close {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #d94a4a;
  }

  .flex-col.form-col {
    width: 100%;
  }

  .flex-col.service-flex {
    width: 50%;
  }

  .ffc-card-text {
    position: relative;
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .ic-icon {
    width: 6em;
  }

  .fg-col {
    width: 50%;
  }

  .mov-btn {
    display: block;
    height: 50px;
    margin-bottom: 10px;
    padding: 0px;
    background-color: transparent;
    line-height: 50px;
  }

  .pc-time-label {
    font-size: 0.9em;
  }

  .pc-name-label {
    font-size: 0.9em;
  }

  .price-card {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .pc-price-label {
    font-size: 2em;
  }

  .pc-text {
    font-size: 0.8em;
  }

  .multy-link-card {
    width: 33.3333%;
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

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

  .fbpa-container {
    max-width: 70%;
  }

  .cookie-modal {
    z-index: 1000;
    max-width: 80%;
  }

  .rectangle-card {
    min-height: 30vh;
  }

  .square-card {
    min-height: 30vh;
  }

  .menu-flex-row {
    font-size: 1.16em;
  }

  .mfg-50 {
    max-width: 100%;
  }

  .spacer {
    height: 8vh;
  }

  .trgr-open.brgr {
    background-image: none;
  }

  .trgr-close.close {
    width: 40px;
    height: 40px;
    background-color: transparent;
  }

  .ftr-block-two {
    -ms-grid-columns: 0.5fr 1fr 1fr 0.5fr;
    grid-template-columns: 0.5fr 1fr 1fr 0.5fr;
    -ms-grid-rows: 1fr auto;
    grid-template-rows: 1fr auto;
  }

  .mn-c-header {
    width: 50%;
  }

  .nrl-tt {
    font-size: 2.8em;
  }

  .rivers-gate {
    max-width: 200px;
  }

  .hldr-info-center {
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 0.9em;
  }

  h1 {
    font-size: 2.6em;
  }

  h2 {
    font-size: 2.2em;
  }

  h4 {
    margin-bottom: 8px;
  }

  .wrpr {
    width: 90%;
  }

  .wrpr.narrow {
    max-width: 70%;
  }

  .desk-nav {
    display: none;
  }

  .mov-nav {
    display: block;
  }

  .brgr {
    display: block;
  }

  .mn-card {
    padding-top: 5vh;
  }

  .mn-c-close {
    margin-left: 40px;
  }

  .hero-card {
    width: 70%;
  }

  .body-text {
    font-size: 1.2em;
  }

  .btn {
    margin-bottom: 12px;
  }

  .ftr-25 {
    width: 50%;
  }

  .ftr-col {
    width: 90%;
    margin-bottom: 2em;
  }

  .flex-col {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .flex-col.bg-side {
    min-height: 360px;
  }

  .flex-col.pad-in._30 {
    width: 50%;
  }

  .flex-col.pad-in._25 {
    width: 50%;
  }

  .flex-col._50 {
    width: 100%;
    min-height: 10px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .flex-col._50.bg-side {
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .flex-col._50.brief-side {
    min-height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .flex-col._50.slide-tconainer {
    min-height: 300px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .flex-col._30 {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .flex-col._25 {
    width: 50%;
  }

  .flex-col._70 {
    width: 100%;
  }

  .flex-col.side-bar {
    width: 100%;
  }

  .flex-col.info-side {
    width: 100%;
    text-align: center;
  }

  .image-frame {
    margin-bottom: 40px;
  }

  .ffc-ct-card {
    width: 80%;
  }

  .fg-col.tercio {
    width: 50%;
  }

  .lightbox-card {
    width: 50%;
    margin-bottom: 5px;
  }

  .mov-btn {
    display: block;
    margin-bottom: 5px;
    background-color: transparent;
    font-size: 1.3em;
  }

  .contact-form {
    margin-bottom: 80px;
    padding-right: 0em;
  }

  .btn-enviar {
    width: 100%;
  }

  .alert-modal-card {
    max-width: 70%;
    min-width: 60%;
  }

  .secundary-text-smaller {
    font-size: 1em;
  }

  .theme-flex-card {
    width: 50%;
  }

  .hover-card {
    margin-bottom: 40px;
  }

  .pc-time-label {
    font-size: 0.8em;
  }

  .pc-name-label {
    font-size: 0.8em;
  }

  .pc-price-label {
    font-size: 1.8em;
  }

  .pc-icon {
    margin-bottom: 10px;
  }

  .multy-link-card {
    width: 50%;
  }

  .fbpa-container {
    max-width: 100%;
  }

  .cookie-modal {
    max-width: 90%;
    font-size: 0.7em;
    line-height: 1.3em;
  }

  .cka-text {
    max-width: 80%;
  }

  .menu-alert {
    font-size: 0.8em;
  }

  .rectangle-card {
    width: 49%;
  }

  .square-card {
    width: 49%;
    margin-bottom: 10px;
  }

  .square-card.last {
    width: 100%;
  }

  .mfg-50 {
    max-width: 100%;
    padding-right: 0%;
    padding-left: 0%;
  }

  .rt-menu {
    font-size: 1em;
  }

  .spacer {
    height: 6vh;
  }

  .trgr-open.brgr {
    width: 40px;
  }

  .full-height-flex {
    display: block;
  }

  .contact-brief-card {
    min-height: auto;
  }

  .cbc-body {
    display: none;
  }

  .cbc-ftr {
    display: none;
  }

  .vh-center-card {
    position: relative;
    top: 0%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .form-hdr.hide {
    display: block;
  }

  .henderson-logo-side {
    width: 120px;
  }

  .nav-trigger {
    width: 35px;
    height: 35px;
    margin-left: 3em;
  }

  .hero-leyen-hldr {
    margin-left: 3em;
  }

  .mn-c-header {
    width: 80%;
  }

  .henderson-logo-mnc {
    width: 200px;
  }

  .hldr-quote-slider {
    width: 350px;
  }

  .quote-text {
    font-size: 3.8em;
  }

  .btn-request {
    width: 140px;
  }

  .alert-card {
    width: 80%;
  }

  .atention-steps {
    width: 90%;
  }

  .ancla-link-ligh {
    margin-right: 15px;
    margin-left: 15px;
  }

  .property-brief-in-hldr {
    width: 100%;
    max-width: 80%;
  }

  .nrl-tt {
    margin-right: 0px;
    margin-bottom: 10px;
    font-size: 2.4em;
  }

  .lc-brief-card {
    max-width: 70%;
  }

  .profile {
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }

  .profile-brief {
    padding-right: 10%;
  }

  .apoinment-blk {
    width: 100%;
    text-align: center;
  }

  .hldr-info-center {
    width: 90%;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 0.8em;
  }

  h1 {
    font-size: 2.4em;
  }

  h2 {
    font-size: 2em;
    font-weight: 700;
  }

  .wrpr.narrow {
    max-width: 80%;
  }

  .wrpr.flexed {
    max-width: 92%;
  }

  .section.gris {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .icon-btn {
    display: block;
  }

  .ib-flex-hldr {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .mn-card {
    width: 100%;
  }

  .mn-c-close {
    margin-left: 20px;
  }

  .mn-c-body {
    width: 80%;
  }

  .hero-card {
    width: 100%;
    text-align: center;
  }

  .body-text {
    font-size: 1.1em;
  }

  .botonera.on-hero {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .btn {
    display: block;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .btn.brdr.red {
    width: 100%;
    padding-right: 18px;
    padding-left: 18px;
  }

  .btn.fw-on-mov {
    width: 100%;
  }

  .btn.send {
    width: 100%;
  }

  .ftr-last {
    padding-right: 10px;
    padding-left: 10px;
  }

  .txt-logo {
    font-size: 1.7em;
  }

  .ftr-25 {
    width: 100%;
  }

  .ftr-col {
    margin-bottom: 2.5em;
  }

  .flex-col.pad-in._50 {
    width: 100%;
  }

  .flex-col.pad-in._30 {
    width: 100%;
  }

  .flex-col._50 {
    width: 100%;
  }

  .flex-col._50.slide-tconainer {
    min-height: 240px;
  }

  .flex-col._30 {
    width: 100%;
  }

  .flex-col._30.fix-ftr {
    width: 50%;
  }

  .flex-col.service-flex {
    width: 80%;
  }

  .flex-col.grid-gallery {
    padding-right: 0em;
  }

  .ffc-ct-card {
    width: 92%;
  }

  .fg-col {
    width: 100%;
  }

  .fg-col.tercio {
    width: 100%;
  }

  .lightbox-card {
    width: 100%;
  }

  .fb13-col-1 {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0px;
  }

  .fb13-col-3 {
    width: 100%;
  }

  .mov-btn {
    height: 30px;
    margin-bottom: 10px;
    font-size: 1em;
    line-height: 30px;
  }

  .input {
    margin-bottom: 20px;
  }

  .amc-body {
    padding-right: 20px;
    padding-left: 20px;
  }

  .amc-ftr {
    padding: 20px;
  }

  .amc-hdr {
    padding: 15px 20px;
    font-size: 1em;
  }

  .alert-modal-card {
    max-width: 90%;
    min-width: 80%;
  }

  .theme-flex-card {
    width: 100%;
  }

  .price-card {
    width: 80%;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }

  .multy-link-card {
    padding: 14px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .mlc-icon {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .fbpa-card {
    max-width: 80%;
    padding: 30px 30px 20px;
  }

  .menu-row {
    font-size: 0.7em;
  }

  .mr-platillo-title {
    max-width: 38%;
  }

  .mr-divider {
    -webkit-box-flex: 1.5;
    -webkit-flex: 1.5 auto;
    -ms-flex: 1.5 auto;
    flex: 1.5 auto;
  }

  .mr-preciador {
    width: 140px;
    margin-top: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .mr-ftr {
    padding-bottom: 0px;
    font-size: 1em;
  }

  .mr-precio {
    width: 70px;
    padding-right: 2px;
    padding-left: 2px;
  }

  .mr-p-t-icon {
    display: none;
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }

  .mr-p-t-text {
    padding-right: 5px;
  }

  .st-text-help {
    font-size: 0.8em;
    line-height: 1.4em;
  }

  .rectangle-card {
    width: 100%;
    min-height: 200px;
    margin-right: 0%;
    margin-left: 0%;
  }

  .square-card {
    width: 100%;
    min-height: 200px;
    margin-right: 0%;
    margin-left: 0%;
  }

  .menu-flex-row {
    font-size: 1.2em;
  }

  .messenger-bar {
    margin-bottom: 20px;
  }

  .call-btn {
    width: 30px;
    height: 30px;
    padding-right: 5px;
    padding-left: 5px;
    background-position: 50% 50%;
    background-size: 25px;
  }

  .cb-txt {
    display: none;
  }

  .sys-frame {
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .bold {
    font-size: 1.5em;
  }

  .spacer {
    height: 4vh;
  }

  .vh-center-card {
    padding-right: 10%;
    padding-left: 10%;
  }

  .form-botonera {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .henderson-logo-side {
    width: 60px;
    margin-right: -4px;
    padding-right: 0px;
  }

  .nav-trigger {
    margin-left: 2em;
  }

  .hero-leyen-hldr {
    margin-left: 2em;
  }

  .mn-c-header {
    padding-bottom: 10px;
  }

  .henderson-logo-mnc {
    width: 130px;
  }

  .quote-slider {
    padding-bottom: 0px;
  }

  .hldr-quote-slider {
    width: 240px;
  }

  .quote-text {
    margin-bottom: 70px;
    font-size: 3em;
  }

  .henderson-sign {
    font-size: 1em;
  }

  .btn-request {
    width: 160px;
  }

  .alert-card {
    width: 80%;
  }

  .mask {
    padding-bottom: 40px;
  }

  .hndrs {
    margin-top: -70px;
    margin-bottom: 60px;
  }

  .legal-text-l {
    line-height: 1.5em;
  }

  .ancla-link-ligh {
    width: 10px;
    height: 10px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .ancla-link-ligh.w--current {
    width: 15px;
    height: 15px;
    border-radius: 7.5px;
  }

  .pc-birief-card {
    width: 80%;
  }

  .property-title {
    font-size: 2.6em;
  }

  .gallery-square {
    width: 50%;
  }

  .lot-card {
    margin-bottom: 40px;
  }

  .lc-brief-card {
    position: relative;
    max-width: 100%;
  }

  .lc-image {
    padding-top: 0%;
    padding-left: 0%;
  }

  .profile-brief {
    padding-right: 0%;
    padding-left: 0%;
  }

  .contact-tabs-element {
    height: 1200px;
  }

  .info-datos-blk {
    padding-left: 0px;
  }

  .data-label {
    width: 100%;
    margin-bottom: 8px;
  }
}

