:root {
  --white: white;
  --black: #010101;
  --color-3: #005b2e;
  --body-text: #555d68;
  --gray: #ededed;
  --color-1: #0d7653;
  --color-2: #dbe007;
  --twitter: #2aa3ef;
  --instagram: #eb4b5a;
  --youtube: #fc0d1b;
  --whatsapp: #25d366;
  --grey: #888;
  --white-smoke: #e8e8e8;
  --color-1-d: #066042;
  --red-no: #f1320c;
  --color-4: #a8dadc;
  --color-3-l: #abd6c1;
  --color-1-l: #1d956d;
  --color-2-l: #f7d43d;
  --color-2-d: #d0ab08;
  --color-3-d: #649e82;
  --color-4-l: #c9f3f5;
  --color-4-d: #85c7ca;
  --light-grey: #d1d1d1;
  --ok-color: #6dcc56;
  --facebook: #4469b0;
}

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

h1 {
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.2em;
}

h2 {
  margin-top: 0;
  margin-bottom: .8em;
  font-size: 2.4em;
  font-weight: 700;
  line-height: 1.2em;
}

h3 {
  margin-top: 0;
  margin-bottom: .6em;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.4em;
}

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

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

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

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

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

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

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

label {
  color: var(--body-text);
  margin-bottom: 5px;
  font-size: .8em;
  font-weight: 400;
  display: block;
}

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

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

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

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

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

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

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

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

.wrpr.flexed {
  flex-flow: wrap;
  place-content: flex-start;
  align-items: flex-start;
  min-height: 20px;
  display: flex;
}

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

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

.wrpr.flexed.stretch {
  align-items: stretch;
}

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

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

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

.wrpr.fbo {
  flex-flow: column wrap;
  place-content: center;
  align-items: center;
  display: flex;
}

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

