:root {
  --white: white;
  --color-1-l: #062d69;
  --gray: #ededed;
  --color-1: #001a42;
  --color-2: #449be2;
  --dark-slate-grey: #3d3d3d;
  --facebook: #4469b0;
  --twitter: #2aa3ef;
  --instagram: #eb4b5a;
  --youtube: #fc0d1b;
  --green-ok: #2dd54b;
  --grey: #888;
  --red-no: #f1320c;
  --white-smoke: #ececec;
  --color-3: #5ad2f4;
  --color-4: #e76f51;
  --color-3-l: #8ee5fd;
  --color-2-d: #207bc5;
  --color-1-d: #000f25;
  --color-2-l: #97cffd;
  --color-3-d: #3fb9db;
  --color-4-l: #ff957b;
  --color-4-d: #d25333;
  --light-grey: #d1d1d1;
  --black: #010101;
}

body {
  color: #333;
  font-family: Roboto, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4em;
}

h1 {
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 4.6em;
  font-weight: 900;
  line-height: .9em;
}

h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2.6em;
  font-weight: 700;
  line-height: 1em;
}

h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.1em;
}

h4 {
  margin-top: 0;
  margin-bottom: 15px;
  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 {
  margin-bottom: 20px;
  line-height: 1.5em;
}

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

img {
  width: 100%;
  max-width: 100%;
  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: 75%;
  min-height: 10px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

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

.wrpr.narrow {
  width: 50%;
  max-width: none;
  text-align: left;
  background-image: url('../images/pleca-blue.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 10vh 10% 10vh 15%;
  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.rebase {
  top: -80px;
}

.wrpr.contact-form {
  width: 600px;
  max-width: none;
}

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

.section.full-flex-content {
  min-height: 80vh;
  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);
  color: var(--color-1);
}

.section.gris.all-services {
  padding-top: 200px;
}

.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: url('../images/taller-fachada.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 0;
  padding-bottom: 0;
}

.section.cta.cms-editable {
  background-image: url('../images/auto.jpg');
  background-attachment: scroll;
}

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

.section.before-hero {
  background-color: var(--color-1);
  padding-top: 0;
  padding-bottom: 0;
}

.section.promos {
  background-color: var(--dark-slate-grey);
  background-image: linear-gradient(128deg, #073273, #021025);
  padding-top: 3vh;
  padding-bottom: 3vh;
}

.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 {
  height: 105px;
  background-color: #f3f3f3;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

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

.brand {
  background-image: url('../images/pleca-blue.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 100px 30px 15%;
  text-decoration: none;
}

.brand.w--current {
  padding-bottom: 20px;
  padding-left: 12%;
}

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

.nav {
  height: 70px;
  align-self: center;
  padding-right: 12%;
  position: relative;
}

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

.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(--green-ok);
  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;
  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 {
  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(--dark-slate-grey);
  text-align: center;
  letter-spacing: -.5px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  padding: 15px 10px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1em;
  font-style: italic;
  font-weight: 700;
  line-height: 1em;
}

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

.nav-btn.w--current {
  color: var(--color-1-l);
}

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

.nav-btn.droper {
  color: var(--grey);
  font-size: .9em;
}

.nav-btn.droper:hover {
  background-color: #e3e3e3;
}

.nav-btn.cta {
  background-color: var(--color-1);
  background-image: linear-gradient(151deg, var(--color-1), #062e6c);
  color: var(--white);
  border-radius: 8px;
  margin-left: 20px;
  padding: 14px 22px;
  font-style: normal;
  transition: all .2s;
}

.nav-btn.cta:hover {
  filter: brightness(80%);
  transform: scale(.95)skew(-15deg);
}

.nav-btn.drpr {
  padding-right: 20px;
}

.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;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.medium-icon {
  width: 30px;
  height: 30px;
  background-color: var(--red-no);
}

.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: right;
  background-color: #fff;
  flex-flow: column wrap;
  align-content: flex-end;
  justify-content: center;
  align-items: flex-end;
  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 {
  height: 760px;
  background-color: var(--color-2);
  color: var(--white);
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hero.d-blok {
  margin-top: 0;
  display: block;
}

.hero-card {
  width: 52%;
}

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

.secundary-text {
  margin-bottom: 20px;
  font-size: 1.3em;
  line-height: 1.4em;
}

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

.botonera {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

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

.botonera.a-center.cms-lock {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
}

.btn {
  background-color: var(--color-1);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 8px;
  margin-right: 12px;
  padding: 12px 30px;
  font-size: .9em;
  font-weight: 700;
  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: 11px;
  padding-bottom: 11px;
}

.btn.brdr:hover {
  background-color: rgba(231, 190, 28, .28);
}

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

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

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

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

.btn.big {
  border-radius: 8px;
  padding: 20px 35px;
  font-size: 1.1em;
  transform: none;
}

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

.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.whatsapp {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--white);
  text-transform: uppercase;
  background-color: #25d366;
  align-items: center;
  padding: 8px 16px;
  text-decoration: none;
  display: flex;
}

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

.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, .4);
  margin-bottom: 10px;
  font-size: .9em;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: block;
}

.ftr-link:hover {
  color: #fff;
  padding-left: 10px;
}

.crew {
  color: #e4e4e4;
}

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

.ftr-top {
  width: 100%;
  min-height: 80px;
  border-bottom: 4px solid var(--color-2-d);
  background-color: #2ca899;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ftr-last {
  width: 100%;
  min-height: 40px;
  text-align: center;
  background-color: #01122c;
  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: 14%;
  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 {
  border-top: 10px solid var(--color-2);
  background-color: #000d21;
}

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

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

.flex-col {
  flex: 1;
  position: relative;
}

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

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

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

.image-frame {
  width: 90%;
  background-color: var(--white);
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
}

.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 {
  flex-flow: column wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 6vh;
  padding-left: 1%;
  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-right: auto;
}

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

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

.titular-label {
  background-color: var(--color-2);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 99rem;
  margin-bottom: 10px;
  padding: 2px 12px;
  font-size: .8em;
  font-weight: 500;
  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);
  font-weight: 700;
}

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

.desk-menu {
  z-index: 100;
  background-color: var(--white);
  position: -webkit-sticky;
  position: sticky;
  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 {
  border: 2px solid var(--color-1-l);
  text-align: left;
  border-radius: 8px;
  padding: 2.5rem;
  display: block;
}

.ic-icon {
  max-width: 25%;
  margin-bottom: 1rem;
}

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

.fg-col.grow-if {
  flex: 1;
}

.ftr-titular {
  color: var(--color-2);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Anton, sans-serif;
  font-size: 1.4em;
  font-style: italic;
  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: var(--color-1);
  text-transform: uppercase;
  background-color: rgba(250, 210, 52, .6);
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  font-size: 1.2em;
  transition: all .2s ease-in-out;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hover:hover {
  opacity: 1;
}

.scc-divider {
  width: 40px;
  height: 4px;
  background-color: #f44f73;
  margin-bottom: 20px;
}

.contact-form {
  position: relative;
}

.input {
  height: auto;
  background-color: #f4f4f4;
  border-radius: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 12px;
  font-size: 1em;
  line-height: 2em;
  transition: all .2s ease-in-out;
}

.input:hover {
  border: 1px solid #f4f4f4;
}

.input:focus {
  background-color: #f4f4f4;
  border: 1px solid #f6e6a9;
  padding-left: 10px;
}

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

.contact-hdr {
  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: 160px;
}

.address {
  background-color: var(--color-2);
  color: #343434;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: .8em;
  font-style: normal;
  line-height: 1.3em;
}

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

.form {
  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;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.wrpr-2 {
  max-width: 80%;
  min-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.btn-enviar {
  width: 100%;
  float: right;
  text-align: center;
  text-transform: uppercase;
  background-color: #2cc33b;
  border-radius: 8px;
  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 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.mapa {
  position: relative;
}

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

.tel-icon {
  width: 30px;
  height: 30px;
  object-fit: fill;
  background-image: url('../images/icons-sprite-w_2.svg');
  background-position: -60px 60px;
  background-size: 120px;
  position: relative;
  overflow: hidden;
}

.tel-icon.dark {
  background-image: url('../images/icons-sprite.svg');
}

.tel-icon.whatsapp {
  background-image: url('../images/icons-sprite-w.svg');
  background-position: -90px 0;
}

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

.link {
  color: #1924a3;
}

.desk-telefono {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-right: 10px;
  padding-right: 5px;
  display: flex;
}

.desk-telefono.dark {
  color: #000;
}

.botonera-2 {
  width: 102%;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin: 25px -1%;
  display: flex;
}

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

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

.alert-blok {
  background-color: var(--color-2);
  background-image: url('../images/taller-fachada.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;
}

.close-2 {
  width: 40px;
  height: 40px;
}

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

.btn-2 {
  color: #fff;
  text-align: center;
  background-color: #18316a;
  border: 1px solid #18316a;
  border-radius: 4px;
  margin-bottom: 20px;
  margin-left: 1%;
  margin-right: 1%;
  padding-left: 20px;
  padding-right: 20px;
  font-family: PT Sans, sans-serif;
  transition: all .2s ease-in-out;
}

.btn-2:hover {
  color: rgba(255, 255, 255, .65);
  background-color: #27468c;
  border-color: #27468c;
}

.btn-2.contrast {
  color: #18316a;
  background-color: #a7d52a;
  border-color: #a7d52a;
}

.btn-2.contrast:hover {
  background-color: #91be19;
  border-color: #91be19;
}

.btn-2.rounded {
  border-radius: 1.6em;
  padding-left: 20px;
  padding-right: 20px;
}

.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-2 {
  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 {
  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.5em;
}

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

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

.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 {
  background-color: var(--color-2);
  color: var(--white);
  text-align: left;
  padding-top: 15vh;
  padding-bottom: 3vh;
}

.hero-in.a-center {
  color: var(--color-1);
  text-align: center;
}

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

.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;
  color: var(--color-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%;
}

.cookie-modal.hide {
  display: flex;
}

.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: 30px;
  height: 30px;
  background-color: var(--youtube);
  background-image: url('../images/close.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  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: block;
}

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

.mic-icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.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: 2vw;
  margin-right: 4vh;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

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

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

.call-btn {
  width: 140px;
  min-height: 30px;
  background-color: var(--color-1);
  color: var(--white);
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 6px 15px 2px 14px;
  font-weight: 700;
  line-height: 35px;
  text-decoration: none;
  display: inline-block;
}

.call-btn.whatsapp {
  background-color: var(--green-ok);
  background-image: none;
  display: block;
}

.call-btn.whatsapp.biger {
  width: 200px;
  min-height: auto;
  padding: 10px 16px;
}

.call-btn.ubicacion {
  width: 30px;
  display: block;
}

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

.mecavip-logo {
  width: 160px;
  max-width: none;
  display: block;
}

.fast-cta-card {
  background-color: var(--white);
  color: var(--color-1);
  border-radius: 16px;
  padding: 30px 34px;
  transition: all .2s;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, .75);
}

.fast-cta-card:hover {
  filter: brightness(80%);
  transform: none;
}

.fast-cta-card.cta1 {
  background-image: url('../images/hero-cta-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.fast-cta-card.cta1.cms-editable {
  background-image: url('../images/CTA-afinacion.jpg');
}

.fast-cta-card.cta2 {
  background-image: url('../images/hero-cta-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.fast-cta-card.cta3 {
  background-image: url('../images/CTA-computadora.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.fast-cta-card.cta4 {
  background-image: url('../images/CTA-frenos.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cta-image {
  height: 300px;
  position: relative;
  overflow: hidden;
}

.div-block {
  background-color: #f4f4f4;
  padding: 30px 40px;
}

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

.botonera-text.white {
  color: var(--white);
  margin-left: 0;
  margin-right: 0;
}

.hero-leyend {
  margin-bottom: 20px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 5em;
  font-weight: 700;
  line-height: 1em;
}

.seo-h1 {
  background-color: var(--color-2);
  color: var(--color-1);
  letter-spacing: 0;
  margin-bottom: 12px;
  padding: 6px 10px 4px;
  font-size: 1em;
  font-style: normal;
  line-height: 1.2em;
  display: inline-block;
}

.cta-title {
  font-size: 1.8em;
}

.hero-in-title {
  color: var(--color-1);
  text-transform: uppercase;
  font-family: Anton, sans-serif;
  font-size: 3.2em;
  font-style: italic;
  line-height: 1.4em;
}

.second-type {
  text-transform: none;
  margin-top: 10px;
  font-family: Roboto, sans-serif;
  font-style: normal;
  line-height: 1.2em;
}

.intro-card {
  background-color: var(--white);
  margin-bottom: 80px;
  padding: 50px 54px 35px;
  box-shadow: 0 20px 40px -10px rgba(0, 15, 37, .5);
}

.small-text-h {
  text-transform: none;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
}

.horarios {
  color: var(--color-1);
  padding: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: .8em;
  font-weight: 700;
  display: block;
}

.select {
  height: 44px;
  border-radius: 8px;
  margin-bottom: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.icon {
  margin-right: 0;
}

.service-rt {
  background-color: var(--white);
  padding: 30px;
}

.side-nav {
  width: 360px;
  min-height: 100px;
  position: -webkit-sticky;
  position: sticky;
  top: 160px;
}

.services-content {
  min-height: 100px;
  flex: 1;
}

.other-service-card {
  background-color: var(--white);
  margin-bottom: 40px;
  padding: 50px 45px;
}

.icon-title {
  border-bottom: 1px solid var(--color-1-l);
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 10px;
  display: flex;
}

.os-icon {
  width: 50px;
  height: 50px;
  border-radius: 25px;
}

.os-title {
  color: var(--color-1-l);
  margin-bottom: 0;
  padding-left: 10px;
  font-size: 1.8em;
  line-height: .9em;
}

.services-nav {
  background-color: rgba(0, 0, 0, 0);
}

.sn-btn {
  color: var(--grey);
  text-transform: uppercase;
  font-style: italic;
  font-weight: 700;
  display: block;
}

.sn-btn.w--current {
  background-color: var(--white);
  color: var(--color-1-l);
}

.services-nav-menu {
  width: 100%;
  display: block;
}

.whatsapp-icon {
  max-width: 24px;
}

.img-max {
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

.grid-2-columns.spacer {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.grid-content {
  background-color: var(--color-1);
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding-top: 8svh;
  padding-bottom: 8svh;
  display: flex;
}

.content-card {
  width: 100%;
  max-width: 60%;
}

.img-framed {
  position: relative;
  overflow: hidden;
}

.img-side {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-side.car {
  background-image: url('../images/auto.jpg');
}

.slide {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/slider-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-2 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/slider-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-3 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/slider-3.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

@media screen and (max-width: 991px) {
  .wrpr {
    max-width: 80%;
  }

  .wrpr.narrow {
    width: 75%;
    max-width: 100%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .wrpr.contact-form {
    width: 90%;
  }

  .wrpr.servrpr {
    max-width: 90%;
  }

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

  .brand {
    padding-left: 10%;
  }

  .desk-nav {
    display: none;
  }

  .mov-nav {
    display: block;
  }

  .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 {
    transform: translate(100%);
  }

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

  .mn-card {
    width: 80%;
    padding-top: 40px;
    padding-right: 0;
    display: block;
    overflow: auto;
  }

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

  .hero-card {
    width: 70%;
  }

  .close {
    background-color: var(--youtube);
    color: #ccc;
    background-image: url('../images/close.svg');
    background-position: 0 0;
    background-size: auto;
    flex-flow: wrap;
    justify-content: flex-end;
    align-items: center;
    display: block;
  }

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

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

  .fg-col {
    width: 50%;
  }

  .mov-btn {
    color: var(--grey);
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0);
    padding-right: 60px;
    font-family: Anton, sans-serif;
    font-size: 1.7em;
    line-height: 1.4em;
    display: block;
  }

  .mov-btn.w--current {
    color: var(--color-1);
  }

  .mov-btn.acn {
    color: #a4a4a4;
    font-size: 1.2em;
    line-height: 1.2em;
  }

  .mov-btn.cta-mov {
    background-image: linear-gradient(155deg, var(--color-1), #1854b1);
    color: var(--color-2);
  }

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

  .close-2 {
    width: 50px;
    height: 50px;
  }

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

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

  .fast-cta-card.cta1.cms-editable {
    margin-bottom: 20px;
  }

  .hero-leyend {
    font-size: 4.4em;
  }

  .cta-title {
    font-size: 1.5em;
  }

  .accordion-nav {
    position: relative;
  }

  .acn-content {
    height: auto;
    background-color: #efefef;
    overflow: hidden;
  }

  .acn-hldr {
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .second-type {
    font-size: 2em;
  }

  .side-nav {
    width: 260px;
  }

  .other-service-card {
    padding-left: 35px;
    padding-right: 35px;
  }

  .sn-btn {
    font-size: .9em;
  }
}

@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: 100%;
  }

  .section.gris.all-services {
    padding-top: 4vh;
  }

  .main-bar {
    height: 70px;
  }

  .brand {
    padding-left: 7%;
  }

  .desk-nav {
    display: none;
  }

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

  .mn-card {
    width: 100%;
  }

  .hero-card {
    width: 70%;
  }

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

  .btn {
    margin-bottom: 12px;
  }

  .ftr-25 {
    width: 50%;
  }

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

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

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

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

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

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

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

  .close-2 {
    padding: 6px;
  }

  .btn-2 {
    font-size: .9em;
  }

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

  .secundary-text-2 {
    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;
  }

  .hero-in {
    padding-top: 6vh;
  }

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

  .mecavip-logo {
    width: 140px;
  }

  .fast-cta-card {
    margin-bottom: 40px;
  }

  .second-type {
    font-size: 2em;
  }

  .intro-card {
    padding: 40px 34px 25px;
  }

  .side-nav {
    z-index: 10;
    width: 100%;
    min-height: auto;
    background-color: #ededed;
    padding-top: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 110px;
  }

  .services-nav-menu {
    background-color: var(--white);
  }

  .sm-brgr {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 700;
  }

  .sm-brgr.w--open {
    border-bottom: 1px solid var(--light-grey);
    background-color: var(--white);
    color: var(--color-1-l);
  }

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

  .grid-2-columns, .grid-2-columns.spacer {
    grid-template-columns: 1fr;
  }

  .content-card {
    max-width: 80%;
  }

  .img-side.car {
    min-height: 300px;
  }
}

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

  h2 {
    font-size: 1.8em;
  }

  .wrpr {
    max-width: 92%;
  }

  .wrpr.flex-bar {
    max-width: 100%;
  }

  .wrpr.narrow {
    width: 95%;
    max-width: 100%;
    padding: 5vh 10% 5vh 8%;
  }

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

  .second-bar {
    padding-top: 0;
  }

  .brand {
    padding-left: 5%;
    padding-right: 80px;
  }

  .nav {
    padding-right: 5%;
  }

  .icon-btn {
    display: block;
  }

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

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

  .mn-c-hdr {
    padding-right: 30px;
  }

  .hero {
    height: 560px;
  }

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

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

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

  .btn {
    font-size: .8em;
    display: block;
  }

  .btn.brdr.white, .btn.contrast {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .ftr-25 {
    width: 100%;
  }

  .image-frame {
    width: 100%;
    padding: 14px;
  }

  .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 {
    padding-right: 30px;
    font-size: 1.3em;
    line-height: 1em;
  }

  .mov-btn.acn {
    letter-spacing: 1px;
    font-size: 1em;
    line-height: .9em;
  }

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

  .amc-ftr {
    padding: 20px;
  }

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

  .btn-2 {
    font-size: .8em;
    line-height: 1.5em;
  }

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

  .hero-in {
    text-align: center;
  }

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

  .call-btn {
    width: 100px;
    height: 30px;
    background-image: none;
    padding-top: 7px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .call-btn.whatsapp {
    margin-left: auto;
    margin-right: auto;
  }

  .call-btn.whatsapp.biger {
    height: auto;
  }

  .cb-txt {
    display: none;
  }

  .botonera-text {
    text-align: center;
    margin-bottom: 10px;
  }

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

  .hero-leyend {
    font-size: 2.8em;
  }

  .seo-h1 {
    margin-bottom: 6px;
    font-size: .8em;
  }

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

  .hero-in-title {
    font-size: 2em;
    line-height: 1.2em;
  }

  .second-type {
    font-size: 1.4em;
  }

  .intro-card {
    margin-bottom: 40px;
    padding: 30px 24px 15px;
  }

  .column {
    padding-top: 40px;
  }

  .horarios {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }

  .l-side {
    width: 100%;
  }

  .r-side {
    width: 100%;
    text-align: center;
  }

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

#w-node-e9ed0565-221f-53d5-3e51-4e0fa3d9a26e-d1fbd1f1, #w-node-fee59079-f574-a341-3423-82e4c7f260b2-d1fbd1f1, #w-node-_45170831-c43b-5b91-1ca0-c7907eab1a51-d1fbd1f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_27012a95-7ae8-74a1-73ca-469db84d9052-d1fbd1f1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_27012a95-7ae8-74a1-73ca-469db84d9056-d1fbd1f1 {
  grid-area: 4 / 2 / 5 / 3;
}


