:root {
  --color-1: #262728;
  --body-text: #555d68;
  --black: #010101;
  --color-3: #81b29a;
  --gray: #ededed;
  --white: white;
  --color-2: #ecf2f5;
  --facebook: #4469b0;
  --twitter: #2aa3ef;
  --instagram: #eb4b5a;
  --youtube: #fc0d1b;
  --whatsapp: #25d366;
  --grey: #888;
  --white-smoke: #e8e8e8;
  --color-1-d: #1d1e1f;
  --red-no: #f1320c;
  --color-4: #a8dadc;
  --color-3-l: #abd6c1;
  --color-1-l: #3b3c3d;
  --color-2-l: #f5f9fc;
  --color-2-d: #dee6eb;
  --color-3-d: #649e82;
  --color-4-l: #c9f3f5;
  --color-4-d: #85c7ca;
  --light-grey: #d1d1d1;
  --ok-color: #6dcc56;
}

body {
  background-color: var(--color-1);
  color: var(--body-text);
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  font-size: .98em;
  font-weight: 400;
  line-height: 1.4em;
  display: flex;
}

h1 {
  margin-top: 0;
  margin-bottom: 1em;
  font-family: Prata, sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.2em;
}

h2 {
  margin-top: 0;
  margin-bottom: .8em;
  font-family: Prata, sans-serif;
  font-size: 2em;
  font-weight: 300;
  line-height: 1.2em;
}

h3 {
  margin-top: 0;
  margin-bottom: .6em;
  font-family: Poppins, sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.4em;
}

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

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

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

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

a {
  color: var(--color-3);
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
  list-style-type: none;
}

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

