:root {
  --color-2-d: #232836;
  --black: #010101;
  --white: white;
  --gray: #ededed;
  --color-1: #e52629;
  --color-2: #353a47;
  --facebook: #4469b0;
  --twitter: #2aa3ef;
  --instagram: #eb4b5a;
  --youtube: #fc0d1b;
  --whatsapp: #25d366;
  --color-1-d: #9d1619;
  --white-smoke: #ececec;
  --color-3: #00916e;
  --color-4: #a8dadc;
  --color-3-l: #abd6c1;
  --color-2-l: #505665;
  --color-1-l: #f66b6d;
  --color-3-d: #649e82;
  --color-4-l: #c9f3f5;
  --color-4-d: #85c7ca;
  --ok-color: #4bb92f;
  --dark-slate-grey: #3d3d3d;
  --light-grey: #d1d1d1;
  --grey: #888;
  --red-no: #f1320c;
}

body {
  background-color: var(--color-2-d);
  color: #333;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4em;
}

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

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

h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.3em;
}

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

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

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

p {
  color: var(--black);
  margin-bottom: 10px;
  line-height: 1.5em;
}

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

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

label {
  color: #aab1c4;
  margin-bottom: 5px;
  font-size: .8em;
  font-weight: 400;
  display: block;
}

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

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

.wrpr.flex-bar {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 80%;
  display: flex;
}

.wrpr.flex-bar.center {
  justify-content: center;
}

