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

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  background-color: #fbf9f6;
  font-family: Cera, sans-serif;
  color: #2a2a2a;
  font-size: 1vw;
  line-height: 1.7;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Quincycf, sans-serif;
  font-size: 7.2em;
  line-height: 1.3;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Quincycf, sans-serif;
  color: #fbf9f6;
  font-size: 3em;
  line-height: 0.9;
  font-weight: 700;
}

h4 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Quincycf, sans-serif;
  color: #2d2426;
  font-size: 2.2em;
  line-height: 1;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Quincycf, sans-serif;
  color: #fbf9f6;
  font-size: 1.8em;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.section {
  position: static;
  width: 100%;
}

.section.header {
  background-image: url('../images/header_BG_op.webp');
  background-position: 50% 0%;
  background-size: cover;
  background-attachment: fixed;
}

.section.bg_dark-brown {
  position: static;
  background-color: #2d2426;
}

.section.bg_dark_footer {
  background-color: #140b0d;
}

.container-header {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 13vh;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-header__vertical-line {
  width: 2px;
  height: 70px;
  margin-top: 30px;
  margin-bottom: auto;
  background-color: #fbf9f6;
}

.container-header__logo {
  width: 460px;
  margin-bottom: 0px;
}

.container-modalidades {
  position: relative;
  z-index: 2;
  width: 85%;
  height: auto;
  margin-top: -80px;
  margin-right: auto;
  margin-left: auto;
}

.modalidades__title {
  position: relative;
  z-index: 3;
  width: 90%;
  margin-bottom: 25px;
}

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

.heading--center {
  text-align: center;
}

.heading--center.heading--light {
  opacity: 0.5;
  color: #fbf9f6;
}

.modalidades__modalidad {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-modalidades_image {
  width: 110%;
  max-width: 150%;
}

.modalidades__content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 100px 70px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modalidades__info {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  padding-bottom: 20px;
  justify-items: stretch;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 0.5fr 1.25fr;
  grid-template-columns: 0.5fr 1.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 2px solid #d09b3e;
}

.modalidades__hours {
  color: #fbf9f6;
  font-size: 0.8vw;
  font-weight: 500;
  text-align: left;
}

.modalidades__date-line {
  width: 60px;
  height: 6px;
  background-color: #d09b3e;
  font-size: 1rem;
}

.modalidades__date-number {
  display: inline-block;
  padding-top: 5px;
  border-top: 6px solid #d09b3e;
  font-family: Quincycf, sans-serif;
  color: #fbf9f6;
  font-size: 2.5em;
  line-height: 1;
}

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

.modalidades__date-month {
  color: #fbf9f6;
  font-size: 1.5em;
  line-height: 1;
}

.modalidades__image--tp {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url('../images/img_Tiempo_Parcial_op.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.modalidades__beneficios {
  margin-top: 30px;
}

.modalidades__subtitle {
  color: #fbf9f6;
  font-size: 1.1em;
  font-weight: 700;
  letter-spacing: 0.07em;
}

.modalidades__list-item {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0px;
  color: #fbf9f6;
  font-size: 1em;
  line-height: 1.4;
  list-style-type: disc;
}

.list-item {
  padding-bottom: 0px;
}

.list-item.modalidades-list {
  padding-bottom: 20px;
}

.modalidades__list {
  padding-left: 0px;
  list-style-type: disc;
}

.mondalidades__content-container {
  position: relative;
  z-index: 3;
}

.modalidades__info-container {
  display: block;
}

.modalidades__dark {
  position: absolute;
  z-index: 2;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #2d2426;
}

.modalidades__image--tc {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url('../images/img_Tiempo_Completo_op.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.modalidades__image--wk {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url('../images/img_Weekends_op.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.modalidad__image-container {
  position: absolute;
  width: 100%;
  height: 100%;
}

.modalidades__separator-left {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 5;
  width: 2px;
  height: 15%;
  background-color: #d09b3e;
}

.modalidades__separator-right {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  width: 2px;
  height: 15%;
  background-color: #d09b3e;
}

.modalidades__dark-slide-intro {
  position: absolute;
  z-index: 5;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #2d2426;
  opacity: 1;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.beneficios__columns {
  position: static;
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-beneficios {
  width: 85%;
  height: 100%;
  margin: 180px auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.heading--vertical {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: inline-block;
  overflow: visible;
  margin-top: 140px;
  margin-bottom: 0px;
  margin-left: -20px;
  padding-left: 0px;
  float: none;
  clear: none;
  opacity: 0.5;
  -webkit-transform: rotate(-90deg) perspective(0px);
  transform: rotate(-90deg) perspective(0px);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  color: #d09b3e;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.beneficios__title {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  text-align: left;
}

.beneficios__especialidades {
  padding-right: 20px;
  padding-left: 20px;
  background-color: transparent;
}

.beneficios__pre-title {
  display: inline-block;
  color: #d09b3e;
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.beneficios__horiz-line {
  display: inline-block;
  width: 21px;
  height: 2px;
  margin-right: 10px;
  background-color: #2d2426;
}

.beneficios__pre-title-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.beneficios__list {
  padding-left: 0px;
  list-style-type: none;
}

.beneficios__list-item {
  margin-bottom: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 1em;
}

.beneficios__nuevo {
  padding-right: 7px;
  padding-left: 7px;
  border-style: solid;
  border-width: 1px;
  border-color: #d09b3e;
  border-radius: 20px;
  color: #d09b3e;
  font-size: 0.85em;
  font-weight: 700;
}

.beneficios__numbers {
  font-family: Quincycf, sans-serif;
  color: #d09b3e;
  font-size: 2em;
  font-weight: 900;
}

.beneficios__highlight-txt {
  color: #d09b3e;
  font-size: 1.25vw;
  line-height: 1.2;
  font-weight: 700;
}

.container-contacto {
  position: static;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding: 80px 0px;
  max-width: 378px;
}

.contacto__title {
  position: relative;
  margin-top: -50px;
  margin-bottom: 100px;
}

.heading-contacto {
  margin-top: 0px;
  padding-top: 0px;
  color: #625043;
  text-align: center;
}

.contacto__info {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 0.75fr 1.75fr 1fr;
  grid-template-columns: 0.75fr 1.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contacto__asesoras {
  border-right: 1px none #625043;
}

.contacto__form {
  padding-right: 100px;
  padding-left: 100px;
}

.contacto__asesoras-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.contacto__asesoras-icon {
  width: 55px;
  margin-right: 20px;
}

.contacto__asesoras-info {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fbf9f6;
  font-size: 1.4em;
}

.contacto__asesoras-whatsapp {
  display: inline-block;
  margin-top: 10px;
  padding: 5px 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #51ae54;
  color: #fff;
  text-decoration: none;
}

.icon_whatsapp {
  display: inline-block;
  width: 20px;
  margin-right: 10px;
  margin-bottom: 3px;
}

.txt_whatsapp {
  display: inline-block;
  color: #fbf9f6;
  text-decoration: none;
}

.contacto__form-textfield {
  border-radius: 20px;
}

.contacto__form-selectfield {
  padding-right: 12px;
  border: 1px none #000;
  border-radius: 20px;
  background-color: #625043;
  color: #fbf9f6;
}

.contacto__form-button {
  display: inline-block;
  margin-top: 20px;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 20px;
  background-color: #d09b3e;
  font-size: 0.9em;
  text-transform: uppercase;
}

.contacto__form-policy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.checkbox-txt {
  color: #fbf9f6;
  font-size: 0.8em;
}

.container-testimoniales {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

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

.testimoniales__video-vivian {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.testimoniales__icon-play {
  position: absolute;
}

.testimonales__image {
  position: relative;
  width: 100%;
}

.testimoniales__cinthia_pasache {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimoniales__gustavo_cueva {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-block {
  margin-bottom: 0px;
}

.testimoniales__video-container {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 50;
  display: none;
  width: 100%;
  height: 100vh;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  opacity: 1;
}

.testimoniales__youtube-vivian {
  display: none;
  width: 70%;
}

.testimoniales__bg-dark {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: #140b0d;
  opacity: 0.85;
}

.testimoniales__youtube-cinthia {
  display: none;
  width: 70%;
}

.testimoniales__youtube-gustavo {
  display: none;
  width: 70%;
}

.testimoniales__video-cinthia {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.testimoniales__video-gustavo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.testimoniales__close-button {
  position: absolute;
  left: auto;
  top: 50px;
  right: 50px;
  bottom: auto;
  display: inline-block;
  cursor: pointer;
}

.container-footer {
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  padding: 90px 70px 35px;
}

.footer__rankings-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -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;
}

.logo-ranking-qs {
  width: 450px;
  margin-right: 50px;
  margin-left: 50px;
}

.footer__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 90px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__txt {
  display: inline-block;
  color: #fbf9f6;
  font-size: 0.8em;
  font-weight: 400;
}

.footer__logo {
  display: inline-block;
}

.contacto__link-email {
  display: block;
  color: #fbf9f6;
  font-size: 1em;
  text-decoration: none;
}

.modalidades__main-title {
  position: relative;
  z-index: 3;
  width: 90%;
  margin-bottom: 24px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.grid {
  grid-row-gap: 5px;
}

.logo-ranking-ae {
  width: 360px;
  margin-right: 50px;
  margin-left: 50px;
}

.img-modalidades {
  width: 48px;
}

.header__info {
  display: -ms-grid;
  display: grid;
  width: 85%;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1.25fr 1.75fr;
  grid-template-columns: 1.25fr 1.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contacto__info-asesoras {
 /*  display: -ms-grid; */
/*   display: grid;
 */  margin-top: 0px;
/*   -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto; 
  grid-template-rows: auto;*/
}

.title_asesoras {
  font-size: 2.2em;
}

@media screen and (min-width: 1280px) {
  .container-header {
    height: auto;
  }

  .modalidades__modalidad {
    height: auto;
  }

  .modalidades__content {
    position: relative;
    padding: 100px 75px;
  }

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

  .modalidad__image-container {
    position: absolute;
    height: 100%;
  }

  .contacto__form-textfield {
    margin-bottom: 5px;
  }

  .contacto__form-button {
    margin-top: 10px;
  }

  .modalidades__main-title {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  .section.header {
    height: auto;
  }

  .container-header {
    height: auto;
  }

  .container-header__logo {
    width: 400px;
  }

  .container-modalidades {
    width: 95%;
  }

  .modalidades__modalidad {
    height: auto;
  }

  .modalidades__content {
    padding-right: 40px;
    padding-left: 40px;
  }

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

  .beneficios__columns {
    width: auto;
    -ms-grid-columns: 0.5fr 1fr 1fr 1fr;
    grid-template-columns: 0.5fr 1fr 1fr 1fr;
  }

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

  .heading--vertical {
    margin-left: -114px;
  }

  .beneficios__title {
    width: auto;
    height: 100%;
  }

 

  .contacto__form {
    padding-right: 20px;
    padding-left: 20px;
  }

  .logo-ranking-qs {
    width: 45%;
  }

  .body {
    font-size: 1.6vw;
    line-height: 1.3;
  }

  .modalidades__main-title {
    margin-bottom: 35px;
  }

  .logo-ranking-ae {
    width: 40%;
  }

  .header__info {
    width: 100%;
    -ms-grid-columns: 1.25fr 2fr;
    grid-template-columns: 1.25fr 2fr;
  }
}

@media screen and (max-width: 767px) {
  .section {
    overflow: visible;
    max-width: 100%;
  }

  .section.header {
    height: auto;
  }

  .container-header {
    height: auto;
    padding-top: 50px;
  }

  .container-header__logo {
    width: 300px;
  }

  .container-modalidades {
    width: 80%;
  }

  .modalidades__columns {
    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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading--center.heading--light {
    font-size: 6.5em;
  }

  .modalidades__modalidad {
    height: auto;
    margin-bottom: 20px;
  }

  .modalidades__content {
    padding: 136px 120px;
  }

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

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

  .container-beneficios {
    width: 80%;
    margin-top: 50px;
  }

  .heading--vertical {
    margin-top: 0px;
    margin-left: 0px;
    -webkit-transform: perspective(0px);
    transform: perspective(0px);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    font-size: 6.5em;
  }

  .beneficios__title {
    margin-bottom: 0px;
  }

  .beneficios__especialidades {
    margin-top: 50px;
    margin-bottom: 0px;
    padding-bottom: 50px;
    border-bottom: 1px solid #625043;
  }

  .beneficios__highlight-txt {
    font-size: 3vw;
  }

  .container-contacto {
    padding-right: 20px;
    padding-left: 20px;
  }

  .contacto__title {
    margin-top: 80px;
  }

  .heading-contacto {
    font-size: 6.5em;
    line-height: 1;
  }

  .contacto__info {
    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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contacto__asesoras {
    width: 100%;
    border-right-style: none;
  }

  .contacto__form {
    width: 100%;
    margin-top: 70px;
    padding: 0px;
  }

  .contacto__asesoras-info {
    margin-top: 10px;
    margin-bottom: 0px;
  }

  .contacto__form-policy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .checkbox-txt {
    margin-top: 30px;
  }

  .container-footer {
    width: 80%;
    padding: 30px;
  }

  .footer__rankings-logos {
    overflow: hidden;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    -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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .logo-ranking-qs {
    width: 65%;
    margin: 13px;
  }

  .footer__txt {
    padding-right: 30px;
  }

  .body {
    font-size: 2.2vw;
  }

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

  .grid {
    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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .logo-ranking-ae {
    width: 60%;
    margin: 13px;
  }

  .header__info {
    display: block;
  }

  .header__logo {
    text-align: center;
  }

  .header__form {
    margin-top: 50px;
  }

  .contacto__info-asesoras {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

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

  h2 {
    font-size: 3.5em;
  }

  .section.header {
    height: auto;
    padding-bottom: 0px;
    background-position: 50% 0%;
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  .container-header {
    height: auto;
    padding-top: 70px;
  }

  .container-modalidades {
    width: 90%;
  }

  .modalidades__title {
    width: 100%;
    margin-bottom: 50px;
  }

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

  .heading--center.heading--light {
    display: inline-block;
    font-size: 4em;
  }

  .modalidades__modalidad {
    height: auto;
    margin-bottom: 20px;
  }

  .modalidades__content {
    padding: 70px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .mondalidades__content-container {
    width: 100%;
    height: 100%;
  }

  .modalidades__separator-left {
    display: none;
  }

  .modalidades__separator-right {
    display: none;
  }

  .beneficios__columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-beneficios {
    width: 90%;
    margin-top: 80px;
  }

  .heading--vertical {
    margin-top: 0px;
    margin-left: 0px;
    -webkit-transform: perspective(0px);
    transform: perspective(0px);
    font-size: 4em;
  }

  .beneficios__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .beneficios__especialidades {
    margin-bottom: 50px;
    padding-right: 0px;
    padding-bottom: 50px;
    padding-left: 0px;
    border-bottom: 1px solid #625043;
  }

  .beneficios__list-item {
    line-height: 1.5;
  }

  .beneficios__highlight-txt {
    font-size: 1em;
  }

  

  .contacto__title {
    margin-top: 50px;
  }

  .heading-contacto {
    font-size: 4em;
    line-height: 1;
  }

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

  .contacto__asesoras {
    margin-top: 0px;
    margin-bottom: 0px;
    border-right-style: none;
  }

  .contacto__form {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .contacto__asesoras-info {
    margin-bottom: 30px;
  }

  .contacto__form-policy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .checkbox-txt {
    margin-top: 30px;
  }

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

  .testimoniales__video-container {
    display: none;
  }

  .testimoniales__youtube-vivian {
    width: 90%;
  }

  .testimoniales__youtube-cinthia {
    width: 90%;
  }

  .testimoniales__youtube-gustavo {
    width: 90%;
  }

  .container-footer {
    width: 90%;
    padding: 60px 20px 50px;
  }

  .footer__rankings-logos {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .logo-ranking-qs {
    width: 240px;
    height: auto;
    margin: 15px;
  }

  .footer__info {
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__txt {
    text-decoration: none;
  }

  .footer__logo {
    display: block;
    width: 60%;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
  }

  .body {
    font-size: 4.3vw;
    line-height: 1.2;
  }

  .text-block-2 {
    line-height: 1.5;
  }

  .modalidades__main-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .logo-ranking-ae {
    width: 200px;
    height: auto;
    margin: 15px;
  }

  .text-block-3 {
    text-align: center;
  }

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

  .header__form {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .contacto__info-asesoras {
    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-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

#w-node-e4a76b77-01ce-d499-f230-bb2e2e462428-ebbffca8 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_6441cc15-23dc-3363-c138-e37a77b0befb-ebbffca8 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_0521ee26-ed6b-42bb-9764-13d780e4cae9-ebbffca8 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-cfcc6fc7-53c6-2307-6a45-df898892f7d9-ebbffca8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-cfcc6fc7-53c6-2307-6a45-df898892f7d9-ebbffca8 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
}

@font-face {
  font-family: 'Quincycf';
  src: url('../fonts/QuincyCF-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cera';
  src: url('../fonts/Cera-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cera';
  src: url('../fonts/Cera-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cera';
  src: url('../fonts/Cera-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cera';
  src: url('../fonts/Cera-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cera';
  src: url('../fonts/Cera-RegularItalic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Quincycf';
  src: url('../fonts/QuincyCF-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}