.wrpr.grid-sus-element {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.wrpr.last-leyend {
  text-align: center;
  max-width: 60%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.wrpr.big-sub-title {
  text-align: center;
  margin-bottom: 60px;
}

.section {
  z-index: 1;
  text-transform: none;
  padding-top: 10vh;
  padding-bottom: 10vh;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

.section.intro {
  z-index: 1;
  background-color: var(--color-1);
  color: var(--white);
  text-align: center;
  position: static;
}

.section.second {
  z-index: 1;
  color: var(--white);
  text-align: center;
  background-image: url('../images/1home-platanos-min.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  min-height: 740px;
  padding-top: 140px;
  padding-bottom: 60px;
  display: flex;
}

.section.second.yellow {
  color: var(--black);
  background-color: #dbe007;
  background-image: none;
}

.section.second.white-bg {
  background-color: var(--white);
  color: var(--black);
  background-image: none;
  display: block;
}

.section.second.white-bg.cero-btm-pdd {
  padding-bottom: 0;
}

.section.second.bg-two {
  background-image: url('../images/2product.jpg');
}

.section.second.organic {
  background-image: url('../images/nuevafoto-organic.jpg');
}

.section.second.beyond-2 {
  background-image: url('../images/beyond-2.jpg');
}

.section.second.water-2 {
  z-index: 0;
  background-image: url('../images/fototierra.jpg');
  margin-bottom: -140px;
}

.section.second.g12 {
  background-image: url('../images/2gi.jpg');
}

.section.second.from-t-source {
  background-image: url('../images/2fts.jpg');
}

.section.second.bg-white {
  background-color: var(--white);
  color: var(--black);
  background-image: none;
}

.section.second.bg-always {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/tog-truck-road.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.sustainable {
  background-color: var(--color-1);
  color: var(--white);
  background-image: linear-gradient(#00000080, #00000080), url('../images/1home-papaehijo-min.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.yellow {
  background-color: var(--color-2);
  padding-top: 14vh;
}

.section.yellow.form-the {
  padding-top: 14vh;
}

.section.yellow.last-blok {
  margin-bottom: -150px;
  padding-bottom: 14vh;
}

.section.video-hldr {
  padding-top: 0;
  padding-bottom: 0;
}

.section.foot-print {
  padding-top: 12vh;
}

.section.disney {
  background-image: url('../images/disney.jpg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 800px;
}

.section.disney-info {
  text-align: center;
  padding-top: 4vh;
  padding-bottom: 4vh;
}

.section.beyond-brake {
  background-image: url('../images/1otg_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 800px;
  margin-bottom: -180px;
}

.section.on-the-grouns {
  background-image: url('../images/otg2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 700px;
  display: flex;
}

.section.no-pad-btm {
  padding-bottom: 0;
}

.section.bg-icon-set {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.bg-icon-set.on-the-go {
  background-image: url('../images/otgnueva.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.section.bg-icon-set.always-bg {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/at2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 700px;
}

.section.green-bg {
  background-color: #9fce02;
}

.section.green-bg.last-blok {
  margin-bottom: -200px;
  padding-bottom: 16vh;
}

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

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

.main-bar {
  z-index: 10;
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  height: 80px;
  display: flex;
  position: relative;
}

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

.brand {
  width: 110px;
  text-decoration: none;
  display: block;
}

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

.nav {
  position: relative;
}

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

.mov-nav {
  display: none;
}

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

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

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

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

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

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

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

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

.icon-link.linkedin {
  background-color: #0000;
  background-image: url('../images/linkedin.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.global-shade {
  z-index: 105;
  opacity: 0;
  background-image: linear-gradient(#00000080, #00000080);
  display: none;
  position: fixed;
  inset: 0%;
}

.mn-card {
  text-align: center;
  background-color: #fff;
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

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

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

.hero {
  z-index: 1;
  color: var(--color-1-d);
  background-color: #f4f4f4;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  height: 120vh;
  padding-top: 230px;
  display: flex;
  position: relative;
}

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

.hero.parallax-home {
  background-image: url('../images/hero-flat.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 890px;
  display: block;
  position: fixed;
  inset: 0%;
}

.hero.our-story {
  background-image: linear-gradient(#0003, #0003), url('../images/hero-ourhistory.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: row;
}

.hero.our-ranchos {
  background-image: linear-gradient(#0003, #0003), url('../images/main-ranchos.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero.hero-background {
  background-image: linear-gradient(#0003, #0003);
  align-items: center;
  height: 760px;
  padding-top: 0;
}

.hero.hero-background.people {
  background-image: linear-gradient(#0003, #0003), url('../images/3team-mainimage.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero.hero-background.h-products {
  background-image: linear-gradient(#0003, #0003), url('../images/1product.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero.hero-background.sustainable {
  background-image: linear-gradient(#0003, #0003), url('../images/sust.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero.hero-background.organic-h {
  background-image: url('../images/organic-hero.jpg'), linear-gradient(#0003, #0003);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.hero.hero-background.beyond-h {
  background-image: linear-gradient(#0003, #0003), url('../images/beyond-fairness1-.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero.hero-background.water-h {
  background-image: linear-gradient(#0003, #0003), url('../images/wc-mainimage.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero.hero-background.green-i {
  background-image: linear-gradient(#0003, #0003), url('../images/1gi.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero.hero-background.ranchos {
  background-image: linear-gradient(#0003, #0003), url('../images/main-ranchos_1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero.hero-background.bg-story {
  background-image: linear-gradient(#0003, #0003), url('../images/hero-ourhistory.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero.hero-background.f-source {
  background-image: linear-gradient(#0003, #0003), url('../images/1fts.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero.hero-background.on-the-ground {
  background-image: linear-gradient(#0003, #0003), url('../images/ftg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero.hero-background.on-the-go {
  background-image: linear-gradient(#0003, #0003), url('../images/1otg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero.hero-background.always {
  background-image: linear-gradient(#0003, #0003), url('../images/at1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero.hero-background.contacto {
  background-image: linear-gradient(#0003, #0003), url('../images/contact.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

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

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

.body-text {
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1.6em;
}

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

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

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

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

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

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

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

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

.botonera.fix-bottom {
  position: absolute;
  inset: auto 0% 0%;
}

.btn {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  border-radius: 16px;
  margin-right: 12px;
  padding: 1em 2em;
  font-size: .9em;
  font-weight: 500;
  transition: all .2s ease-in-out;
}

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

.btn.brdr {
  border: 2px solid var(--color-2);
  color: var(--color-2);
  background-color: #0000;
  padding-top: .9em;
  padding-bottom: .9em;
}

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

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

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

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

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

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

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

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

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

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

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

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

.btn.fw {
  display: block;
}

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

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

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

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

.ftr-link {
  color: var(--white);
  text-decoration: none;
  display: block;
}

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

.crew {
  color: #e4e4e4;
}

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

.ftr-top {
  background-color: #01010133;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 80px;
  display: flex;
}

.ftr-last {
  text-align: center;
  background-color: #0101012b;
  width: 100%;
  min-height: 40px;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: .8em;
}

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

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

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

.ftr-txt-link {
  color: var(--white);
  margin-left: 15px;
  margin-right: 15px;
  padding: 10px 15px;
  font-size: .8em;
  text-decoration: none;
  display: inline-block;
}

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

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

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

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

.footer.bg-yellow {
  background-color: var(--color-2);
}

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

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

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

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

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

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

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

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

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

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

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

.flex-col._50.bg-side {
  background-image: linear-gradient(#00000080, #00000080), url('../images/hero.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding: 0%;
  display: flex;
}

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

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

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

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

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

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

.flex-col.hldr-mapa {
  flex: 0 auto;
  width: 60%;
}

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

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

.image-frame {
  width: 96%;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.image-frame.cms-editable {
  box-shadow: 0 30px 60px -20px #00000070;
}

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

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

.titular {
  text-align: center;
  flex-flow: column wrap;
  place-content: center;
  align-items: center;
  margin-bottom: 4vh;
  padding-left: 16%;
  padding-right: 16%;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.desk-menu {
  z-index: 100;
  background-color: var(--white);
  position: fixed;
  inset: 0% 0% auto;
}

.main-slider {
  background-color: #0000;
  height: 100%;
}

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

.ms-s-background {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080), url('../images/real-estate-demo.gif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.icon-card.h-icon-card {
  color: var(--black);
  text-align: left;
  flex-flow: wrap;
  place-content: flex-start;
  align-items: stretch;
}

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

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

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

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

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

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

.ftr-titular {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 1.2em;
  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-btn {
  color: var(--color-1);
  text-transform: capitalize;
  background-color: #0000;
  font-family: Open Sans, sans-serif;
  font-size: 1.2em;
  line-height: 1.6em;
  display: block;
}

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

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

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

.hover {
  opacity: 0;
  color: #fff;
  text-transform: uppercase;
  background-color: #a8dadc80;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  font-size: 1.2em;
  transition: all .2s ease-in-out;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hover:hover {
  opacity: 1;
}

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

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

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

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

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

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

.input.text-area {
  border-style: solid;
  border-color: #000;
  min-height: 140px;
}

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

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

.gmap {
  height: 220px;
}

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

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

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

.btn-enviar {
  float: right;
  background-color: var(--ok-color);
  text-align: center;
  border-radius: 4px;
  padding: 15px 30px;
  font-size: 1.2em;
  font-weight: 600;
  transition: all .2s ease-in-out;
}

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

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

.mapa {
  position: relative;
}

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

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

.link {
  color: #1924a3;
}

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

.alert-blok {
  background-color: var(--color-2);
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

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

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

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

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

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

.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;
  inset: 0% 0% auto auto;
}

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

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

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

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

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

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

.small {
  font-size: 1.8em;
  line-height: 1.3em;
}

.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(#0e484199, #0e484199), url('../images/base-1.gif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fbpa-container {
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  width: 100%;
  max-width: 50%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.agrupar {
  margin-bottom: 8px;
}

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

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

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

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

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

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

.full-shade {
  z-index: 1;
  background-image: linear-gradient(#0000004d, #0000004d);
  position: absolute;
  inset: 0%;
}

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

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

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

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

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

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

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

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

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

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

.rt-menu h2, .rt-menu h3 {
  display: none;
}

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

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

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

.main-scroll-navbar {
  z-index: 200;
  background-color: var(--color-2-l);
  opacity: 0;
  height: 80px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
  transform: translate(0, -100%);
}

.messenger-bar {
  z-index: 100;
  height: auto;
  margin-bottom: 30px;
  position: fixed;
  inset: auto 0% 0% auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.acc-body {
  padding: 30px;
}

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

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

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

.sys-flex-demo-card.body-color {
  color: var(--black);
  background-color: #0000;
}

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

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

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

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

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

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

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

.fwh-center-flex-card {
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  display: block;
  position: relative;
  inset: 0%;
}

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

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

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

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

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

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

.bold {
  font-weight: 700;
}

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

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

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

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

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

.text-block {
  flex: 1;
}

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

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

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

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

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

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

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

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

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

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

.spacer {
  width: 100%;
  height: 10vh;
}

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

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

.s-image {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

.rich-text.centered {
  text-align: center;
}

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

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

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

.cbc-body {
  padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.footer-blok {
  background-color: var(--color-3);
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding: 0 6% 30px;
  display: flex;
  position: relative;
}

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

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

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

.bottom-hero {
  z-index: 5;
  height: 250px;
  margin-bottom: 0;
  position: absolute;
  inset: -170px 0% auto;
  overflow: hidden;
}

.static-nav {
  z-index: 45;
  flex-flow: wrap;
  place-content: center space-between;
  align-items: stretch;
  width: 100%;
  height: 80px;
  min-height: 20px;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.mn-btn {
  border-right: 1px solid var(--light-grey);
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  width: 33.3333%;
  height: 80px;
  padding: 20px 0;
  font-size: .8em;
  text-decoration: none;
  transition: all 1s ease-in-out;
}

.mn-btn:hover {
  background-color: #f4f4f4;
}

.mn-btn.last {
  border-right-style: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.mn-btn.first {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.mn-tt {
  font-size: 1.3em;
  font-weight: 700;
}

.big-title {
  font-size: 2.6em;
  font-weight: 700;
  line-height: 1.3em;
}

.intro-block {
  width: 70%;
  min-height: 20px;
  margin-left: auto;
  margin-right: auto;
}

.intro-block.a-center {
  text-align: center;
}

.content-card {
  text-align: left;
  min-height: 20px;
  margin-bottom: 20px;
}

.full-height-post {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
  position: relative;
}

.full-height-post.a-center {
  text-align: left;
}

.footer-remate {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.footer-remate.yellow-bg {
  background-color: var(--color-2);
}

.footer-pleca-1 {
  z-index: 4;
  background-image: url('../images/p-footer-1.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 100px;
  position: absolute;
  inset: auto 0% 0%;
  transform: translate(0, 30%);
}

.footer-pleca-2 {
  z-index: 3;
  background-image: url('../images/p-footer-2.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 150px;
  margin-bottom: 25px;
  position: absolute;
  inset: auto 0% 0%;
  transform: translate(0, 30%);
}

.footer-pleca-3 {
  z-index: 2;
  background-image: url('../images/p-footer-3.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 240px;
  position: absolute;
  inset: auto 0% 0%;
  transform: translate(0, 30%);
}

.footer-pleca-4 {
  background-image: url('../images/p-footer-4.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 300px;
  position: relative;
  inset: auto 0% 0%;
  transform: translate(0, 30%);
}

.transforming {
  width: 320px;
  min-height: 20px;
}

.hldr-logos {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.fila-logos {
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  width: 460px;
  margin-bottom: 10px;
  display: flex;
}

.fila-logos.larger {
  width: 570px;
}

.hldr-logo {
  margin-left: 8px;
  margin-right: 8px;
  position: relative;
}

.legal-social {
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 600px;
  margin-top: 10px;
  display: flex;
}

.legal-text {
  margin-left: 15px;
  margin-right: 15px;
  font-size: 16px;
}

.hero-botom-1 {
  z-index: 3;
  background-image: url('../images/p-footer-2_1.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 350px;
  margin-bottom: -200px;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-botom-2 {
  z-index: 2;
  background-image: url('../images/p-footer-3.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  height: 200px;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-botom-3 {
  z-index: 1;
  background-image: url('../images/p-footer-4.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 250px;
  position: absolute;
  inset: 0% 0% auto;
}

.container {
  position: relative;
}

.container.on-home {
  z-index: 20;
  background-color: var(--white);
  position: relative;
  top: 95vh;
}

.dropper-li.w--open {
  width: 100vh;
  max-width: 1280px;
  position: absolute;
  inset: 50px auto auto 0%;
}

.dropdown-item-wrapper {
  height: 100%;
  display: flex;
}

.dropdown-list.w--open {
  height: 400px;
}

.dd-col-menu {
  flex: 1;
  height: 400px;
}

.off-mask-menu {
  z-index: 40;
  opacity: 0;
  background-color: #01010180;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.drop-clic-menu-hldr {
  border-top: 1px solid var(--light-grey);
  background-color: #f5f5f5;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  height: 0;
  margin-top: 80px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.drop-clic-menu-hldr.open {
  height: auto;
}

.menu-nav-col {
  color: var(--black);
  text-align: center;
  width: 33.3333%;
  min-height: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.btn-text {
  color: var(--black);
  margin-bottom: .4em;
  font-size: .9em;
  text-decoration: none;
  transition: all .2s cubic-bezier(.075, .82, .165, 1);
  display: block;
}

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

.menu-one.drop-clic-menu-hldr {
  border-top-style: none;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.menu-one.drop-clic-menu-hldr.open {
  height: auto;
}

.menu-two.drop-clic-menu-hldr {
  border-top-style: none;
  height: 0;
  overflow: hidden;
}

.menu-two.drop-clic-menu-hldr.open {
  height: auto;
}

.menu-three.drop-clic-menu-hldr {
  border-top-style: none;
  overflow: hidden;
}

.menu-three.drop-clic-menu-hldr.open {
  height: auto;
}

.messenger-toogle {
  width: 45px;
  height: 45px;
  padding: 0;
}

.messenger-toogle.w--open {
  width: 45px;
  height: 45px;
}

.toogle-list.w--open {
  background-color: #0000;
  margin-bottom: 45px;
  inset: auto 0% 0% auto;
}

.toogle-link {
  width: 45px;
  height: 45px;
}

.hldr-secundary-menu {
  border-bottom: 1px solid var(--light-grey);
  background-color: #f5f5f5;
  height: auto;
  position: relative;
}

.hldr-menu-scroll {
  flex-flow: wrap;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.menu-card-on-scroll {
  background-color: #f4f4f4;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  height: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-size: .9em;
  line-height: 1.3em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-close {
  width: 40px;
  height: 40px;
  margin-top: 8px;
  margin-right: 8px;
  padding: 6px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.s-menu-one.menu-card-on-scroll {
  align-items: stretch;
  height: 0;
  padding-left: 0;
  padding-right: 0;
}

.s-menu-one.menu-card-on-scroll.open {
  height: auto;
}

.s-menu-two.menu-card-on-scroll {
  padding-left: 0;
  padding-right: 0;
}

.s-menu-two.menu-card-on-scroll.open {
  height: auto;
}

.s-menu-three.menu-card-on-scroll {
  z-index: 1;
  padding-left: 0;
  padding-right: 0;
}

.s-menu-three.menu-card-on-scroll.open {
  height: auto;
}

.hldr-leyend {
  width: 80%;
  min-height: 30px;
}

.trgr-hide-toogle {
  background-color: var(--white);
}

.trgr-hide-toogle.fix-over-top {
  margin-top: -80px;
}

.toogle {
  padding-right: 20px;
}

.toogle-icon {
  width: 50px;
  height: 50px;
}

.toogle-icons-hldr {
  flex-flow: column wrap;
  justify-content: flex-end;
  align-items: center;
  width: 50px;
  margin-bottom: 8px;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(200%);
}

.toogle-icons-hldr.open {
  height: auto;
  transform: none;
}

.app-link {
  width: 44px;
  height: 44px;
  margin-bottom: 8px;
}

.brand-hldr {
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  width: 12%;
  display: flex;
}

.hlde-nav-col {
  flex-flow: wrap;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.bananas-top {
  z-index: 4;
  background-image: url('../images/remate-verde-top.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 110%;
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.pb-bottom {
  background-image: url('../images/pleca-blanca-bottom.svg');
  background-position: 50% 0;
  background-size: cover;
  height: 80px;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-leyend-hldr {
  color: var(--white);
  text-align: center;
  width: 70%;
  min-height: 100px;
  font-size: 1.4em;
}

.circle-mask {
  background-color: var(--white);
  border-radius: 50%;
  width: 100%;
  height: auto;
  min-height: 40px;
  margin: 30px auto;
  position: relative;
  overflow: hidden;
}

.image-hldr-fw {
  margin-top: 30px;
  margin-bottom: 30px;
}

.time-line-one {
  flex-wrap: wrap;
  place-content: center flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.time-line-one.green-plant {
  color: var(--color-3);
}

.time-line-one.green-dark {
  color: #085b2d;
}

.time-line-one.grass {
  color: #28a902;
}

.time-line-one.green-light {
  color: #9fce04;
}

.time-line-one.green-yellow {
  color: #dbe007;
}

.tl-year {
  margin-right: 20px;
  font-size: 2em;
  line-height: 1.5em;
}

.hero-sub-title {
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.4em;
}

.flexed {
  text-align: left;
  flex-flow: wrap;
  place-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.production-blok {
  text-align: left;
  margin-bottom: 80px;
}

.production-data {
  border-top: 2px solid #000;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  padding-top: 20px;
  display: flex;
}

.pro-data-blok {
  width: 20%;
  margin-bottom: 20px;
  padding-right: 20px;
}

.pro-data-number {
  font-size: 2.4em;
  font-weight: 700;
  line-height: 1.3em;
}

.pro-data-number.green-dark {
  color: #085b2d;
}

.pro-data-number.green-plant {
  color: #0d7654;
}

.pro-data-number.green-plant.small {
  font-size: 1.3em;
}

.pro-data-number.grass {
  color: #28a902;
}

.pro-data-number.green-light {
  color: #9fce04;
}

.pro-data-number.green-yellow {
  color: #dbe007;
}

.mapa-datos {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 80%;
  min-height: 100px;
  margin: 60px auto 40px;
  display: flex;
}

.pro-data-row {
  margin-bottom: 20px;
}

.brake-block {
  background-image: url('../images/2people.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 660px;
  margin-top: 40px;
}

.grid-tetxt-card {
  padding: 20px;
}

.lowes-foot-icon {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.scroll-down-icon {
  width: 30px;
  height: 80px;
  margin-bottom: 182px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.scroll-down-icon.mmb {
  margin-bottom: 220px;
}

.scroll-down-icon.mmb.pagetransition {
  z-index: 20;
  flex-wrap: wrap;
  place-content: center;
  align-items: center;
  display: flex;
}

.hero-parallax-one {
  z-index: 10;
  background-image: url('../images/parallax-front.png');
  background-position: 50%;
  background-size: cover;
  display: block;
  position: absolute;
  inset: 0%;
}

.hero-parallax-two {
  z-index: 8;
  background-image: url('../images/parallax-middle.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 960px;
  display: block;
  position: absolute;
  inset: 0%;
}

.hero-parallax-three {
  z-index: 6;
  background-image: url('../images/parallax-back.png');
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  inset: 0%;
}

.transforming-p-one {
  z-index: 5;
  background-image: url('../images/transforming-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 700px;
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  height: 100%;
  margin-top: 5vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.transforming-p-two {
  z-index: 8;
  background-image: url('../images/transforming-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 700px;
  width: 100%;
  margin-top: 5vh;
  display: block;
  position: absolute;
  inset: 0%;
}

.tog-two {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.tog-one {
  width: 60%;
  margin-top: -290px;
  margin-left: auto;
  margin-right: auto;
}

.transfrming-p-three {
  z-index: 9;
  background-image: url('../images/transforming-3.svg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: 700px;
  width: 100%;
  margin-top: 5vh;
  display: block;
  position: absolute;
  inset: 0%;
}

.tog-three {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

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

.form-address {
  margin-top: 60px;
}

.bullet-solo {
  display: inline-block;
}

.bs-wrpr {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.solo-bullet {
  flex-wrap: wrap-reverse;
  width: 10px;
  height: 10px;
  margin-right: 8px;
}

.white-li {
  line-height: 1.8em;
  list-style-type: none;
}

.ul-wli {
  background-image: url('../images/bullet-w.svg');
  background-position: 0 9px;
  background-repeat: no-repeat;
  background-size: 10px;
  padding-left: 18px;
}

.iguanahome {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: -150px;
  display: flex;
  position: relative;
}

.dark-text {
  color: var(--black);
}

.story-slider {
  background-color: #0000;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
}

.arrow-slider {
  color: var(--black);
  background-color: #eeec;
  border-radius: 40px;
  width: 50px;
  height: 50px;
  font-size: 1.5em;
}

.arrow-slider.right {
  margin-right: -25px;
}

.arrow-slider.left {
  margin-left: -25px;
}

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

.slider.two {
  background-image: url('../images/2.jpeg');
}

.slider.three {
  background-image: url('../images/3.jpeg');
}

.slider.four {
  background-image: url('../images/4.jpeg');
}

.slider.five {
  background-image: url('../images/5.jpeg');
}

.slider.six {
  background-image: url('../images/6.jpeg');
}

.slider.seven {
  background-image: url('../images/slide1.jpg');
}

.slider.eight {
  background-image: url('../images/slide2.jpg');
}

.slider.nine {
  background-image: url('../images/slide3.jpg');
}

.slider.ten {
  background-image: url('../images/slide4.jpg');
}

.slider.eleven {
  background-image: url('../images/slide5.jpg');
}

.slider.twelve {
  background-image: url('../images/slide6.jpg');
}

.slider.therteen {
  background-image: url('../images/slide7.jpg');
}

.slider.fourteen {
  background-image: url('../images/slide8.jpg');
}

.remate-yellow {
  background-image: url('../images/remate-yellow.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 110%;
  height: 70px;
  position: absolute;
  inset: 0% 0% auto;
}

.icon-hldr {
  width: 14%;
  min-height: 20px;
  margin-left: 1%;
  margin-right: 1%;
  position: relative;
}

.icon-fix {
  height: 100px;
}

.main-link-card {
  width: 25%;
  height: 180px;
  position: relative;
}

.main-link-card._20 {
  width: 20%;
}

.mlc-content {
  z-index: 2;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.mlc-shade {
  z-index: 1;
  background-image: linear-gradient(#0009, #0009);
  position: absolute;
  inset: 0%;
}

.mlc-bg {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.mlc-bg.our-story {
  background-image: url('../images/our-story.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mlc-bg.ranchos {
  background-image: url('../images/our-ranchos.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

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

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

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

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

.mlc-bg.water {
  background-image: url('../images/water-conservation.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mlc-bg.green {
  background-image: url('../images/green-initiatives.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mlc-bg.source {
  background-image: url('../images/from-source.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mlc-bg.on-the-go {
  background-image: url('../images/on-the-go.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mlc-bg.always {
  background-image: url('../images/always-there.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mlc-bg.ground {
  background-image: url('../images/on-the-ground.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mlc-hover-pleca {
  z-index: 3;
  background-color: #418933;
  height: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.mlc-hldr-info {
  color: var(--white);
  width: 100%;
  padding: 0 2em 2em;
  font-family: Open Sans, sans-serif;
  font-size: .8em;
}

.mlc-title {
  margin-bottom: .2em;
  font-family: Poppins, sans-serif;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1em;
}

.off-mask-menu-top {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  display: block;
  position: fixed;
  inset: 0%;
}

.logos-flex {
  width: 45%;
  min-height: 100px;
  margin-top: 5vh;
  margin-left: 5%;
}

.iguala-flex {
  width: 50%;
}

.logos-grid {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.logo-grid {
  width: 18%;
  margin-left: 1%;
  margin-right: 1%;
}

.logo-grid.small {
  width: 15%;
}

.logo-grid.bg {
  width: 20%;
}

.hldr-fastes {
  width: 600px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

.p-small {
  font-size: .8em;
}

.camnion {
  margin-top: -17px;
}

.text-and-icon {
  flex-wrap: wrap;
  place-content: center flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

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

.organic-tt {
  margin-bottom: 0;
}

.disney-logo {
  width: 240px;
  min-height: 100px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.planting-gro-icons {
  width: 90%;
}

.planting-gro-icons.smaller {
  width: 69%;
}

.remate-blanco {
  background-image: url('../images/pleca-blanca-bottom.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 110%;
  height: 80px;
  position: absolute;
  inset: auto 0% 0%;
}

.beyond-ico {
  width: 300px;
  min-height: 100px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.pleca-blanca-top {
  background-image: url('../images/pleca-blanca-top.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 110%;
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.whater-c {
  width: 300px;
  min-height: 100px;
  margin-left: auto;
  margin-right: auto;
}

.remate-blanco-top {
  background-image: url('../images/pleca-blanca-top.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 110%;
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.icons-hand {
  flex-wrap: wrap;
  place-content: flex-start space-between;
  align-items: flex-start;
  width: 800px;
  min-height: 100px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hand-icon {
  width: 29.3333%;
  margin-left: 2%;
  margin-right: 2%;
}

.otg-icon {
  width: 200px;
  min-height: 100px;
  margin-left: auto;
  margin-right: auto;
}

.pleca-verde-bottom {
  background-image: url('../images/pleca-verde-bottom.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 110%;
  height: 80px;
  position: absolute;
  inset: auto 0% 0%;
}

.light {
  font-weight: 400;
}

.contact-info-col {
  border-right: 4px solid #000;
  height: 100%;
  padding-right: 20px;
}

.contact-info-col.last {
  border-right-style: none;
}

.reserva {
  font-size: 1.2em;
  line-height: 1.2em;
}

.black-link {
  color: var(--black);
}

.zoom-logo {
  width: 140px;
  margin-top: 20px;
}

.texts-mall {
  font-size: .8em;
}

.success {
  color: var(--white);
  background-color: #418933;
  width: 100%;
}

html.w-mod-js [data-ix="scroll-down-icon"] {
  opacity: 0;
}

@media screen and (min-width: 1280px) {
  h1 {
    margin-bottom: .2em;
  }

  h2 {
    font-size: 2.6em;
  }

  .wrpr {
    max-width: 60%;
  }

  .section.sustainable {
    height: 840px;
  }

  .hero.parallax-home {
    background-position: 50%;
    height: 110vh;
  }

  .hero.our-ranchos {
    background-image: linear-gradient(#0003, #0003), url('../images/main-ranchos.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 40vh;
  }

  .hero.hero-background.green-i {
    height: 820px;
  }

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

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

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

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

  .image {
    object-fit: cover;
  }

  .bottom-hero {
    top: -150px;
  }

  .mn-btn {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .intro-block {
    width: 65%;
  }

  .footer-remate {
    height: 320px;
  }

  .footer-pleca-2 {
    min-height: 170px;
  }

  .footer-pleca-3 {
    height: 240px;
  }

  .footer-pleca-4 {
    background-size: 110%;
    height: 300px;
  }

  .hero-botom-1 {
    background-position: 50% 0;
    min-height: 400px;
    margin-bottom: -230px;
  }

  .hero-botom-2 {
    background-position: 50% 0;
  }

  .hldr-leyend {
    width: 70%;
  }

  .toogle {
    position: relative;
  }

  .toogle-icon {
    width: 50px;
    height: 50px;
  }

  .toogle-icons-hldr {
    width: 50px;
    margin-bottom: 8px;
  }

  .bananas-top {
    height: 120px;
  }

  .hero-sub-title {
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.4em;
  }

  .flexed {
    text-align: left;
    flex-flow: wrap;
    place-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

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

  .brake-block.people {
    height: 960px;
  }

  .hero-parallax-one {
    background-image: url('../images/parallax-front.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .hero-parallax-two {
    background-image: url('../images/parallax-middle.png');
    background-size: cover;
  }

  .hero-parallax-three {
    background-image: url('../images/parallax-back.png');
    background-position: 50%;
  }

  .transforming-p-one, .transforming-p-two, .transfrming-p-three {
    background-size: 1000px;
    inset: 0%;
  }

  .remate-yellow {
    height: 100px;
  }

  .iguala-flex {
    margin-bottom: -60px;
  }

  .remate-blanco {
    height: 100px;
  }
}

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

  h3 {
    line-height: 1.3em;
  }

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

  .wrpr.flex-bar.scroll-nav-bar {
    width: 96%;
  }

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

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

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

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

  .desk-nav {
    display: flex;
  }

  .mov-nav {
    display: none;
  }

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

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

  .mn-card {
    width: 60%;
  }

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

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

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

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

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

  .ic-icon {
    width: 6em;
  }

  .fg-col {
    width: 50%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .spacer {
    height: 8vh;
  }

  .trgr-open.brgr {
    background-image: none;
    flex-flow: wrap;
    place-content: space-between center;
    align-items: stretch;
    display: flex;
  }

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

  .footer-blok {
    justify-content: center;
    padding-top: 1vh;
  }

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

  .bottom-hero {
    top: -130px;
  }

  .transforming {
    margin-bottom: 40px;
  }

  .hldr-logos {
    align-items: center;
  }

  .container.on-home {
    top: 90vh;
  }

  .transforming-p-one, .transforming-p-two, .transfrming-p-three {
    background-size: 600px;
  }

  .story-slider {
    height: 500px;
  }

  .contact-info-col {
    padding-right: 14px;
  }
}

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

  h1 {
    font-size: 2.6em;
  }

  h2 {
    font-size: 2.2em;
  }

  h4 {
    margin-bottom: 8px;
  }

  .wrpr {
    width: 90%;
  }

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

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

  .desk-nav {
    display: none;
  }

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

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

  .hero.parallax-home {
    height: 790px;
  }

  .hero-card {
    width: 70%;
  }

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

  .btn {
    margin-bottom: 12px;
  }

  .ftr-25 {
    width: 50%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .form, .btn-enviar {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .rectangle-card {
    width: 49%;
  }

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

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

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

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

  .spacer {
    height: 6vh;
  }

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

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

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

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

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

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

  .footer-blok {
    padding-top: 1vh;
  }

  .brgr-bar {
    height: 4px;
  }

  .bottom-hero {
    height: 200px;
    top: -200px;
  }

  .mn-btn {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .mn-btn.first.no-flex, .mn-btn.no-flex {
    display: block;
  }

  .intro-block {
    width: 90%;
  }

  .full-height-post {
    justify-content: flex-start;
    margin-bottom: 40px;
  }

  .footer-remate {
    margin-bottom: -6px;
  }

  .footer-pleca-1, .footer-pleca-2 {
    background-position: 50% 100%;
  }

  .footer-pleca-3 {
    height: 170px;
  }

  .footer-pleca-4 {
    height: 200px;
  }

  .fila-logos {
    width: 85%;
  }

  .fila-logos.larger {
    width: 90%;
  }

  .legal-social {
    justify-content: center;
    width: 100%;
  }

  .legal-text {
    font-size: 11px;
  }

  .hero-botom-1 {
    min-height: 300px;
  }

  .hero-botom-2 {
    height: 150px;
  }

  .container.on-home {
    top: 800px;
  }

  .brand-hldr {
    width: 18%;
    margin-left: 2%;
    margin-right: 2%;
  }

  .transforming-p-one, .transforming-p-two, .transfrming-p-three {
    background-size: 500px;
  }

  .iguanahome {
    margin-bottom: -80px;
  }

  .story-slider {
    height: 350px;
  }

  .icon-hldr {
    width: 31.333%;
    margin-bottom: 20px;
  }

  .main-link-card {
    width: 50%;
    height: 140px;
  }

  .main-link-card._20 {
    width: 33.3333%;
  }

  .main-link-card._20.fix-mov {
    width: 50%;
  }

  .menu-desciprt {
    display: none;
  }

  .hldr-fastes {
    width: 80%;
  }

  .remate-blanco {
    height: 60px;
  }

  .whater-c {
    width: 200px;
  }

  .light {
    margin-bottom: 2em;
  }
}

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

  h1 {
    font-size: 2.4em;
  }

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

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

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

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

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

  .section.intro {
    padding-top: 20px;
    padding-bottom: 2vh;
  }

  .section.sustainable {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .icon-btn {
    display: block;
  }

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

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

  .mn-card {
    width: 100%;
  }

  .hero.parallax-home {
    height: 90vh;
  }

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

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

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

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

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

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

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

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

  .ftr-25 {
    width: 100%;
  }

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

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

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

  .titular {
    padding-left: 0%;
    padding-right: 0%;
  }

  .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 {
    font-size: 1.4em;
  }

  .input {
    margin-bottom: 20px;
  }

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

  .amc-ftr {
    padding: 20px;
  }

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

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

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

  .small {
    font-size: 1.4em;
  }

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

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

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

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

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

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

  .mr-divider {
    flex: 1.5 auto;
  }

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

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

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

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

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

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

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

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

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

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

  .cb-txt {
    display: none;
  }

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

  .bold {
    font-size: 1.5em;
  }

  .spacer {
    height: 4vh;
  }

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

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

  .bottom-hero {
    top: -100px;
  }

  .mn-btn {
    padding-left: 8px;
    padding-right: 8px;
    line-height: 1.2em;
  }

  .footer-remate {
    height: 160px;
    margin-bottom: 0;
  }

  .footer-pleca-1 {
    background-size: 100%;
  }

  .footer-pleca-3 {
    height: 110px;
  }

  .footer-pleca-4 {
    height: 130px;
  }

  .legal-social {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .legal-text {
    margin-bottom: 8px;
    margin-left: 0;
    margin-right: 0;
  }

  .container.on-home {
    top: 96vh;
  }

  .brand-hldr {
    width: 24%;
  }

  .bananas-top {
    height: 40px;
  }

  .pb-bottom {
    height: 60px;
  }

  .transforming-p-one {
    background-size: 90%;
    margin-top: 4vh;
  }

  .transforming-p-two {
    background-size: 90%;
    margin-top: 1vh;
  }

  .transfrming-p-three {
    background-size: 90%;
    margin-top: 0;
  }

  .full-video {
    margin-top: -45px;
  }

  .story-slider {
    height: 220px;
  }

  .arrow-slider.right {
    border-radius: 15px;
    width: 30px;
    height: 30px;
    margin-right: -15px;
  }

  .arrow-slider.left {
    border-radius: 15px;
    width: 30px;
    height: 30px;
    margin-left: -15px;
  }

  .icon-hldr {
    width: 48%;
  }

  .main-link-card._20 {
    width: 50%;
  }

  .main-link-card._20.fix-mov.last {
    width: 100%;
  }

  .logos-flex {
    width: 90%;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .iguala-flex {
    width: 100%;
  }

  .camnion {
    margin-top: 0;
  }

  .remate-blanco {
    height: 40px;
  }

  .contact-info-col {
    border-right-style: none;
    margin-bottom: 40px;
    padding-right: 0;
  }
}

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

#w-node-e30b65b3-2109-038e-2ecb-1d5714939f0a-3cc93661 {
  grid-area: span 8 / span 1 / span 8 / span 1;
}

#w-node-_5d54d31a-8844-0fda-bf2f-331bbaceeefc-3cc93661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47ddde39-2587-269d-e9b3-006534797dd8-3cc93661 {
  grid-area: span 8 / span 1 / span 8 / span 1;
}

#w-node-b96c07d5-a4a5-c89b-fb81-707cd71ca649-3cc93661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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


