body {
  background-image: url('../images/wood-bg.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: fixed;
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 1em;
  line-height: 1.4em;
  font-weight: 300;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Mr Dafoe', sans-serif;
  font-size: 5em;
  line-height: 0.9em;
  font-weight: 400;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Mr Dafoe', sans-serif;
  font-size: 2.6em;
  line-height: 1.2em;
  font-weight: 400;
}

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

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

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

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

p {
  margin-bottom: 10px;
  line-height: 1.5em;
}

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

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

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

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

.wrpr.flex-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 86%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrpr.flex-v-center {
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 86%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrpr.narrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 40%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrpr.flex-blok-1-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.wrpr.hero-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

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

.wrpr.menu-ftr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section {
  padding-top: 10vh;
  padding-bottom: 10vh;
  color: #010101;
  text-transform: none;
}

.section.full-flex-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80vh;
  padding-top: 0vh;
  padding-bottom: 0vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

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

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

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

.section.image-bg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/bg-opiniones.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/bg-opiniones.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section.menu-body {
  padding-top: 0vh;
  padding-bottom: 80px;
  color: #13406e;
}

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

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

.nav-bar.cms-include {
  height: auto;
}

.main-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f15a24;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(241, 90, 36, 0.78)), to(rgba(241, 90, 36, 0.78))), url('../images/bg-hdr.svg');
  background-image: linear-gradient(180deg, rgba(241, 90, 36, 0.78), rgba(241, 90, 36, 0.78)), url('../images/bg-hdr.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.second-bar {
  display: block;
  height: 60px;
  padding-top: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #27cdf1;
  background-image: url('../images/bg-second-bar.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.brand {
  width: 160px;
  margin-top: -40px;
  text-decoration: none;
}

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

.nav {
  position: relative;
}

.desk-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mov-nav {
  display: none;
}

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

.social-bar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
}

.social-bar.center {
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

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

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

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

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

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

.icon-link.urbo {
  background-color: #e74f3d;
  background-image: url('../images/urbo.svg');
  background-position: 50% 50%;
  background-size: 27px;
  background-repeat: no-repeat;
}

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

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

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

.ib-flex-hldr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

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

.nav-btn {
  height: 120px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-top: 8px solid transparent;
  background-color: transparent;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 1em;
  line-height: 108px;
  font-weight: 400;
  text-transform: uppercase;
}

.nav-btn:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 1, 1, 0.2)), to(rgba(1, 1, 1, 0.2)));
  background-image: linear-gradient(180deg, rgba(1, 1, 1, 0.2), rgba(1, 1, 1, 0.2));
}

.nav-btn.w--current {
  border-top: 8px solid #4ee1f9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.18)), to(rgba(0, 0, 0, 0.18)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.18));
}

.nav-btn.w--current:hover {
  color: #fff;
}

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

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

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

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

.medium-icon {
  width: 30px;
  height: 30px;
  background-color: #f1320c;
}

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

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

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

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

.mn-card {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  background-color: #fff;
  text-align: right;
}

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

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

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

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 760px;
  margin-top: 125px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #27cdf1;
  color: #fff;
}

.hero.d-blok {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 780px;
  margin-top: 180px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: transparent;
}

.hero-card {
  width: 50%;
}

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

.secundary-text {
  margin-bottom: 20px;
  font-family: 'Sedgwick Ave', sans-serif;
  font-size: 1.8em;
  line-height: 1.4em;
}

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

