body {
  background-color: #fff;
  font-family: Roboto, sans-serif;
  color: #1c213b;
  font-size: 1em;
  line-height: 1.4em;
  font-weight: 300;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 3em;
  line-height: 1.2em;
  font-weight: 700;
}

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

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

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

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

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

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

a {
  color: #19adf4;
  text-decoration: underline;
}

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

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

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

label {
  display: block;
  margin-bottom: 5px;
  margin-left: 4px;
  font-family: Roboto, sans-serif;
  font-size: 0.9em;
  font-weight: 400;
}

strong {
  font-weight: bold;
}

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

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

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

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

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

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

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

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

.wrpr.master-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

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

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

.wrpr.master-flex.end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.wrpr.master-flex.v-center-fix {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.wrpr.master-flex.j-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrpr.master-flex.j-center.last-quotes {
  margin-bottom: 40px;
}

.wrpr.master-flex.a-center {
  text-align: center;
}

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

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

.wrpr.full-widht.master-flex.stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

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

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

.wrpr.hu-w-container {
  margin-top: -180px;
}

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

.section {
  padding-top: 12vh;
  padding-bottom: 12vh;
  background-color: #fff;
  color: #314092;
  text-transform: none;
}

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

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

.section.color-1 {
  background-color: #314092;
  background-image: linear-gradient(131deg, #2a40b5, #314092);
  color: #fff;
}

.section.color-1.no-bg {
  background-image: none;
}

.section.color-1.a-center {
  text-align: center;
}

.section.color-2 {
  background-color: #fffde4;
  color: #314092;
}

.section.cta {
  background-color: #b2bcf2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(25, 173, 244, 0.9)), to(rgba(25, 173, 244, 0.9))), url('../images/campus-1.jpg');
  background-image: linear-gradient(180deg, rgba(25, 173, 244, 0.9), rgba(25, 173, 244, 0.9)), url('../images/campus-1.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  color: #fff;
  text-align: center;
}

.section.image-bg {
  background-image: url('../images/bg-us.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff;
}

.section.nice-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

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

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

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

.section.gris {
  background-color: #e9ecfb;
}

.section.duolingi-class {
  background-image: -webkit-gradient(linear, left bottom, left top, from(hsla(96, 0%, 100%, 0.9)), color-stop(75%, hsla(0, 0%, 100%, 0.8))), url('../images/duolingo-classroom.jpg');
  background-image: linear-gradient(0deg, hsla(96, 0%, 100%, 0.9), hsla(0, 0%, 100%, 0.8) 75%), url('../images/duolingo-classroom.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.gray {
  background-color: #f4f4f4;
}

.section.light-gray {
  background-color: #f8f9ff;
}

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

.section.ruta {
  padding-top: 0vh;
  padding-bottom: 0vh;
  background-color: #314092;
}

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

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

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

.main-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.second-bar {
  display: block;
  padding-top: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #ededed;
}

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

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

.nav {
  position: relative;
}

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

.mov-nav {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-btn {
  padding: 0px 10px;
  background-color: transparent;
  font-family: Poppins, sans-serif;
  color: #1c213b;
  font-size: 0.8em;
  line-height: 50px;
}

.nav-btn:hover {
  color: #888;
}

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

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

.nav-btn.cta {
  margin-left: 20px;
  padding-right: 22px;
  padding-left: 22px;
  border-radius: 25px;
  background-color: #fc942d;
  background-image: linear-gradient(296deg, #ffb56c, #ef8b28);
  box-shadow: 0 10px 20px -5px #fba34b;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #fff;
  font-weight: 600;
}

.nav-btn.cta:hover {
  box-shadow: 0 10px 10px -10px #c16b16;
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.nav-btn.cta.green {
  background-color: #4eae4c;
  background-image: linear-gradient(296deg, #67c765, #369c34);
  box-shadow: 0 10px 20px -5px rgba(55, 156, 52, 0.63);
}

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

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

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

.sib-flex-hldr.white {
  color: #fff;
}

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

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

.medium-icon.phone {
  width: 20px;
  height: 20px;
  background-color: transparent;
  background-image: url('../images/tel-ico-w.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.medium-icon.phone.whats {
  background-image: url('../images/whatsapp-icon.svg');
}

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

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

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

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

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

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

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

.hero {
  display: block;
  height: auto;
  padding-top: 160px;
  padding-bottom: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #202e7a;
}

.hero.d-blok {
  display: block;
  color: #fff;
}

.hero.landing {
  padding-top: 220px;
}

.hero-card {
  width: 40%;
}

.hero-card.cms-editable {
  width: 450px;
}

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

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

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

.secundary-text.dark {
  color: #314092;
}

.secundary-text.gris {
  color: #5f689b;
}

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

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

.botonera {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 2em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

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

.btn {
  margin-right: 12px;
  padding: 10px 28px;
  border-style: solid;
  border-width: 4px;
  border-color: #b2bcf2;
  border-radius: 35px;
  background-color: #314092;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 700;
  text-align: center;
}

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

.btn.brdr {
  padding-top: 11px;
  padding-bottom: 11px;
  border-style: solid;
  border-width: 4px;
  border-color: #b2bcf2;
  background-color: transparent;
  color: #314092;
}

.btn.brdr:hover {
  background-color: #202e7a;
  color: #fff;
}

.btn.brdr.white {
  padding-top: 9px;
  padding-bottom: 9px;
  border-color: #fff;
  color: #fff;
}

.btn.brdr.orange {
  border-color: #fc942d;
  color: #fc942d;
}

.btn.brdr.orange:hover {
  border-color: #fc942d;
  background-color: #f8b16a;
}

.btn.brdr.red {
  padding-top: 10px;
  padding-bottom: 10px;
  border-color: #f1320c;
  color: #f1320c;
}

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

.btn.small {
  margin-right: 0px;
  margin-left: 0px;
  padding: 8px 18px;
  font-size: 0.8em;
}

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

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

.btn.big.orange {
  padding-top: 14px;
  padding-bottom: 14px;
  border-color: #ffbe7e;
  background-color: #fc942d;
  background-image: linear-gradient(149deg, #fc942d, #f4e849);
  color: #67411c;
}

.btn.contrast {
  border-color: #fff67c;
  background-color: #f4e849;
  color: #314092;
}

.btn.text-only {
  padding: 5px 0px;
  border-style: none;
  border-radius: 0px;
  background-color: transparent;
  background-image: linear-gradient(126deg, #fc942d, #f4e849);
  font-size: 1.1em;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

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

.btn.text-only.small {
  font-size: 0.9em;
}

.btn.fw {
  display: block;
}

.btn.color-3 {
  border-color: #67c765;
  background-color: #4eae4c;
}

.btn.send {
  border-color: #369c34;
  background-color: #67c765;
}

.btn.send.full-width {
  width: 100%;
  margin-right: 0px;
  font-size: 1.2em;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.btn.cta-color {
  border-color: #b3f4b2;
  background-color: #4eae4c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#67c765), to(#4eae4c));
  background-image: linear-gradient(180deg, #67c765, #4eae4c);
}

.btn.special {
  width: 100%;
  margin-right: 0px;
}

.btn.whats {
  padding-right: 25px;
  padding-left: 50px;
  border-color: #25d366;
  background-color: #25d366;
  background-image: url('../images/whatsapp-icon.svg');
  background-position: 12px 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  color: #fff;
}

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

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

.ftr-link {
  display: block;
  margin-bottom: 5px;
  color: #f4e849;
  font-size: 0.8em;
  font-weight: 400;
  text-decoration: underline;
}

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

.crew {
  color: #e4e4e4;
}

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

.ftr-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(1, 1, 1, 0.2);
}

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

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

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

.ftr-brand {
  margin-bottom: 40px;
  color: #202e7a;
}

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

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

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

.ftr-col {
  margin: 10% 15% 40px;
}

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

.footer.cms-include {
  padding-top: 30px;
  background-color: #314092;
}

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

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

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

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

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

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

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

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

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

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

.flex-col._50.text-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0%;
  padding-left: 0%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.flex-col._50.form-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  padding-top: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.flex-col._50.logo-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #314092;
  background-image: linear-gradient(346deg, #415ceb, #314092);
}

.flex-col._30 {
  width: 33.3333%;
  min-height: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

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

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

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

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

.flex-col._40 {
  width: 40%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.flex-col.ingles-side {
  width: 40%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.flex-col.covid-side-text {
  width: 35%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.flex-col.duolingo-flex {
  width: 40%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.flex-col.bhu-title-blk {
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.flex-col.checkoxes {
  margin-bottom: 20px;
}

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

.aside-text-card.cms-editable {
  width: 85%;
}

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

.image-frame {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
}

.image-frame.no-ovflow {
  overflow: visible;
}

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

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

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

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

.divider-titular {
  width: 100px;
  height: 4px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  border-radius: 2px;
  background-color: #f4e849;
}

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

.titular-label {
  display: inline-block;
  margin-bottom: 18px;
  padding: 6px 16px 4px;
  border-style: solid;
  border-width: 1px;
  border-color: #b2bcf2;
  border-radius: 25px;
  color: #b2bcf2;
  font-size: 0.8em;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

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

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

.color-card.color-2 {
  background-color: #f4e849;
}

.color-card.color-3 {
  background-color: #4eae4c;
}

.color-card.color-4 {
  background-color: #19adf4;
}

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

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

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

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

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

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

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

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

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

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

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

.desk-menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

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

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

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

.icon-card {
  display: block;
  margin-bottom: 40px;
  padding: 33px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #fff;
  background-image: linear-gradient(151deg, #f4f4f4 30%, #fff 0);
  box-shadow: 18px 18px 0 0 rgba(0, 0, 0, 0.1);
  color: #4a5dc3;
  text-align: left;
}

.icon-card.h-icon-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  color: #202e7a;
  text-align: left;
}

.icon-card.h-icon-card.white {
  color: #fff;
}

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

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

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

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

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

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

.ftr-titular {
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 1.1em;
  font-weight: 700;
}

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

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

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

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

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

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

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

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

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

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

.hover:hover {
  opacity: 1;
}

.side-blok-divider {
  height: 2px;
  margin-bottom: 20px;
  background-color: #4eae4c;
}

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

.input {
  height: auto;
  margin-bottom: 20px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #c7c7c7;
  background-color: #f4f4f4;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-size: 1.1em;
  line-height: 2em;
}

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

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

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

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

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

.gmap {
  height: 160px;
}

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

.address.on-footer {
  margin-top: 20px;
  padding: 0px;
  color: #fff;
}

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

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

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

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

.bloque {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}

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

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

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

.link {
  color: #1924a3;
}

.amc-body {
  padding: 60px 30px 40px;
  color: #202e7a;
  text-align: center;
}

.alert-blok {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4e849;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.a-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 0px;
  padding: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #6a6a6a;
}

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

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

.ac-wrpr {
  display: block;
}

.ac-wrpr.a-center {
  text-align: center;
}

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

.pc-time-label {
  color: #888;
}

.pc-name-label {
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fc942d;
  background-image: linear-gradient(151deg, #fc942d, #f4e849);
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.price-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 30px 30px -15px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.pc-price-label {
  font-family: Montserrat, sans-serif;
  color: #314092;
  font-size: 3em;
  line-height: 1.4em;
  font-weight: 800;
}

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

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

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

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

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

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

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

.hero-in {
  padding-top: 25vh;
  background-color: #314092;
  background-image: linear-gradient(45deg, #314092, rgba(12, 20, 68, 0.5)), url('../images/hero-educacion.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
  text-align: left;
}

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

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

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

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

.big-color-card {
  padding: 50px 40px 40px;
  border-radius: 10px;
  background-color: #314092;
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cookie-modal {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  max-width: 60%;
  margin-right: 40px;
  margin-bottom: 40px;
  padding: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-radius: 8px;
  background-color: #314092;
  opacity: 1;
  color: #fff;
  font-size: 0.9em;
  font-weight: 400;
}

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

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

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

.menu-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-bottom: 10px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border-bottom: 4px solid #f4f4f4;
  font-size: 1.03em;
}

.mr-platillo-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 40%;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  line-height: 1.3em;
  font-weight: 700;
}

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

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

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

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

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

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

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

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

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

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

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

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

.menu-icons-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-top: 1px dashed #ededed;
}

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

.menu-alert {
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #19adf4;
  border-radius: 4px;
  text-align: left;
}

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

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

.agrupar {
  margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rt-menu h2 {
  display: none;
}

.rt-menu h3 {
  display: none;
}

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

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

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

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

.messenger-bar {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: 4vh;
  margin-bottom: 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

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

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

.call-btn.whatsapp {
  background-color: #25d366;
  background-image: url('../images/whatsapp-w.svg');
  background-size: 24px;
}

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

.testimonial-card {
  display: block;
  padding: 20px 40px 30px;
  border-radius: 12px;
  background-color: #fff;
  text-align: left;
}

.testimonial-card.clean-pdd {
  padding: 0px 20px;
}

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

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

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

.author-name {
  margin-bottom: 4px;
  color: #314092;
  font-size: 1.3em;
  font-weight: 500;
}

.author-name.smaller {
  color: #888;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 400;
}

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

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

.acc-hdr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #d8ca13;
  font-size: 1.1em;
  font-weight: 700;
}

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

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

.acc-body {
  padding: 30px;
}

.acc-seter {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #f4e849;
}

.sys-flex-demo-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 25vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f4f4f4;
}

.sys-flex-demo-card.color-1 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #314092;
}

.sys-flex-demo-card.body-color {
  background-color: transparent;
  color: #010101;
}

.sys-flex-demo-card.color-2 {
  background-color: #f4e849;
}

.sys-flex-demo-card.color-3 {
  background-color: #4eae4c;
}

.sys-flex-demo-card.color-4 {
  background-color: #19adf4;
}

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

.sys-flex-demo-card.cuarto.body-color {
  color: #1c213b;
}

.sys-flex-demo-card.cuarto.color-1 {
  color: #fff;
}

.sys-flex-demo-card.cuarto.color-2 {
  color: #314092;
}

.sys-flex-demo-card.cuarto.color-3 {
  color: #fff;
}

.fwh-center-flex-card {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 70%;
  padding-top: 14px;
  padding-bottom: 14px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

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

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

.master-flex.space-b {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.sid-eblok-title {
  margin-bottom: 8px;
  color: #314092;
  font-weight: 700;
}

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

.bold {
  font-weight: 700;
}

.bold.orange {
  background-image: linear-gradient(162deg, #fc942d, #f4e849);
  color: #fc942d;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

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

.bullet-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

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

.bt-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

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

.color-shade.color-1-l {
  background-color: #b2bcf2;
}

.color-shade.color-1-d {
  background-color: #202e7a;
}

.color-shade.color-2-l {
  background-color: #fff67c;
}

.color-shade.color-2-d {
  background-color: #d8ca13;
}

.color-shade.color-3-l {
  background-color: #67c765;
}

.color-shade.color-3-d {
  background-color: #369c34;
}

.color-shade.color-4-l {
  background-color: #84d7ff;
}

.color-shade.color-4-d {
  background-color: #108ac5;
}

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

.hero-big-text {
  margin-bottom: 20px;
  background-image: linear-gradient(132deg, #fc942d, #f4e849);
  font-family: Poppins, sans-serif;
  font-size: 4em;
  line-height: 1.1em;
  font-weight: 700;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.side-title-col {
  width: 45%;
  min-height: 20px;
}

.text-label {
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 1em;
}

.text-label.yellow {
  color: #f4e849;
}

.text-label.contrast-s {
  font-family: Roboto, sans-serif;
  color: #fc942d;
  font-size: 0.9em;
}

.text-label.contrast-s.altas {
  text-transform: uppercase;
}

.h2-bit-title {
  font-size: 2.8em;
  line-height: 1.2em;
  font-weight: 700;
}

.h2-bit-title.orange {
  color: #fc942d;
}

.cards-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cards-image-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 0%;
}

.cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.gif-one {
  overflow: hidden;
  width: 80%;
  border-radius: 6px;
  box-shadow: -7px 7px 30px -5px #4d4805;
}

.gif-two {
  position: relative;
  left: 60px;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  overflow: hidden;
  width: 80%;
  min-height: 100px;
  margin-top: -70px;
  border-radius: 6px;
  box-shadow: -7px 7px 30px -5px #4d4805;
}

.cta-card {
  width: 65%;
  margin-right: auto;
  margin-left: auto;
}

.clave-edu {
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 0.8em;
  line-height: 1.8em;
}

.hero-image {
  width: 60%;
}

.shade-nav {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #fff;
}

.hero-in-card {
  width: 50%;
  min-height: 20px;
  margin-bottom: -10px;
  padding-bottom: 4vh;
  padding-left: 1.4%;
  border-bottom: 10px solid #f4e849;
}

.hi-sub-title {
  margin-bottom: 20px;
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: 300;
}

.sc-content {
  padding: 35px 34px;
  background-color: #f4f4f4;
  font-size: 0.9em;
  text-align: left;
}

.title-2 {
  margin-bottom: 15px;
  font-size: 2em;
  font-weight: 700;
}

.rich-text {
  color: #384aab;
}

.rich-text a {
  color: #fc942d;
  font-weight: 500;
  text-decoration: underline;
}

.rich-text strong {
  color: #202e7a;
}

.rich-text p {
  line-height: 1.6em;
}

.rich-text ul {
  font-size: 0.9em;
  line-height: 1.7em;
}

.rich-text.white {
  color: #fff;
}

.rich-text li {
  margin-bottom: 10px;
}

.h2-titular {
  margin-bottom: 20px;
  font-size: 2.6em;
  line-height: 1.3em;
  font-weight: 700;
  letter-spacing: -1px;
}

.h2-titular.hide {
  display: none;
}

.hero-h1-seo-label {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 0.9em;
  font-weight: 400;
}

.text-block-2 {
  margin-bottom: 25px;
  font-family: Poppins, sans-serif;
  font-size: 3.2em;
  line-height: 1.2em;
  font-weight: 700;
}

.titular-dark-link {
  color: #f4e849;
  font-weight: 400;
}

.ic-label-text {
  margin-bottom: 10px;
}

.ic-title {
  margin-bottom: 20px;
  background-image: linear-gradient(139deg, #19adf4 41%, #314092);
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 700;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ic-title.small {
  font-size: 1.7em;
}

.title-sb-title {
  margin-bottom: 20px;
  font-size: 1.2em;
  line-height: 1.5em;
}

.covid-side-card {
  padding: 35px;
  border-radius: 8px;
  background-color: #fffbc1;
}

.certificado-card {
  padding-right: 3%;
  padding-left: 3%;
  text-align: center;
}

.price-tt {
  background-image: linear-gradient(136deg, #f3e423, #fc942d);
  font-weight: 700;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.spacer {
  height: 12vh;
}

.spacer._40 {
  height: 40px;
}

.hero-info {
  color: hsla(0, 0%, 100%, 0.6);
  font-style: italic;
}

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

.pre-titulo {
  width: 100%;
  min-height: 20px;
  margin-right: 10%;
  margin-bottom: 60px;
  margin-left: 10%;
  padding: 30px 4% 19px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #d9defd;
  border-radius: 8px;
  color: #d9defd;
  text-align: center;
}

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

.hldr-dualingo-slide {
  width: 300px;
  min-height: 100px;
  margin-left: 5%;
}

.app-slider {
  height: auto;
  background-color: transparent;
}

.right-arrow {
  right: -25px;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #314092;
  font-size: 1.2em;
}

.left-arrow {
  left: -32px;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #314092;
  font-size: 1.3em;
}

.slide-nav {
  display: none;
  width: 100px;
}

.duolingo-brand {
  width: 220px;
  margin-bottom: 30px;
}

.richmond-text {
  width: 30%;
}

.richmond {
  width: 170px;
  margin-bottom: 30px;
}

.g-classroom {
  width: 120px;
  margin-bottom: 20px;
}

.hero-us {
  display: block;
  height: auto;
  padding-bottom: 5vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #fff;
  color: #314092;
}

.hu-header {
  margin-bottom: 40px;
  padding-left: 1%;
}

.hu-content-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hu-slider {
  height: auto;
}

.left-arrow-2 {
  display: none;
}

.right-arrow-2 {
  display: none;
}

.slide-nav-2 {
  display: none;
}

.rich-text-w a {
  color: #f4e849;
}

.rich-text-w strong {
  color: #84d7ff;
}

.last-logo {
  width: 450px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.divider-wrpr {
  width: 200px;
  height: 4px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  background-color: #b2bcf2;
}

.full-height-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1200px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.prices-form {
  width: 70%;
  min-height: 20%;
}

.form-help-text {
  margin-top: -15px;
  margin-bottom: 20px;
  font-size: 0.8em;
}

.form-logo {
  display: block;
  width: 200px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}

.form-side-info {
  width: 500px;
  color: #fff;
  text-align: center;
}

.inscribete-hero {
  padding-top: 25vh;
  padding-bottom: 5vh;
  background-color: #f4e849;
  background-image: linear-gradient(151deg, #f4e849, #fbbc7e);
}

.steap-icon {
  width: 140px;
  min-height: 40px;
  margin-bottom: 20px;
}

.steap-card {
  margin-bottom: 40px;
  text-align: left;
}

.inscripcion-form {
  padding-top: 10vh;
  padding-bottom: 10vh;
  background-color: #fc942d;
  background-image: linear-gradient(127deg, #fc942d, #f4e849);
}

.inscripcion-form.light {
  background-color: #f5f5f5;
  background-image: linear-gradient(140deg, #f5f5f5 48%, #35a8eb);
}

.form-wrpr {
  width: 660px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  border: 1px solid #f4f4f4;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 30px 50px -10px rgba(0, 0, 0, 0.39);
}

.incrip-form-hdr {
  margin-bottom: 40px;
  border-bottom: 1px solid #b2bcf2;
}

.titulo-color-3 {
  color: #fc942d;
  font-weight: 700;
}

.select {
  height: 50px;
  margin-bottom: 20px;
}

.form-divider {
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #b2bcf2;
}

.clases-icon {
  width: 200px;
  margin-right: auto;
  margin-left: auto;
}

.ing-app {
  width: 80%;
}

.ingles-unesco {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.frame-card {
  padding: 30px 40px;
  background-color: #fff;
  box-shadow: 0 30px 40px -15px rgba(0, 0, 0, 0.3);
}

.tt-inscrip {
  background-image: linear-gradient(147deg, #19adf4, #84d7ff);
  font-family: Poppins, sans-serif;
  font-size: 1.6em;
  line-height: 1.4em;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.regular-price {
  position: relative;
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dash {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  width: 100%;
  height: 2px;
  margin-top: 14px;
  background-color: #f1320c;
}

.ahorra {
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px 14px;
  background-color: #f4e849;
  font-size: 0.8em;
  font-weight: 700;
}

.disclaimer {
  padding-right: 20px;
  padding-left: 20px;
  font-size: 0.7em;
  line-height: 1.6em;
}

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

.s-rt {
  display: inline-block;
  margin-top: 20px;
  font-size: 0.7em;
  line-height: 1.5em;
  text-align: left;
}

.sub-tt {
  margin-bottom: 10px;
}

.price-blk {
  margin-bottom: 10px;
}

.g-mapa {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  border-radius: 8px;
}

.links-footer {
  display: block;
  margin-bottom: 15px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: hsla(0, 0%, 100%, 0.6);
  text-decoration: none;
}

.links-footer:hover {
  padding-left: 10px;
  color: #fff;
}

.our-form {
  display: none;
}

.intro-precios-text-blk {
  width: 80%;
  min-height: 100px;
  margin-bottom: 40px;
  padding: 2em;
  border-radius: 12px;
  background-color: #f5f5f5;
}

.hldr-icon-img {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  width: 100px;
  height: 100px;
  margin-top: -30px;
  margin-right: -30px;
  padding: 0.8em;
  border-style: solid;
  border-width: 1px;
  border-color: #f5f5f5;
  border-radius: 50px;
  background-color: #fff;
  background-image: linear-gradient(303deg, #ededed, #fff 50%);
}

.hldr-icon-img.to-left {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-right: 0px;
  margin-left: -30px;
}

.rounded {
  border-radius: 16px;
}

.precios-info {
  margin-bottom: 40px;
  text-align: left;
}

.sello {
  width: 100%;
  margin-top: 40px;
}

._1000 {
  width: 200px;
  margin-right: auto;
  margin-left: auto;
}

html.w-mod-js *[data-ix="cookie-modal"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20%);
  -ms-transform: translate(0px, 20%);
  transform: translate(0px, 20%);
}

@media screen and (max-width: 991px) {
  h4 {
    font-size: 1.2em;
  }

  .wrpr {
    max-width: 90%;
  }

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

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

  .wrpr.master-flex.v-center-fix {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

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

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

  .wrpr.hu-w-container {
    margin-top: -100px;
  }

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

  .section.uk-bg {
    background-position: 100% 50%;
  }

  .brand {
    width: 160px;
  }

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

  .nav-btn {
    padding-right: 9px;
    padding-left: 9px;
    font-size: 0.8em;
  }

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

  .mn-c-hdr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-card {
    width: 45%;
  }

  .hero-card.cms-editable {
    width: 50%;
  }

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

  .btn {
    padding: 10px 22px;
    font-size: 0.9em;
  }

  .btn.brdr.white {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .btn.brdr.orange {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .close {
    display: block;
    width: 50px;
    height: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #d94a4a;
  }

  .flex-col._50.form-side {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .flex-col._50.logo-side {
    width: 100%;
    padding-top: 200px;
    padding-bottom: 50px;
  }

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

  .flex-col._40 {
    width: 60%;
  }

  .flex-col._40.price-fix {
    width: 50%;
  }

  .flex-col.ingles-side {
    width: 60%;
  }

  .flex-col.covid-side-text {
    width: 100%;
    margin-bottom: 40px;
  }

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

  .fg-col {
    width: 50%;
  }

  .pc-time-label {
    font-size: 0.9em;
  }

  .pc-name-label {
    font-size: 0.9em;
  }

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

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

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

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

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

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

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

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

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

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

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

  .testimonial-card {
    padding-top: 10px;
    padding-right: 24px;
    padding-left: 24px;
    font-size: 0.9em;
  }

  .hero-big-text {
    font-size: 2.4em;
  }

  .h2-bit-title {
    font-size: 2.6em;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .gif-two {
    margin-top: 20px;
  }

  .hero-image {
    width: 55%;
  }

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

  .ic-title.small {
    font-size: 1.5em;
  }

  .spacer {
    height: 10vh;
  }

  .richmond-text {
    width: 100%;
    margin-top: 40px;
    padding-right: 51px;
    padding-left: 51px;
  }

  .hero-us {
    margin-top: 90px;
  }

  .full-height-section {
    display: block;
    height: auto;
  }

  .form-side-info {
    width: 90%;
  }

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

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

  h1 {
    font-size: 2.6em;
  }

  h2 {
    font-size: 1.6em;
  }

  h4 {
    margin-bottom: 8px;
  }

  .wrpr {
    max-width: 90%;
  }

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

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

  .wrpr.master-flex.v-center-fix.reverse-mov {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .wrpr.hero-flex {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .wrpr.hu-w-container {
    margin-top: -60px;
  }

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

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

  .desk-nav {
    display: none;
  }

  .mov-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .brgr {
    display: block;
    background-image: none;
  }

  .nav-btn.cta.on-mov {
    margin-right: 20px;
    margin-left: 0px;
    border-radius: 20px;
    line-height: 40px;
  }

  .nav-btn.cta.fw-on-mov {
    width: 100%;
    font-size: 1em;
    text-align: center;
  }

  .movile-nav {
    display: none;
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }

  .movile-nav.show {
    display: block;
  }

  .mn-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 60px;
    padding-right: 0vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .mn-c-hdr {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .mn-c-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mn-c-ftr {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    padding-top: 24px;
    padding-bottom: 24px;
    background-color: #f1f7f9;
    text-align: center;
  }

  .hero {
    padding-top: 120px;
    padding-bottom: 50px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-image: linear-gradient(45deg, #fff 34%, hsla(0, 0%, 100%, 0) 76%), url('../images/hero-albert-esintein.svg');
    background-position: 0px 0px, 0% 100%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .hero.landing {
    padding-top: 160px;
    padding-bottom: 0px;
    background-image: linear-gradient(45deg, #fff 34%, hsla(0, 0%, 100%, 0) 76%), url('../images/los-4-momentos.jpg');
    background-position: 0px 0px, 0% 100%;
  }

  .hero-card {
    position: relative;
    z-index: 1;
    width: 60%;
    margin-top: 267px;
    padding-top: 0px;
    padding-right: 0%;
  }

  .hero-card.cms-editable {
    width: 60%;
  }

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

  .btn {
    margin-bottom: 12px;
    padding: 10px 24px;
    font-size: 0.8em;
  }

  .btn.brdr.white {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .btn.brdr.orange {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .btn.special {
    margin-bottom: 0px;
  }

  .close {
    width: 40px;
    height: 40px;
    background-color: transparent;
  }

  .ftr-25 {
    width: 50%;
  }

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

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

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

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

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

  .flex-col._50.fix-landing {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 25%;
    padding-left: 0%;
  }

  .flex-col._50.fix-landing-b {
    display: none;
    width: 100%;
  }

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

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

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

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

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

  .flex-col._40 {
    width: 80%;
  }

  .flex-col.duolingo-flex {
    width: 100%;
    margin-bottom: 40px;
  }

  .aside-text-card.cms-editable {
    width: 100%;
    margin-bottom: 40px;
  }

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

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

  .icon-card {
    padding: 24px 24px 20px;
    text-align: center;
  }

  .ic-icon {
    margin-right: auto;
    margin-left: auto;
  }

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

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

  .mov-btn {
    display: inline-block;
    margin-bottom: 10px;
    padding-top: 9px;
    padding-bottom: 9px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    background-color: transparent;
    font-family: Poppins, sans-serif;
    color: #314092;
    font-size: 1em;
    font-weight: 600;
    text-align: center;
    letter-spacing: 2px;
  }

  .mov-btn.cta-mov {
    margin-top: 20px;
    padding-right: 24px;
    padding-left: 24px;
    border-style: solid;
    border-width: 4px;
    border-color: #fc942d;
    border-radius: 25px;
    color: #fc942d;
  }

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

  .btn-enviar {
    width: 100%;
  }

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

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

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

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

  .pc-time-label {
    font-size: 0.8em;
  }

  .pc-name-label {
    font-size: 0.8em;
  }

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

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

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

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

  .cookie-modal {
    width: 80%;
    max-width: 90%;
    margin-right: 10%;
    font-size: 0.7em;
    line-height: 1.3em;
  }

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

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

  .rectangle-card {
    width: 49%;
  }

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

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

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

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

  .hero-big-text {
    font-size: 2em;
  }

  .h2-bit-title {
    font-size: 2.4em;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .gif-two {
    left: 0px;
  }

  .cta-card {
    width: 90%;
  }

  .image {
    border-style: solid;
    border-width: 4px;
    border-color: #e53321;
    border-radius: 20px;
  }

  .logo-mov-nav {
    width: 100px;
    height: 40px;
    margin-right: auto;
    margin-left: auto;
  }

  .hero-image {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: none;
    width: 80%;
  }

  .hero-in-card {
    width: 70%;
  }

  .hi-sub-title {
    font-size: 1em;
  }

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

  .rich-text {
    font-size: 0.8em;
  }

  .ic-title {
    font-size: 1.6em;
  }

  .ic-title.small {
    font-size: 1.4em;
  }

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

  .spacer {
    height: 8vh;
  }

  .hldr-dualingo-slide {
    margin-left: 0%;
  }

  .last-logo {
    width: 90%;
  }

  .prices-form {
    width: 90%;
  }

  .inscribete-hero {
    padding-top: 20vh;
    padding-bottom: 2vh;
  }

  .titulo-color-3.center-on-mov {
    text-align: center;
  }

  .ingles-unesco {
    width: 80%;
    margin-bottom: 40px;
  }

  .intro-precios-text-blk {
    width: 90%;
  }

  .heading {
    font-size: 1.8em;
  }
}

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

  h1 {
    font-size: 2.4em;
  }

  h2 {
    font-size: 1.5em;
  }

  h3 {
    font-size: 1.4em;
  }

  label {
    font-size: 0.7em;
  }

  .wrpr {
    max-width: 92%;
  }

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

  .wrpr.master-flex {
    max-width: 90%;
    text-align: center;
  }

  .wrpr.master-flex.narrow.reverse {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .wrpr.hu-w-container {
    margin-top: -41px;
  }

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

  .section.uk-bg {
    padding-top: 5vh;
    padding-bottom: 5vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(241, 251, 255, 0.8)), to(rgba(241, 251, 255, 0.8))), url('../images/ingles-bg-1.jpg');
    background-image: linear-gradient(180deg, rgba(241, 251, 255, 0.8), rgba(241, 251, 255, 0.8)), url('../images/ingles-bg-1.jpg');
    background-position: 0px 0px, 80% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .brand {
    width: 125px;
  }

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

  .icon-btn {
    display: block;
  }

  .ib-flex-hldr {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav-btn.cta.on-mov {
    margin-right: 25px;
  }

  .nav-btn.cta.green {
    margin-left: 0px;
    padding-right: 18px;
    padding-left: 18px;
    font-size: 0.7em;
    line-height: 40px;
  }

  .movile-nav {
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }

  .hero {
    padding-top: 100px;
    background-image: linear-gradient(45deg, #fff 34%, hsla(0, 0%, 100%, 0.5) 76%), url('../images/hero-albert-esintein.svg');
    background-position: 0px 0px, 0% 100%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .hero.landing {
    padding-top: 240px;
    padding-bottom: 40px;
    background-position: 0px 0px, 40% 50%;
  }

  .hero-card {
    width: 80%;
    margin-top: 120px;
    padding-right: 0%;
    text-align: left;
  }

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

  .secundary-text.dark {
    font-size: 0.9em;
  }

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

  .botonera.on-mov {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .btn {
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .btn.brdr.white {
    padding-top: 8px;
    padding-bottom: 8px;
    border-width: 2px;
  }

  .btn.send.full-width {
    margin-right: 0px;
  }

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

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

  .ftr-brand {
    margin-bottom: 0px;
    text-align: center;
  }

  .ftr-25 {
    width: 100%;
    min-height: auto;
  }

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

  .ftr-link-li {
    width: 100%;
  }

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

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

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

  .flex-col._50.fix-landing {
    text-align: left;
  }

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

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

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

  .flex-col._40.a-center-mov {
    text-align: center;
  }

  .flex-col._40.price-fix {
    width: 100%;
  }

  .flex-col.ingles-side {
    width: 60%;
  }

  .image-frame.no-ovflow {
    margin-top: 40px;
  }

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

  .titular {
    margin-bottom: 4vh;
  }

  .fg-col {
    width: 100%;
  }

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

  .lightbox-card {
    width: 100%;
  }

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

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

  .mov-btn {
    margin-bottom: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 0.8em;
    line-height: 1.2em;
  }

  .input {
    margin-bottom: 20px;
    font-size: 0.9em;
  }

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

  .amc-ftr {
    padding: 20px;
  }

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

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

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

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

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

  .multy-link-card {
    padding: 14px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

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

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

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

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

  .mr-divider {
    -webkit-box-flex: 1.5;
    -webkit-flex: 1.5 auto;
    -ms-flex: 1.5 auto;
    flex: 1.5 auto;
  }

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

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

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

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

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

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

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

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

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

  .call-btn {
    background-position: 50% 50%;
    background-size: 25px;
  }

  .cb-txt {
    display: none;
  }

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

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

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

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

  .hero-big-text {
    font-size: 1.7em;
  }

  .h2-bit-title {
    font-size: 1.4em;
  }

  .centered-container {
    text-align: left;
  }

  .cards-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .gif-one {
    width: 100%;
    margin-bottom: 40px;
  }

  .gif-two {
    display: none;
    width: 90%;
    min-height: auto;
    margin-top: -30px;
    margin-bottom: 40px;
    margin-left: 10%;
  }

  .hero-in-card {
    width: 100%;
  }

  .hi-sub-title {
    font-size: 0.8em;
  }

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

  .sc-content {
    padding: 24px 24px 20px;
  }

  .rich-text {
    font-size: 0.9em;
    text-align: left;
  }

  .rich-text ol {
    padding-left: 20px;
  }

  .h2-titular {
    font-size: 2em;
  }

  .text-block-2 {
    font-size: 2em;
  }

  .ic-title {
    font-size: 1.6em;
  }

  .covid-side-card {
    padding-top: 24px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .price-tt {
    font-size: 1.2em;
  }

  .spacer {
    height: 6vh;
  }

  .richmond-text {
    padding-right: 0px;
    padding-left: 0px;
  }

  .richmond {
    margin-right: auto;
    margin-left: auto;
  }

  .hero-us {
    margin-top: 85px;
  }

  .form-help-text {
    font-size: 0.6em;
  }

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

  .form-wrpr {
    padding: 20px;
  }

  .h1-landing {
    font-size: 1.5em;
  }

  .tt-inscrip {
    font-size: 1.4em;
  }

  .dash {
    margin-top: 18px;
  }

  .intro-precios-text-blk {
    padding: 1.8em;
    font-size: 0.8em;
  }

  .hldr-icon-img.to-left {
    width: 60px;
    height: 60px;
    padding: 0.4em;
    border-radius: 30px;
  }

  .last-block {
    display: none;
  }

  .last-block.show-on-mov {
    display: block;
    margin-top: 80px;
  }
}