.wrpr.flex-v-center {
  z-index: 10;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.wrpr.narrow {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 40%;
  display: flex;
}

.wrpr.flex-blok-1-3 {
  flex-flow: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.wrpr.hero-align {
  flex-flow: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.wrpr.hero-align.center {
  justify-content: center;
}

.wrpr.master-flex {
  flex-flow: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 100px;
  display: flex;
}

.wrpr.master-flex.v-center {
  align-items: center;
}

.wrpr.master-flex.v-bottom {
  align-items: flex-end;
}

.wrpr.master-flex.stretch {
  align-items: stretch;
}

.wrpr.master-flex.v-tour {
  align-content: stretch;
  align-items: stretch;
  width: 860px;
  max-width: none;
}

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

.wrpr.full-widht.master-flex.stretch {
  align-content: stretch;
  align-items: stretch;
}

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

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

.section {
  background-color: var(--white);
  color: var(--black);
  text-transform: none;
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.section.full-flex-content {
  flex-flow: wrap;
  align-content: stretch;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section.gris {
  background-color: var(--gray);
}

.section.color-1 {
  background-color: var(--color-1);
  color: var(--white);
}

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

.section.cta {
  color: var(--white);
  text-align: center;
  background-image: linear-gradient(rgba(38, 70, 83, .7), rgba(38, 70, 83, .7)), url('../images/real-estate-demo.gif');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

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

.section.nice-hero {
  flex-flow: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  height: 70vh;
  display: flex;
}

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

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

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

.section.intro {
  background-color: var(--color-2);
  color: var(--white);
  background-image: url('../images/bg-proyecto.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 12vh;
}

.section.slider-blok {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section.mp {
  background-color: #eae9e7;
}

.s-card {
  border: 1px solid #d0d0d0;
  border-radius: 6px;
  margin-bottom: 20px;
  padding-bottom: 30px;
  overflow: hidden;
}

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

.main-bar {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  height: 90px;
  display: flex;
}

.second-bar {
  background-color: var(--gray);
  flex-flow: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  display: block;
}

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

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

.nav {
  position: relative;
}

.desk-nav {
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.mov-nav {
  display: none;
}

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

.social-bar {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.icon-link {
  background-color: #000;
  border-radius: 15px;
  width: 30px;
  height: 30px;
  margin-left: 3px;
  margin-right: 3px;
}

.icon-link.facebook {
  background-color: var(--facebook);
  background-image: url('../images/icons-sprite-w_1.svg');
  background-position: 0 -30px;
  background-repeat: no-repeat;
  background-size: 120px;
}

.icon-link.twitter {
  background-color: var(--twitter);
  background-image: url('../images/icons-sprite-w_1.svg');
  background-position: -30px -30px;
  background-repeat: no-repeat;
  background-size: 120px;
}

.icon-link.instagram {
  background-color: var(--instagram);
  background-image: url('../images/icons-sprite-w_1.svg');
  background-position: -60px -30px;
  background-repeat: no-repeat;
  background-size: 120px;
}

.icon-link.youtube {
  background-color: var(--youtube);
  background-image: url('../images/icons-sprite-w_1.svg');
  background-position: -90px -30px;
  background-repeat: no-repeat;
  background-size: 120px;
}

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

.icon-btn {
  background-color: var(--color-1);
  color: #fff;
  border-radius: 6px;
  padding: 12px 20px;
  font-size: 1.2em;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: inline-block;
  position: relative;
}

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

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

.ib-flex-hldr {
  flex-flow: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.nav-btn {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  padding: 0 22px;
  font-size: .8em;
  line-height: 50px;
}

.nav-btn:hover, .nav-btn.w--current {
  color: rgba(255, 255, 255, .5);
}

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

.nav-btn.cta {
  background-color: var(--color-1);
  transition: all .2s ease-in-out;
}

.nav-btn.cta:hover {
  background-color: var(--color-1-d);
}

.simple-icon-btn {
  color: var(--color-1);
  text-decoration: none;
  display: block;
}

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

.sib-flex-hldr {
  color: var(--color-1);
  flex-flow: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 20px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.medium-icon {
  background-color: var(--color-1);
  background-image: url('../images/tel-ico-w.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 15px;
  width: 30px;
  height: 30px;
}

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

.medium-icon.whtp {
  background-color: var(--whatsapp);
  background-image: url('../images/whatsapp-icon.svg');
}

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

.sib-text.whtp {
  color: var(--whatsapp);
}

.movile-nav {
  z-index: 110;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(100%);
}

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

.mn-card {
  text-align: right;
  background-color: #fff;
  flex-flow: column wrap;
  align-content: flex-end;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  padding-right: 5vh;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

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

.hero {
  color: var(--color-1-d);
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.hero.d-blok {
  color: var(--white);
  background-image: url('../images/hero.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}

.hero-card {
  width: 55%;
}

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

.secundary-text {
  margin-bottom: 20px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 1.4em;
  line-height: 1.4em;
}

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

.secundary-text.big {
  font-family: Roboto Condensed, sans-serif;
  font-size: 1.8em;
  font-weight: 300;
}

.drpr-li.w--open {
  background-color: #efefef;
}

.botonera {
  flex-flow: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 2em;
  display: flex;
}

.botonera.a-center {
  justify-content: center;
}

.btn {
  background-color: var(--color-1);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 12px;
  padding: 14px 28px;
  font-size: .9em;
  transition: all .2s ease-in-out;
}

.btn:hover {
  filter: brightness(80%);
  transform: scale(.96);
}

.btn.brdr {
  border: 1px solid var(--color-2);
  color: var(--color-2);
  background-color: rgba(0, 0, 0, 0);
  padding-top: 14px;
  padding-bottom: 14px;
}

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

.btn.brdr.white {
  border-color: var(--white);
  color: var(--white);
}

.btn.brdr.white:hover {
  background-color: var(--color-1-d);
}

.btn.small {
  padding: 8px 18px;
  font-size: .8em;
}

.btn.small.more-contrast {
  background-color: var(--color-3);
}

.btn.big {
  padding: 18px 36px;
  font-size: 1.1em;
}

.btn.contrast {
  background-color: var(--color-2);
}

.btn.text-only {
  color: var(--color-4);
  letter-spacing: 0;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 1em;
  font-weight: 600;
  text-decoration: none;
}

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

.btn.text-only.contrast {
  color: var(--color-3-l);
}

.btn.fw {
  display: block;
}

.close {
  width: 30px;
  height: 30px;
}

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

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

.ftr-link {
  color: rgba(255, 255, 255, .5);
  margin-bottom: 15px;
  font-size: .8em;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

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

.crew {
  color: #e4e4e4;
}

.ftr-last-txt {
  margin-bottom: 20px;
  font-size: .8em;
  line-height: 1.5em;
}

.ftr-top {
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 80px;
  padding-bottom: 40px;
  display: flex;
}

.ftr-last {
  text-align: center;
  background-color: rgba(1, 1, 1, .3);
  width: 100%;
  min-height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: .8em;
}

.ftr-top-brand {
  padding-top: 40px;
}

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

.ftr-brand {
  color: var(--color-1-d);
  margin-bottom: 40px;
}

.ftr-txt-link {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: .8em;
  line-height: 80px;
  text-decoration: none;
  display: inline-block;
}

.ftr-nav {
  text-align: center;
}

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

.ftr-col {
  margin-top: 10%;
  margin-bottom: 40px;
  margin-left: 15%;
  padding-right: 20%;
}

.footer {
  background-color: var(--color-2);
  color: var(--white);
  flex-flow: wrap;
  align-items: flex-start;
  display: flex;
}

.footer.cms-include {
  background-color: var(--color-2-d);
}

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

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

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

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

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

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

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

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

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

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

.flex-col._50.no-pad.bg-vr-text-side {
  background-color: var(--color-2);
  color: var(--white);
  flex-flow: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.flex-col._50.no-pad.v-card {
  width: 60%;
}

.flex-col._50.text-side {
  flex-flow: wrap;
  align-content: center;
  align-items: center;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.flex-col._50.bg-side {
  background-color: var(--color-2-l);
  background-image: none;
}

.flex-col._50.map-side {
  padding-left: 0%;
  padding-right: 0%;
}

.flex-col._50.b-mov {
  padding-top: 40px;
}

.flex-col._30 {
  flex: 0 auto;
  width: 33.3333%;
}

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

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

.flex-col._70 {
  flex: 0 auto;
  width: 66.6666%;
}

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

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

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

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

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

.ffc-card-text {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.titular {
  text-align: center;
  flex-flow: column wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 6vh;
  display: flex;
}

.titular.a-left {
  text-align: left;
  align-content: flex-start;
  align-items: flex-start;
}

.divider-titular {
  background-color: var(--color-2);
  width: 100px;
  height: 4px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.divider-titular.more-contrast {
  background-color: var(--color-3);
}

.titular-label {
  background-color: var(--color-2);
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: .8em;
  font-weight: 600;
  display: inline-block;
}

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

.color-card.color-1 {
  background-color: var(--color-1);
}

.color-card.color-2 {
  background-color: var(--color-2);
}

.color-card.color-3 {
  background-color: var(--color-3);
}

.color-card.color-4 {
  background-color: var(--color-4);
}

.color-card.color-1-l {
  background-color: var(--color-1-l);
  min-height: 50px;
}

.color-card.color-1-d {
  background-color: var(--color-1-d);
  min-height: 50px;
}

.color-card.color-2-l {
  background-color: var(--color-2-l);
  min-height: 50px;
}

.color-card.color-2-d {
  background-color: var(--color-2-d);
  min-height: 50px;
}

.color-card.color-3-l {
  background-color: var(--color-3-l);
  min-height: 50px;
}

.color-card.color-3-d {
  background-color: var(--color-3-d);
  min-height: 50px;
}

.color-card.color-4-l {
  background-color: var(--color-4-l);
  min-height: 50px;
}

.color-card.color-4-d {
  background-color: var(--color-4-d);
  min-height: 50px;
}

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

.titulo-color-1 {
  color: var(--color-1);
  font-weight: 700;
}

.titulo-color-2 {
  color: var(--color-2);
  font-weight: 700;
}

.desk-menu {
  background-image: linear-gradient(#1e1f21, rgba(52, 52, 52, 0));
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.main-slider {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
}

.ms-slide {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ms-s-background {
  z-index: 0;
  background-image: url('../images/hero-1-dark.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ms-s-background.cms-editable {
  background-image: linear-gradient(rgba(30, 31, 33, .3), rgba(30, 31, 33, .3)), url('../images/real-estate-demo.gif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.icon-card {
  background-color: var(--white);
  color: var(--color-1);
  text-align: center;
  flex-flow: column wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  padding: 0 19px 20px;
  display: flex;
}

.icon-card.h-icon-card {
  text-align: left;
  flex-flow: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: stretch;
}

.ic-icon {
  width: 60%;
  min-height: 20px;
  margin-top: -50px;
  margin-bottom: 10px;
}

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

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

.flex-grid {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

.lightbox-card:hover {
  filter: brightness(70%);
  transform: scale(.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 {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.mov-tel {
  color: #fff;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.hover {
  opacity: 0;
  color: #fff;
  text-transform: uppercase;
  background-color: rgba(53, 58, 71, .7);
  background-image: url('../images/lupa.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  font-size: 1.2em;
  transition: all .2s ease-in-out;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hover:hover {
  opacity: 1;
}

.hover.get-there {
  z-index: 10;
  background-image: none;
  text-decoration: none;
  display: flex;
}

.side-blok-divider {
  background-color: var(--color-2-l);
  height: 1px;
  margin-bottom: 20px;
}

.contact-form {
  margin-top: 20px;
  position: relative;
}

.input {
  -webkit-text-fill-color: inherit;
  background-color: #f4f4f4;
  background-clip: border-box;
  border: 1px solid rgba(80, 86, 101, .23);
  border-radius: 2px;
  height: auto;
  margin-bottom: 20px;
  font-size: .9em;
  line-height: 2em;
  transition: all .2s ease-in-out;
}

.input:hover {
  border-color: var(--color-2);
}

.input:focus {
  border-style: solid;
  border-color: var(--white);
  background-color: var(--white);
  padding-left: 10px;
  box-shadow: 0 10px 20px -7px rgba(53, 58, 71, .5);
}

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

.contact-hdr {
  border-bottom: 1px solid var(--color-2-l);
  background-color: var(--white);
  color: var(--color-2);
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 40px;
}

.telefonos {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

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

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

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

.form {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -1%;
  margin-right: -1px;
  display: flex;
}

.btn-enviar {
  float: right;
  background-color: var(--ok-color);
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  padding: 15px 30px;
  font-size: 1.2em;
  font-weight: 700;
  transition: all .2s ease-in-out;
}

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

.bloque {
  background-color: var(--white);
  padding-top: 60px;
  padding-bottom: 60px;
}

.mapa {
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.side-col-card {
  color: var(--color-1);
  margin-bottom: 40px;
  padding-left: 40px;
}

.side-col-card.special {
  border-top: 1px solid var(--color-2-l);
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.side-col-card.special.fix {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

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

.link {
  color: #1924a3;
}

.amc-body {
  color: var(--color-2);
  text-align: center;
  padding: 60px 30px 40px;
}

.alert-blok {
  background-color: var(--color-2);
  background-image: url('../images/bg-proyecto.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.amc-ftr {
  background-color: #f3fdfc;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  font-size: .8em;
  display: flex;
}

.amc-hdr {
  border-bottom: 1px solid var(--white-smoke);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px 15px;
  font-size: 1.2em;
  font-weight: 700;
  display: flex;
}

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

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

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

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

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

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

.post-card-body {
  padding: 20px 30px 10px;
}

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

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

.theme-flex-card {
  color: #fff;
  text-align: center;
  background-color: #949cff;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 33.3333%;
  height: auto;
  padding: 35px 4%;
  display: block;
  position: relative;
}

.tfc-info {
  z-index: 10;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

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

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

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

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

.a-card {
  opacity: .7;
  border: 1px solid rgba(0, 0, 0, .4);
  height: 40vh;
  margin-bottom: 60px;
  padding: 10px 20px 20px;
  transition: all .2s ease-in-out;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

.flex-fv {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

.ffv-col.text-side {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-in {
  color: var(--white);
  text-align: left;
  padding-top: 25vh;
  padding-bottom: 5vh;
}

.flex-multi-card {
  border-top: 1px solid var(--gray);
  border-bottom: 1px solid var(--gray);
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.multy-link-card {
  border-right: 1px solid var(--gray);
  background-color: var(--white);
  color: var(--dark-slate-grey);
  text-transform: uppercase;
  flex-flow: wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 25px 30px;
  font-size: 1em;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

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

.mlc-icon {
  background-color: var(--light-grey);
  width: 50px;
  height: 50px;
  margin-right: 15px;
}

.big-color-card {
  background-color: var(--color-1);
  color: var(--white);
  border-radius: 10px;
  padding: 50px 40px 40px;
}

.big-color-card.color-2 {
  background-color: var(--color-2-l);
}

.big-color-card.color-3 {
  background-color: var(--color-4);
}

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

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

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

.sit-icon {
  background-color: var(--color-4);
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

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

.tab-btn {
  color: var(--color-2);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
  margin-right: 16px;
  font-weight: 700;
}

.tab-btn.w--current {
  background-color: var(--color-2);
  color: var(--white);
}

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

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

.fbpa-container {
  flex-flow: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 50%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

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

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

.cookie-modal {
  z-index: 1000;
  opacity: 1;
  color: var(--white);
  background-color: rgba(26, 31, 42, .9);
  border-radius: 4px;
  flex-flow: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 20%;
  font-size: .8em;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.cka-link {
  color: var(--color-1);
  font-weight: 700;
  display: inline-block;
}

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

.menu-row {
  border-bottom: 4px solid #f4f4f4;
  flex-flow: wrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 10px;
  padding-left: 0;
  font-size: 1.03em;
  display: flex;
}

.mr-platillo-title {
  flex-flow: wrap;
  flex: 0 auto;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 40%;
  padding-right: 0;
  font-weight: 700;
  line-height: 1.3em;
  display: flex;
}

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

.mr-preciador {
  flex-flow: wrap;
  flex: 0 auto;
  align-content: flex-start;
  justify-content: flex-end;
  align-items: stretch;
  width: 35%;
  margin-top: -12px;
  padding-left: 0;
  display: flex;
}

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

.mr-preciador-flex {
  flex-flow: wrap;
  flex: 1;
  align-content: flex-start;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

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

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

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

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

.mr-p-t-icon {
  background-color: var(--color-4);
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

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

.sub-titular {
  color: var(--color-1-d);
  margin-bottom: 40px;
  padding-bottom: 10px;
}

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

.menu-icons-row {
  border-top: 1px dashed var(--gray);
  flex-flow: wrap;
  align-content: center;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.mic-icon-card {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  font-size: .8em;
  display: flex;
}

.menu-alert {
  border: 1px solid var(--color-4);
  text-align: left;
  border-radius: 4px;
  padding: 10px;
}

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

.menu-help-text {
  color: var(--grey);
  margin-top: -8px;
  font-style: italic;
}

.agrupar {
  margin-bottom: 8px;
}

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

.menu-banner-link {
  background-color: var(--white);
  min-height: 100px;
  display: block;
}

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

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

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

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

.full-shade {
  z-index: 1;
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

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

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

.full-info-card {
  z-index: 2;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 40px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.recent-properties {
  flex-flow: wrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  min-height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.menu-flex-row {
  flex-flow: wrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 35px;
  font-size: 1.3em;
  display: flex;
}

.menu-flex-grid {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

.rt-menu h2, .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 {
  z-index: 200;
  background-color: var(--color-2-l);
  opacity: 0;
  height: 80px;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: translate(0, -100%);
}

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

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

.call-btn {
  background-color: var(--color-1);
  color: var(--white);
  background-image: url('../images/tel-ico-w.svg');
  background-position: 14px;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 20px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  min-height: 30px;
  margin-bottom: 10px;
  padding: 2px 20px 2px 44px;
  font-weight: 700;
  line-height: 35px;
  text-decoration: none;
  display: inline-block;
}

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

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

.testimonial-card {
  background-color: var(--white);
  text-align: left;
  border-radius: 12px;
  padding: 25px 40px;
  display: block;
}

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

.tc-hdr {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tc-author-date {
  color: var(--grey);
  flex: 1;
  padding-top: 10px;
  font-size: .8em;
  line-height: 1.5em;
}

.author-name {
  color: var(--black);
  font-size: 1.1em;
  font-weight: 700;
}

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

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

.acc-hdr {
  color: var(--color-2-d);
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.1em;
  font-weight: 700;
  transition: all .2s;
  display: flex;
}

.acc-hdr:hover {
  background-color: #fffbf7;
}

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

.acc-body {
  padding: 30px;
}

.acc-seter {
  background-color: var(--color-2);
  border-radius: 15px;
  width: 30px;
  height: 30px;
}

.sys-flex-demo-card {
  background-color: #f4f4f4;
  flex: 1;
  min-height: 25vh;
  position: relative;
}

.sys-flex-demo-card.color-1 {
  background-color: var(--color-1);
}

.sys-flex-demo-card.body-color {
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
}

.sys-flex-demo-card.color-2 {
  background-color: var(--color-2);
}

.sys-flex-demo-card.color-3 {
  background-color: var(--color-3);
}

.sys-flex-demo-card.color-4 {
  background-color: var(--color-4);
}

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

.sys-flex-demo-card.cuarto.body-color {
  color: var(--dark-slate-grey);
}

.sys-flex-demo-card.cuarto.color-1 {
  color: var(--white);
}

.sys-flex-demo-card.cuarto.color-2 {
  background-color: var(--color-2);
  color: var(--color-1);
}

.sys-flex-demo-card.cuarto.color-3 {
  color: var(--color-1);
}

.fwh-center-flex-card {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.master-flex {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.master-flex.space-b {
  justify-content: space-between;
}

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

.sid-eblok-title {
  color: var(--color-1);
  margin-bottom: 8px;
  font-weight: 700;
}

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

.bold {
  font-weight: 700;
}

.ic-content {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

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

.ic-content.on-amenitie {
  z-index: 2;
  margin-bottom: 2rem;
  margin-left: 2rem;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.bullets-text-block {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.7em;
  display: block;
  position: relative;
}

.bullet-text {
  flex-flow: wrap;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 4px;
  font-size: .9em;
  display: flex;
}

.bt-icon {
  width: 35px;
  height: 35px;
  margin-right: 4px;
  padding: 6px;
}

.bt-text {
  flex: 0 auto;
  margin-top: 8px;
}

.nav-shade {
  opacity: 1;
  background-image: linear-gradient(#000, rgba(28, 28, 28, .4));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lareserva {
  margin-bottom: 0;
}

.leyend-hero-floter {
  z-index: 2;
  width: 100%;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: translate(0, -50%);
}

._wf-lb-gallery {
  display: block;
}

.text-botonera {
  margin-left: 20px;
  margin-right: 20px;
}

.select {
  background-color: #f4f4f4;
  border: 1px solid rgba(80, 86, 101, .23);
  border-radius: 2px;
  height: 46px;
}

.credito {
  margin-bottom: 10px;
}

.hero-h1 {
  margin-bottom: 20px;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.2em;
}

.h1-tag {
  font-size: 1em;
}

.spacer {
  height: 120px;
}

.label-text {
  margin-bottom: 20px;
  font-weight: 300;
}

.label-text.small {
  color: var(--white);
  margin-bottom: 2px;
  font-size: 1em;
}

.modelo-card {
  background-color: var(--color-2);
  color: var(--white);
  margin-bottom: 40px;
}

.modelo-card.m1 {
  background-color: var(--color-2-l);
}

.modelo-card.m3 {
  background-color: var(--color-2-d);
}

.mc-info {
  padding: 1.5rem;
}

.modelo-name {
  color: var(--color-1);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 2em;
  font-weight: 700;
}

.precio {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.video-lb {
  width: 100px;
  height: 100px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  transition: all .2s;
  display: block;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: translate(0, -50%);
}

.video-lb:hover {
  filter: brightness(80%);
}

.rv-info-card {
  padding-left: 9px;
  padding-right: 9px;
}

.hldr-rv {
  margin-bottom: -7px;
  display: block;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.slider-wrpr {
  display: none;
}

.slide-lb {
  width: 100%;
  display: block;
  position: relative;
}

.galerry-slide {
  width: 50%;
}

.mask {
  padding-left: 0;
  padding-right: 0;
}

.left-arrow-2 {
  background-color: var(--white);
  color: var(--color-1);
  border-radius: 25px;
  width: 50px;
  height: 50px;
  font-size: 1.6em;
  top: 0%;
  bottom: 0%;
  left: 20px;
  right: auto;
}

.right-arrow-2 {
  background-color: var(--white);
  color: var(--color-1);
  border-radius: 25px;
  width: 50px;
  height: 50px;
  font-size: 1.6em;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 20px;
}

.slide-nav {
  display: none;
  bottom: -50px;
}

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

.parque-metros {
  color: var(--color-2-l);
  margin-bottom: 10px;
}

.rt-park {
  color: var(--color-2-l);
  text-align: left;
}

._0-pad {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

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

.hero-shade {
  z-index: 1;
  background-image: linear-gradient(to right, rgba(0, 0, 0, .9), rgba(23, 23, 23, 0) 78%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.mpdiv {
  margin-top: -40px;
}

.text-one {
  padding-right: 60px;
}

.text-two {
  padding-left: 40px;
}

.edificando {
  width: 100px;
  margin-left: 20px;
}

.last {
  color: rgba(255, 255, 255, .6);
}

.virutal-toru {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 48%;
  min-height: 100px;
  margin-left: 1%;
  margin-right: 1%;
  display: flex;
}

.video-hldr {
  width: 90%;
  min-height: 100px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.videos-title {
  text-align: left;
  width: 90%;
  min-height: 20px;
  margin-left: auto;
  margin-right: auto;
}

.sahara, .link-logo {
  max-width: 50%;
}

.text-size-medium {
  font-size: 1.5em;
}

.precio-text {
  color: var(--color-1);
  font-size: 1.7em;
  font-weight: 700;
}

.rt-amenities-list ul {
  padding-left: 0;
  list-style-type: none;
}

.rt-amenities-list li {
  background-image: url('../images/icon-bullet.svg');
  background-position: 0 1px;
  background-repeat: no-repeat;
  background-size: .875rem;
  margin-bottom: .75rem;
  padding-left: 1.25rem;
  line-height: 1.2;
}

.g-lightbox {
  width: 100%;
  display: block;
  position: relative;
}

.g-lightbox:hover {
  filter: brightness(80%);
}

.lightbox-cover_hover {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ikonik-x9dh3 {
  color: #fff;
}

.grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.amenitie-card {
  background-color: var(--white);
  color: var(--white);
  align-items: flex-end;
  position: relative;
}

.font-color-1 {
  color: var(--color-1);
  margin-bottom: 0;
}

.amenitie-bg {
  z-index: 0;
  aspect-ratio: auto;
  object-fit: cover;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.amentie-card_shade {
  z-index: 1;
  background-image: linear-gradient(55deg, var(--dark-slate-grey), rgba(53, 53, 53, 0));
  mix-blend-mode: multiply;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.lightbox {
  width: 100%;
  display: block;
  position: relative;
}

@media screen and (max-width: 991px) {
  .wrpr, .wrpr.flex-bar {
    max-width: 90%;
  }

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

  .wrpr.master-flex {
    max-width: 86%;
  }

  .wrpr.master-flex.v-tour {
    width: 90%;
  }

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

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

  .nav {
    display: none;
  }

  .mov-nav {
    display: block;
  }

  .brgr {
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../images/brgr.svg');
    background-position: 50%;
    background-size: contain;
    width: 40px;
    height: 40px;
  }

  .movile-nav.show {
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    transform: none;
  }

  .mn-card {
    padding-top: 25px;
    padding-right: 0;
    display: block;
  }

  .mn-c-hdr {
    flex-flow: wrap;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 20px;
    padding-right: 30px;
    display: flex;
  }

  .hero-card {
    width: 70%;
  }

  .close {
    background-image: url('../images/close.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 20px;
    flex-flow: wrap;
    justify-content: flex-end;
    align-items: center;
    width: 40px;
    height: 40px;
    display: block;
  }

  .flex-col {
    min-height: 200px;
  }

  .flex-col._50.brake-form {
    width: 100%;
    min-height: auto;
  }

  .flex-col._30 {
    min-height: auto;
  }

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

  .fg-col {
    width: 50%;
  }

  .mov-btn {
    color: var(--black);
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0);
    padding-left: 0;
    padding-right: 30px;
    font-size: 1.3em;
    font-weight: 300;
    line-height: 1.8em;
    display: block;
  }

  .mov-btn.close {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    width: 100%;
    height: auto;
  }

  .input {
    margin-bottom: 15px;
  }

  .pc-time-label, .pc-name-label {
    font-size: .9em;
  }

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

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

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

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

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

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

  .cookie-modal {
    z-index: 1000;
    padding-left: 10%;
    padding-right: 10%;
  }

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

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

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

  .select {
    margin-bottom: 20px;
  }

  .hero-h1 {
    font-size: 2.6em;
  }

  .grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
}

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

  h2 {
    font-size: 2em;
  }

  h4 {
    margin-bottom: 8px;
  }

  .wrpr {
    max-width: 90%;
  }

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

  .wrpr.master-flex.v-center.reverse-on-mov {
    flex-wrap: wrap-reverse;
  }

  .section {
    padding-top: 6vh;
    padding-bottom: 6vh;
  }

  .desk-nav {
    display: none;
  }

  .mov-nav, .brgr {
    display: block;
  }

  .mn-card {
    width: 60%;
  }

  .hero-card {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .botonera.hero-botonera {
    justify-content: center;
  }

  .btn {
    width: 199%;
    margin-bottom: 12px;
    margin-right: 0;
  }

  .ftr-25 {
    width: 50%;
  }

  .flex-col {
    flex: 0 auto;
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
  }

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

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

  .flex-col._50 {
    min-height: 10px;
  }

  .flex-col._50.no-pad.bg-vr-text-side {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .flex-col._30.no-pad {
    min-height: 20px;
  }

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

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

  .flex-col.image-side {
    margin-top: 40px;
  }

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

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

  .icon-card {
    margin-bottom: 80px;
  }

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

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

  .mov-btn {
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 5px;
    line-height: 2em;
    display: block;
  }

  .contact-form {
    padding-right: 0;
  }

  .contact-hdr {
    margin-bottom: 40px;
  }

  .btn-enviar {
    width: 100%;
  }

  .side-col-card {
    padding-left: 20px;
  }

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

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

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

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

  .pc-time-label, .pc-name-label {
    font-size: .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 {
    padding-left: 18%;
    padding-right: 18%;
    font-size: .7em;
    line-height: 1.3em;
    display: flex;
  }

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

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

  .rectangle-card {
    width: 49%;
  }

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

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

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

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

  .bt-icon {
    margin-right: 4px;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

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

  .hero-h1 {
    font-size: 2.4em;
  }

  .mc-info {
    padding-left: 8px;
    padding-right: 8px;
  }

  .galerry-slide {
    width: 90%;
  }

  .text-one {
    padding-right: 0;
  }

  .text-two {
    padding-left: 0;
  }

  .grid {
    grid-template-columns: 1fr;
  }
}

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

  h2 {
    font-size: 1.6em;
  }

  .wrpr {
    max-width: 92%;
  }

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

  .wrpr.master-flex {
    max-width: 92%;
  }

  .section {
    padding-top: 8vh;
    padding-bottom: 8vh;
  }

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

  .brand {
    width: 160px;
  }

  .icon-btn {
    display: block;
  }

  .ib-flex-hldr {
    justify-content: center;
  }

  .movile-nav {
    transform: translate(100%);
  }

  .mn-card {
    width: 100%;
  }

  .mn-c-hdr {
    justify-content: center;
    padding-right: 0;
  }

  .hero.d-blok {
    height: auto;
    padding-top: 80px;
    padding-bottom: 120px;
    position: relative;
  }

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

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

  .botonera.a-center {
    text-align: center;
  }

  .btn {
    width: 100%;
    margin-right: 0;
    padding-left: 4px;
    padding-right: 4px;
    display: block;
  }

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

  .ftr-25, .flex-col.pad-in._50, .flex-col.pad-in._30, .flex-col._50 {
    width: 100%;
  }

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

  .flex-col._50.map-side {
    height: 260px;
  }

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

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

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

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

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

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

  .mov-btn {
    text-align: center;
    padding-right: 0;
    font-size: 1.1em;
  }

  .input {
    margin-bottom: 20px;
  }

  .contact-hdr {
    padding: 24px 20px 30px;
  }

  .side-col-card {
    padding-left: 0;
  }

  .side-col-card.special {
    flex-direction: column;
    margin-left: 0;
  }

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

  .amc-ftr {
    padding: 20px;
  }

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

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

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

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

  .multy-link-card {
    text-align: center;
    justify-content: center;
    padding: 14px;
  }

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

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

  .cookie-modal {
    padding-left: 18%;
    padding-right: 18%;
    display: none;
  }

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

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

  .mr-divider {
    flex: 1.5 auto;
  }

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

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

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

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

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

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

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

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

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

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

  .cb-txt {
    display: none;
  }

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

  .leyend-hero-floter {
    padding-top: 130px;
    position: relative;
    top: 0%;
    transform: none;
  }

  .hero-h1 {
    font-size: 2em;
  }

  .rv-info-card {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .galerry-slide {
    width: 100%;
  }

  .mask {
    padding-left: 0;
    padding-right: 0;
  }

  .left-arrow-2 {
    width: 40px;
    height: 40px;
    top: 0%;
    bottom: 0%;
    right: auto;
  }

  .right-arrow-2 {
    width: 40px;
    height: 40px;
    top: 0%;
    bottom: 0%;
    left: auto;
  }
}


