body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  background-image: url('../img/new_pattern.png');
  background-repeat: no-repeat;
  font-size: 16px;
}

h1 {
  font-family: "Poppins", sans-serif;
}

h3,
h5,
li {
  color: #5c5b5b;
}

h4,
h6,
a {
  letter-spacing: 1px;
}

li {
  font-size: 16px;
}

/* MENU */

.top-nav-collapse {
  background: #fff;
  height: 65px;
}

.top-nav-collapse .navbar-brand img {
  width: 70px;
}

.navbar-collapse {
  margin-top: -100px;
}

.top-nav-collapse .navbar-collapse {
  margin-top: 0;
}

.top-nav-collapse .nav-item {
  padding-top: 12px;
}

.top-nav-collapse .log-in {
  margin-top: 0;
}

.navbar-brand img {
  width: 130px;
}

.nav-link {
  color: #51afaf !important;
  font-size: 15px;
  font-weight: bold;
  margin-left: 25px;
}

.nav-link:hover {
  color: #e42e68 !important;
}

.nav-link:active {
  color: #e42e68 !important;
}

.log-in {
  background: #51afaf;
  color: #fff !important;
  border-radius: 15px;
  text-align: center;
  width: 155px;
}

.log-in:hover {
  background: #e42e68;
  color: #fff !important;
}

.log-in-movil {
  display: none;
}

.navbar-dark .navbar-toggler-icon {
  background-image: none !important;
}

.navbar-dark .navbar-toggler-icon .fa {
  color: #51afaf;
  font-size: 33px;
}

.nav-item {
  padding-top: 20px;
}

.log-in-button {
  list-style: none;
}

.logo img {
  width: 120px;
}
#banner {
  margin-top: 150px;
  height: 80vh;
}

.banner-text {
  font-size: 3.5em;
  color: #21315e;
  font-weight: 700;
}

.banner-sub-text {
  color: #505050;
  font-size: 20px;
}

.btn-meeting {
  background: #ffa721;
  color: #ffffff;
  border-radius: 15px;
  text-align: center;
  width: 250px;
  border-color: transparent;
  height: 50px;
  cursor: pointer;
  font-size: 20px;
}
.img-banner {
  filter: drop-shadow(5px 5px 5px #1bc3cd);
}

.btn-raised {
  transition: box-shadow 0.5s cubic-bezier(0.25, 0.8, 0.25, 1),
    transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.btn-raised:not([disabled]):active,
.btn-raised:not([disabled]):focus,
.btn-raised:not([disabled]):hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
  transform: translate3d(0, -1px, 0);
}

.shadow {
  overflow: hidden;
  position: relative;
  transform: translate3d(0, 0, 0);
}

.shadow:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  pointer-events: none;
  background-image: radial-gradient(circle, #000 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  transform: scale(10, 10);
  opacity: 0;
  transition: transform 0.5s, opacity 1.5s;
}

.shadow:active:before {
  transform: scale(0, 0);
  opacity: 0.1;
  transition: 0s;
}

a:link,
a:visited,
a:active {
  text-decoration: none;
}

.meeting-button {
  color: #ffffff;
}

.text-title {
  font-weight: 600;
  font-size: 36px;
  line-height: 54px;
  text-align: center;
  letter-spacing: -0.015em;
  color: #21315e;
}

.text-body {
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  letter-spacing: -0.015em;
}

/* #testimonials {
  height: 90vh;
} */

.teachers-underline {
  text-decoration: underline;
  text-decoration-color: #ffa721;
}

.card-testimonials {
  transition: all 0.1s ease-in-out;
  cursor: default;
}

.card-testimonials:hover {
  transform: scale(1.05);
  transition: all 0.2s ease-in-out;
  cursor: default;
}

.card-testimonials {
  box-shadow: rgba(27, 195, 205, 0.35) 0px 5px 15px;
  /* box-shadow: rgba(27, 195, 205, 0.1) 0px 1px 0px,
    rgba(27, 195, 205, 0.1) 0px 8px 24px, rgba(27, 195, 205, 0.1) 0px 16px 48px; */
  border-color: transparent;

  cursor: default;
}

.flex-container-testimonials {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

#testimonials,
#digital-book,
#join-us,
#plans {
  background-color: #eaf4f8;
}

.testimonial-names {
  font-size: 14px;
}

.image-testimonials {
  height: 100px;
}

.activities-container {
  margin-top: 70px;
}

/* #how-it-works {
  height: 90vh;
} */

.how-it-works-container {
  transition: all 0.1s ease-in-out;
  cursor: default;
}

.how-it-works-container:hover {
  transform: scale(1.03);
  transition: all 0.1s ease-in-out;
  cursor: default;
}

.images-how-it-works {
  display: flex;
  text-align: center;
  justify-content: center;
}

.img-how-it-works {
  height: 360px;
}

.text-img-how-it-works {
  font-size: 20px;
}

.img-tools {
  display: flex;
  text-align: center;
  justify-content: center;
  transition: all 0.1s ease-in-out;
  /* height: 650px; */
}

.img-tools:hover {
  transform: scale(1.02);
  transition: all 0.2s ease-in-out;
  cursor: default;
}

.item-digital-book {
  list-style-image: url('../img/new_check.png');
  vertical-align: middle;
}

.book-image-container {
  transition: all 0.15s ease-in-out;
}

.book-image-container:hover {
  transform: scale(1.02);
  transition: all 0.2s ease-in-out;
  cursor: default;
}

#join-us {
  margin-top: 100px;
}

