@font-face {
  font-family: 'ArialRoundedMTBold';
  src: url('./../../fonts/ArialRoundedMTBold.woff2') format('woff2'),
       url('./../../fonts/ArialRoundedMTBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AvenirNext-Medium';
  src: url('./../../fonts/AvenirNext-Medium.woff2') format('woff2'),
       url('./../../fonts/AvenirNext-Medium.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AvenirNext-Regular';
  src: url('./../../fonts/AvenirNext-Regular.woff2') format('woff2'),
       url('./../../fonts/AvenirNext-Regular.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AvenirNext-DemiBold';
  src: url('./../../fonts/AvenirNext-DemiBold.woff2') format('woff2'),
       url('./../../fonts/AvenirNext-DemiBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AvenirNext-Bold';
  src: url('./../../fonts/AvenirNext-Bold.woff2') format('woff2'),
       url('./../../fonts/AvenirNext-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AvenirNext-BoldItalic';
  src: url('./../../fonts/AvenirNext-BoldItalic.woff2') format('woff2'),
       url('./../../fonts/AvenirNext-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

html {
  /* scroll-behavior: smooth; */
}

.btn {
  outline: none;
  border: 0;
  padding: 10px 20px;
  cursor: pointer;
}

.landing__wrapper {
  width: 100%;
  background-color: #f0f0f0;
  padding-bottom: 10em;
  font-size: 13px;
}

.landing_hero {
  width: 90%;
  max-width: 1360px;
  padding: 40px 0;
  padding-bottom: 0;
  box-sizing: border-box;
  margin:  0 auto;
  position: relative;
}

.landing_hero--header {
  max-width: 1200px;
  width: 100%;
  position: relative;
  align-self: flex-start;
}

.landing_hero--logo {
  width: 20em;
  min-width: 190px;
}

.landing_hero--logo img {
  width: 100%;
  display: block;
}

.landing_hero,
.landing_hero--content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.landing_hero--content {
  width: 100%;
  max-width: 1200px;
  background: #b5da6d;
  border-radius: 20px;
  justify-content: space-between;
  padding: 5.3125em 2.8125em;
  box-sizing: border-box;
  margin-top: 5.625em;

  background-image: url(./../../images/bg_hero-banner.png);
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
}

.landing_hero__title,
.landing_video,
.landing_video video {
  width: 100%;
  display: block;
}

.landing_hero__video {
  width: 60%;
}

.landing_hero__form {
  width: 38%;
  padding: 0;
}

.landing_hero__description {
  width: 62%;
  position: relative;
}

.landing_hero__description {
  height: 300px;
  padding: 0 5em;
  box-sizing: border-box;
}

.hero-kid {
  position: absolute;
  bottom: -43%;
  left: -12.5%;
  width: 27%;
}

.hero-kid img {
  width: 100%;
  display: block;
}

.hero-description__title h3 {
  padding: 0;
  margin: 0;
  font-size: 3.3125em;
  line-height: 1em;
  color: #ffffff;
  font-family: 'ArialRoundedMTBold';
  text-shadow: 2px 2px 3px rgba(150, 150, 150, 1);
}

.hero-description__title h3 span {
  color: #43b7e6;
}

.hero-description__dialogue {
  background: #c0e94f;
  display: inline-block;
  padding: 1.25em 2em;
  box-sizing: border-box;
  text-align: center;
  -webkit-box-shadow: 0px 0px 40px -14px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 40px -14px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 40px -14px rgba(0,0,0,0.75);
  margin-top: 3em;
  margin-left: -2em;
  border-radius: 2.6em;
  position: relative;
}

.hero-description__dialogue::after {
  z-index: 2;
  content: '';
  position: absolute;
  bottom: -30px;
  left: 25%;

  width: 0;
  height: 0;
  border-top: 30px solid #c0e94f;
  border-right: 40px solid transparent;
  -webkit-box-shadow: 0px 0px 40px -14px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 40px -14px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 40px -14px rgba(0,0,0,0.75);
}



.hero-description__dialogue p {
  font-size: 2.1875em;
  font-family: 'AvenirNext-Medium';
  color: #1c3053;
}

.landing_hero h2,
.landing_hero h3,
.landing_hero p,
.landing_form label,
.landing_form input,
.landing_form button,
.form_error {
  margin: 0;
  padding: 0;
  display: block;
}

.landing_hero__title {
  text-align: center;
  margin-bottom: 2em;
}

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

.landing_video--title {
  text-align: center;
  margin-bottom: 1em;
}

.landing_video--title h3 {
  font-size: 1.5em;
}

.landing_form {
  width: 100%;
  background-color: #43b7e6;
  padding: 2.5em;
  box-sizing: border-box;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.form_input__wrapper {
  margin-bottom: 1.25em;
  position: relative;
}

.form_input__wrapper input,
.form_button__wrapper button,
.btn {
  width: 100%;
  outline: none;
  border: none;
  padding: .5em;
  box-sizing: border-box;
}

.form_input__wrapper label {
  font-size: 16px;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
  z-index: 2;
}

.form_input__wrapper input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.25em;
  color: #1c3053;
  border: 1px solid #a4b6be;
  position: relative;
  z-index: 2;
}

.form_button__wrapper button,
.btn.btn--general {
  width: auto;
  font-size: 1.8em;
  padding: .45em .75em;
  cursor: pointer;
  margin: 1em auto 0 auto;
  border: 3px solid #ffffff;
  border-radius: .9em;
  font-family: 'AvenirNext-Regular';
  color: #ffffff;
  background: rgb(225,173,53);
  background: linear-gradient(180deg, rgba(225,173,53,1) 0%, rgba(223,135,23,1) 100%);
  transition: .5s;
  min-height: 42px;
}

.form_button__wrapper button:hover,
.btn.btn--general:hover {
  background: linear-gradient(0deg, rgba(225,173,53,1) 0%, rgba(223,135,23,1) 100%);
  overflow: hidden;
}

.btn.btn--general.btn--dark {
  background: rgb(98,179,227) !important;
  background: linear-gradient(180deg,rgba(98,179,227,1) 0%,rgba(37,149,219,1) 100%) !important;
}

.form_input__wrapper label span,
.form_error {
  color: #c90000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.form_error {
  display: block;
  margin-top: .25em;
  font-size: 14px;
}

.form_input__wrapper label {
  margin-bottom: .25em;
}

/* Why */

.landing_why {
  width: 90%;
  max-width: 870px;
  margin: 10em auto 5em auto;
  text-align: center;
}

.why__title h3 {
  padding: 0;
  margin: 0;
  font-size: 3.625em;
  line-height: 1em;
  color: #1c3053;
  font-family: 'ArialRoundedMTBold';
}

.why__title h3 span {
  color: #67b6d1;
}

.why__description p {
  margin: 0;
  padding: 0;
  font-family: 'AvenirNext-Medium';
  font-size: 2.1em;
  color: #393d48;
  margin-bottom: 1em;
}

.why__description p:nth-child(1) {
  margin-top: 1em;
}

.why__description p.why__diferentiator {
  font-family: 'ArialRoundedMTBold';
  font-size: 2.896em;
  color: #a3d149;
}

.why__access {
  margin-top: 4em;
}

.why__access p {
  margin: 0;
  padding: 0;
  font-family: 'AvenirNext-Medium';
  font-size: 2.75em;
  color: #1c3053;
}

.why__access--wrapper {
  background: rgb(28,135,213);
  background: linear-gradient(135deg, rgba(28,135,213,1) 0%, rgba(28,168,186,1) 100%);
  display: inline-block;
  padding: 2em 3em;
  border-radius: 50px;
  margin-top: 2em;
}

.why__access--wrapper p {
  font-size: 2.1875em;
  text-align: left;
  padding-left: 1em;
  color: #ffffff;
  margin-bottom: .6em;
  position: relative;
}

.why__access--wrapper p::after {
  content: '';
  position: absolute;
  left: 0;
  top: .4em;
  height: 0.4em;
  width: 0.4em;
  border-radius: 50%;
  background-color: #ffffff;
}

.why__access--wrapper p:nth-last-child(1) {
  margin-bottom: 0;
}

.why__prices,
.pricess__table,
.prices__wrapper {
  width: 100%;
}

.why__prices {
  margin-top: 5em;
}

.prices__wrapper {
  border-radius: 20px;
  padding: 1.75em 1.5em;
  box-sizing: border-box;

  background-image: url(./../../images/bg_prices-banner.png);
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.pricess__table td {
  color: #112c51;
}

.pricess__table td,
.pricess__table thead,
.pricess__table tbody {
  padding: 0;
  margin: 0;
}

.pricess__table thead {
  font-family: 'ArialRoundedMTBold';
  font-size: 2em;
  
}

.pricess__table tbody {
  font-family: 'AvenirNext-Regular';
  font-size: 1.8em;
}

.pricess__table td {
  padding: .75em 0.5em;
  box-sizing: border-box;
}

.pricess__table td {
  border-style: dotted;
  border-width: 6px;
}

.pricess__table td:nth-child(1),
.pricess__table td:nth-child(2),
.pricess__table td:nth-child(3),
.pricess__table td:nth-child(4) {
  border-left: none;
}

.pricess__table td:nth-child(4) {
  border-right: none;
}

.pricess__table thead td,
.pricess__table tbody td {
  border-top: none;
}

.pricess__table tbody td {
  border-bottom: none;
}

.crossed__decorator {
  position: relative;
}

.crossed__decorator::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -5%;
  width: 120%;
  height: 5px;
  background-color: #e1a020;
  transform: rotate(15deg) translateY(-50%);
}

.promotion__wrapper {
  margin-top: 5em;
  padding-bottom: 5em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.promotion__title {
  text-align: center;
  font-family: 'ArialRoundedMTBold';
  font-size: 3em;
  line-height: 1em;
  color: #1c3053;
  margin-right: .4em;
}

.promotion__price {
  font-family: 'ArialRoundedMTBold';
  font-size: 6.875em;
  color: #1a3153;
}

.promotion__price span {
  text-shadow: 0.04em 0px 0px rgb(67, 183, 230);
}

/* Countdown */
.landing_countdown {
  width: 100%;
  padding: 7em 0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(./../../images/bg_countdown.jpg);
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.countdown__wrapper {
  width: 90%;
  text-align: center;
}

.countdown__wrapper h3, 
.countdown__wrapper p {
  margin: 0;
  padding: 0;
}

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

.countdown__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 2.5em;
}

.countdown__time,
.countdown__text {
  color: #FFF;
}

.countdown__time {
  font-family: 'ArialRoundedMTBold';
  font-size: 9.25em;
  
}

.countdown__text {
  font-family: 'AvenirNext-Medium';
  font-size: 2.86em;
}

.countdown__cta {
  margin-top: 4em;
}

.countdown__cta p {
  margin-top: 2em;
  font-size: 2.18em;
  color: #393d48;
  font-family: 'AvenirNext-Medium';
}

.countdown__title h3 {
  font-family: 'ArialRoundedMTBold';
  font-size: 6.875em;
  color: #1ca5c0;
}

.countdown__title h3:nth-child(2) {
  font-size: 6.1875em;
  color: #112c51;
  margin: .65em 0;
}

/* Feedback */
.landing__success {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -11;
  opacity: 0;
}

.landing__success.active {
  z-index: 11;
  opacity: 1;
}

.landing__success--wrapper {
  padding: 40px;
  box-sizing: border-box;
  width: 90%;
  max-width: 620px;
  position: relative;

  background-image: url(./../../images/bg_teachers.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  border-radius: 2em;
}


.landing__success--details h3 {
  font-family: 'ArialRoundedMTBold';
  font-size: 2.75em;
  margin: 0;
  color: #FFF;
  margin-bottom: 1em !important;
}

.landing__success--details p {
  font-family: 'AvenirNext-Medium';
  font-size: 1.75em;
  color: #FFF;
  margin: 0;
}

.landing__success--details p i {
  font-size: .85em;
  margin-right: .5em;
}

.landing__success--close {
  position: absolute;
  top: 10px;
  right: 10px;
}

.landing__success--close span {
  color: #fff;
  width: 42px;
  height: 42px;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.landing__success--details {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.landing__success--details h3,
.landing__success--details p {
  padding: 0;
  margin: 0;
  text-align: center;
}

.landing__success--details p a {
  color: #a3d149;
}

/* Celendar */
.calendar__modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -11;
  opacity: 0;
}

.calendar__wrapper {
  max-height: 90vh;
  overflow: auto;
  background-color: #ffffff;
  min-width: 420px;
  width: 620px;
}

.calendar__wrapper ul,
.calendar__wrapper li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.calendar__week,
.calendar__week ul,
.calendar__hours,
.calendar__hours > ul {
  width: 100%;
}

.calendar__week ul,
.calendar__hours > ul {
  display: flex;
  flex-direction: row;
}

.calendar__week ul li,
.calendar__hours > ul > li {
  width: 14.28%;
}

.calendar__week ul li, 
.calendar__hours ul li {
  text-align: center;
  font-size: 16px;
  padding: 10px;
  box-sizing: border-box;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.calendar__week li {
  background-color: wheat;
}

.calendar__list-hours li {
  font-size: 14px;
  transition: .5s;
}

.calendar__list-hours li:hover,
.calendar__list-hours li.active {
  background-color: #d1d1d1;
  cursor: pointer;
}

.calendar__list-hours li.empty {
  position: relative;
  height: 38px;
}

.calendar__list-hours li.empty::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: '';
  background-color: #d1d1d1;
  width: 12px;
  height: 5px;
}

.calendar__list-hours li.empty:hover {
  background-color: transparent;
  cursor: default;
}

.calendar__date {
  width: 100%;
  background-color: #d1d1d1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  box-sizing: border-box;
}

.calendar__date--wrapper {
  display: flex;
  align-items: center;
  align-content: center;
}

.calendar__date--selected p {
  margin: 0;
  margin-left: 10px;
  font-size: 27px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: #515151;
}

.calendar__date--wrapper span,
.calendar__date--controls span {
  font-size: 22px;
  color: #515151;
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.calendar__date--controls {
  display: flex;
}

.calendar__date--controls span {
  background: #515151;
  color: #ffffff;
  margin-left: 5px;
}

.countdown__cta .btn.btn--general {
  font-size: 2.25em;
}

/* Testimonials */

.landing_testimonials {
  width: 90%;
  max-width: 920px;
  margin: 5em auto;
}

.landing_testimonials--slider,
.landing_testimonial {
  width: 100%;
  text-align: center;
}

.landing_testimonial h4,
.landing_testimonial p {
  margin: 0;
  padding: 0;
}

.landing_testimonial:nth-last-child(1) {
  margin-top: 4em;
}

.landing_testimonial h4,
.landing_testimonial p {
  font-family: 'ArialRoundedMTBold';
  margin: 0;
  padding: 0;
}

.landing_testimonial h4 {
  font-size: 3.625em;
  color: #112c51;
}

.landing_testimonial p {
  font-size: 2.1875em;
  margin-top: 1em;
  color: #80c0d6;
}


.landing_teachers {
  width: 90%;
  max-width: 1200px;
  background-image: url(./../../images/bg_teachers.png);
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 5em 2em;
  margin: 5em auto;
  text-align: center;
  border-radius: 2em;
  box-sizing: border-box;
}


.landing_teachers--wrapper h3 {
  font-family: 'ArialRoundedMTBold';
  font-size: 3.625em;
  margin: 0;
  color: #FFF;
}

.landing_teachers--wrapper p {
  font-family: 'AvenirNext-Medium';
  font-size: 2.1875em;
  color: #FFF;
  margin: 0;
  margin-top: 1em;
}

.landing_teachers--wrapper h3 span {
  color: #98cf4c;
}

.landing_enroll {
  width: 100%;
  padding: 5em 0 0 0;
  text-align: center;
}

.enroll__wrapper h4 {
  margin: 0;
  font-size: 3.625em;
  color: #393d48;
  font-family: 'ArialRoundedMTBold';
}

.form__decorator {
  position: absolute;
}

.form__decorator img {
  width: 100%;
  display: block;
}

.form__decorator--02 {
  top: 10px;
  right: 2.5em;
  width: 5.5em;
}

.form__decorator--01 {
  width: 1.75em;
  left: -0.6em;
  top: 1em;
}

.form__decorator--03 {
  width: 1.75em;
  right: -.7em;
  top: .6em;
}

.pricess__table .separator span {
  display: inline-block;
  margin: 0 .25em;
}



@media(max-width: 1520px) {
  .hero-kid {
    bottom: -36%;
    left: -4.5%;
    width: 22%;
  }
}

@media(max-width: 1320px) {
  .landing__wrapper {
      font-size: 10px;
  }

  .hero-kid {
    left: -4.5%;
    width: auto;
    height: 34vw;
    bottom: auto;
    top: 59%;
  }

  .hero-kid img {
    width: auto;
    height: 100%;
  }
}

@media(max-width: 1120px) {
  .landing_teachers--wrapper p br {
    display: none;
  }

  .landing_teachers--wrapper p {
    width: 80%;
    margin: 1em auto;
  }
}

@media(max-width: 1024px) {
  .landing__wrapper {
      font-size: 9px;
  }

  .form_input__wrapper {
      margin-bottom: 16px;
  }
  
  .form_input__wrapper label,
  .form_input__wrapper input {
      font-size: 16px;
  }

  .hero-kid {
    top: 53%;
  }
}

@media(max-width: 920px) {
  .landing__wrapper {
      font-size: 8px;
  }

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

  .landing_hero {
      width: 100%;
      max-height: none;
      margin: 0 auto;
      justify-content: center;
      padding: 2em 5%;
      box-sizing: border-box;
  }

  .landing_hero--content {
    margin-top: 2em;
  }

  .landing_hero--logo {
    margin: 0 auto;
  }

  .landing_hero__video, 
  .landing_hero__form {
      width: 100%;
  }

  .landing_hero__video {
      margin-top: 30px;
  }

  .landing_hero__form {
      margin: 30px auto;
      max-width: 390px;
  }

  .landing_hero__title {
      margin-bottom: 0;
  }

  .why__access--wrapper {
    border-radius: 32px;
  }

  .hero-kid {
    position: relative;
    top: none;
    left: none;
  }

  .landing_hero__description {
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .hero-kid {
    order: 2;
    width: 100%;
    height: auto;
    margin-top: 40px;
    left: 0;
  }

  .hero-description__dialogue {
    border-radius: 1em
  }

  .hero-description__dialogue::after {
    left: 70%;
    border-top: 20px solid #c0e94f;
    border-right: 20px solid transparent;
    bottom: -20px;
  }
  
  .hero-kid img {
    max-width: 220px;
    width: 60%;
    height: auto;
    margin: 0 auto;
  }

  .landing_hero__form {
    order: 3;
  }

  .landing_hero--header {
    margin: 2em 0;
  }

  .landing_why {
    margin-top: 5em;
  }

  .landing_hero,
  .landing_hero--content {
    padding-bottom: 0;
  }

  .landing__success--details h3 {
    font-size: 28px;
  }

  .landing__success--details p {
    font-size: 18px;
  }

  .form_button__wrapper button {
    width: 100%;
  }

  .promotion__wrapper {
    padding-bottom: 0em;
  }
}

@media(max-width: 720px) {
  .landing__wrapper {
    font-size: 7px;
  }

  .countdown__title h3 {
    font-size: 5em;
  }

  .countdown__title h3:nth-child(2) {
    font-size: 5.2em;
  }

  .countdown__time {
    font-size: 7em; 
  }
  
  .countdown__cta {
    margin-top: 2em;
  }

  .pricess__table td {
    border-width: 3px;
  }
}

@media(max-width: 680px) {
  .landing_why p br {
    display: none;
  }
}

@media(max-width: 620px) {
  .landing__wrapper {
    font-size: 6px;
  }

  .why__description p,
  .why__access--wrapper p,
  .form_button__wrapper button, .btn.btn--general {
    font-size: 16px;
  }

  .why__description p.why__diferentiator {
    font-size: 18px;
  }

  .countdown__cta .btn.btn--general {
    font-size: 18px;
  }

  .why__access--wrapper {
    border-radius: 20px;
  }

  .countdown__item {
    margin: 0 1.5em;
  }

  .landing_testimonial p,
  .landing_teachers--wrapper p,
  .countdown__cta p {
    font-size: 18px;
  }

  .landing__success--details h3 {
    font-size: 24px;
  }

  .landing__success--details p {
    font-size: 16px;
  }

  .pricess__table td {
    font-size: 16px;
  }
}

@media(max-width: 520px) {
  .landing_testimonial h4 br {
    display: none;
  }
}

@media(max-width: 480px) {
  .landing__wrapper {
    font-size: 5px;
  }

  .countdown__cta {
    margin-top: 0em;
  }

  .pricess__table .tdResponsive {
    display: none;
  }
}

@media(max-width: 390px) {
  .landing__wrapper {
    font-size: 4px;
  }
}

@media(max-width: 360px) {
  .pricess__table td {
    font-size: 15px;
  }
}