.botonera {
  display: block;
  margin-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn {
  margin-right: 12px;
  padding: 15px 30px;
  border-radius: 6px;
  background-color: #f15a24;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-size: 0.9em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

.btn.brdr {
  padding-top: 14px;
  padding-bottom: 14px;
  border-style: solid;
  border-width: 1px;
  border-color: #27cdf1;
  background-color: transparent;
  color: #27cdf1;
}

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

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

.btn.brdr.white:hover {
  background-color: rgba(47, 47, 47, 0.73);
}

.btn.small {
  padding: 10px 25px;
  border-radius: 4px;
  font-size: 0.8em;
}

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

.btn.big {
  padding: 20px 35px;
  font-size: 1.1em;
}

.btn.contrast {
  background-color: #27cdf1;
}

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

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

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

.btn.fw {
  display: block;
}

.btn.whatapp {
  display: block;
  background-color: #25d366;
  background-image: url('../images/whatsapp-icon.svg');
  background-position: 95% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  font-size: 1em;
  font-weight: 700;
  text-align: left;
}

.btn.red {
  margin-right: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fc0d1b;
}

.btn.green {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #2dd54b;
}

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

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

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

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

.crew {
  color: #087c95;
}

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

.ftr-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 4px solid #51ddfb;
  background-color: #27cdf1;
  background-image: url('../images/bg-second-bar.svg');
  background-position: 0px 0px;
  background-size: cover;
}

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

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

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

.ftr-brand {
  margin-bottom: 20px;
  color: #d84510;
  text-align: center;
  text-decoration: none;
}

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

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

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

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

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #27cdf1;
  color: #fff;
}

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

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

.flex-col {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.flex-col.bg-side.cms-editable {
  background-image: url('../images/mariscos-el-retorno-3.jpg');
}

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

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

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

.image-frame.cms-editable {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 20px 40px -10px #000;
}

.ffc-card-text {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

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

.ffc-ct-card.centered {
  text-align: center;
}

.titular {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  text-align: center;
}

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

.titular.menu {
  position: relative;
  top: -70px;
  margin-bottom: -50px;
}

.divider-titular {
  width: 200px;
  height: 6px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  border-radius: 3px;
  background-color: #f15a24;
}

.divider-titular.contrast {
  background-color: #fff;
}

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

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

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

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

.color-card.color-2 {
  background-color: #27cdf1;
}

.color-card.color-3 {
  background-color: #f3e122;
}

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

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

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

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

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

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

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

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

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

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

.titulo-color-1 {
  color: #f15a24;
  font-weight: 700;
}

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

.desk-menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  box-shadow: 0 0 40px -6px rgba(0, 0, 0, 0.7);
}

.main-slider {
  width: 90%;
  height: 680px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  box-shadow: 0 30px 40px -10px rgba(0, 0, 0, 0.8);
}

.ms-slide {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.ms-s-background.cms-editable {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/hero-1_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/hero-1_1.jpg');
}

.ms-s-background.dos {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 1, 1, 0.5)), to(rgba(1, 1, 1, 0.5))), url('../images/hero-2.jpg');
  background-image: linear-gradient(180deg, rgba(1, 1, 1, 0.5), rgba(1, 1, 1, 0.5)), url('../images/hero-2.jpg');
}

.ms-s-background.uno {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/hero-1_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/hero-1_1.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.ms-s-background.tres {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 1, 1, 0.5)), to(rgba(1, 1, 1, 0.5))), url('../images/hero-3.jpg');
  background-image: linear-gradient(180deg, rgba(1, 1, 1, 0.5), rgba(1, 1, 1, 0.5)), url('../images/hero-3.jpg');
}

.icon-card {
  display: block;
  margin-right: -4px;
  margin-bottom: 40px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.ic-icon {
  max-width: 50%;
  margin-bottom: 30px;
}

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

.flex-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-grid.opiniones {
  padding-top: 60px;
}

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

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

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

.gallery-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

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

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

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

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

.fb13-c3-f-3-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.mov-tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

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

.hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(212, 49, 85, 0.6);
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #fff;
  font-size: 1.2em;
  text-transform: uppercase;
}

.hover:hover {
  background-color: rgba(212, 49, 85, 0.8);
  opacity: 1;
}

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

.contact-form {
  position: relative;
}

.input {
  height: auto;
  margin-bottom: 20px;
  padding-left: 20px;
  border: 1px none #000;
  border-radius: 4px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-size: 1em;
  line-height: 2em;
}

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

.input:focus {
  padding-left: 10px;
  border-bottom-color: #1924a3;
  background-color: #f4f4f4;
}

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

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

