/* *Theme Name: Parce Spanish School
 * *Theme URI: https://www.parcespanishschool.com
 * *Author: Xlogam
 * *Author URI: https://www.xlogam.com
 * *Description: WordPress Theme for Parce Spanish School
 * *Requires at least: 6.1
 * *Tested up to: 6.3
 * *Requires PHP: 5.6
 * *Version: 1.0
 * *License: All Rights Reserved.
 * *License URI: https://www.xlogam.com
 * *Text Domain: parcespanishschool.com
 * *Tags: custom-design */
.kalam-regular {
  font-family: "Kalam", cursive;
  font-weight: 400;
  font-style: normal;
}

.montserrat-regular {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.permanent-marker-regular {
  font-family: "Permanent Marker", cursive;
  font-weight: 400;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.playfair-display-italic {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: italic;
}

.header-yellow-bar {
  height: 11px;
  background-color: #FFDE00;
}

.header-top {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.redes-top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  padding: 0px;
  margin: 0px;
  gap: 5px;
}
.redes-top ul img {
  height: 30px;
  width: auto;
}

.navbar-toggler {
  margin: 0px;
  padding: 0px;
}
.navbar-toggler img {
  height: 40px;
  width: auto;
}

.header-logo {
  padding: 10px 0px;
}
.header-logo img {
  height: 80px;
  width: auto;
}

.header-menu-bar {
  background-color: #1D71B8;
  overflow: hidden;
}

.header-menu-bar-container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar {
  margin: 0px;
  padding: 0px;
}

.navbar-expand-xl .navbar-nav {
  margin: 0px;
  padding: 0px;
}
.navbar-expand-xl .navbar-nav .nav-link {
  margin: 0px;
  padding: 0px;
  line-height: 1em;
  color: #ffffff;
  margin-left: 20px;
  padding-left: 20px;
  background-image: url(img/menu_separador.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-size: 14px;
}
.navbar-expand-xl .navbar-nav .nav-link:hover {
  color: #FFDE00;
}
.navbar-expand-xl .navbar-nav .menu-item:first-of-type .nav-link {
  margin-left: 0px;
  padding-left: 0px;
  background-image: none;
}

.navbar-light .navbar-nav .active > .nav-link {
  color: #FFDE00;
}

.banner-inicio {
  background-color: #fedd00;
  position: relative;
}

.banner-inicio-content-top {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}

.banner-inicio-top {
  background-color: #F9F9F9;
  height: 600px;
  position: relative;
}

.banner-inicio-cubo {
  width: 140px;
  height: 100px;
  position: absolute;
  bottom: 7px;
  right: 7px;
  background-image: url(img/cubo.svg);
  background-image: url(img/x_inicio.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: right bottom;
  z-index: 100;
}

.banner-inicio-bottom {
  height: 40px;
}

.banner-inicio-foto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.banner-inicio-foto img {
  width: auto;
  height: 600px;
}

.banner-inicio-texto {
  height: 400px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 200;
}
.banner-inicio-texto h2 {
  color: #1D71B8;
  font-size: 40px;
  line-height: 1em;
  margin-bottom: 20px;
  font-family: "Permanent Marker", cursive;
  font-weight: 400;
  font-style: normal;
}
.banner-inicio-texto p {
  color: #696969;
  font-size: 20px;
  line-height: 1.2em;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: left;
}
.banner-inicio-texto p span, .banner-inicio-texto p mark {
  background-color: #FFFF00 !important;
  padding: 0px;
  margin: 0px;
}
.banner-inicio-texto p a {
  background-color: #0087EB;
  line-height: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  padding: 0px;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  border-radius: 19px;
  font-size: 20px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  text-decoration: none;
}
.banner-inicio-texto p a:hover, .banner-inicio-texto p a:focus, .banner-inicio-texto p a:active {
  -webkit-transform: scale(0.9, 0.9);
          transform: scale(0.9, 0.9);
  outline: none;
  text-decoration: none;
}

.about {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.about-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

.about-col-1 h2 {
  color: #1D71B8;
  font-size: 40px;
  line-height: 1em;
  margin-bottom: 20px;
  text-align: center;
}
.about-col-1 p {
  color: #696969;
  font-size: 20px;
  line-height: 1.8em;
  text-align: left;
  max-width: 550px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.about-col-1 span {
  background-color: #FFFF00;
}

.about-col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-col-2 img {
  height: 640px;
  width: auto;
}

.about-call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-call a {
  background-color: #0087EB;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  padding: 3px 24px;
  font-size: 20px;
}
.about-call a:hover {
  text-decoration: none;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.study-plan {
  background-color: #FFDE00;
}

.study-plan-cols {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.study-plan-col-1 {
  height: 440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.study-plan-col-1 img {
  height: 500px;
  width: auto;
}

.study-plan-col-2 {
  width: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.study-plan-col-2 h2 {
  text-align: center;
  color: #1D71B8;
  font-size: 60px;
  line-height: 1em;
  margin-bottom: 20px;
  text-align: center;
  font-family: "Permanent Marker", cursive;
  font-weight: 400;
  font-style: normal;
}
.study-plan-col-2 p {
  text-align: center;
  font-family: "Kalam", cursive;
  font-weight: 400;
  font-style: normal;
  color: #696969;
  font-size: 26px;
  line-height: 1.2em;
  text-align: center;
  max-width: 440px;
}
.study-plan-col-2 p span, .study-plan-col-2 p mark {
  background-color: #00FFFF !important;
  padding: 0px;
  margin: 0px;
}

.study-call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.study-call a {
  background-color: #000000;
  color: #ffffff;
  width: 200px;
  height: 50px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.study-call a:hover {
  text-decoration: none;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.inmmersion {
  max-width: 100%;
}
.inmmersion img {
  width: 100%;
  height: auto;
}

.inmmersion-content {
  max-width: 940px;
  margin: auto;
}
.inmmersion-content h2 {
  text-align: left;
  color: #1D71B8;
  font-size: 60px;
  line-height: 1em;
  margin-bottom: 20px;
  font-family: "Permanent Marker", cursive;
  font-weight: 400;
  font-style: normal;
}
.inmmersion-content p {
  margin: 0px;
  padding: 0px;
  font-family: "Kalam", cursive;
  font-weight: 400;
  font-style: normal;
  color: #696969;
  font-size: 30px;
  line-height: 1.2em;
  text-align: left;
}
.inmmersion-content p span, .inmmersion-content p mark {
  background-color: #FFFF00 !important;
  padding: 0px;
  margin: 0px;
}

.inmmersion-content-call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inmmersion-content-call a {
  background-color: #1D71B8;
  color: #ffffff;
  width: 110px;
  height: 50px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.inmmersion-content-call a:hover {
  text-decoration: none;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.remember {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 0px;
}
.remember img {
  max-width: 850px;
  height: auto;
}

.reviews-fnd {
  background-color: #1D71B8;
  overflow: hidden;
}

.reviews-container {
  max-width: 1000px;
  margin: auto;
}

.slick-prev, .slick-next {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 30px;
  height: 99.07px;
}
.slick-prev::before, .slick-next::before {
  content: "";
}

.slick-next {
  background-image: url(img/flecha_der.png);
  background-size: 100% 100%;
  right: -43px;
}
.slick-next:hover, .slick-next:focus, .slick-next:active {
  background-image: url(img/flecha_der.png);
  background-size: 100% 100%;
}

.slick-prev {
  background-image: url(img/flecha_izq.png);
  background-size: 100% 100%;
  left: -43px;
}
.slick-prev:hover, .slick-prev:focus, .slick-prev:active {
  background-image: url(img/flecha_izq.png);
  background-size: 100% 100%;
}

.review .review-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 40px;
  min-height: 580px;
}
.review .review-content img {
  width: 206px;
  height: 206px;
  border-radius: 50%;
  border: 3px solid #fff;
}
.review .review-content h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-size: 24px;
  margin-top: 1em;
}
.review .review-content h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-size: 16px;
}
.review .review-content h3 {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: italic;
  color: #fff;
  text-align: center;
  margin: 0px;
  padding: 0px;
  font-size: 20px;
  margin-bottom: 1em;
  max-width: 80%;
}
.review .review-content p {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  font-size: 16px;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

.review-portada .review-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 40px;
}
.review-portada .review-content img {
  width: 80px;
  height: auto;
  border-radius: 0px;
  border: none;
  margin: 30px 0px;
}
.review-portada .review-content h2 {
  font-family: "Permanent Marker", cursive;
  font-weight: 400;
  font-style: normal;
  margin: 0px;
  padding: 0px;
  font-size: 70px;
}
.review-portada .review-content p {
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 85%;
}
.review-portada .review-content p strong {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.exchange-cols {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.exchange-col-01 img {
  width: 500px;
  height: auto;
}

.exchange-col-02 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.exchange-col-02 h2 {
  color: #1D71B8;
  font-family: "Permanent Marker", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  margin: 0px;
  padding: 0px;
}
.exchange-col-02 h3 {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  margin: 0px;
  padding: 0px;
  margin-bottom: 1em;
}
.exchange-col-02 p {
  color: #434343;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  margin: 0px;
  padding: 0px;
}

.franja-gris {
  height: 27px;
  background-color: #D9D9D9;
}

.cifras {
  padding-top: 40px;
}
.cifras > h2 {
  color: #666666;
  color: #1D71B8;
  font-family: "Permanent Marker", cursive;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  margin: 0px;
  padding: 0px;
  font-size: 40px;
}
.cifras > h3 {
  color: #1D71B8;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  margin: 0px;
  padding: 0px;
  font-size: 80px;
}

.cifras-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 60px;
  padding-top: 40px;
  margin-bottom: 10px;
}
.cifras-cols .cifra-col {
  max-width: 250px;
}
.cifras-cols .cifra-col h2 {
  text-align: center;
  margin: 0px;
  padding: 0px;
  color: #8AB4D8;
  font-family: "Permanent Marker", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  margin-bottom: 15px;
}
.cifras-cols .cifra-col p {
  text-align: center;
  margin: 0px;
  padding: 0px;
  color: #9E9E9E;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1.1em;
}

footer {
  background-color: #1D71B8;
  padding: 20px 0px;
}

.footer-cols-level-0 {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.footer-derechos {
  background-color: #000;
  color: #fff;
  padding: 3px 0px;
}

.footer-derechos-content {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-derechos-content p {
  margin: 0px;
  padding: 0px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.footer-derechos-content p strong {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.footer-derechos-content p a {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
}
.footer-derechos-content p a:hover {
  color: #fff;
  text-decoration: none;
}

footer {
  margin-top: 60px;
}

.footer-cols-level-0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.footer-logo img {
  width: auto;
  height: 170px;
}

.footer-cols-level-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 30px;
}

.footer-col-level-0-col-2 h2 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  margin: 0px;
  padding: 0px;
  padding-bottom: 10px;
}
.footer-col-level-0-col-2 ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  border-left: 1px solid #fff;
  padding-left: 10px;
}
.footer-col-level-0-col-2 ul a {
  color: #fff;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.footer-col-level-0-col-2 ul a:hover {
  text-decoration: none;
}

.footer-col-level-0-col-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.footer-col-level-0-col-3 ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  border-left: 1px solid #fff;
  padding-left: 10px;
}
.footer-col-level-0-col-3 ul a {
  color: #fff;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.footer-col-level-0-col-3 ul a:hover {
  text-decoration: none;
}

.footer-col-level-0-col-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.redes-footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-line-pack: center;
      align-content: center;
  list-style: none;
  padding: 0px;
  margin: 0px;
  gap: 5px;
}
.redes-footer ul img {
  width: 40px;
  height: auto;
}

.banner-inicio {
  max-width: 100%;
  overflow-x: hidden;
}

.docentes {
  background-color: #EDEDED;
}

.docente {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}

.docente-01 {
  background-image: url(img/about_01.jpg);
}

.docente-02 {
  background-image: url(img/about_02.jpg);
}

.docente-03 {
  background-image: url(img/about_03.jpg);
}

.docente-cols {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: auto;
  gap: 60px;
}

.page-id-6 footer {
  margin: 0px;
}

.docente-text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.docente-text h1 {
  color: #1D71B8;
  font-family: "Permanent Marker", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 90px;
}
.docente-text h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 35px;
}
.docente-text h2 strong {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.docente-text h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 35px;
}
.docente-text p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
}
.docente-text p:first-of-type {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
}

.docente-foto {
  width: 500px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.docente-foto img {
  width: 100%;
  height: auto;
}

.docente-separador {
  min-height: 30px;
  background-color: #D9D9D9;
  position: relative;
  z-index: 555;
}

.docente-01 .docente-foto {
  padding-top: 90px;
}
.docente-01 .docente-text {
  padding-top: 50px;
}

.docente-02 .docente-foto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 580px;
  width: auto;
}
.docente-02 .docente-foto img {
  height: 600px;
  width: auto;
  z-index: 999;
  position: relative;
}
.docente-02 .docente-text {
  padding-top: 160px;
  text-align: right;
}

.docente-03 .docente-foto {
  padding-top: 100px;
}
.docente-03 .docente-text {
  padding-top: 130px;
}

.passion {
  background-color: #FFDE00;
}

.passion-cols {
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.passion-col-1 {
  padding-top: 15px;
}

.passion-col-2 {
  max-width: 250px;
  padding: 0px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.passion-col-2 h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
}

.passion-col-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px;
  padding-right: 20px;
  margin: 0px;
}
.passion-col-3 p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
}

.passion-col-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.passion-col-4 p {
  margin: 0px;
  padding: 0px;
}
.passion-col-4 p a {
  background-color: #1D71B8;
  color: #fff;
  width: 120px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.passion-col-4 p a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  text-decoration: none;
}

.banner-study-plans {
  position: relative;
  min-height: 1000px;
  overflow: hidden;
  background-image: url(img/study_plans_no_text.jpg);
  background-position: center top;
  background-size: cover;
}
.banner-study-plans img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-study-plans .banner-study-plans-content {
  width: 90%;
  max-width: 1000px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 200px;
}
.banner-study-plans .banner-study-plans-content h1 {
  font-family: "Permanent Marker", cursive;
  font-weight: 400;
  font-style: normal;
  color: #FFDE00;
  font-size: 80px;
  text-align: center;
  line-height: 1em;
  margin: 0px;
  margin-bottom: 10px;
}
.banner-study-plans .banner-study-plans-content h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 35px;
  text-align: left;
  width: 410px;
  margin: 0px;
}
.banner-study-plans .banner-study-plans-content p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  max-width: 1000px;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  width: 720px;
  color: #1D71B8;
  text-align: left;
  padding: 30px;
  font-size: 23px;
  margin: 10px 0px;
  width: 750px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.banner-study-plans .banner-study-plans-content .banner-study-plans-content-link p {
  margin: 0px;
  background-color: transparent;
  padding: 0px;
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner-study-plans .banner-study-plans-content .banner-study-plans-content-link p a {
  background-color: #FFDE00;
  color: #1D71B8;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 2px 20px;
  border-radius: 30px;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
.banner-study-plans .banner-study-plans-content .banner-study-plans-content-link p a:hover {
  text-decoration: none;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.study-plans {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  padding: 60px 0px;
}

.study-plan-detail {
  border-bottom: 1px solid #1D71B8;
  border-right: 1px solid #1D71B8;
  border-top: 1px solid #1D71B8;
  position: relative;
  display: block;
  margin-bottom: 70px;
  color: #000;
}
.study-plan-detail:last-of-type {
  margin-bottom: 0px;
}
.study-plan-detail:hover {
  color: #000;
  text-decoration: none;
}

.study-plan-price {
  width: 100px;
  height: 100px;
  background-color: #FF0000;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: -50px;
  right: -15px;
  z-index: 999;
}
.study-plan-price h2 {
  color: #fff;
  margin: 0px;
  padding: 0px;
  line-height: 1em;
  border-bottom: 4px solid #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 3px;
  margin-bottom: 3px;
  font-size: 30px;
}
.study-plan-price h3 {
  color: #fff;
  margin: 0px;
  padding: 0px;
  line-height: 1em;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 47px;
}

.study-plan-price-btn {
  width: 130px;
  height: 40px;
  background: rgb(29, 113, 184);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  color: #fff;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: -20px;
  right: 120px;
  z-index: 999;
}

.study-plan-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  top: -35px;
  position: relative;
}

.study-plan-photo {
  padding: 20px 0px;
  position: relative;
  background-color: #fff;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.study-plan-photo img {
  width: 210px;
  height: auto;
}

.study-plan-text {
  padding-right: 20px;
}
.study-plan-text h2 {
  position: relative;
  background-color: #fff;
  max-width: 55%;
  padding-left: 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  line-height: 1.2em;
}
.study-plan-text h3 {
  padding-left: 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 40px;
}
.study-plan-text p {
  padding-left: 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  text-align: left;
}

.study-plans-franja-azul {
  height: 20px;
  background-color: #1D71B8;
}

.advantages {
  background-color: #1D71B8;
  padding: 60px 0px;
}

.advantages-cols {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 60px;
}

.advantages-col-01 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 400px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 470px;
}
.advantages-col-01 img {
  height: 550px;
  width: auto;
}

.advantages-col-02 h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 44px;
  margin: 0px;
  padding: 0px;
  margin-bottom: 30px;
}
.advantages-col-02 p {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  text-align: left;
  margin: 0px;
  padding: 0px;
  margin-bottom: 30px;
}
.advantages-col-02 h3 {
  color: #FFDE00;
  font-family: "Permanent Marker", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 31px;
  margin: 0px;
  padding: 0px;
}

.packages-title {
  max-width: 1000px;
  margin: auto;
  position: relative;
  margin-top: -30px;
}
.packages-title img {
  width: 100%;
  height: auto;
}
.packages-title h2 {
  position: absolute;
  bottom: 15%;
  left: 0%;
  color: #1D71B8;
  font-family: "Permanent Marker", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 54px;
}

.packages-table {
  max-width: 800px;
  margin: auto;
  position: relative;
  top: -30px;
}
.packages-table table {
  width: 100%;
}
.packages-table table thead {
  border: none;
}
.packages-table table thead tr th {
  border: none;
  border-bottom: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
  text-align: center;
  padding: 10px;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
}
.packages-table table thead tr th:last-of-type {
  border-right: none;
}
.packages-table table tbody tr td {
  border: none;
  border-right: 1px solid #D9D9D9;
  text-align: center;
  padding: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  font-size: 20px;
}
.packages-table table tbody tr td:first-of-type {
  text-align: left;
}
.packages-table table tbody tr td:last-of-type {
  border-right: none;
}

.memberships {
  background-color: #1D71B8;
  margin-top: 30px;
}

.memberships-cols {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}

.memberships-col-1 {
  height: 484px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.memberships-col-1 img {
  height: 530px;
  width: auto;
}

.memberships-col-2 h2 {
  color: #FFDE00;
  font-family: "Permanent Marker", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
}
.memberships-col-2 p {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
}

.packages-section {
  background-color: #D9D9D9;
  padding-top: 20px;
  padding-bottom: 5px;
}
.packages-section h2 {
  text-align: center;
  margin: 0px;
  padding: 0px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000;
  font-size: 40px;
}

.packages-section-line {
  height: 10px;
  background-color: #1D71B8;
}

.packages-table-2 {
  max-width: 800px;
  margin: auto;
  position: relative;
}
.packages-table-2 table {
  width: 100%;
}
.packages-table-2 table td, .packages-table-2 table th {
  border: 1px solid #1D71B8;
  padding: 10px;
}
.packages-table-2 table thead tr th {
  text-align: center;
}
.packages-table-2 table thead tr:first-of-type th {
  border-bottom: 4px solid #D9D9D9;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #1D71B8;
  font-size: 22px;
}
.packages-table-2 table tbody tr td {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  text-align: center;
}
.packages-table-2 table tbody tr td:first-of-type {
  text-align: left;
  width: 230px;
}
.packages-table-2 table tbody tr:first-of-type td {
  border-top: none;
}
.packages-table-2 table tbody tr:first-of-type td {
  background-color: #FFDE00;
  color: #1D71B8;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  border-bottom: none;
  text-align: center;
}
.packages-table-2 table tfoot tr td {
  text-align: center;
  line-height: 1.4em;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
}
.packages-table-2 table tfoot tr td strong {
  font-size: 20px;
}
.packages-table-2 table tfoot tr td:first-of-type {
  background-color: #D9D9D9;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  text-align: left;
}
.packages-table-2 table tfoot tr td a:last-of-type {
  background-color: #1D71B8;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 28px;
  margin: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 25px;
  margin-top: 5px;
  font-size: 19px;
}

.much-time {
  width: 90%;
  max-width: 900px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 20px;
}
.much-time .mujer-calendario img {
  width: 100%;
  height: auto;
}
.much-time h2 {
  max-width: 200px;
  margin: 0px;
  padding: 0px;
  font-size: 34px;
  color: #1D71B8;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.much-time p {
  margin: 0px;
  padding: 0px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  font-size: 20px;
  max-width: 440px;
  line-height: 1.2em;
  padding-top: 9px;
}

.email-service {
  background-color: #FFDE00;
}

.email-service-content {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding-left: 16%;
}

.email-service-text p {
  margin: 0px;
  padding: 0px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  font-size: 20px;
  line-height: 1.1em;
}

.email-service-photo {
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.email-service-photo img {
  width: auto;
  height: 230px;
}

.page footer {
  margin: 0px;
}

.banner-immersion-trips {
  position: relative;
}
.banner-immersion-trips img {
  width: 100%;
  height: auto;
}
.banner-immersion-trips h1 {
  position: absolute;
  left: 29%;
  bottom: 8%;
  color: #fff;
  font-family: "Permanent Marker", cursive;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 70px;
  max-width: 500px;
  margin: 0px;
  padding: 0px;
  line-height: 1em;
}

.immersion-separator {
  min-height: 24px;
  background-color: #1D71B8;
}

.trip-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 90%;
  max-width: 1200px;
  background-image: url(img/bg_boyaca.png);
  background-repeat: no-repeat;
  background-position: right top 10px;
  background-size: 60px auto;
  margin: auto;
  margin-bottom: 0px;
  margin-top: 10px;
}
.trip-title h2 {
  color: #1D71B8;
  font-family: "Permanent Marker", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 64px;
}
.trip-title h3 {
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  max-width: 300px;
  line-height: 1.2em;
}

.day {
  padding-top: 20px;
}

.day-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.day-title h2 {
  color: #1D71B8;
  font-family: "Permanent Marker", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 64px;
}
.day-title h3 {
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  max-width: 300px;
  line-height: 1.2em;
}

.day-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 30px;
  margin-bottom: 30px;
}

.day-photo {
  width: 500px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.day-photo img {
  width: 100%;
  height: auto;
}

.day-text h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 34px;
  margin-bottom: 0.6em;
  margin-top: 0.4em;
}
.day-text p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  text-align: left;
  line-height: 1.7em;
}

.days {
  width: 90%;
  max-width: 1200px;
  border-bottom: 5px solid #1D71B8;
  margin: auto;
  margin-bottom: 0px;
  margin-top: 0px;
}
.days ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 3px;
}
.days ul li {
  border: 1px solid #000;
  padding: 2px 10px;
  margin: 0px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.days ul li.day-active {
  background-color: #1D71B8;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  border-color: #1D71B8;
}

.topics-banner {
  position: relative;
}
.topics-banner > img {
  width: 100%;
  height: auto;
}

.topics-banner-photo {
  position: absolute;
  bottom: 0px;
  left: 7%;
  height: 593px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.topics-banner-photo img {
  height: 601px;
  width: auto;
}

.topics-banner-text {
  position: absolute;
  bottom: 10%;
  left: 32%;
  color: #fff;
}
.topics-banner-text h1 {
  margin: 0px;
  padding: 0px;
  font-family: "Permanent Marker", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 81px;
}
.topics-banner-text p {
  margin: 0px;
  padding: 0px;
  width: 500px;
  font-size: 24px;
}

.topics-banner-separator {
  background-color: #1D71B8;
  height: 24px;
}

.topics-container {
  width: 95%;
  max-width: 1000px;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 115px;
  background-size: auto 90px;
  background-image: url(img/bg_boyaca.png);
  background-repeat: no-repeat;
  background-position: right bottom 10px;
}

.topics {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  grid-auto-flow: dense;
  grid-auto-rows: 1fr;
}

.topic {
  background-color: rgba(29, 113, 184, 0.5);
  padding: 20px;
}
.topic:nth-of-type(odd) {
  background-color: rgba(255, 222, 0, 0.3);
}
.topic h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  margin: 0px;
  padding: 0px;
  line-height: 1em;
  font-size: 16px;
  letter-spacing: 11px;
}
.topic h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  margin: 10px 0px;
  padding: 0px;
  line-height: 1em;
  font-size: 28px;
  min-height: 56px;
}
.topic p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  margin: 0px;
  padding: 0px;
  line-height: 1em;
  font-size: 19px;
  line-height: 1.2em;
}

.banner-blog img {
  width: 100%;
  height: auto;
}

.banner-faq {
  position: relative;
}
.banner-faq img {
  width: 100%;
  height: auto;
}
.banner-faq h1 {
  position: absolute;
  bottom: 6%;
  right: 16%;
  font-family: "Permanent Marker", cursive;
  font-weight: 400;
  font-style: normal;
  color: #1D71B8;
  font-size: 100px;
}

.faq-container {
  width: 95%;
  max-width: 1200px;
  margin: auto;
  background-size: auto 90px;
  background-image: url(img/bg_boyaca.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}

.faq-content {
  width: 95%;
  max-width: 750px;
  margin: 40px auto;
}
.faq-content h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000;
  font-size: 20px;
}
.faq-content p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  font-size: 16px;
  text-align: left;
  margin-bottom: 30px;
}
.faq-content p a {
  color: #000;
}
.faq-content p a:hover {
  text-decoration: none;
}

.banner-contacto {
  position: relative;
}
.banner-contacto img {
  width: 100%;
  height: auto;
}
.banner-contacto h1 {
  position: absolute;
  top: 20%;
  left: 40%;
  font-family: "Permanent Marker", cursive;
  font-weight: 400;
  font-style: normal;
  color: #1D71B8;
  font-size: 90px;
}

.schedule {
  min-height: 0px;
  background-color: #FFDE00;
  margin-top: 60px;
  cursor: pointer;
}

.schedule-cols {
  width: 90%;
  max-width: 1050px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.schedule-col-01 {
  height: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.schedule-col-01 img {
  height: 240px;
  width: auto;
}

.schedule-col-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.schedule-col-02 h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0px;
  padding: 0px;
  font-size: 40px;
}

.schedule-col-03 {
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 10px;
}
.schedule-col-03 img {
  height: 210px;
  width: auto;
}

.contact-content {
  max-width: 620px;
  margin: auto;
  padding-top: 30px;
}
.contact-content p {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  color: #666666;
  font-size: 20px;
  margin: 0px;
  padding: 0px;
}
.contact-content form {
  margin-top: 30px;
}
.contact-content label {
  color: #666666;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  margin: 0px;
  padding: 0px;
  min-height: 25px;
}
.contact-content .form-control {
  background-color: #F5F5F5;
  color: #666666;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}

.form-button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-button-container button.btn-primary {
  width: 120px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#1394D3), to(#006099));
  background: linear-gradient(to bottom, #1394D3, #006099);
  border: none;
  border-radius: 30px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.form-button-container button.btn-primary:hover {
  text-decoration: none;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.header-menu-bar {
  min-height: 34px;
}

.day-content {
  display: none;
}

.day-content-active {
  display: block;
}

.days > ul li {
  cursor: pointer;
}

.banner-blog-separator {
  height: 24px;
  background-color: #1D71B8;
}

.blog-item {
  background-color: #D9D9D9;
  width: 95%;
  max-width: 1100px;
  margin: 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.blog-item-foto {
  width: 500px;
}
.blog-item-foto img {
  width: 100%;
  height: auto;
}

.blog-item-texto {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-item-texto h2, .blog-item-texto h3, .blog-item-texto p, .blog-item-texto a {
  margin: 0px;
  padding: 0px;
}
.blog-item-texto h2 {
  color: #1D71B8;
  font-family: "Permanent Marker", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 50px;
}
.blog-item-texto h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000;
  font-size: 24px;
}
.blog-item-texto p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 28px;
  max-width: 250px;
  text-align: center;
  line-height: 1.1em;
  margin: 10px 0px;
}
.blog-item-texto a {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  background-color: #1D71B8;
  padding: 5px 18px;
  border-radius: 20px;
}
.blog-item-texto a:hover {
  text-decoration: none;
}

.blog-post {
  background-color: #EFEFEF;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  overflow: hidden;
  padding-bottom: 60px;
}
.blog-post > p {
  max-width: 900px;
  margin: auto;
  text-align: left;
  margin-bottom: 1em;
}
.blog-post > p em {
  font-style: normal;
  text-decoration: underline;
}
.blog-post > figure:first-of-type {
  margin-bottom: 60px;
}

.blog-post-header {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 0px;
  height: 0px;
  overflow: hidden;
}
.blog-post-header h1, .blog-post-header h3, .blog-post-header p, .blog-post-header a {
  margin: 0px;
  padding: 0px;
}
.blog-post-header h1 {
  color: #1D71B8;
  font-family: "Permanent Marker", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 70px;
}
.blog-post-header h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000;
  font-size: 30px;
}
.blog-post-header p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 34px;
  max-width: 270px;
  text-align: center;
  line-height: 1.1em;
  margin: 10px 0px;
}

.postid-31 footer {
  margin-top: 0px;
}

.packages-table a {
  color: #000;
  text-decoration: none;
}
.packages-table a strong {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  background-color: #1D71B8;
  color: #fff;
  line-height: 1em;
  border-radius: 20px;
  padding: 1px 8px;
}

.packages-table-2 a {
  color: #000;
  text-decoration: none;
}

.whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.whatsapp img {
  width: 50px;
  height: auto;
}
.whatsapp:hover {
  -webkit-transform: scale(1.9);
          transform: scale(1.9);
}

.payment-methods {
  background-color: #FFDE00;
  padding: 30px 0px;
  margin-top: 40px;
}
.payment-methods .payment-methods-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
.payment-methods .payment-methods-content h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #1D71B8;
  font-size: 50px;
}
.payment-methods .payment-methods-content img {
  height: 60px;
  width: auto;
}

.home footer {
  margin-top: 0px;
}

.days-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 90%;
  max-width: 1200px;
  margin: auto;
  gap: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.days-info p {
  font-size: 16px;
}

.podcast-index-section {
  background-color: #1D71B8;
  margin-top: 40px;
}

.podcast-index-section-content {
  width: 95%;
  max-width: 1000px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.podcast-index-section-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 200px;
}
.podcast-index-section-left > img {
  height: 230px;
  width: auto;
}

.podcast-index-section-right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.podcast-index-section-right article h2 {
  font-family: "Permanent Marker", cursive;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 50px;
  line-height: auto;
}
.podcast-index-section-right article h3 {
  color: #FFDD00;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  line-height: auto;
}
.podcast-index-section-right article p {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: auto;
}
.podcast-index-section-right > a {
  background-color: #FFDE00;
  color: #0087EB;
  width: 100px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  border-radius: 50px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.podcast-index-section-right > a:hover {
  text-decoration: none;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.agendamiento-form-fnd {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  display: none;
}

.agendamiento-form-container {
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.agendamiento-form {
  background-color: #fff;
  width: 320px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.agendamiento-form h2 {
  background-color: #005fab;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
}
.agendamiento-form form {
  padding: 20px 20px;
}
.agendamiento-form form > input {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #00599e;
  padding: 10px;
  margin-bottom: 16px;
}
.agendamiento-form form > input:focus {
  outline: none;
}
.agendamiento-form .form-group {
  margin-bottom: 16px;
  width: 100%;
}
.agendamiento-form .form-group input {
  border-radius: 10px;
  border: 1px solid #00599e;
  padding: 10px;
}
.agendamiento-form .form-group input:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.agendamiento-form .form-group .input-group-text {
  background-color: #00599e;
  color: #fff;
  border-radius: 0px;
  border: 1px solid #00599e;
  height: 38px;
  border-radius: 0px 10px 10px 0px;
}
.agendamiento-form .form-group.full input {
  width: 100%;
}

.agendamiento-form-close-containner {
  width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 10px;
}
.agendamiento-form-close-containner button {
  color: #f00;
  background-color: transparent;
  border: none;
  font-size: 24px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.agendamiento-form-close-containner button:hover, .agendamiento-form-close-containner button:focus, .agendamiento-form-close-containner button:active {
  -webkit-transform: scale(0.9, 0.9);
          transform: scale(0.9, 0.9);
  outline: none;
}

.agendamiento-form-send-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.agendamiento-form-send-bottom button {
  background-color: #ffd400;
  color: #161615;
  border: none;
  width: 90px;
  height: 30px;
  border-radius: 40px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-size: 16px;
  font-weight: 700;
}
.agendamiento-form-send-bottom button:hover {
  -webkit-transform: scale(0.9, 0.9);
          transform: scale(0.9, 0.9);
}

.input-group-text img {
  width: auto;
  height: 20px;
}

.agendamiento-form-close-containner img {
  width: auto;
  height: 25px;
}

.input-group-append {
  height: 20px;
}

.header-top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.franja-top {
  color: #fff;
  background-color: #1D71B8;
  padding: 2px 0px;
}

.franja-top-container {
  max-width: 1200px;
  margin: auto;
  width: 90%;
}
.franja-top-container h2 {
  text-align: right;
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  font-weight: 400;
}
.franja-top-container h2 strong {
  font-weight: 700;
}
.franja-top-container h2 a {
  color: #fff;
  text-decoration: none;
}
.franja-top-container h2 a:hover {
  color: #fff;
  text-decoration: none;
}

.header-top-right .navbar-expand-xl .navbar-nav {
  gap: 20px;
}
.header-top-right .navbar-expand-xl .navbar-nav .nav-link {
  color: #1D71B8;
  text-transform: none;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  margin: 0px;
  padding: 0px;
}

body.home header {
  background-color: #F9F9F9;
}

.one-on-one {
  background-color: orange;
  background-color: #fedd00;
  position: relative;
}
.one-on-one .one-on-one-bottom {
  height: 40px;
}
.one-on-one .one-on-one-top {
  background-color: #ffffff;
}
.one-on-one .one-on-one-top article {
  max-width: 1200px;
  margin: auto;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px;
}
.one-on-one .one-on-one-top article .column-2 img {
  width: 530px;
  height: auto;
}
.one-on-one .one-on-one-top article .column-1 {
  max-width: 550px;
  padding-bottom: 30px;
}
.one-on-one .one-on-one-top article .column-1 h2 {
  color: #1D71B8;
  font-family: "Permanent Marker", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
}
.one-on-one .one-on-one-top article .column-1 p {
  color: #696969;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  text-align: left;
  line-height: 1.8em;
}
.one-on-one .one-on-one-top article .column-1 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #0087EB;
  line-height: 1em;
  margin: 0px;
  padding: 0px;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 0px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  border-radius: 19px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  text-decoration: none;
  max-width: 240px;
  font-size: 20px;
}
.one-on-one .one-on-one-top article .column-1 a:hover, .one-on-one .one-on-one-top article .column-1 a:focus, .one-on-one .one-on-one-top article .column-1 a:active {
  -webkit-transform: scale(0.9, 0.9);
          transform: scale(0.9, 0.9);
  outline: none;
  text-decoration: none;
}

.imersion-trips-costa {
  background-image: url(img/costa.avif);
  background-size: cover;
  background-position: center top;
  min-height: 900px;
}

.imersion-trips-costa-text {
  background-color: #fff;
  max-width: 800px;
  width: 90%;
  margin: auto;
  padding: 40px;
}
.imersion-trips-costa-text h2 {
  font-family: "Permanent Marker", cursive;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 53px;
  color: #1D71B8;
}
.imersion-trips-costa-text p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #696969;
  text-align: left;
  font-size: 28px;
}
.imersion-trips-costa-text p:last-of-type {
  margin: 0px;
  padding: 0px;
  text-align: center;
}
.imersion-trips-costa-text p a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #0087EB;
  line-height: 1em;
  margin: 0px;
  padding: 0px;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 0px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  border-radius: 19px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  text-decoration: none;
  max-width: 300px;
  margin: auto;
  font-size: 18px;
}
.imersion-trips-costa-text p a:hover, .imersion-trips-costa-text p a:focus, .imersion-trips-costa-text p a:active {
  -webkit-transform: scale(0.9, 0.9);
          transform: scale(0.9, 0.9);
  outline: none;
  text-decoration: none;
}

.listen-and-learn {
  background-color: #1D71B8;
  color: #fff;
}

.listen-and-learn-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 95%;
  max-width: 900px;
  gap: 20px;
  margin: auto;
}

.listen-and-learn-col-1 {
  height: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.listen-and-learn-col-1 img {
  height: 420px;
  width: auto;
}

.listen-and-learn-col-2 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.listen-and-learn-col-2 h2 {
  font-family: "Permanent Marker", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
}
.listen-and-learn-col-2 p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  font-size: 20px;
}
.listen-and-learn-col-2 p strong {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.listen-and-learn-col-2 p a {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #1D71B8;
  background-color: #FFDE00;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 20px;
}

.parce-pen-pal {
  margin-bottom: 60px;
}

.parce-pen-pal-cols {
  max-width: 1200px;
  width: 95%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding-top: 40px;
}

.parce-pen-pal-bar {
  height: 20px;
  width: 100%;
  background-color: #D9D9D9;
}

.parce-pen-pal-col-1 {
  padding-top: 40px;
}
.parce-pen-pal-col-1 img {
  margin: 0px 20px;
}

.parce-pen-pal-col-2 h2 {
  color: #1D71B8;
  font-family: "Permanent Marker", cursive;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 20px;
  font-size: 40px;
}
.parce-pen-pal-col-2 p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #434343;
  text-align: left;
  font-size: 20px;
}
.parce-pen-pal-col-2 p span {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
  color: #686868;
}

.parce-pen-pal-link p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
}
.parce-pen-pal-link p a {
  background-color: #FFDE00;
  color: #1D71B8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  border-radius: 25px;
  font-size: 20px;
}

.comprensive {
  background-color: #D9D9D9;
}
.comprensive h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  text-align: center;
  padding: 5px 0px;
  margin: 0px;
  font-size: 42px;
}

.franja-azul {
  height: 8px;
  background-color: #1D71B8;
}

.comprensive-text {
  width: 95%;
  max-width: 850px;
  margin: auto;
  padding: 30px 0px;
}
.comprensive-text p {
  padding: 0px;
  margin: 0px;
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: left;
}

.comprensive-packages-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-preferred-size: 300px;
      flex-basis: 300px;
}

.comprensive-packages-col {
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  padding-top: 50px;
  border: 1px solid #1D71B8;
}

.comprensive-package-best {
  position: absolute;
  top: 10px;
  left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
  background-color: #FFDE00;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  gap: 2px;
}
.comprensive-package-best h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0px;
  padding: 0px;
  line-height: 1em;
  font-size: 20px;
}

.comprensive-package-content h2 {
  color: #1D71B8;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 26px;
  text-align: center;
  margin: 0px;
  padding: 0px;
  margin-bottom: 0.5em;
}
.comprensive-package-content h3 {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 29px;
  margin: 0px;
  padding: 0px;
}
.comprensive-package-content h3 span {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
}
.comprensive-package-content p {
  margin: 0px;
  padding: 0px 5px;
  text-align: center;
  font-size: 14px;
}
.comprensive-package-content p span {
  color: #9E9E9E;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
  text-align: center;
  font-size: 16px;
  line-height: 2em;
}
.comprensive-package-content p strong {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.comprensive-package-content hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 2px solid #1D71B8;
  max-width: 90%;
}
.comprensive-package-content h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  text-align: center;
}
.comprensive-package-content ul {
  padding: 0px;
  max-width: 90%;
  margin: auto;
  padding-left: 20px;
}
.comprensive-package-content ul li {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 0.9em;
}
.comprensive-package-content ul li strong {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.comprensive-package-price {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
}
.comprensive-package-price p {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  margin: 0px;
  margin-bottom: 30px;
}
.comprensive-package-price p strong {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.comprensive-package-price p:last-of-type {
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.comprensive-package-price p:last-of-type a {
  background-color: #FFDE00;
  padding: 3px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1D71B8;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  border-radius: 25px;
  font-size: 16px;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.comprensive-package-price p:last-of-type a:hover {
  decoration: none;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.lesson-only-title {
  background-color: #D9D9D9;
  margin: 30px 0px;
}
.lesson-only-title h2 {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lesson-only-text {
  margin: auto;
  max-width: 730px;
  width: 95%;
}
.lesson-only-text p {
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
}

.lesson-only-lessons {
  width: 95%;
  max-width: 1200px;
  margin: auto;
  list-style: none;
  padding: 0px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
  grid-auto-flow: dense;
}

.lesson-only-lesson {
  border: 1px solid #1D71B8;
  min-height: 100px;
  padding: 20px;
}
.lesson-only-lesson:nth-of-type(5) {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.lesson-only-lesson h3, .lesson-only-lesson h2, .lesson-only-lesson h4, .lesson-only-lesson p, .lesson-only-lesson h5, .lesson-only-lesson a {
  margin: 0px;
  padding: 0px;
  text-align: center;
}
.lesson-only-lesson h3 {
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.lesson-only-lesson h2 {
  color: #1D71B8;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 34px;
}
.lesson-only-lesson h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 14px;
}
.lesson-only-lesson p {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
}
.lesson-only-lesson p:last-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lesson-only-lesson p:last-of-type a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFDE00;
  color: #1D71B8;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-top: 20px;
  padding: 3px 20px;
  border-radius: 25px;
}
.lesson-only-lesson h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 34px;
}
.lesson-only-lesson h5 span {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 17px;
}

.best-seller-product {
  border: 1px solid #C5C5C5;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
}

.best-seller-product:nth-of-type(3) {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  -ms-grid-row-span: 2;
  grid-row: span 2;
}

.a-la-carta-title {
  background-color: #D9D9D9;
  margin: 30px 0px;
}
.a-la-carta-title h2 {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.a-la-carta-text {
  max-width: 600px;
  width: 95%;
  margin: auto;
}
.a-la-carta-text p {
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}

.day-der {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 500px;
}

.boton-mas-info-viaje {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.boton-mas-info-viaje a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFDE00;
  color: #1D71B8;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 3px 20px;
  border-radius: 25px;
  font-size: 20px;
  margin-top: 20px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  text-decoration: none;
}
.boton-mas-info-viaje a:hover, .boton-mas-info-viaje a:focus, .boton-mas-info-viaje a:active {
  -webkit-transform: scale(0.9, 0.9);
          transform: scale(0.9, 0.9);
  outline: none;
  text-decoration: none;
}

.study-plan-price {
  top: 20px;
  right: 40px;
  background-color: transparent;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: auto;
  height: auto;
}
.study-plan-price h2 {
  color: #000;
  margin: 0px;
  padding: 0px;
}
.study-plan-price h3 {
  color: #000;
  margin: 0px;
  padding: 0px;
}

.study-plan-price-btn {
  top: 70px;
  right: 40px;
  background: #FFDE00;
  color: #1D71B8;
  width: 140px;
  white-space: nowrap;
}

.study-plan-text h3 {
  margin-bottom: 70px;
}

.banner-immersion-trips h1 {
  display: none;
}

.imersion-trips-diciembre-cols {
  max-width: 1000px;
  width: 95%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.imersion-trips-diciembre-col-1 {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.imersion-trips-diciembre-col-1 img {
  width: 100%;
  height: auto;
}

.imersion-trips-diciembre-col-2 h2 {
  font-family: "Permanent Marker", cursive;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  font-size: 40px;
  color: #1D71B8;
}
.imersion-trips-diciembre-col-2 p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #696969;
  text-align: left;
  font-size: 20px;
}
.imersion-trips-diciembre-col-2 p a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #0087EB;
  line-height: 1em;
  margin: 0px;
  padding: 0px;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 0px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  border-radius: 19px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  text-decoration: none;
  max-width: 300px;
  font-size: 20px;
}

.testimonios {
  margin-bottom: 40px;
}
.testimonios h2 {
  font-size: 40px;
  color: #1D71B8;
  font-family: "Permanent Marker", cursive;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}
.testimonios p {
  font-size: 20px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  width: 95%;
  max-width: 740px;
  margin: auto;
}

.franja-azul-contacto {
  height: 20px;
  background-color: #1D71B8;
}

.imersion-trips-diciembre-cols {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.imersion-trips-diciembre-col-2 {
  width: 460px;
}

@media screen and (max-width: 1280px) {
  .topics-banner-photo {
    height: 500px;
  }
  .topics-banner-photo img {
    height: 508px;
  }
  .banner-contacto h1 {
    font-size: 70px;
  }
  .inmmersion-content-call a {
    font-size: 22px;
  }
  .one-on-one .one-on-one-top article .column-2 img {
    width: 341px;
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .banner-inicio-content-top {
    gap: 0px;
  }
  .banner-inicio-bottom {
    height: 90px;
  }
  .banner-inicio-foto img {
    height: 490px;
  }
  .banner-inicio-cubo {
    display: none;
  }
  .banner-inicio {
    background-image: none;
  }
  .about-col-2 img {
    height: 540px;
  }
  .study-plan-col-1 img {
    height: 440px;
  }
  .study-plan-col-1 {
    height: 400px;
  }
  .reviews-container {
    max-width: 860px;
  }
  .navbar {
    width: 100%;
    max-width: 100%;
  }
  .headerRight {
    width: 100%;
    max-width: 100%;
  }
  .navbar-expand-xl .navbar-nav .menu-item:first-of-type .nav-link {
    border-bottom: 1px solid rgba(255, 255, 255, 0.368627451);
    margin: 0px;
    padding: 0px;
    background-image: none;
    padding: 10px 10px;
  }
  .navbar-expand-xl .navbar-nav .menu-item:last-of-type .nav-link {
    border-bottom: none;
  }
  .navbar-expand-xl .navbar-nav .menu-item .nav-link {
    border-bottom: 1px solid rgba(255, 255, 255, 0.368627451);
    margin: 0px;
    padding: 0px;
    background-image: none;
    padding: 10px 10px;
  }
  .docente-cols {
    width: 95%;
  }
  .docente-text p {
    font-size: 14px;
  }
  .docente-01 {
    background-image: none;
  }
  .docente-03 {
    background-image: none;
  }
  .passion-cols {
    width: 95%;
  }
  .topics-banner-photo {
    height: 102%;
  }
  .topics-banner-photo img {
    height: 100%;
    width: auto;
  }
  .banner-contacto h1 {
    left: 33%;
  }
  .schedule-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 30px;
  }
  .schedule-col-02 {
    margin: 40px 0px;
  }
  .schedule-col-02 h2 {
    text-align: center;
  }
  .banner-study-plans {
    min-height: auto;
  }
  .schedule-col-03 {
    height: auto;
  }
  .schedule-col-01 {
    height: auto;
    padding-top: 40px;
  }
  .banner-inicio-top {
    height: auto;
  }
  .header-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header-top-right {
    width: 100%;
  }
  .header-top-right .navbar-expand-xl .navbar-nav {
    gap: 0px;
  }
  .banner-inicio-content-top {
    gap: 20px;
  }
  .banner-inicio-texto h2 {
    color: #1D71B8;
    font-size: 50px;
    line-height: 1em;
    margin-bottom: 20px;
    font-family: "Permanent Marker", cursive;
    font-weight: 400;
    font-style: normal;
  }
  .banner-inicio-texto p {
    color: #696969;
    font-size: 24px;
    line-height: 1.2em;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: left;
  }
  .one-on-one .one-on-one-top {
    overflow: hidden;
    padding-top: 40px;
  }
}
@media screen and (max-width: 940px) {
  .memberships-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (max-width: 770px) {
  .banner-inicio-foto img {
    height: 270px;
  }
  .banner-inicio-content-top {
    gap: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .banner-inicio-texto {
    height: auto;
    padding-top: 30px;
  }
  .banner-inicio-texto h2 {
    font-size: 50px;
  }
  .banner-inicio-texto p {
    font-size: 21px;
  }
  .banner-inicio-top {
    height: 230px;
  }
  .banner-inicio-bottom {
    height: 40px;
  }
  .study-plan {
    margin-top: 30px;
  }
  .study-plan-col-1 {
    height: 280px;
  }
  .study-plan-col-1 img {
    height: 300px;
  }
  .study-plan-col-2 h2 {
    font-size: 50px;
  }
  .study-plan-col-2 p {
    font-size: 20px;
  }
  .about-col-1 h2 {
    font-size: 50px;
  }
  .about-col-1 p {
    font-size: 21px;
  }
  .inmmersion-content {
    max-width: 90%;
  }
  .inmmersion-content h2 {
    font-size: 50px;
  }
  .inmmersion-content p {
    font-size: 21px;
  }
  .remember {
    max-width: 90%;
    margin: auto;
  }
  .remember img {
    width: 100%;
    height: auto;
  }
  .reviews-container {
    max-width: 640px;
  }
  .review .review-content {
    min-height: 600px;
  }
  .review .review-content h3 {
    font-size: 18px;
  }
  .review .review-content p {
    font-size: 14px;
  }
  .exchange-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 30px;
  }
  .footer-cols-level-0 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
  .footer-derechos-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .docente .docente-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .docente-02 .docente-02-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .docente-01 .docente-foto {
    padding: 0px;
    margin: 0px;
  }
  .docente-01 .docente-text {
    padding-top: 0px;
  }
  .docente-02 .docente-foto {
    padding: 0px;
    margin: 0px;
  }
  .docente-03 .docente-foto {
    padding: 0px;
    margin: 0px;
  }
  .docente-cols {
    gap: 20px;
  }
  .banner-study-plans h1 {
    left: 5%;
  }
  .banner-study-plans h2 {
    left: 5%;
    top: 41%;
  }
  .banner-study-plans p {
    left: 0%;
    top: 49%;
    width: 90%;
  }
  .study-plan-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .study-plan-text h2 {
    margin: 0px;
    padding: 0px;
    width: 100%;
    max-width: 100%;
  }
  .study-plan-text p {
    padding: 0px;
    margin: 0px;
  }
  .advantages-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .advantages-col-02 h2 {
    text-align: center;
  }
  .advantages-col-02 h3 {
    text-align: center;
  }
  .memberships-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .memberships-col-2 h2 {
    text-align: center;
  }
  .memberships-col-2 p {
    text-align: center;
  }
  .packages-table {
    width: 95%;
    max-width: 95%;
  }
  .packages-table-2 {
    width: 95%;
    max-width: 95%;
  }
  .email-service-content {
    padding: 0px;
  }
  .day-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .day-photo {
    width: 100%;
    max-width: 100%;
  }
  .day-photo img {
    width: 100%;
    height: auto;
  }
  .banner-contacto h1 {
    top: 8%;
    left: 27%;
  }
  .payment-methods .payment-methods-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .payment-methods .payment-methods-content img {
    height: 40px;
  }
  .advantages-col-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .advantages-col-01 img {
    height: 100%;
  }
  .blog-item-foto {
    width: 55%;
  }
  .blog-item-foto img {
    width: 100%;
    height: auto;
  }
  .blog-post > p {
    max-width: 90%;
  }
  .days-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .podcast-index-section-left {
    padding-top: 10px;
    height: auto;
  }
  .podcast-index-section-left article h3 {
    font-size: 25px;
  }
  .podcast-index-section-right article h3 {
    font-size: 22px;
  }
  .podcast-index-section-right article p {
    font-size: 17px;
  }
  .banner-study-plans .banner-study-plans-content {
    top: auto;
    bottom: 0px;
  }
  .banner-study-plans h1 {
    padding-left: 30px;
  }
  .banner-study-plans h2 {
    margin-bottom: 20px;
    padding-left: 30px;
  }
  .banner-study-plans p {
    padding-left: 30px;
    font-size: 16px;
  }
  .banner-inicio-top {
    height: auto;
  }
  .banner-inicio-content-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cifras-cols {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .one-on-one .one-on-one-top article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .listen-and-learn-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .parce-pen-pal-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .comprensive-packages-col {
    width: 240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    padding-top: 50px;
    border: 1px solid #1D71B8;
  }
  .banner-study-plans .banner-study-plans-content p {
    width: 90%;
  }
  .about-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 30px;
  }
  .about-col-2 {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 30px;
  }
  .about-col-2 img {
    margin: 0px;
    padding: 0px;
    width: 90%;
    height: auto;
  }
}
@media screen and (max-width: 700px) {
  .reviews-container {
    max-width: 82%;
  }
  .review .review-content img {
    width: 100px;
    height: auto;
  }
  .review .review-content {
    min-height: 550px;
  }
  .cifras-cols {
    gap: 0px;
  }
  .cifras-cols .cifra-col h2 {
    font-size: 30px;
  }
  .cifras-cols .cifra-col p {
    font-size: 24px;
  }
  .passion-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 0px;
  }
  .passion-col-1 {
    padding: 0px;
  }
  .passion-col-2 {
    max-width: 100%;
    text-align: center;
  }
  .passion-col-3 {
    text-align: center;
  }
  .much-time {
    width: 95%;
    max-width: 95%;
    margin: auto;
    padding: 0px;
    margin-top: 30px;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .much-time h2 {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .much-time p {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .email-service {
    padding: 30px 0px;
  }
  .topics-banner-text {
    position: static;
    background-color: #3257A8;
    padding-left: 37%;
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .topics-banner-text h1 {
    font-size: 32px;
  }
  .topics-banner-text p {
    width: auto;
    font-size: 14px;
  }
  .topics-banner-photo {
    left: 2%;
    width: 33%;
    height: auto;
  }
  .topics-banner-photo img {
    width: 100%;
    height: auto;
  }
  .topics-banner-separator {
    height: 10px;
  }
  .topic {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0px;
  }
  .topic h3 {
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 14px;
    min-height: auto;
  }
  .topic h2 {
    padding: 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 14px;
    min-height: auto;
  }
  .topic p {
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 14px;
    min-height: auto;
  }
  .faq-content {
    padding-bottom: 60px;
  }
  .banner-contacto h1 {
    font-size: 60px;
  }
  .banner-study-plans p {
    top: 52%;
    font-size: 16px;
  }
  .blog-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 300px;
    padding-bottom: 10px;
    margin-bottom: 23px;
  }
  .blog-item-foto {
    width: 100%;
  }
  .blog-item-texto h2 {
    font-size: 46px;
  }
  .podcast-index-section-left article h2 {
    font-size: 38px;
  }
  .podcast-index-section-left article h3 {
    font-size: 19px;
  }
  .podcast-index-section-right article h2 {
    font-size: 38px;
  }
  .podcast-index-section-right article h3 {
    font-size: 20px;
  }
  .podcast-index-section-right article p {
    font-size: 14px;
  }
  .podcast-index-section-left > img {
    height: 170px;
  }
}
@media screen and (max-width: 500px) {
  .header-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-logo {
    max-width: 90%;
  }
  .header-logo img {
    width: 100%;
    height: auto;
  }
  .header-top-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .banner-inicio-content-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .banner-inicio-top {
    height: auto;
  }
  .banner-inicio-bottom {
    display: none;
  }
  .study-plan-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .study-plan-col-2 {
    width: 90%;
    padding-top: 30px;
  }
  .study-plan-col-1 {
    height: auto;
    padding-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .study-plan-col-1 img {
    width: 90%;
    height: auto;
  }
  .inmmersion-content-call {
    padding-top: 20px;
    padding-right: 10px;
  }
  .reviews-container {
    max-width: 73%;
  }
  .slick-prev, .slick-next {
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    width: 30px;
    height: 60px;
  }
  .review .review-content {
    gap: 0px;
    padding: 20px 0px;
    min-height: 550px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .review .review-content img {
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
  }
  .review .review-content h2 {
    font-size: 20px;
    margin: 0px;
    padding: 0px;
    margin-bottom: 1em;
    max-width: 100%;
  }
  .review .review-content h3 {
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    margin-bottom: 1em;
    max-width: 100%;
  }
  .review .review-content h4 {
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    margin-bottom: 1em;
    max-width: 100%;
  }
  .review .review-content p {
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    max-width: 100%;
  }
  .exchange img {
    max-width: 100%;
    height: auto;
  }
  .footer-derechos {
    text-align: center;
    font-size: 11px;
  }
  .footer-derechos-col-01 {
    margin-bottom: 1em;
  }
  .cifras-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cifra-col {
    margin-bottom: 20px;
  }
  .cifra-col:last-of-type {
    margin-bottom: 0px;
  }
  .cifras > h2 {
    font-size: 30px;
    padding: 0px 0%;
    margin-bottom: 0px;
    line-height: 1em;
  }
  .cifras > h3 {
    font-size: 36px;
    padding: 0px 5%;
  }
  .docente-foto {
    width: 95%;
  }
  .docente-02-col-02 {
    width: 95%;
  }
  .docente-02-col-02.docente-foto {
    width: auto;
    height: auto;
  }
  .docente-02-col-02.docente-foto img {
    width: 100%;
    height: auto;
  }
  .docente-text h1 {
    font-size: 70px;
  }
  .banner-study-plans {
    background: -webkit-gradient(linear, left top, left bottom, from(#1D71B8), color-stop(50%, #1D71B8), to(#1D71B8));
    background: linear-gradient(to bottom, #1D71B8 0%, #1D71B8 50%, #1D71B8 100%);
    overflow: hidden;
    padding-bottom: 20px;
  }
  .banner-study-plans h1 {
    font-size: 40px;
    position: static;
    display: block;
    max-width: 90%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 0.3em;
  }
  .banner-study-plans h2 {
    position: static;
    display: block;
    max-width: 90%;
    margin: auto;
    font-size: 24px;
  }
  .banner-study-plans p {
    font-size: 14px;
    padding: 0px;
    position: static;
    display: block;
    max-width: 90%;
    margin: auto;
    text-shadow: none;
    text-align: left;
  }
  .study-plan-text h2 {
    font-size: 22px;
    margin-bottom: 0.5em;
  }
  .study-plan-text p {
    font-size: 16px;
  }
  .advantages-col-02 h2 {
    font-size: 22px;
  }
  .advantages-col-02 p {
    font-size: 16px;
  }
  .advantages-col-01 {
    width: 95%;
    max-width: 95%;
  }
  .advantages-col-01 img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .packages-title h2 {
    position: static;
    font-size: 38px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
  }
  .memberships-col-1 {
    height: auto;
    width: 95%;
    margin: auto;
  }
  .memberships-col-1 img {
    width: 100%;
    height: auto;
  }
  .packages-table-2 {
    overflow: hidden;
  }
  .memberships-col-2 h2 {
    font-size: 45px;
  }
  .memberships-col-2 p {
    font-size: 19px;
  }
  .memberships-cols {
    gap: 10px;
  }
  .packages-table-2 table thead tr th {
    padding: 0px;
    margin: 0px;
    font-size: 14px;
  }
  .packages-table-2 table thead tr:first-of-type th {
    padding: 0px;
    margin: 0px;
    font-size: 14px;
  }
  .packages-table-2 table thead tr:last-of-type th {
    font-size: 14px;
  }
  .packages-table-2 table tbody tr td {
    padding: 0px;
    font-size: 12px;
  }
  .packages-table-2 table tbody tr td:first-of-type {
    width: auto;
    padding: 0px;
    font-size: 12px;
  }
  .packages-table-2 table tfoot tr td {
    font-size: 8px;
  }
  .packages-table-2 table tfoot tr td strong {
    font-size: 18px;
    line-height: 1.1em;
  }
  .much-time h2 {
    font-size: 24px;
  }
  .much-time p {
    text-align: left;
    font-size: 16px;
  }
  .email-service-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .email-service-content .email-service-text {
    text-align: left;
    padding-bottom: 30px;
  }
  .email-service-content .email-service-photo {
    height: auto;
  }
  .email-service-content .email-service-photo img {
    width: 95%;
    height: auto;
  }
  .banner-immersion-trips h1 {
    font-size: 36px;
  }
  .day-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
    margin: 0px;
    padding: 0px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .day-title h3 {
    margin-bottom: 0.5em;
  }
  .day-text p {
    text-align: left;
    font-size: 14px;
  }
  .topics-banner {
    height: 200px;
    background-color: #3257A8;
  }
  .topics-banner > img {
    display: none;
  }
  .topics-banner .topics-banner-text {
    height: 200px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 40px;
  }
  .topics {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
  .topic h3 {
    letter-spacing: 8px;
  }
  .banner-faq h1 {
    font-size: 70px;
  }
  .schedule-col .schedule-col-03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0px 10px;
  }
  .schedule-col-03 img {
    width: 100%;
    height: auto;
  }
  .contact-content {
    width: 95%;
  }
  .banner-contacto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    background-color: #FFDE00;
  }
  .banner-contacto h1 {
    position: static;
    padding: 0px 20px;
    text-align: center;
  }
  .advantages-col-01 {
    height: 300px;
  }
  .advantages-col-01 img {
    height: 100%;
    width: auto;
  }
  .trip-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .days-gallery {
    width: 95%;
  }
  .podcast-index-section-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .podcast-index-section-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .podcast-index-section-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .podcast-index-section-right article h2 {
    text-align: center;
  }
  .podcast-index-section-right article h3 {
    text-align: center;
  }
  .podcast-index-section-left > img {
    height: 300px;
  }
  .podcast-index-section {
    padding-top: 30px;
  }
  .banner-study-plans .banner-study-plans-content {
    position: static;
  }
  .banner-study-plans h1 {
    padding-left: 0px;
  }
  .banner-study-plans h2 {
    padding-left: 0px;
    margin-bottom: 20px;
  }
  .banner-study-plans p {
    background-color: transparent;
  }
  .banner-inicio-texto h2 {
    font-size: 40px;
  }
  .one-on-one .one-on-one-top article .column-1 h2 {
    color: #1D71B8;
    font-family: "Permanent Marker", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
  }
  .listen-and-learn-col-2 {
    padding-top: 20px;
  }
  .listen-and-learn-col-2 h2 {
    font-family: "Permanent Marker", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
  }
  .listen-and-learn-col-1 {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .parce-pen-pal-col.parce-pen-pal-col-1 img {
    width: 100%;
    height: auto;
    margin: 0px;
  }
  .lesson-only-lessons {
    width: 95%;
    max-width: 1200px;
    margin: auto;
    list-style: none;
    padding: 0px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
    grid-auto-flow: dense;
  }
  .lesson-only-lesson:nth-of-type(5) {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
  .banner-study-plans-content-link {
    width: 100%;
  }
  .banner-study-plans .banner-study-plans-content {
    width: 95%;
    max-width: 1000px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 37px;
  }
  .banner-study-plans .banner-study-plans-content h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    font-size: 35px;
    text-align: center;
    width: 95%;
    margin: auto;
  }
  .banner-study-plans .banner-study-plans-content h1 {
    font-family: "Permanent Marker", cursive;
    font-weight: 400;
    font-style: normal;
    color: #FFDE00;
    font-size: 64px;
    text-align: center;
    line-height: 1em;
    margin: 0px;
    width: 95%;
    margin: auto;
    margin-bottom: 10px;
  }
  .comprensive-packages-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
  .comprensive-packages-col {
    width: 95%;
  }
  .banner-study-plans .banner-study-plans-content p {
    width: 100%;
  }
  .study-plan-photo {
    margin-bottom: 0px;
  }
  .study-plan-detail {
    padding-bottom: 140px;
  }
  .study-plan-price {
    top: auto;
    bottom: 90px;
    right: 0px;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .study-plan-price-btn {
    top: auto;
    bottom: 20px;
    right: auto;
    left: 50%;
    margin-left: -70px;
  }
  .study-plan-text h2 {
    margin: 0px;
  }
  .study-plan-text h3 {
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
    font-size: 20px;
  }
  .cifras-cols {
    padding: 20px;
  }
  .cifras-cols .cifra-col h2 {
    margin-bottom: 0px;
  }
  .franja-azul-contacto {
    height: 10px;
  }
  .imersion-trips-diciembre-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .imersion-trips-diciembre-col-1 {
    width: 100%;
  }
  .banner-inicio-texto p {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 20px;
  }
  .one-on-one .one-on-one-top article .column-1 p {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 20px;
  }
  .one-on-one .one-on-one-top article .column-1 p a {
    padding: 12px 20px;
    font-size: 20px;
  }
  .imersion-trips-diciembre-col-2 p {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 20px;
  }
  .imersion-trips-diciembre-col-2 p a {
    padding: 12px 20px;
    font-size: 20px;
  }
  .about-call {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 20px;
  }
  .about-call a {
    padding: 12px 20px;
    font-size: 20px;
  }
  .imersion-trips-diciembre-col-2 {
    width: 95%;
  }
}
/*# sourceMappingURL=style.css.map */