label {
  color: var(--body-text);
  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: 85%;
  min-height: 10px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.wrpr.flex-bar {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

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

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

.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.flexed {
  min-height: 20px;
  flex-flow: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.wrpr.flexed.v-center {
  align-items: center;
}

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

.wrpr.flexed.j-center {
  justify-content: center;
}

.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 {
  width: 100%;
  min-height: 80vh;
}

.wrpr.fbo {
  background-color: var(--color-1);
  flex-flow: wrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: center;
  padding: 40px 30px;
  display: flex;
}

.wrpr._w-ftr-grid {
  width: 90%;
  grid-column-gap: 2.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.wrpr.titular {
  max-width: 50%;
  margin-bottom: 3vh;
}

.section {
  color: var(--color-1);
  text-transform: none;
  padding-top: 10vh;
  padding-bottom: 10vh;
  position: relative;
}

.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.full-flex-content.color-pallete {
  margin-top: 140px;
}

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

.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 {
  height: 70vh;
  flex-flow: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  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.sistem-nav-preview {
  height: 100vh;
}

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

.section.white.intro {
  text-align: center;
  background-color: #fff;
}

.section.lep {
  background-color: var(--white);
  overflow: hidden;
}

.section.pre-footer {
  background-color: var(--white);
  padding-bottom: 7vh;
}

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

.section.bg-gallery {
  background-image: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9)), url('../images/bg-gallery.gif');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
}

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

.nav-bar {
  z-index: 20;
  border-bottom: 1px solid rgba(0, 0, 0, .4);
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

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

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

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

.nav {
  width: 30%;
  flex: 0 auto;
  position: relative;
}

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

.desk-nav.j-end {
  flex-wrap: wrap;
  justify-content: flex-end;
}

.mov-nav {
  display: none;
}

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

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

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

.icon-link.facebook {
  background-color: var(--facebook);
  background-image: url('../images/icons-sprite-w.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.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.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.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_1.svg');
  background-position: -90px 0;
  background-repeat: no-repeat;
  background-size: 120px;
}

.icon-btn {
  background-color: var(--color-1);
  color: #fff;
  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 {
  width: 28px;
  height: 28px;
  background-image: url('../images/icons-sprite-w_1.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 112px;
  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(--color-2);
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  margin-right: 20px;
  padding: 0;
  font-size: .7em;
  line-height: 44px;
}

.nav-btn:hover {
  color: var(--grey);
}

.nav-btn.w--current {
  text-decoration: underline;
}

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

.nav-btn.droper {
  color: var(--color-1);
  letter-spacing: 0;
  margin-right: 0;
  padding-left: 18px;
  padding-right: 18px;
  transition: all .6s cubic-bezier(.075, .82, .165, 1);
  display: block;
}

.nav-btn.droper:hover {
  background-color: var(--color-1);
  color: var(--color-2);
}

.nav-btn.white {
  color: var(--color-2);
}

.nav-btn.white.shop {
  border: 1px solid rgba(255, 255, 255, .38);
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  margin-right: 0;
  padding-left: 18px;
  padding-right: 18px;
  display: flex;
}

.nav-btn.white.shop.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.nav-btn.white.shop.dark {
  border-color: var(--color-1);
}

.nav-btn.white.shop.hide {
  display: none;
}

.nav-btn.dark {
  color: var(--color-1);
  flex: 0 auto;
}

.nav-btn.dark.w--current {
  text-decoration: underline;
}

.nav-btn.is-spacer {
  opacity: 0;
  cursor: default;
}

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

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

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

.medium-icon {
  width: 30px;
  height: 30px;
  background-color: var(--color-2);
  border-radius: 20px;
}

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

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

.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 {
  width: 50%;
  text-align: center;
  background-color: #fff;
  flex-flow: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.mn-c-hdr {
  width: 100%;
  min-height: 30px;
  margin-bottom: 40px;
}

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

.hero {
  z-index: 1;
  height: 920px;
  color: var(--color-1-d);
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.hero.d-blok {
  color: var(--white);
  display: block;
}

.hero-card {
  width: 60%;
  color: var(--white);
}

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

.body-text {
  margin-bottom: 20px;
  font-size: 1.1em;
  line-height: 1.45em;
}

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

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

.body-text.small.a-center {
  text-align: center;
}

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

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

.dropdown {
  margin-right: 0;
}

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

.drpr-li.w--open {
  width: auto;
  height: auto;
  min-height: auto;
  background-color: var(--white);
  position: absolute;
  top: 45px;
  bottom: auto;
  left: auto;
  right: 0%;
}

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

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

.botonera.on-hero {
  justify-content: flex-start;
}

.btn {
  background-color: var(--color-1);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 8px;
  margin-right: 8px;
  padding: 1em 3.2em;
  font-size: .8em;
  font-weight: 400;
  transition: all .2s ease-in-out;
}

.btn:hover {
  filter: brightness(60%);
}

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

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

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

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

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

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

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

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

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

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

.btn.send {
  background-color: var(--whatsapp);
}

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

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

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

.ftr-link {
  color: var(--white);
  margin-bottom: 6px;
  font-size: .8em;
  font-weight: 400;
  text-decoration: none;
  transition: all .6s cubic-bezier(.075, .82, .165, 1);
  display: block;
}

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

.crew {
  color: #e4e4e4;
}

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

.ftr-top {
  width: 100%;
  min-height: 80px;
  background-color: rgba(1, 1, 1, .2);
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ftr-last {
  width: 100%;
  min-height: 40px;
  color: var(--color-1);
  text-align: center;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 40px;
  font-size: .8em;
}

.ftr-top-brand {
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 20px;
  display: inline-block;
}

.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);
  margin-left: 15px;
  margin-right: 15px;
  padding: 10px 15px;
  font-size: .8em;
  text-decoration: none;
  display: inline-block;
}

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

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

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

.footer.cms-include {
  background-color: var(--color-1);
  margin-top: auto;
  display: block;
}

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

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

.flex-col {
  min-height: 20px;
  flex: 1;
  padding-left: .8em;
  padding-right: .8em;
  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 {
  width: 50%;
  flex: 0 auto;
}

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

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

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

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

.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-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/hero.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding: 0%;
  display: flex;
}

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

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

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

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

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

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

.flex-col.lep-card {
  width: 50%;
  text-align: center;
  flex: 0 auto;
}

.flex-col.lep-card.secnd {
  margin-top: 0;
}

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

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

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

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

.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: 0;
  display: flex;
}

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

.divider-titular {
  width: 100px;
  height: 4px;
  background-color: var(--color-2);
  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 {
  min-height: 50px;
  background-color: var(--color-1-l);
}

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

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

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

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

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

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

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

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

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

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

.desk-menu {
  background-color: var(--white);
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.main-slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.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;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/real-estate-demo.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%;
}

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

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

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

.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 {
  color: #6c6c6c;
  margin-bottom: 10px;
  font-size: .8em;
  font-weight: 300;
}

.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-btn {
  color: var(--color-1);
  text-transform: capitalize;
  background-color: rgba(0, 0, 0, 0);
  font-family: Open Sans, sans-serif;
  font-size: 1.2em;
  line-height: 1.6em;
  display: block;
}

.mov-btn:hover {
  color: var(--color-1-l);
}

.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(38, 39, 40, .7);
  background-image: url('../images/zoom-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  font-size: 1.2em;
  transition: all .2s ease-in-out;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hover:hover {
  opacity: 1;
}

.hover.to-link {
  background-color: rgba(38, 39, 40, .5);
  background-image: url('../images/shop-w.svg');
  background-size: 40px;
}

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

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

.input {
  height: auto;
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--light-grey);
  border-radius: 0;
  margin-bottom: 20px;
  font-size: .8em;
  font-style: italic;
  line-height: 2em;
  transition: all .2s ease-in-out;
}

.input:hover {
  background-color: var(--gray);
  border-bottom-color: #626262;
}

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

.input::-ms-input-placeholder {
  color: var(--light-grey);
}

.input::placeholder {
  color: var(--light-grey);
}

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

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

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

.gmap {
  height: 220px;
}

.address {
  color: #343434;
  margin-bottom: 20px;
  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;
  display: flex;
}

.btn-enviar {
  float: right;
  background-color: var(--ok-color);
  text-align: center;
  border-radius: 4px;
  padding: 15px 30px;
  font-size: 1.2em;
  font-weight: 600;
  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 {
  position: relative;
}

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

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

.link {
  color: #1924a3;
}

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

.alert-blok {
  background-color: var(--color-2);
  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 {
  max-width: 50%;
  min-width: 40%;
  background-color: #fff;
  border-radius: 4px;
  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;
  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: 2em;
}

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

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

.theme-flex-card {
  width: 33.3333%;
  height: auto;
  color: #fff;
  text-align: center;
  background-color: #949cff;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  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%;
}

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

.hover-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 {
  width: 31.3333%;
  min-height: 200px;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  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 {
  width: 200px;
  height: 4px;
  background-color: #a7d52a;
  margin: 30px auto 40px;
}

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

.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 {
  width: 50%;
  background-color: #fafafa;
}

.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 {
  z-index: 0;
  background-color: var(--color-1);
  color: var(--white);
  text-align: center;
  padding-bottom: 5vh;
  display: block;
  position: relative;
}

.hero-in.gallery {
  background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7));
}

.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(--body-text);
  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 {
  width: 50px;
  height: 50px;
  background-color: var(--light-grey);
  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 {
  width: 60px;
  height: 60px;
  background-color: var(--color-4);
  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 {
  width: 100%;
  max-width: 50%;
  flex-flow: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

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

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

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

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

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

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

.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 {
  width: 100%;
  max-width: 40%;
  flex-flow: wrap;
  flex: 0 auto;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 0;
  font-weight: 700;
  line-height: 1.3em;
  display: flex;
}

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

.mr-preciador {
  width: 35%;
  flex-flow: wrap;
  flex: 0 auto;
  align-content: flex-start;
  justify-content: flex-end;
  align-items: stretch;
  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 {
  width: 30px;
  height: 30px;
  background-color: var(--color-4);
  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 {
  width: 100%;
  border-top: 1px dashed var(--gray);
  flex-flow: wrap;
  align-content: center;
  justify-content: flex-end;
  align-items: stretch;
  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 {
  min-height: 100px;
  background-color: var(--white);
  display: block;
}

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

.rectangle-card {
  width: 65.6666%;
  min-height: 36vh;
  background-color: #fafafa;
  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 {
  width: 32.3333%;
  min-height: 36vh;
  background-color: #fafafa;
  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 {
  width: 100%;
  max-width: 100%;
  min-height: 100px;
  flex-flow: wrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
  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;
  height: 80px;
  background-color: var(--color-2-l);
  opacity: 0;
  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: 40px;
  margin-right: 4vh;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.messenger-btn {
  width: 50px;
  height: 50px;
  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;
  display: block;
  position: relative;
  box-shadow: 0 0 20px rgba(0, 0, 0, .5);
}

.call-btn {
  min-height: 30px;
  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;
  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 {
  width: 10px;
  height: 10px;
  background-color: var(--youtube);
  border-radius: 5px;
  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 {
  width: 60px;
  border-radius: 30px;
  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 {
  width: 80px;
  min-height: 10px;
  flex: 0 auto;
  display: block;
}

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

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

.acc-hdr {
  color: var(--color-2-d);
  cursor: pointer;
  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-content {
  height: 0;
  background-color: #fffbf8;
  overflow: hidden;
}

.acc-body {
  padding: 30px;
}

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

.sys-flex-demo-card {
  min-height: 25vh;
  background-color: #f4f4f4;
  flex-flow: wrap;
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.sys-flex-demo-card.color-1 {
  background-color: var(--color-1);
  color: var(--color-1);
  flex-wrap: wrap;
  justify-content: space-between;
}

.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 {
  width: 50%;
  flex: 0 auto;
}

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

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

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

.fwh-center-flex-card {
  width: 100%;
  height: auto;
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
  display: block;
  position: relative;
  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.h-size {
  width: 80%;
  padding-left: 15px;
}

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

.bullet-text {
  flex-flow: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

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

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

.text-block {
  flex: 1;
}

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

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

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

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

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

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

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

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

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

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

.spacer {
  height: 10vh;
}

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

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

.s-image {
  position: relative;
}

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

.side-car-title {
  color: var(--color-2);
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 600;
}

.sys-top-bar {
  z-index: 20;
  border-bottom: 1px solid var(--gray);
  background-color: var(--white);
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

.body-text-content {
  background-color: var(--white);
  padding: 55px 50px;
}

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

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

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

.rich-text {
  color: var(--body-text);
  margin-bottom: 20px;
}

.rich-text p {
  color: var(--body-text);
}

.rich-text li {
  background-image: url('../images/bullet.svg');
  background-position: 12px 7px;
  background-repeat: no-repeat;
  background-size: 8px;
  margin-bottom: 8px;
  padding-left: 30px;
}

.full-height-flex {
  height: 100vh;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.contact-brief-card {
  width: 450px;
  min-height: 100px;
  color: var(--white);
  text-align: center;
}

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

.cbc-body {
  padding: 20px;
}

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

.form-botonera {
  width: 100%;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.form-hdr {
  width: 100%;
  min-height: 20px;
  border-bottom: 1px solid var(--light-grey);
  margin-bottom: 40px;
}

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

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

.btn-link {
  color: var(--color-1);
  background-color: #d9e4f4;
  border-radius: 25px;
  margin-right: 20px;
  padding: .4em;
  font-size: .95em;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

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

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

.btn-link.small {
  padding-top: .3em;
  padding-bottom: .3em;
  font-size: .7em;
}

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

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

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

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

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

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

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

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

.mba-content.open {
  height: auto;
}

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

.ftr-block-one {
  position: relative;
}

.ftr-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.brgr-bar {
  width: 100%;
  height: 4px;
  background-color: var(--color-1);
}

.art-hldr {
  z-index: 1;
  width: 100%;
  height: 760px;
  max-width: 85%;
  background-color: var(--color-1-l);
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.main-logo {
  z-index: 3;
  width: 300px;
  margin-top: -145px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.main-logo.on-hero-in {
  width: 240px;
  margin-top: -20px;
}

.hero-nav {
  z-index: 20;
  width: 100%;
  max-width: 85%;
  min-height: 20px;
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hero-pleca-botom {
  z-index: 0;
  height: 200px;
  background-color: #fff;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.icon {
  margin-right: 0;
}

.store-icon {
  width: 14px;
  margin-top: -3px;
  margin-left: 8px;
}

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

.div-block {
  display: inline-block;
}

.lep-bottom {
  z-index: 0;
  height: 80px;
  background-color: var(--color-2);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.lep-side-a {
  z-index: 1;
  width: 400px;
  margin-left: -10%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.lep-side-b {
  z-index: 1;
  width: 400px;
  margin-right: -10%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.lep-spacer {
  height: 160px;
}

.lep-points {
  padding-top: 20px;
  padding-bottom: 20px;
}

.point-icon {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
}

.print-card {
  margin-bottom: 20px;
}

.pc-brief {
  background-color: var(--white);
  padding: 10px 20px 14px;
}

.pc-lightbox {
  display: block;
  position: relative;
}

.print-name-price {
  margin-bottom: 1px;
  font-size: 1.2em;
  line-height: 1.8em;
}

.print-info {
  color: #878b90;
  font-family: Lato, sans-serif;
  font-size: .8em;
  line-height: 1.4em;
}

.ftr-bran-col {
  width: 30%;
  min-height: 40px;
  margin-right: 5%;
  padding: 0;
}

.ftr-info-a-col {
  width: 40%;
  min-height: 40px;
}

.ftr-col-last {
  width: 30%;
  min-height: 40px;
}

.ftr-side-info {
  flex-flow: wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.ftr-logo {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.ftr-logo.on-mov {
  display: none;
}

.ftr-remate {
  height: 140px;
  background-color: var(--white);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.hero-in-title-hldr {
  margin-top: 10vh;
}

.hero-in-title {
  letter-spacing: 3px;
  font-size: 2.8em;
}

.tex-tag {
  color: #7e7e7e;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  font-size: 1.2em;
  display: flex;
}

.plec-text-tag {
  width: 20px;
  height: 2px;
  background-color: #7e7e7e;
  margin-right: 8px;
}

.form-hldr {
  width: 600px;
  min-height: 100px;
  margin-left: auto;
  margin-right: auto;
}

.link-blok {
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.lb-image-hldr {
  height: 480px;
}

.lb-image-hldr.original {
  background-image: url('../images/paint-side-a.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.lb-image-hldr.limited {
  background-image: url('../images/sharoncote.ca954redleaf.jpg');
  background-position: 50%;
  background-size: cover;
}

.lb-info {
  z-index: 2;
  color: var(--white);
  flex-flow: column wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  font-family: Prata, sans-serif;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lb-tag {
  text-align: center;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: .9em;
}

.lb-title {
  font-size: 2em;
  line-height: 1.4em;
}

.lb-hover {
  z-index: 1;
  opacity: 1;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gallery-element {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 145px;
  padding-bottom: 145px;
  display: flex;
}

.gallery-element.reverse {
  flex-direction: row-reverse;
}

.gallery-element.logn-paint {
  flex-direction: column-reverse;
  justify-content: center;
}

.paint-info {
  width: 30%;
  background-color: var(--white);
  padding: 24px 30px 30px;
}

.paint-info.a-center {
  text-align: center;
  margin-top: 40px;
}

.paint-hldr {
  min-height: 100px;
  flex: 1;
}

.paint-hldr.long-paint {
  flex: 0 auto;
}

.lb-gallery {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: visible;
  box-shadow: 0 11px 20px -12px #000, 0 30px 40px -20px rgba(0, 0, 0, .6);
}

.lb-gallery.square {
  width: 60%;
  overflow: visible;
}

.lb-gallery.square.medium {
  width: 75%;
}

.lb-gallery.rectangle {
  width: 40%;
}

.lb-gallery.medium {
  width: 100%;
}

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

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

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

.slide-nav {
  font-size: .8em;
}

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

.ec-embed {
  width: 100%;
}

.sold-label {
  color: var(--color-1);
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #f8ca56;
  background-image: linear-gradient(to top, #f8ca56, #e8bd4d 39%, #d2a42e 96%, #f8ca56);
  margin-bottom: -30px;
  margin-right: 40px;
  padding: .6em .8em;
  font-size: 1em;
  font-weight: 700;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  box-shadow: -11px 11px 15px -3px rgba(0, 0, 0, .3);
}

.link-image {
  display: block;
  position: relative;
}

.sold {
  color: var(--instagram);
}

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

.hide {
  display: none;
}

.dd-toggle {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--color-2);
  align-items: center;
  padding: 0;
  display: flex;
}

.dd-icon {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  position: static;
}

.dd-link.w--current {
  color: var(--body-text);
}

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

  .wrpr {
    max-width: 1250px;
  }

  .hero {
    height: 1020px;
  }

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

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

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

  .image {
    object-fit: cover;
  }

  .art-hldr {
    height: 860px;
    max-width: 75%;
  }

  .hero-nav {
    max-width: 75%;
  }

  .lep-side-a, .lep-side-b {
    width: 500px;
  }

  .gallery-element {
    min-height: auto;
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .lb-gallery.small {
    width: 83%;
  }
}

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

  .wrpr {
    max-width: 90%;
  }

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

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

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

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

  .nav-bar {
    display: none;
  }

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

  .nav {
    width: 30%;
  }

  .desk-nav {
    display: flex;
  }

  .mov-nav {
    display: none;
  }

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

  .movile-nav.show {
    transform: none;
  }

  .mn-card {
    width: 60%;
  }

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

  .hero {
    height: 600px;
  }

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

  .btn.fw-on-mov {
    margin-bottom: 20px;
  }

  .close {
    background-color: #d94a4a;
    flex-flow: wrap;
    justify-content: flex-end;
    align-items: center;
    display: block;
  }

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

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

  .ic-icon {
    width: 6em;
  }

  .fg-col {
    width: 50%;
  }

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

  .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 {
    width: 33.3333%;
    flex: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
  }

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

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

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

  .rectangle-card, .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;
    flex-flow: wrap;
    align-content: space-between;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .trgr-close.close {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0);
  }

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

  .art-hldr {
    height: 460px;
  }

  .main-logo {
    width: 220px;
    margin-top: -116px;
  }

  .hero-pleca-botom {
    height: 140px;
  }

  .lep-bottom {
    height: 60px;
  }

  .lep-side-a, .lep-side-b {
    width: 250px;
  }

  .lep-spacer {
    height: 80px;
  }

  .lb-image-hldr {
    height: 340px;
  }

  .lb-title {
    font-size: 1.7em;
  }

  .lb-gallery.square {
    width: 70%;
  }
}

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

  h1 {
    font-size: 2.6em;
  }

  h2 {
    font-size: 2em;
  }

  h4 {
    margin-bottom: 8px;
  }

  .wrpr {
    max-width: 90%;
  }

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

  .nav.side-a {
    display: none;
  }

  .nav.side-b {
    width: auto;
  }

  .desk-nav {
    display: none;
  }

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

  .mn-card {
    width: 100%;
    align-content: flex-start;
    align-items: flex-start;
    padding-top: 60px;
    display: block;
  }

  .mn-c-ftr {
    margin-bottom: 5vh;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .hero {
    height: 460px;
  }

  .hero-card {
    width: 70%;
  }

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

  .btn {
    margin-bottom: 12px;
  }

  .ftr-25 {
    width: 50%;
  }

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

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

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

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

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

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

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

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

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

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

  .icon-card.h-icon-card {
    margin-bottom: 20px;
  }

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

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

  .mov-btn {
    letter-spacing: 3px;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 5px;
    font-family: Montserrat, sans-serif;
    font-size: 1.2em;
    display: block;
  }

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

  .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, .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 {
    max-width: 90%;
    font-size: .7em;
    line-height: 1.3em;
  }

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

  .spacer {
    height: 6vh;
  }

  .trgr-open.brgr {
    width: 30px;
    height: 26px;
    background-image: none;
    flex-flow: wrap;
    align-content: space-between;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

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

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

  .cbc-body, .cbc-ftr {
    display: none;
  }

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

  .form-hdr.hide, .mov-btn-accordion.hide {
    display: block;
  }

  .mba-content.open {
    height: auto;
  }

  .brgr-bar {
    height: 4px;
    background-color: var(--white);
  }

  .brgr-bar.dark {
    background-color: var(--color-1);
  }

  .art-hldr {
    height: 360px;
  }

  .main-logo {
    margin-top: -85px;
  }

  .main-logo.on-hero-in {
    width: 200px;
    margin-top: 0;
    margin-left: 0;
  }

  .hero-nav {
    justify-content: flex-end;
  }

  .l-desk-nav {
    display: none;
  }

  .mov-nav-logo {
    width: 140px;
    margin-left: auto;
    margin-right: auto;
  }

  .lep-side-a {
    width: 220px;
    margin-left: -15%;
  }

  .lep-side-b {
    width: 220px;
    margin-right: -15%;
  }

  .ftr-bran-col {
    width: 25%;
  }

  .link-blok {
    margin-bottom: 20px;
  }

  .gallery-element {
    flex-direction: column-reverse;
    margin-bottom: 20vh;
  }

  .gallery-element.reverse {
    flex-direction: column-reverse;
  }

  .paint-info {
    width: 80%;
    margin-top: 40px;
  }

  .paint-hldr, .lb-gallery {
    width: 100%;
  }

  .lb-gallery.square {
    width: 80%;
  }
}

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

  h1 {
    font-size: 2.4em;
  }

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

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

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

  .wrpr.titular {
    max-width: 100%;
  }

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

  .icon-btn {
    display: block;
  }

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

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

  .mn-card {
    width: 100%;
  }

  .hero {
    height: 340px;
  }

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

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

  .botonera {
    margin-left: 0;
  }

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

  .btn {
    margin-bottom: 20px;
    margin-right: 0;
    padding-top: 1.2em;
    padding-bottom: 1.2em;
    font-size: 1em;
    display: block;
  }

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

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

  .btn.send {
    width: 100%;
  }

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

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

  .ftr-25 {
    width: 100%;
  }

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

  .footer {
    font-size: 1.3em;
  }

  .flex-col {
    padding-left: .4em;
    padding-right: .4em;
  }

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

  .flex-col.lep-card {
    width: 100%;
    margin-top: 220px;
  }

  .flex-col.lep-card.secnd {
    margin-top: 40px;
  }

  .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 {
    height: 45px;
    font-size: 1.2em;
  }

  .input {
    margin-bottom: 20px;
  }

  .amc-body {
    padding-left: 20px;
    padding-right: 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-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;
  }

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

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

  .mr-divider {
    flex: 1.5 auto;
  }

  .mr-preciador {
    width: 140px;
    flex: 0 auto;
    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: 40px;
    margin-right: 3vh;
  }

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

  .cb-txt {
    display: none;
  }

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

  .bold {
    font-size: 1.5em;
  }

  .spacer {
    height: 4vh;
  }

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

  .form-botonera {
    flex-direction: column-reverse;
    display: flex;
  }

  .art-hldr {
    height: 240px;
  }

  .main-logo {
    width: 160px;
    margin-top: -75px;
    margin-left: 0;
    margin-right: 0;
  }

  .main-logo.on-hero-in {
    width: 140px;
    margin-top: 0;
  }

  .hero-nav {
    justify-content: space-between;
  }

  .hero-nav.home-nav {
    justify-content: flex-end;
  }

  .lep-side-a {
    width: 50%;
    margin-left: 0%;
  }

  .lep-side-b {
    width: 50%;
    margin-right: 0%;
  }

  .lep-spacer {
    height: 0;
  }

  .ftr-bran-col {
    width: 100%;
    margin-right: 0%;
    padding-bottom: 20px;
  }

  .ftr-info-a-col {
    width: 100%;
    margin-bottom: 10px;
  }

  .ftr-col-last {
    width: 50%;
  }

  .ftr-side-info {
    text-align: center;
  }

  .ftr-logo {
    display: none;
  }

  .ftr-logo.on-mov {
    display: block;
  }

  .hero-in-title {
    font-size: 2.6em;
  }

  .gallery-element {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .paint-info.a-center {
    margin-top: 20px;
  }
}

#w-node-_5cd60cde-94b9-f3e5-d6e8-79e09c47a51d-dedf0f83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_5cd60cde-94b9-f3e5-d6e8-79e09c47a51d-dedf0f83, #w-node-_5b7ca9ad-102e-e485-fcb2-8c8476cb5795-dedf0f83, #w-node-e3637d5a-feb5-c455-ec29-ecc478f2d2c8-dedf0f83, #w-node-_450dbe73-d30f-7ecd-2402-2a1982210fdc-dedf0f83 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5cd60cde-94b9-f3e5-d6e8-79e09c47a51d-dedf0f83, #w-node-_5b7ca9ad-102e-e485-fcb2-8c8476cb5795-dedf0f83, #w-node-e3637d5a-feb5-c455-ec29-ecc478f2d2c8-dedf0f83, #w-node-_450dbe73-d30f-7ecd-2402-2a1982210fdc-dedf0f83 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}