.telefonos {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.gmap {
  height: 220px;
}

.address {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e4e4;
  color: #343434;
  font-size: 0.9em;
  font-style: normal;
}

.fw-col {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.btn-enviar {
  padding: 15px 30px;
  float: right;
  background-color: #2dd54b;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-size: 1.2em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

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

.bloque {
  padding-top: 60px;
  padding-bottom: 60px;
}

.mapa {
  position: relative;
}

.side-col-card {
  color: #1924a3;
}

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

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

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

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

.link {
  color: #1924a3;
}

.desk-telefono {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  padding-right: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

.amc-body {
  padding: 60px 40px 40px;
  background-color: #fafafa;
  color: #d84510;
  text-align: center;
}

.alert-blok {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #27cdf1;
  background-image: url('../images/bg-opiniones.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.amc-ftr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3fdfc;
  font-size: 0.8em;
}

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

.amc-hdr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d1d1d1;
  font-size: 1.2em;
  font-weight: 700;
}

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

.btn-2:hover {
  border-color: #27468c;
  background-color: #27468c;
  color: hsla(0, 0%, 100%, 0.65);
}

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

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

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

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

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

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

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

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

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

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

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

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

.theme-flex-card {
  position: relative;
  display: block;
  width: 33.3333%;
  height: auto;
  padding: 35px 20px 35px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.tfc-info {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.tfc-icon {
  width: 50px;
  margin-right: 10px;
  margin-bottom: 20px;
}

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

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

.text-btn {
  display: inline-block;
  margin-left: 20px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #f15a24;
  font-size: 1em;
  line-height: 1.8em;
  font-weight: 700;
  text-decoration: none;
}

.text-btn:hover {
  -webkit-filter: brightness(70%);
  filter: brightness(70%);
  color: #d84510;
}

.tfc-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.flex-fv {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

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

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

.ffv-col.text-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-in {
  padding-top: 25vh;
  padding-bottom: 5vh;
  background-color: #27cdf1;
  color: #fff;
  text-align: left;
}

.flex-multi-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}

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

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

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

.big-color-card {
  padding: 40px;
  border-radius: 10px;
  background-color: #f15a24;
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
}

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

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

.bbc-main-txt {
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 3em;
  line-height: 0.8em;
  font-weight: 800;
  text-transform: none;
}

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

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

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

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

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

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

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

.fbpa-container {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

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

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

.cookie-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  display: none;
  width: 100%;
  max-width: 60%;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: rgba(1, 1, 1, 0.8);
  opacity: 0;
  color: #fff;
  font-size: 0.8em;
}

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

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

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

.menu-row {
  display: block;
  margin-bottom: 18px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  font-size: 1.03em;
}

.mr-platillo-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.mr-divider {
  display: block;
  height: 1px;
  margin-top: 12px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 1px dotted #27cdf1;
}

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

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

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

.mr-preciador-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 4px;
  padding-left: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-weight: 700;
  letter-spacing: -1px;
}

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

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

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

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

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

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

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

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

.menu-icons-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  color: #3d3d3d;
  font-size: 0.8em;
}

.mic-icon-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 4px;
  margin-left: 4px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

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

.mic-text {
  font-family: Oswald, sans-serif;
}

.mic-text.sixe-two {
  width: 50px;
  line-height: 1.3em;
}

.mic-text.sixe-two.big {
  width: 60px;
}

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

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

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

.agrupar {
  margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

.full-info-card {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.recent-properties {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  min-height: 100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.menu-flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  font-size: 1.25em;
  font-weight: 500;
}

.menu-flex-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.mfg-50.cms-repeatable {
  margin-bottom: 20px;
}

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

.rt-menu h2 {
  display: none;
}

.rt-menu h3 {
  display: none;
}

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

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

.rt-menu p {
  font-family: 'Roboto Condensed', sans-serif;
  color: #f15a24;
  font-size: 1em;
  line-height: 1.4em;
  font-style: italic;
}

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

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

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

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

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

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

.call-btn.small {
  padding-left: 40px;
  background-size: 24px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.call-btn.small:hover {
  background-color: #d84510;
}

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

.testimonial-card {
  display: block;
  margin-bottom: 20px;
  padding: 20px 40px 15px;
  border-radius: 12px;
  background-color: #fff;
  text-align: center;
}

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

.tc-hdr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

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

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

.top-hdr-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/pleca-top.svg');
  background-position: 50% 0%;
  background-size: 110%;
  background-repeat: no-repeat;
}

.hldr-logo-menu {
  width: 200px;
  min-height: 100px;
  margin-top: 35px;
}

.menu-section {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 100;
  padding-top: 20px;
  padding-bottom: 20px;
}

.menu-nav {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-menu {
  height: 50px;
  margin-right: 8px;
  margin-left: 8px;
  padding: 13px 25px;
  border-radius: 25px;
  background-color: #f15a24;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
}

.btn-menu:hover {
  background-color: #d84510;
}

.btn-menu.w--current {
  background-color: #27cdf1;
}

.body-menu {
  background-image: url('../images/wood-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.menu-section-shade {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  background-color: #fff;
  opacity: 0;
}

.menu-title {
  position: relative;
  margin-bottom: 0px;
  padding-right: 40px;
  padding-bottom: 10px;
  padding-left: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f15a24), to(#f3e122));
  background-image: linear-gradient(180deg, #f15a24, #f3e122);
  font-family: 'Mr Dafoe', sans-serif;
  color: #f15a24;
  font-size: 6em;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.menu-bloque {
  padding: 0px 44px 2px;
  border-radius: 12px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(75%, hsla(0, 0%, 100%, 0.9)), to(#c0dfff));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.9) 75%, #c0dfff);
  box-shadow: 0 30px 60px -30px #000;
}

.row-h3 {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #d1d1d1;
  font-family: 'Mr Dafoe', sans-serif;
  color: #27cdf1;
  font-size: 2.4em;
}

.row-h3.less-mrntm {
  margin-bottom: 10px;
}

.steap {
  padding-top: 140px;
}

.footer-menu {
  display: block;
  min-height: 280px;
  padding-top: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/pleca-footer.svg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-brand {
  display: block;
  width: 200px;
  min-height: 100px;
}

.photo-banner {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: 140px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 30px 60px -30px #000;
}

.pie-de-foto {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: auto;
  margin-bottom: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.pie-de-foto-label {
  display: inline-block;
  height: 40px;
  padding: 10px 20px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 10px 20px -10px #000;
}

.menu-tag {
  margin-bottom: 4px;
  font-family: 'Mr Dafoe', sans-serif;
  font-size: 1.8em;
}

.bolas-firma {
  margin-top: -14px;
  font-family: 'Mr Dafoe', sans-serif;
  font-size: 1.7em;
  text-decoration: none;
}

.sucursal-label {
  margin-bottom: -14px;
  font-family: 'Roboto Condensed', sans-serif;
  color: rgba(1, 1, 1, 0.81);
  font-size: 0.9em;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.sucursal-tt {
  margin-bottom: 0px;
  color: #f15a24;
  font-size: 2.9em;
}

.sucursal-title-blok {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.direccion {
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 6px;
  background-color: rgba(10, 168, 202, 0.69);
}

.stars {
  width: 80px;
}

.menu-in-divider {
  width: 100%;
  height: 8px;
  margin-bottom: 40px;
  border-radius: 4px;
  background-color: rgba(61, 61, 61, 0.15);
}

.ftr-side {
  padding: 20px 30px 24px;
  border-radius: 8px;
  background-color: #fff;
}

.pagos-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ececec;
  font-size: 0.9em;
  font-weight: 400;
}

.tarjetas {
  width: 120px;
  margin-left: 20px;
}

.social-text-label {
  margin-right: 10px;
  font-size: 0.8em;
}

.flex-half-bloks {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.half-flex-blk {
  width: 50%;
}

.half-flex-blk.text-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.half-flex-blk.bg-side {
  background-image: url('../images/mariscos-el-retorno-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hfb-wrpr {
  width: 100%;
  max-width: 70%;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 4.4em;
  }
  .wrpr {
    max-width: 90%;
  }
  .wrpr.narrow {
    max-width: 60%;
  }
  .section.full-flex-content {
    height: auto;
    min-height: auto;
  }
  .brand {
    width: 140px;
  }
  .desk-nav {
    display: none;
  }
  .mov-nav {
    position: relative;
    z-index: 10;
    display: block;
    text-align: center;
  }
  .mov-nav.mb-nav {
    display: none;
  }
  .brgr {
    width: 40px;
    height: 40px;
    padding: 9px 20px;
    border-radius: 20px;
    background-color: #f15a24;
    background-image: url('../images/icons-sprite-w_3.svg');
    background-position: -80px 0px;
    background-size: 160px;
    color: #fff;
    font-size: 1.2em;
    font-weight: 700;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
  }
  .brgr.auto {
    width: auto;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
  }
  .movile-nav.show {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .mn-card {
    display: block;
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .mn-c-hdr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero.d-blok {
    height: 740px;
    margin-top: 156px;
  }
  .hero-card {
    width: 80%;
  }
  .close {
    display: block;
    width: 40px;
    height: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 6px;
    background-color: #fc0d1b;
    background-image: url('../images/icons-sprite-w_3.svg');
    background-position: -40px 0px;
    background-size: 160px;
  }
  .flex-col {
    min-height: 200px;
  }
  .ffc-card-text {
    position: relative;
    padding-top: 5vh;
    padding-bottom: 5vh;
  }
  .ffc-ct-card.centered {
    width: 80%;
  }
  .titular.menu {
    top: -59px;
  }
  .fg-col {
    width: 50%;
  }
  .mov-btn {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
    background-color: transparent;
    font-family: 'Roboto Condensed', sans-serif;
    color: #3d3d3d;
    font-size: 1.3em;
    line-height: 1.6em;
    text-align: center;
    text-transform: uppercase;
  }
  .mov-btn.w--current {
    margin-bottom: 0px;
    color: #f15a24;
    font-weight: 400;
  }
  .mov-btn.close {
    width: auto;
    height: auto;
  }
  .close-2 {
    width: 50px;
    height: 50px;
  }
  .theme-flex-card {
    width: 50%;
    min-height: auto;
  }
  .pc-time-label {
    font-size: 0.9em;
  }
  .pc-name-label {
    font-size: 0.9em;
  }
  .price-card {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .pc-price-label {
    font-size: 2em;
  }
  .pc-text {
    font-size: 0.8em;
  }
  .big-color-card {
    padding-right: 20px;
    padding-left: 20px;
  }
  .bbc-main-txt {
    font-size: 2em;
  }
  .fbpa-container {
    max-width: 70%;
  }
  .cookie-modal {
    z-index: 1000;
    max-width: 100%;
  }
  .rectangle-card {
    min-height: 30vh;
  }
  .square-card {
    min-height: 30vh;
  }
  .menu-flex-row {
    font-size: 1.16em;
  }
  .mfg-50 {
    max-width: 100%;
  }
  .testimonial-card {
    padding-top: 20px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .tc-author-date {
    margin-bottom: 5px;
  }
  .top-hdr-menu {
    height: 180px;
    background-size: 150%;
  }
  .hldr-logo-menu {
    width: 160px;
    margin-top: 0px;
  }
  .menu-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .btn-menu {
    height: 40px;
    margin-right: 5px;
    margin-bottom: 10px;
    margin-left: 5px;
    padding: 9px 15px;
    border-radius: 20px;
    font-size: 0.8em;
  }
  .menu-title {
    padding-right: 29px;
    padding-left: 29px;
    font-size: 5em;
  }
  .steap.firts {
    padding-top: 80px;
  }
  .sucursal-label {
    font-size: 0.8em;
  }
  .sucursal-tt {
    font-size: 2.1em;
  }
  .right-arrow {
    display: none;
  }
  .left-arrow {
    display: none;
  }
  .flex-half-bloks {
    position: relative;
    height: auto;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .half-flex-blk.text-side {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .half-flex-blk.bg-side {
    width: 100%;
    height: 300px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3.2em;
  }
  h2 {
    font-size: 2em;
  }
  h4 {
    margin-bottom: 8px;
  }
  .wrpr {
    max-width: 96%;
  }
  .wrpr.narrow {
    max-width: 70%;
  }
  .wrpr.hero-align {
    max-width: 80%;
  }
  .desk-nav {
    display: none;
  }
  .mov-nav {
    display: block;
  }
  .mov-nav.mb-nav {
    display: block;
  }
  .brgr {
    display: inline-block;
  }
  .mn-card {
    display: block;
    width: 100%;
    padding-top: 40px;
    background-color: #fff;
    text-align: right;
  }
  .hero.d-blok {
    height: 640px;
  }
  .hero-card {
    width: 100%;
    text-align: center;
  }
  .secundary-text {
    font-size: 1.2em;
  }
  .btn {
    margin-bottom: 12px;
  }
  .close {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #fc0d1b;
    background-image: url('../images/icons-sprite-w_3.svg');
    background-position: -40px 0px;
    background-size: 160px;
  }
  .ftr-25 {
    width: 50%;
  }
  .flex-col {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .flex-col.bg-side {
    min-height: 360px;
  }
  .image-frame {
    margin-bottom: 40px;
  }
  .ffc-ct-card {
    width: 80%;
  }
  .titular.menu {
    top: -50px;
    margin-right: -20px;
    margin-left: -20px;
  }
  .main-slider {
    height: 580px;
  }
  .fg-col.tercio {
    width: 50%;
  }
  .lightbox-card {
    width: 50%;
    margin-bottom: 5px;
  }
  .mov-btn {
    display: block;
    margin-bottom: 5px;
    background-color: transparent;
    background-image: none;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  .mov-btn.close {
    width: auto;
    height: auto;
    border-radius: 0px;
    background-image: none;
    text-align: center;
  }
  .fw-col {
    min-height: auto;
  }
  .close-2 {
    padding: 6px;
  }
  .btn-2 {
    font-size: 0.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 {
    font-size: 0.8em;
  }
  .pc-name-label {
    font-size: 0.8em;
  }
  .pc-price-label {
    font-size: 1.8em;
  }
  .pc-icon {
    margin-bottom: 10px;
  }
  .big-color-card {
    margin-bottom: 40px;
  }
  .bbc-main-txt {
    font-size: 2.4em;
  }
  .fbpa-container {
    max-width: 100%;
  }
  .cookie-modal {
    font-size: 0.7em;
    line-height: 1.3em;
  }
  .cka-text {
    max-width: 80%;
  }
  .menu-row {
    font-size: 1.1em;
  }
  .menu-alert {
    font-size: 0.8em;
  }
  .rectangle-card {
    width: 49%;
  }
  .square-card {
    width: 49%;
    margin-bottom: 10px;
  }
  .square-card.last {
    width: 100%;
  }
  .mfg-50 {
    max-width: 100%;
    padding-right: 0%;
    padding-left: 0%;
  }
  .rt-menu {
    font-size: 1em;
  }
  .top-hdr-menu {
    height: 200px;
    background-size: 150%;
  }
  .hldr-logo-menu {
    margin-top: 0px;
  }
  .menu-section {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .menu-nav {
    display: none;
  }
  .menu-title {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 4.4em;
  }
  .menu-bloque {
    padding-right: 25px;
    padding-left: 25px;
  }
  .row-h3 {
    font-size: 2.6em;
  }
  .steap {
    padding-top: 120px;
  }
  .photo-banner {
    margin-top: 80px;
  }
  .pie-de-foto {
    margin-bottom: 20px;
  }
  .pie-de-foto-label {
    font-size: 0.8em;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.4em;
  }
  h2 {
    font-size: 1.8em;
  }
  .wrpr {
    max-width: 92%;
  }
  .wrpr.narrow {
    max-width: 80%;
  }
  .section.gris {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }
  .section.image-bg {
    padding-top: 8vh;
    padding-bottom: 8vh;
  }
  .second-bar {
    height: 50px;
  }
  .brand {
    width: 120px;
  }
  .icon-btn {
    display: block;
  }
  .ib-flex-hldr {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hero.d-blok {
    height: 540px;
    margin-top: 120px;
  }
  .hero-card {
    width: 100%;
    text-align: center;
  }
  .secundary-text {
    font-size: 1.1em;
  }
  .btn {
    display: block;
  }
  .btn.red {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .btn.green {
    width: 100%;
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .txt-logo {
    font-size: 1.7em;
  }
  .ftr-25 {
    width: 100%;
  }
  .ffc-ct-card {
    width: 92%;
  }
  .titular.menu {
    top: -31px;
    margin-bottom: -30px;
  }
  .main-slider {
    width: 100%;
    height: 540px;
  }
  .fg-col {
    width: 100%;
  }
  .fg-col.tercio {
    width: 100%;
  }
  .lightbox-card {
    width: 100%;
  }
  .fb13-col-1 {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0px;
  }
  .fb13-col-3 {
    width: 100%;
  }
  .mov-btn {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1em;
  }
  .fw-col {
    display: block;
    min-height: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .amc-body {
    padding-right: 20px;
    padding-left: 20px;
  }
  .amc-ftr {
    padding: 20px;
  }
  .amc-hdr {
    padding: 15px 20px;
    font-size: 1em;
  }
  .btn-2 {
    font-size: 0.8em;
    line-height: 1.5em;
  }
  .alert-modal-card {
    max-width: 90%;
    min-width: 80%;
  }
  .theme-flex-card {
    width: 100%;
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.3);
  }
  .price-card {
    width: 80%;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }
  .fbpa-card {
    max-width: 80%;
    padding: 30px 30px 20px;
  }
  .menu-row {
    font-size: 0.7em;
  }
  .mr-platillo-title {
    max-width: 40%;
    padding-right: 4px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .mr-divider {
    margin-top: 9px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .mr-preciador {
    margin-top: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .mr-preciador.no-mrgn-top {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .mr-ftr {
    padding-bottom: 0px;
    font-size: 1em;
  }
  .mr-preciador-flex {
    padding-left: 2px;
  }
  .mr-precio {
    padding-right: 2px;
    padding-left: 2px;
  }
  .mr-p-t-icon {
    display: none;
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
  .mr-p-t-text {
    padding-right: 5px;
  }
  .st-text-help {
    font-size: 0.8em;
    line-height: 1.4em;
  }
  .rectangle-card {
    width: 100%;
    min-height: 200px;
    margin-right: 0%;
    margin-left: 0%;
  }
  .square-card {
    width: 100%;
    min-height: 200px;
    margin-right: 0%;
    margin-left: 0%;
  }
  .menu-flex-row {
    font-size: 1.3em;
    line-height: 1.3em;
  }
  .rt-menu p {
    font-size: 1.2em;
  }
  .call-btn {
    width: 30px;
    height: 30px;
    padding-right: 5px;
    padding-left: 5px;
    background-position: 50% 50%;
    background-size: 25px;
  }
  .call-btn.small {
    width: auto;
    padding-right: 14px;
    padding-left: 30px;
    background-position: 6px 50%;
    background-size: 21px;
    line-height: 28px;
  }
  .cb-txt {
    display: none;
  }
  .top-hdr-menu {
    height: 160px;
    background-size: 200%;
  }
  .hldr-logo-menu {
    width: 140px;
    margin-top: 10px;
  }
  .menu-title {
    padding-right: 17px;
    padding-left: 17px;
    font-size: 2.6em;
  }
  .menu-bloque {
    padding-right: 15px;
    padding-left: 15px;
  }
  .row-title {
    margin-bottom: -8px;
  }
  .row-h3 {
    padding-bottom: 3px;
    font-size: 1.8em;
  }
  .steap {
    padding-top: 120px;
  }
  .steap.firts {
    padding-top: 60px;
  }
  .sucursal-label {
    font-size: 0.7em;
  }
  .sucursal-tt {
    font-size: 2.3em;
  }
  .direccion {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 0.8em;
  }
  .hfb-wrpr {
    max-width: 90%;
  }
}