.card-join-us {
  border-radius: 2%;
  border-color: #ffa721;
  filter: drop-shadow(1px 1px 1px #ffa721);
  cursor: default;
}

.card-join-us {
  transition: all 0.1s ease-in-out;
}

.card-join-us:hover {
  transform: scale(1.05);
  transition: all 0.2s ease-in-out;
}

.card-title-join-us {
  font-weight: 700;
  color: #1bc3cd;
}

.plans-container {
  transition: all 0.1s ease-in-out;
  cursor: default;
}

.plans-container:hover {
  transform: scale(1.05);
  transition: all 0.2s ease-in-out;
  cursor: default;
}

.images-plans {
  display: flex;
  text-align: center;
  justify-content: center;
}

.img-plans {
  height: 125px;
}

.plans-type {
  font-weight: 700;
  color: #1bc3cd;
}

.plans-type__level {
  color: #1bc3cd;
  margin-top: 0;
}

.text-title__contact {
  font-weight: 600;
  font-size: 36px;
  line-height: 54px;
  text-align: center;
  letter-spacing: -0.015em;
  color: #ffa721;
}

.form-control {
  border: 0.5px solid #ffa721;
}

.img-team {
  height: 800px;
}

.images-team {
  margin-top: 0px; /*Esta línea en el documento original estaba en -100. Se debe cambiar a 0*/
  display: flex;
  text-align: center;
  justify-content: center;
  z-index: -1;
}

.whatsapp-button {
  text-decoration: none;
  /* position: fixed; */
  padding: 15px;
  bottom: 30px;
  right: 35px;
  background-color: #25d366;
  color: #fff;
  border-radius: 15px;
  text-align: center;
  font-size: 30px;
  box-shadow: 1px 4px 6px 0px rgba(173, 173, 173, 1);
  z-index: 100;
  font-size: 18px;
  animation: whatsapp-animation 0.5s ease-in-out;
  transition: background-color 0.3s ease;
}

.whatsapp-button a i {
  text-decoration: none;
}

.whatsapp-button:hover {
  text-decoration: none;
}

.fa-whatsapp {
  font-size: 20px !important;
  padding-right: 5px;
  padding-left: 5px;
}

#footer {
  background: #66cccc;
}

.container-footer {
  padding: 20px 0;
  overflow-x: hidden;
}

.logo-footer {
  width: 90px;
}

.social-footer p {
  margin: 10px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  letter-spacing: 1px;
}

.social {
  list-style: none;
  margin-top: 22px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

/* .social li {
  float: left;
  margin-right: 50px;
} */

.social a i {
  text-decoration: none;
  color: #fff;
  font-size: 25px;
}

.social a i:hover {
  color: #51afaf;
}

/* .social li a {
  color: #fff;
  font-size: 25px;
}

.social li a:hover {
  color: #51afaf;
} */

.support p {
  margin: 10px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  letter-spacing: 1px;
}
.support-container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.support ul {
  list-style: none;
}

/* .support li {
  float: left;
} */

.support img {
  width: 110px;
}

.country {
  background: #51afaf;
  padding: 10px 0;
}

.country span {
  font-size: 14px;
  color: #fff;
  text-align: center;
  display: block;
}

.log-in-movil {
  display: none;
}

.img-tools-size {
  height: 700px;
}

@media screen and (max-width: 1200px) {
  .img-team {
    height: 100%;
  }
  #banner {
    margin-top: 150px;
  }
  body {
    background-image: none;
  }
  .images-team {
    margin-top: 0px;
  }
  #banner {
    height: auto;
  }
  .img-tools-size {
    height: 100%;
  }
  .navbar-logo-size {
    width: 30%;
  }
  /* #testimonials {
  height: 90vh;
} */
}

@media screen and (min-width: 1200px) {
  /* #testimonials {
    height: 100vh;
  }
  #digital-book {
    height: 90vh;
  }
  #how-it-works {
    height: 90vh;
  } */
  /* #banner {
    height: 100%;
  } */
}

@media screen and (max-width: 767px) {
  li {
    font-size: 14px;
  }
  .nav-link {
    font-size: 13px;
  }
  .navbar-dark .navbar-toggler-icon .fa {
    color: #51afaf;
    font-size: 30px;
  }
  #banner {
    margin-top: 120px;
  }
  .banner-text {
    font-size: 34px;
  }
  .banner-sub-text {
    font-size: 14px;
  }
  .text-title {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: -0.015em;
  }
  .btn-meeting {
    width: 180px;
    font-size: 14px;
  }
  .text-body {
    font-size: 14px;
    line-height: 20px;
  }
  .img-schools {
    height: 80px;
  }
  .testimonial-names {
    font-size: 12px;
  }
  .card-text-testimonials {
    font-size: 14px;
  }
  .image-testimonials {
    height: 70px;
  }
  .text-img-how-it-works {
    font-size: 14px;
  }
  .text-title__contact {
    font-size: 28px;
  }
  .whatsapp-button {
    font-size: 22px;

    font-size: 14px;
    padding: 15px;
    bottom: 0px;
    right: 0px;
  }

  .fa-whatsapp {
    font-size: 16px !important;
  }
  .social a i {
    font-size: 20px;
  }
  p {
    font-size: 14px;
  }
}

@media screen and (max-width: 540px) {
  .card-testimonials:hover {
    transform: none;
    transition: none;
  }
  .how-it-works-container:hover {
    transform: none;
    transition: none;
  }
  .img-tools:hover {
    transform: none;
    transition: none;
  }
  .book-image-container:hover {
    transform: none;
    transition: none;
  }
  .plans-container:hover {
    transform: none;
    transition: none;
  }
  .img-plans {
    height: 100px;
  }
}
