:root {
  --verde-pantone: #00b140;
  --violeta: #9063cd;
  --black: #1c1c1c;
  --azul-marino: #34367d;
  --violeta-oscuro: #8c30aa;
}

body {
  color: #676767;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  color: #1c1c1c;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  color: #1c1c1c;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  color: #1c1c1c;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  color: #1c1c1c;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.2;
}

h5 {
  color: #1c1c1c;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  color: #1c1c1c;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 10px;
  font-size: .9rem;
}

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

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

.header-section {
  padding: 30px 5%;
}

.header-section.green-header {
  background-color: var(--verde-pantone);
}

.header-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.main-menu {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.styles-padding {
  padding: 100px;
}

.main-btn {
  border: 1.5px solid var(--verde-pantone);
  background-color: var(--verde-pantone);
  color: #fff;
  border-radius: 10px;
  padding: 10px 25px;
  font-size: .9rem;
  transition: background-color .3s, border-color .3s;
}

.main-btn:hover {
  background-color: #009937;
  border-color: #009937;
}

.main-btn.mobile-menu-cta {
  display: none;
}

.main-btn.menu-cta.wht-menu-cta {
  color: var(--verde-pantone);
  background-color: #fff;
  border-color: #fff;
  transition: color .3s, background-color .3s, border-color .3s;
}

.main-btn.menu-cta.wht-menu-cta:hover {
  background-color: var(--verde-pantone);
  color: #fff;
}

.line-btn {
  color: #676767;
  background-color: #fff0;
  border: 1.5px solid #aaa;
  border-radius: 10px;
  padding: 10px 25px;
  font-size: .9rem;
  transition: color .3s, border-color .3s;
}

.line-btn:hover {
  border-color: var(--verde-pantone);
  color: var(--verde-pantone);
}

.wht-btn {
  background-color: #fff;
  border: 1.5px solid #fff;
  border-radius: 10px;
  padding: 10px 25px;
  font-size: .9rem;
}

.wht-btn.violet-btn {
  color: var(--violeta);
}

.wht-btn.green-btn {
  color: var(--verde-pantone);
  transition: color .3s, background-color .3s;
}

.wht-btn.green-btn:hover {
  background-color: var(--verde-pantone);
  color: #fff;
}

.menu-link {
  color: var(--black);
  font-size: .9rem;
  text-decoration: none;
  transition: color .4s;
}

.menu-link:hover, .menu-link.w--current {
  color: var(--verde-pantone);
  text-decoration: underline;
}

.menu-link.wht-link {
  color: #fff;
}

.hero-section {
  padding-top: 50px;
  padding-left: 5%;
  padding-right: 5%;
}

.wrapper {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.hero-content {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.hero-cta-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.hero-cards-wrapper {
  z-index: 0;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.hero-card-1 {
  background-color: var(--black);
  border-radius: 20px;
  width: 100%;
  height: 450px;
}

.hero-card-2, .hero-card-3 {
  background-color: var(--black);
  border-radius: 20px;
  width: 100%;
  height: 450px;
  margin-top: 100px;
}

.hero-card-4 {
  background-color: var(--black);
  border-radius: 20px;
  width: 100%;
  height: 450px;
}

.elipse-section {
  height: 800px;
  padding-top: 100px;
  display: block;
  position: relative;
}

.elipse-bg {
  z-index: 1;
  background-image: url('../images/clip-path.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
}

.elipse-content {
  z-index: 2;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 5% 150px;
}

.elipse-left {
  flex: 0 30%;
}

.elipse-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 70%;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.h-wht {
  color: #fff;
}

.dato-divider {
  background-color: #fff;
  align-self: center;
  width: 2px;
  height: 80px;
}

.dato-content {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-weight: 300;
  line-height: 1.2;
  display: flex;
}

.dato-duro {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

.elipse-banderas {
  z-index: 2;
  position: absolute;
  inset: auto 5% 90px;
}

.banderas-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.p-nomargin {
  margin-bottom: 0;
}

.bandera {
  border-radius: 5px;
}

.cards-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1440px;
  margin: 20px auto -320px;
  padding-left: 5%;
  padding-right: 5%;
  display: grid;
}

.round-hero-bg {
  z-index: 1;
  pointer-events: none;
  background-image: url('../images/clip-path-2.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  padding: 5% 5% 30px;
  display: flex;
  position: relative;
}

.round-hero-card {
  border-radius: 20px;
  height: 400px;
}

.round-hero-card._1 {
  background-image: url('../images/card-img-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.round-hero-card._2 {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  margin-top: 60px;
  overflow: hidden;
}

.round-hero-card._3 {
  background-image: url('../images/card-img-3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 60px;
}

.round-hero-card._4 {
  background-image: url('../images/card-img-4.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.round-hero-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  margin-top: 200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.round-hero-title {
  flex: 0 30%;
  margin-top: -10px;
  font-weight: 300;
}

.round-hero-datos {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 70%;
  justify-content: center;
  display: flex;
}

.p-wht {
  color: #fff;
}

.globo-datos {
  opacity: .2;
  align-self: flex-end;
}

.mobile-menu, .mobile-menu-header, .close-btn {
  display: none;
}

.section {
  padding: 100px 5%;
}

.section.light-green {
  background-color: #00b1401a;
}

.intro-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.intro-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.intro-img {
  border-radius: 20px;
}

.intro-video-container {
  background-image: url('../images/intro-img-bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px 100px 100px;
  align-self: stretch;
  position: relative;
}

.spacer-30 {
  height: 30px;
}

.intro-overlay {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #1c1c1ccc;
  border-radius: 20px 100px 100px;
  padding: 30px;
  display: flex;
}

.intro-left {
  color: #fff;
  flex-flow: column;
  flex: 0 75%;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.intro-right {
  flex: 0 25%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.intro-btn {
  aspect-ratio: 1;
  background-color: #00b14099;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 10px;
  transition: transform .3s;
  display: flex;
}

.intro-btn:hover {
  transform: scale(1.1);
}

.intro-subtitle {
  letter-spacing: .5px;
  font-size: 1.2rem;
  font-weight: 600;
}

.intro-text {
  letter-spacing: .5px;
  font-size: .9rem;
  font-weight: 300;
}

.gray-section {
  background-color: #f3f3f3;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding: 100px 5%;
}

.subtitle-cta {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.no-margin {
  margin-bottom: 0;
}

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

.porque-card {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: var(--violeta);
  color: #fff;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
  font-weight: 300;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.porque-card:hover {
  background-color: var(--verde-pantone);
}

.porque-subtitle {
  font-size: 1.2rem;
  font-weight: 600;
}

.porque-icon {
  margin-bottom: 15px;
}

.niveles-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.subtitle {
  color: var(--violeta);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: .8rem;
}

.niveles-cta-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tab-pane {
  background-color: #eef1fc;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 40px;
}

.tab-link {
  color: #aaa;
  text-transform: uppercase;
  background-color: #eef1fc00;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 15px 20px;
  font-size: .8rem;
  font-weight: 500;
  transition: color .3s;
}

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

.tab-link.w--current {
  color: var(--black);
  background-color: #eef1fc;
}

.spacer-10 {
  height: 10px;
}

.tabs-menu {
  display: flex;
  overflow: scroll;
}

.center-title {
  text-align: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.center-title.center-large {
  max-width: 550px;
}

.slide-nav {
  margin-bottom: -30px;
  font-size: .5rem;
}

.hidden {
  display: none;
}

.testimonial-slider {
  background-color: #f3f3f3;
  height: 100%;
}

.slide {
  width: 33.33%;
  padding: 20px;
}

.testimonial-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 15px;
  flex-flow: column;
  padding: 30px;
  display: flex;
}

.stars-container {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.client-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.client-photo {
  aspect-ratio: 1;
  border-radius: 100%;
}

.client-info {
  font-size: .8rem;
  line-height: 1.4;
}

.client-name {
  color: var(--black);
  font-weight: 600;
}

.spacer-20 {
  height: 20px;
}

.section-cta {
  background-image: url('../images/cta-bg.webp');
  background-position: 0%;
  background-repeat: repeat-x;
  background-size: cover;
  margin-bottom: -1px;
  padding: 100px 5% 80px;
  position: relative;
}

.footer {
  background-color: var(--black);
  padding: 50px 5% 30px;
}

.cta-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--verde-pantone);
  color: #fff;
  border-radius: 20px;
  justify-content: space-between;
  padding: 40px;
  display: flex;
  position: relative;
}

.cta-left {
  flex: 0 55%;
}

.cta-img {
  position: absolute;
  inset: auto 40px 0% auto;
}

.footer-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #d9d9d9;
  grid-template-rows: auto;
  grid-template-columns: 5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.4;
  display: grid;
}

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

.footer-legal {
  color: #d9d9d9;
  font-size: .8rem;
  font-weight: 300;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-subtitle {
  color: #fff;
  margin-bottom: 15px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.footer-link {
  color: #d9d9d9;
  text-decoration: none;
  transition: color .3s;
}

.footer-link:hover {
  color: var(--verde-pantone);
  text-decoration: underline;
}

.footer-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section-hero {
  background-color: var(--verde-pantone);
  padding: 70px 5%;
}

.hero-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-left {
  flex: 0 65%;
}

.hero-right {
  flex: 0 35%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-globo {
  opacity: .3;
}

.metodologia-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.section-violet {
  background-color: var(--violeta);
  padding: 100px 5%;
}

.nivel-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.niveles-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.nivel-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nivel-info {
  color: #fff;
  border-bottom: 1px dashed #fff;
  flex: 1;
  padding-bottom: 20px;
}

.middle-subtitle {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.subtitle-left {
  flex: 0 50%;
}

.subtitle-right {
  text-align: right;
  flex: 0 50%;
}

.videos-slider {
  background-color: #f3f3f3;
  height: 100%;
}

.video-slide {
  width: 33.33%;
  padding: 20px;
}

.hero-oferta {
  opacity: .3;
}

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

.oferta-1, .oferta-2, .oferta-3 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.oferta-img-1 {
  background-image: url('../images/presencial-img.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  height: 400px;
}

.oferta-img-2 {
  background-image: url('../images/enlinea-img.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  height: 400px;
}

.oferta-img-3 {
  background-image: url('../images/hibrido-img.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  height: 400px;
}

.oferta-subtitle {
  color: var(--verde-pantone);
  margin-bottom: 5px;
  font-size: .9rem;
  font-weight: 600;
}

.oferta-subtitle.instituto-ciudad {
  color: var(--violeta);
}

.oferta-subtitle.video-subtitle {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: .8rem;
}

.oferta-cta {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.oferta-cta-btn {
  text-align: right;
  flex: 0 30%;
}

.oferta-left {
  flex: 0 70%;
}

.tab-pane-left {
  flex: 0 60%;
}

.tab-pane-right {
  aspect-ratio: 1;
  border-radius: 15px;
  flex: 0 40%;
}

.tab-pane-right.club-conversacion {
  background-image: url('../images/club-conversacion-img.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.tab-pane-right.toefl {
  background-image: url('../images/toefl.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.tab-pane-right.membresia {
  background-image: url('../images/membresia-vitalicia.webp');
  background-position: 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.tab-pane-flex {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.middle-title {
  width: 60%;
  margin-bottom: 40px;
}

.tabs {
  overflow: hidden;
}

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

.instituto-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.instituto-img {
  aspect-ratio: 3 / 2;
  border-radius: 15px;
  position: relative;
}

.instituto-img.tapachula {
  background-image: url('../images/tapachula.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instituto-img.tuxtla {
  background-image: url('../images/tuxtla.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instituto-img.colima {
  background-image: url('../images/colima.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instituto-img.manzanillo {
  background-image: url('../images/manzanillo.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instituto-img.tecoman {
  background-image: url('../images/tecoman.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instituto-img.acapulco {
  background-image: url('../images/acapulco.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instituto-img.chilpancingo {
  background-image: url('../images/chilpancingo.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instituto-img.iguala {
  background-image: url('../images/iguala.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instituto-img.ojo-agua {
  background-image: url('../images/ojo-agua.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instituto-img.cancun {
  background-image: url('../images/cancun.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instituto-img.copilco {
  background-image: url('../images/copilco.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instituto-img.cuautla {
  background-image: url('../images/cuautla.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instituto-img.cuernavaca-1 {
  background-image: url('../images/cuernavaca-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instituto-img.cuernavaca-2 {
  background-image: url('../images/cuernavaca-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instituto-img.jiutepec {
  background-image: url('../images/jiutepec.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instituto-img.la-piedad {
  background-image: url('../images/la-piedad.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instituto-img.merida {
  background-image: url('../images/merida.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instituto-img.morelia {
  background-image: url('../images/morelia.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instituto-img.oaxaca {
  background-image: url('../images/oaxaca.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instituto-img.tecamac {
  background-image: url('../images/tecamac.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instituto-img.temixco {
  background-image: url('../images/temixco.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instituto-img.texcoco {
  background-image: url('../images/texcoco.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instituto-img.tuxtepec {
  background-image: url('../images/tuxtepec.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instituto-img.villahermosa {
  background-image: url('../images/villahermosa.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instituto-img.zamora {
  background-image: url('../images/zamora.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.institulo-overlay {
  background-color: #1c1c1cb3;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.intituto-btn {
  background-color: #00b140cc;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 25px;
  display: flex;
}

.fourty-video {
  border-radius: 20px;
  margin-top: -30px;
}

.fourty-video.video-mobile {
  display: none;
}

.ies-flex {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.ies-left {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  flex: 0 30%;
  display: flex;
}

.ies-right {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  flex: 0 70%;
  display: flex;
}

.ies-image-1-block {
  background-image: url('../images/nasa-ies.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  height: 300px;
}

.ies-img-2-block {
  border-radius: 15px;
  height: 420px;
}

.ies-left-content {
  z-index: 1;
  background-color: var(--verde-pantone);
  color: #fff;
  border-radius: 15px;
  width: 170%;
  padding: 30px;
  position: relative;
}

.ies-datos {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  display: flex;
}

.ies-dato-block {
  flex: 0 33.33%;
}

.line-text {
  color: #0000;
  letter-spacing: 2px;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: white;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.1;
}

.forty-logo {
  margin-bottom: 20px;
}

.marca-registrada {
  vertical-align: super;
  font-size: 1rem;
  font-weight: 400;
}

.ies-logo {
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .main-menu {
    z-index: 100;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #fff;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 5%;
    position: fixed;
    inset: 0%;
    transform: translate(-100%);
  }

  .header-cta {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .main-btn.mobile-menu-cta {
    margin-top: 10px;
    font-size: 1.2rem;
    display: block;
  }

  .menu-link {
    font-size: 2rem;
    line-height: 2;
  }

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

  .menu-link.wht-link:hover, .menu-link.wht-link.w--current {
    color: var(--verde-pantone);
  }

  .hero-card-1 {
    margin-top: 50px;
  }

  .hero-card-3, .hero-card-4 {
    display: none;
  }

  .elipse-content {
    flex-flow: column;
    bottom: 100px;
  }

  .elipse-left {
    text-align: center;
  }

  .dato-content {
    width: 145px;
  }

  .dato-duro {
    font-size: 2.5rem;
  }

  .elipse-banderas {
    bottom: 30px;
  }

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

  .round-hero-bg {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 10%;
  }

  .round-hero-card._3 {
    margin-top: 0;
  }

  .round-hero-card._4 {
    display: none;
  }

  .round-hero-content {
    flex-flow: wrap;
  }

  .round-hero-title {
    text-align: center;
    flex-basis: 100%;
  }

  .round-hero-datos {
    flex-basis: 100%;
  }

  .mobile-menu {
    padding: 5px;
    display: block;
  }

  .mobile-menu-header {
    pointer-events: none;
    justify-content: flex-start;
    align-items: center;
    margin-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    position: absolute;
    inset: 5% 0% auto;
  }

  .close-btn {
    display: block;
    position: absolute;
    inset: 30px 30px auto auto;
  }

  .section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .intro-container {
    align-items: stretch;
  }

  .gray-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

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

  .niveles-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
    grid-auto-flow: row dense;
  }

  .slide {
    width: 50%;
  }

  .section-cta {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .cta-left {
    flex-basis: 50%;
  }

  .cta-img {
    right: 0;
  }

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

  .section-hero {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  .hero-left {
    flex-basis: 70%;
  }

  .hero-right {
    flex-basis: 30%;
  }

  .section-violet {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .video-slide {
    width: 50%;
  }

  .oferta-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .oferta-img-1, .oferta-img-2, .oferta-img-3 {
    border-radius: 15px;
    height: 320px;
  }

  .tab-pane-left {
    flex-basis: 100%;
  }

  .tab-pane-right.club-conversacion, .tab-pane-right.toefl, .tab-pane-right.membresia {
    aspect-ratio: 16 / 9;
    flex-basis: 100%;
  }

  .tab-pane-flex {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
  }

  .middle-title {
    width: 80%;
  }

  .ies-left {
    flex-basis: 20%;
  }

  .ies-right {
    flex-basis: 80%;
  }

  .ies-image-1-block {
    height: 450px;
  }
}

@media screen and (max-width: 767px) {
  .main-btn.menu-cta, .main-btn.why-cta {
    display: none;
  }

  .elipse-bg {
    height: 900px;
  }

  .elipse-content {
    bottom: -70px;
  }

  .elipse-right {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .dato-divider {
    display: none;
  }

  .dato-content {
    flex: 0 43%;
    font-size: .8rem;
  }

  .dato-duro {
    font-size: 2rem;
  }

  .cards-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
    margin-bottom: -400px;
  }

  .round-hero-bg {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .round-hero-card._2 {
    margin-top: 40px;
  }

  .round-hero-card._3 {
    display: none;
  }

  .round-hero-content {
    margin-top: 290px;
  }

  .round-hero-datos {
    flex-flow: wrap;
  }

  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  .intro-img-container {
    display: none;
  }

  .gray-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .subtitle-cta {
    text-align: center;
    flex-flow: column;
  }

  .slide {
    width: 100%;
    padding: 10px;
  }

  .section-cta {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cta-container {
    padding: 30px;
  }

  .cta-left {
    flex-basis: 100%;
  }

  .cta-img {
    display: none;
  }

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

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

  .hero-left {
    flex-basis: 100%;
  }

  .hero-right {
    display: none;
  }

  .metodologia-content, .metodo-grid {
    grid-template-columns: 1fr;
  }

  .section-violet {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  .middle-subtitle {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .subtitle-right {
    text-align: left;
  }

  .video-slide {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .oferta-1, .oferta-2, .oferta-3 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .oferta-img-1 {
    flex: 0 50%;
    height: 200px;
  }

  .oferta-1-info, .oferta-2-info {
    flex: 0 50%;
  }

  .oferta-img-2, .oferta-img-3 {
    flex: 0 50%;
    height: 200px;
  }

  .oferta-3-info {
    flex: 0 50%;
  }

  .oferta-cta {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
    flex-flow: column;
  }

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

  .ies-flex {
    flex-flow: wrap;
  }

  .ies-left {
    flex-basis: 100%;
  }

  .ies-right {
    flex-basis: 100%;
    order: -1;
  }

  .ies-image-1-block, .ies-img-2-block {
    display: none;
  }

  .ies-left-content {
    width: 100%;
  }

  .line-text {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 479px) {
  .line-btn.hero-btn {
    display: none;
  }

  .hero-section {
    padding-top: 30px;
  }

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

  .round-hero-bg {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .round-hero-card._1 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .round-hero-card._2 {
    display: none;
  }

  .round-hero-content {
    margin-top: 320px;
  }

  .mobile-menu-header {
    margin-top: 10%;
  }

  .intro-overlay {
    padding: 10px 10px 10px 25px;
  }

  .intro-left {
    flex-basis: 70%;
  }

  .intro-right {
    flex-basis: 30%;
  }

  .intro-btn {
    padding-left: 5px;
  }

  .intro-subtitle {
    font-size: 1rem;
  }

  .intro-text {
    font-size: .8rem;
    line-height: 1.4;
  }

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

  .niveles-cta-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    text-align: center;
    flex-flow: column;
    align-items: stretch;
  }

  .tab-pane {
    border-top-right-radius: 0;
    padding: 30px;
  }

  .tab-link {
    font-size: .7rem;
    line-height: 1.3;
  }

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

  .oferta-1, .oferta-2, .oferta-3 {
    flex-flow: column;
  }

  .oferta-img-1 {
    background-position: 50% 20%;
    flex-basis: 200px;
    width: 100%;
  }

  .oferta-1-info, .oferta-2-info {
    flex-basis: 0%;
  }

  .oferta-img-2 {
    background-position: 50% 20%;
    flex-basis: 200px;
    order: -1;
    width: 100%;
  }

  .oferta-img-3 {
    flex-basis: 200px;
    width: 100%;
  }

  .oferta-3-info {
    flex-basis: 0%;
  }

  .tab-pane-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .fourty-video.video-mobile {
    display: block;
  }

  .ies-datos {
    flex-flow: column;
  }

  .line-text {
    -webkit-text-stroke-width: 1px;
    font-size: 2rem;
  }
}

#w-node-ce4ce16a-a261-0b69-5b6f-6c524a64bce0-33d480eb, #w-node-ddd0de0a-20cc-122e-5971-086b9e1463e7-33d480eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-ce4ce16a-a261-0b69-5b6f-6c524a64bce0-33d480eb {
    order: 9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4a0a6b03-720a-6be1-9064-babb1f93f345-45c1b216 {
    order: 9999;
  }
}


