.youtube-video {
  position: relative;
  width: 100%;
  background: #000;
  aspect-ratio: 20/13;
  border-radius: 19px;
  overflow: hidden;
  box-shadow: 0 4px 0 rgba(17, 32, 0, 0.24), 0 1px 0 rgba(17, 32, 0, 0.64);
  transition: box-shadow 0.2s ease-out;
}
@media (min-width: 768px) {
  .youtube-video {
    aspect-ratio: 16/9;
    border-radius: 24px;
    box-shadow: 0 5px 0 rgba(17, 32, 0, 0.24), 0 1px 0 rgba(17, 32, 0, 0.64);
  }
}
.youtube-video:hover {
  box-shadow: 0 0px 0 rgba(17, 32, 0, 0.24), 0 1px 0 rgba(17, 32, 0, 0.64);
  transition: box-shadow 0.2s ease-in;
}
@media (min-width: 1024px) {
  .youtube-video:hover {
    box-shadow: 0 0px 0 rgba(17, 32, 0, 0.24), 0 1px 0 rgba(17, 32, 0, 0.64);
  }
}
.youtube-video__trigger {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  appearance: none;
  overflow: hidden;
  border-radius: inherit;
}
.youtube-video__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.youtube-video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
  height: 48px;
  background: rgba(255, 0, 0, 0.8);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
  z-index: 1;
}
.youtube-video__play svg {
  width: 24px;
  height: 24px;
  fill: white;
}
.youtube-video__trigger:hover .youtube-video__play, .youtube-video__trigger:focus-visible .youtube-video__play {
  background: rgb(255, 0, 0);
}
.youtube-video__iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  background: transparent;
}

* {
  box-sizing: border-box;
}

.buttonPromo {
  height: 52px;
  font-size: 15px;
  line-height: 1.15;
  letter-spacing: 0.1px;
  padding: 0 40px;
  border-radius: 26px;
}
@media (min-width: 845px) {
  .buttonPromo {
    height: 60px;
    font-size: 17px;
    border-radius: 30px;
  }
}

.portadaInicial {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  height: calc(100vh - 52px);
  padding: 0;
}
@media (min-width: 768px) {
  .portadaInicial {
    height: calc(100vh - 52px);
  }
}
@media (orientation: portrait) {
  .portadaInicial {
    overflow: hidden;
  }
}
@media (min-width: 1024px) {
  .portadaInicial {
    height: calc(100vh - 60px);
  }
}
.portadaInicial::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url("https://cloud.educaplay.com/r/img/e-trama.webp");
  background-repeat: repeat;
  background-size: 4%;
  opacity: 1;
  z-index: -2;
}
@media (orientation: portrait) {
  .portadaInicial::before {
    background-size: 10%;
  }
}
.portadaInicial::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(155, 184, 243, 0.25);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(230, 230, 230, 0.297339004) 100%);
  z-index: -3;
}
.portadaInicial__ca {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 100%;
  gap: 10px;
  margin: 0;
  z-index: 2;
}
@media (orientation: portrait) {
  .portadaInicial__ca {
    align-items: center;
    flex-direction: column;
    margin: 0;
  }
}
.portadaInicial__ca__hd {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
  padding: 0 40px;
  z-index: 3;
}
@media (orientation: landscape) {
  .portadaInicial__ca__hd {
    align-items: baseline;
    justify-content: flex-start;
    padding: 11vh 40px 0;
  }
}
@media (min-width: 1280px) {
  .portadaInicial__ca__hd {
    padding: 11vh 80px 0;
  }
}
@media (min-width: 1920px) {
  .portadaInicial__ca__hd {
    padding: 11vh 120px 0;
  }
}
@media (orientation: portrait) {
  .portadaInicial__ca__hd {
    gap: 5px;
    text-align: center;
    padding: 30px 0;
  }
}
@media (min-height: 768px) and (max-width: 530px) and (orientation: portrait) {
  .portadaInicial__ca__hd {
    padding: 60px 0;
  }
}
@media (min-width: 980px) and (orientation: portrait) {
  .portadaInicial__ca__hd {
    padding: 100px 0;
  }
}
@media (min-width: 531px) and (max-width: 1023px) and (orientation: portrait) {
  .portadaInicial__ca__hd {
    padding: 80px 0;
  }
}
@media (max-height: 540px) and (orientation: landscape) {
  .portadaInicial__ca__hd {
    gap: 0;
  }
}
.portadaInicial__ca__hd__main, .portadaInicial__ca__hd__submain {
  font-size: 3.6vw;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.05px;
  color: #2B4B04;
}
@media (orientation: portrait) {
  .portadaInicial__ca__hd__main, .portadaInicial__ca__hd__submain {
    font-size: 8vw;
  }
}
@media (min-width: 531px) and (max-width: 1023px) and (orientation: portrait) {
  .portadaInicial__ca__hd__main, .portadaInicial__ca__hd__submain {
    font-size: 5.5vw;
  }
}
@media (min-width: 980px) and (orientation: portrait) {
  .portadaInicial__ca__hd__main, .portadaInicial__ca__hd__submain {
    font-size: 5.5vw;
  }
}
.portadaInicial__ca__hd__submain {
  padding-bottom: 10px;
}
.portadaInicial__ca__hd__slogan {
  font-size: 1.8vw;
  line-height: 1.2;
  max-width: 460px;
}
@media (orientation: portrait) {
  .portadaInicial__ca__hd__slogan {
    font-size: 3.5vw;
  }
}
@media (min-width: 531px) and (max-width: 1023px) and (orientation: portrait) {
  .portadaInicial__ca__hd__slogan {
    font-size: 2.8vw;
  }
}
@media (min-width: 980px) and (orientation: portrait) {
  .portadaInicial__ca__hd__slogan {
    font-size: 2.8vw;
  }
}
@media (max-height: 540px) and (orientation: landscape) {
  .portadaInicial__ca__hd__slogan {
    font-size: 1.8vw;
  }
}
@media (min-width: 980px) and (orientation: portrait) {
  .portadaInicial__ca__hd__slogan {
    font-size: 2.8vw;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .portadaInicial__ca__hd__slogan {
    font-size: 1.6vw;
    max-width: 480px;
  }
}
@media (min-aspect-ratio: 3/4) and (max-width: 1280px) {
  .portadaInicial__ca__hd__slogan {
    font-size: 1.6vw;
    max-width: 480px;
  }
}
@media (min-width: 1280px) {
  .portadaInicial__ca__hd__slogan {
    font-size: 1.2vw;
    max-width: 600px;
  }
}
@media (max-width: 1024px) and (orientation: landscape) {
  .portadaInicial__ca__hd__slogan {
    max-width: 260px;
  }
}
.portadaInicial__ca__hd__wrapper {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.portadaInicial__ca__hd__wrapper img {
  width: 64px;
  height: 64px;
}
@media (min-width: 1920px) {
  .portadaInicial__ca__hd__wrapper img {
    width: 80px;
    height: 80px;
  }
}
.portadaInicial__ca__hd__image {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 0 10px;
  font-size: 22px;
  font-weight: 600;
  font-style: italic;
  color: #666666;
}
@media (orientation: portrait) {
  .portadaInicial__ca__hd__image {
    padding: 10px 0 5px;
  }
}
.portadaInicial__ca__hd .e-btn {
  min-width: 220px;
  height: 42px;
  gap: 10px;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05), 0 3px 0 rgba(0, 0, 0, 0.15), 0 0.5px 0 rgba(0, 0, 0, 0.35);
}
@media (min-width: 1024px) {
  .portadaInicial__ca__hd .e-btn {
    height: 52px;
  }
}
.portadaInicial__ca__hd .e-btn:hover, .portadaInicial__ca__hd .e-btn:focus, .portadaInicial__ca__hd .e-btn:focus-within, .portadaInicial__ca__hd .e-btn:active {
  text-decoration: none;
}
.portadaInicial__ca__hd .e-btn:active {
  box-shadow: none;
}
.portadaInicial__ca__image {
  position: absolute;
  top: 0;
  right: 40px;
  bottom: 0;
  width: 68%;
  height: 100%;
}
@media (orientation: portrait) {
  .portadaInicial__ca__image {
    top: auto;
    left: 0;
    width: 100%;
    height: 58vh;
  }
}
@media (min-width: 531px) and (max-width: 1023px) and (orientation: portrait) {
  .portadaInicial__ca__image {
    height: 70vh;
  }
}
@media (min-width: 980px) and (orientation: portrait) {
  .portadaInicial__ca__image {
    height: 70vh;
  }
}
@media (min-width: 1280px) and (orientation: landscape) {
  .portadaInicial__ca__image {
    right: 60px;
  }
}
@media (min-width: 1920px) and (orientation: landscape) {
  .portadaInicial__ca__image {
    right: 100px;
  }
}
.portadaInicial__ca__image__in {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
}
@media (orientation: portrait) {
  .portadaInicial__ca__image__in {
    width: max-content;
    position: relative;
    justify-content: center;
    align-items: flex-end;
  }
}
.portadaInicial__ca__image__in img {
  max-height: 100%;
}
.portadaInicial__decoration {
  position: absolute;
  bottom: 80px;
  right: 0;
  left: 0;
  width: 100%;
  height: auto;
}
@media (max-height: 700px) and (orientation: landscape) {
  .portadaInicial__decoration {
    bottom: 60px;
  }
}
@media (min-width: 1280px) and (orientation: landscape) {
  .portadaInicial__decoration {
    bottom: 100px;
  }
}
.portadaInicial__decoration__in {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
}
@media (orientation: portrait) {
  .portadaInicial__decoration__in {
    justify-content: center;
  }
}
.portadaInicial__decoration img {
  width: 100%;
}
.portadaInicial .e__gclassroom {
  position: absolute !important;
  bottom: 20px;
  z-index: 4;
}
@media (max-height: 700px) and (orientation: landscape) {
  .portadaInicial .e__gclassroom {
    bottom: 12px;
  }
}
@media (orientation: portrait) {
  .portadaInicial .e__gclassroom {
    bottom: 20px;
  }
}
@media (orientation: portrait) and (max-width: 768px) {
  .portadaInicial .e__gclassroom {
    display: none;
  }
}
@media (min-width: 1024px) {
  .portadaInicial .e__gclassroom {
    bottom: 37px;
  }
}
.portadaInicial__promo {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 5px;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.9);
  background-color: #6B1580;
  box-shadow: 0 0 0 2px rgba(27, 49, 1, 0.05), 0 1px 0 rgba(27, 49, 1, 0.35), 0 3px 0 rgba(27, 49, 1, 0.15);
  border-radius: 8px;
  z-index: 3;
}
@media (min-width: 1024px) {
  .portadaInicial__promo {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
    bottom: 15px;
    padding: 10px;
    border-radius: 12px;
  }
}
@media (max-width: 300px) {
  .portadaInicial__promo {
    flex-wrap: wrap;
  }
}
.portadaInicial__promo__body {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (min-width: 1024px) {
  .portadaInicial__promo__body {
    gap: 15px;
  }
}
.portadaInicial__promo__heading {
  display: flex;
  flex-direction: column;
  gap: 0;
  word-break: nowrap;
}
.portadaInicial__promo__heading h3 {
  font-size: 1.0625rem;
  font-weight: 900;
  line-height: 1;
  padding: 0;
}
@media (min-width: 1024px) {
  .portadaInicial__promo__heading h3 {
    font-size: 1.25rem;
  }
}
.portadaInicial__promo__heading p {
  line-height: 1;
}
.portadaInicial__promo__imagen img {
  max-width: 44px;
}
@media (min-width: 1024px) {
  .portadaInicial__promo__imagen img {
    max-width: 64px;
  }
}
.portadaInicial__promo .e__badge {
  left: -5px;
  width: 40px;
  height: 40px;
  top: -30px;
  color: #112000;
}
@media (min-width: 1024px) {
  .portadaInicial__promo .e__badge {
    width: 48px;
    height: 48px;
  }
}
.portadaInicial__promo .e__badge__bg svg {
  width: 40px;
  height: 40px;
}
@media (min-width: 1024px) {
  .portadaInicial__promo .e__badge__bg svg {
    width: 48px;
    height: 48px;
  }
}
.portadaInicial__promo .e__badge__txt {
  font-size: 6px;
  font-weight: 900;
  letter-spacing: 0.1px;
  word-break: nowrap;
  transform: rotate(-15deg);
}
@media (min-width: 1024px) {
  .portadaInicial__promo .e__badge__txt {
    font-size: 8px;
  }
}

.e__gamepin__acceso {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 5px;
  right: 10px;
  top: 10px;
  width: 220px;
  width: auto;
  padding: 5px;
  border-radius: 8px;
  background-color: #F4F5F3;
  border: 1px solid #CCCCCC;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25), 0 0 0 2px rgba(0, 0, 0, 0.05), 0 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 900;
}
@media (min-width: 768px) {
  .e__gamepin__acceso {
    flex-direction: column;
    align-items: flex-start;
    width: 220px;
    padding: 8px;
  }
  html[lang=fr] .e__gamepin__acceso {
    width: 230px;
  }
}
@media (min-width: 1024px) {
  .e__gamepin__acceso {
    gap: 8px;
    top: 15px;
    right: 15px;
    padding: 10px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25), 0 0 0 4px rgba(0, 0, 0, 0.05), 0 6px 0 rgba(0, 0, 0, 0.07);
  }
}
@media (max-width: 767px) {
  .e__gamepin__acceso {
    width: 160px;
  }
}
@media (orientation: portrait) {
  .e__gamepin__acceso {
    top: auto;
    left: 15px;
    bottom: 5px;
  }
}
@media (max-width: 300px) and (orientation: portrait) {
  .e__gamepin__acceso {
    left: 5px;
    bottom: 174px;
  }
}
.e__gamepin__acceso__hd {
  display: flex;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .e__gamepin__acceso__hd {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .e__gamepin__acceso__hd {
    display: none;
  }
}
.e__gamepin__acceso__title {
  font-size: 0.8rem;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  color: #2B4B04;
}
@media (min-width: 1024px) {
  .e__gamepin__acceso__title {
    font-size: 0.9rem;
    text-align: left;
  }
}
.e__gamepin__acceso .e__textformular {
  padding: 0;
}
.e__gamepin__acceso .e__textformular label {
  display: none;
}
@media (max-width: 767px) {
  .e__gamepin__acceso .e__textformular label {
    display: none;
  }
}
.e__gamepin__acceso .e__textformular__input input {
  text-align: center !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  padding: 0 39px 0 27px !important;
}
@media (min-width: 768px) {
  .e__gamepin__acceso .e__textformular__input input {
    padding: 0 47px 0 33px !important;
  }
}
.e__gamepin__acceso .e__textformular__input input::placeholder {
  text-align: center !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}
@media (min-width: 1024px) {
  .e__gamepin__acceso .e__textformular .e-btn__square {
    top: 2.5px !important;
    right: 2.5px !important;
  }
}
.e__gamepin__acceso .e__textformular .e-btn__square img {
  max-width: none;
}

@keyframes boxShadowAnimationMobile {
  0% {
    box-shadow: 0px 0px 0px 4px rgba(17, 32, 0, 0.7);
  }
  100% {
    box-shadow: 0px 0px 0px 10px rgba(17, 32, 0, 0.25);
  }
}
@keyframes boxShadowAnimationDesktop {
  0% {
    box-shadow: 0px 0px 0px 5px rgba(17, 32, 0, 0.7);
  }
  100% {
    box-shadow: 0px 0px 0px 16px rgba(17, 32, 0, 0.25);
  }
}
.franja__marketing {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  background-color: #4C5F70;
  color: #fff;
  width: 100%;
  padding: 0.375rem 0;
  box-shadow: 0 2px 3px rgb(0, 0, 0);
  z-index: 100;
}
.franja__marketing__btn {
  display: flex;
  align-items: center;
  height: 36px;
  border-radius: 1.5rem;
  padding: 0 1.5rem;
  color: #FFF;
  border: 1px solid #67a516;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.franja__marketing__btn:hover {
  color: #2b2d30;
  background-color: #FFF;
}

.portadaEjemplo {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0 60px;
}
@media (min-width: 768px) {
  .portadaEjemplo {
    padding: 5rem 0;
  }
}
.portadaEjemplo__titulo {
  font-size: 28px;
  line-height: 1.15;
  font-weight: 700;
  padding: 0 10px;
  text-align: center;
  margin-bottom: 30px;
  max-width: 100%;
  margin-top: 0;
}
@media (min-width: 768px) {
  .portadaEjemplo__titulo {
    font-size: 40px;
    margin-bottom: 40px;
  }
}
.portadaEjemplo__subtitulo {
  font-size: 22px;
  line-height: 1.15;
  font-weight: 300;
  padding: 0 10px;
  text-align: center;
  margin-bottom: 30px;
  max-width: 100%;
  margin-top: 0;
}
@media (min-width: 768px) {
  .portadaEjemplo__subtitulo {
    font-size: 28px;
    margin-bottom: 50px;
  }
}
.portadaEjemplo__actividad {
  display: inline-flex;
}
.portadaEjemplo__actividad a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 140px;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 0 0 1px #E8E9E6;
  border-radius: 16px;
  outline: 0;
  transition: box-shadow 0.2s ease-out;
  aspect-ratio: 1;
}
@media (min-width: 340px) {
  .portadaEjemplo__actividad a {
    width: 160px;
  }
}
@media (min-width: 768px) {
  .portadaEjemplo__actividad a {
    width: 180px;
  }
}
@media (min-width: 1280px) {
  .portadaEjemplo__actividad a {
    width: 240px;
    gap: 20px;
    padding: 15px;
  }
}
@media (min-width: 1920px) {
  .portadaEjemplo__actividad a {
    width: 220px;
  }
}
.portadaEjemplo__actividad a:hover, .portadaEjemplo__actividad a:focus-within {
  box-shadow: 0 0 0 2px #67a516;
  transition: box-shadow 0.3s ease-in;
}
.portadaEjemplo__actividad a:focus {
  box-shadow: 0 0 0 2px #BAEC79;
}
.portadaEjemplo__actividad__txt {
  display: flex;
  flex-direction: column;
}
.portadaEjemplo__actividad__txt__tipo {
  font-weight: 900;
  line-height: 1;
  padding: 0 0 4px;
}
.portadaEjemplo__actividad__txt__tit {
  font-weight: 400;
  color: #112000;
  line-height: 1;
}
.portadaEjemplo__actividad__txt__number {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 5px;
  padding-top: 2px;
  color: #666666;
  font-size: 12px;
  font-weight: 700;
  text-align: left;
  line-height: 1;
}
@media (min-with: 1024px) {
  .portadaEjemplo__actividad__txt__number {
    font-size: 14px;
    gap: 10px;
  }
}
.portadaEjemplo__actividad__img {
  max-width: 64px;
}
.portadaEjemplo .actividadColumnas {
  margin: 0;
  padding: 0;
  grid-template-columns: none;
}
.portadaEjemplo .actividadColumnas__home {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 1550px;
}
@media (min-width: 340px) {
  .portadaEjemplo .actividadColumnas__home {
    gap: 20px;
  }
}
@media (min-width: 1024px) {
  .portadaEjemplo .actividadColumnas__home {
    gap: 30px;
  }
}

.portadaVideo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: auto;
  padding: 3.8rem 1rem 4rem 1rem;
  background: #e3efee;
}
.portadaVideo__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1240px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .portadaVideo__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10%;
  }
}
.portadaVideo__titulo {
  margin-right: 3rem;
}
@media only screen and (max-width: 70rem) {
  .portadaVideo__titulo {
    margin-bottom: 2rem;
    margin-right: 0;
    max-width: 560px;
  }
}
@media (min-width: 768px) {
  .portadaVideo__titulo {
    max-width: 520px;
  }
}
.portadaVideo__titulo h2, .portadaVideo__titulo h3 {
  font-size: 28px;
  font-weight: 300;
  line-height: 1.15;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  margin-right: 3rem;
  margin-right: 0;
}
@media (min-width: 768px) {
  .portadaVideo__titulo h2, .portadaVideo__titulo h3 {
    font-size: 2.5rem;
  }
}
.portadaVideo__titulo p {
  font-size: 0.8125rem;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .portadaVideo__titulo p {
    font-size: 0.9375rem;
  }
}
.portadaVideo__video {
  flex-grow: 1;
  width: 100%;
}
.portadaVideo__video iframe {
  width: 100%;
  aspect-ratio: 20/13;
  border-radius: 19px;
  overflow: hidden;
  box-shadow: 0 4px 0 rgba(17, 32, 0, 0.24), 0 1px 0 rgba(17, 32, 0, 0.64);
  transition: box-shadow 0.2s ease-out;
}
@media (min-width: 768px) {
  .portadaVideo__video iframe {
    aspect-ratio: 16/9;
    border-radius: 24px;
    box-shadow: 0 5px 0 rgba(17, 32, 0, 0.24), 0 1px 0 rgba(17, 32, 0, 0.64);
  }
}
.portadaVideo__video iframe:hover {
  box-shadow: 0 0px 0 rgba(17, 32, 0, 0.24), 0 1px 0 rgba(17, 32, 0, 0.64);
  transition: box-shadow 0.2s ease-in;
}
@media (min-width: 1024px) {
  .portadaVideo__video iframe:hover {
    box-shadow: 0 0px 0 rgba(17, 32, 0, 0.24), 0 1px 0 rgba(17, 32, 0, 0.64);
  }
}

.portadaBeneficios {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 80px 20px 80px;
}
@media (max-width: 767px) {
  .portadaBeneficios {
    gap: 50px;
    padding: 70px 15px 50px;
  }
}
.portadaBeneficios h2 {
  max-width: 640px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .portadaBeneficios h2 {
    font-size: 28px;
    padding-bottom: 20px;
  }
}
.portadaBeneficios h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .portadaBeneficios h3 {
    font-size: 20px;
    padding-bottom: 5px;
  }
}
.portadaBeneficios__beneficio {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 540px;
  margin-right: auto;
}
@media (max-width: 767px) {
  .portadaBeneficios__beneficio {
    gap: 15px;
  }
}
.portadaBeneficios__beneficio:nth-child(odd) {
  flex-direction: row-reverse;
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 767px) {
  .portadaBeneficios__beneficio img {
    max-width: 96px;
  }
}

.portadaRetos {
  background-position: 65% -20%;
  padding: 4rem 1rem 1.5rem 1rem;
  overflow: hidden;
}
.portadaRetos__contenedor {
  max-width: 1357px;
  width: 100%;
  margin: 0 auto;
}
.portadaRetos__titulo {
  font-size: 28px;
  font-weight: 300;
  line-height: 1.15;
  margin: 0;
}
@media (min-width: 768px) {
  .portadaRetos__titulo {
    font-size: 40px;
  }
}
.portadaRetos__subtitulo {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.15;
  margin: 0;
}
@media (min-width: 768px) {
  .portadaRetos__subtitulo {
    font-size: 1.6875rem;
  }
}
.portadaRetos__cabecera {
  margin-bottom: 2.5rem;
}
.portadaRetos__columna--contenido {
  max-width: 560px;
  margin: 0 auto;
  padding-bottom: 3rem;
}
.portadaRetos .list-checkmark {
  list-style: none;
  margin-bottom: 2.8rem;
}
.portadaRetos .list-checkmark li {
  margin-bottom: 1rem;
  padding-left: 36px;
  position: relative;
}
.portadaRetos .list-checkmark li::before {
  content: "";
  top: -5px;
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  background-image: url("https://cloud.educaplay.com/r/img/checkmark-square.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .portadaRetos .list-checkmark li::before {
    top: auto;
  }
}
@media (min-width: 845px) {
  .portadaRetos__cabecera {
    margin-bottom: 2.5rem;
  }
  .portadaRetos__columna--contenido {
    padding-top: calc(6vh + 3rem);
    padding-bottom: calc(20vh + 3rem);
  }
  .portadaRetos__contenedor {
    display: flex;
  }
  .portadaRetos__columna {
    width: 50%;
    position: relative;
  }
  .portadaRetos__imagen picture {
    position: absolute;
    bottom: 0;
    height: 100%;
    left: 0;
  }
  .portadaRetos__imagen img {
    max-height: 100%;
    width: auto;
    max-width: none;
  }
}
.portadaRetos .fw-semibold {
  font-weight: 600;
}

.portadaLMS {
  text-align: center;
}
@media only screen and (min-width: 845px) {
  .portadaLMS {
    background: #F9F9F9 url("https://cloud.educaplay.com/r/img/fondoLMS2.webp") no-repeat top right;
    background-size: auto 100%;
  }
}
.portadaLMS__titulo {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  max-width: 100%;
  margin: 64px auto 12px;
  padding: 0 16px;
}
@media (min-width: 1024px) {
  .portadaLMS__titulo {
    font-size: 40px;
    max-width: 50%;
    margin: 80px auto 16px;
  }
}
.portadaLMS__fondo {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 16px 80px;
  background: linear-gradient(#EEE, #FFF);
}
@media only screen and (min-width: 845px) {
  .portadaLMS__fondo {
    background: url("https://cloud.educaplay.com/r/img/fondoLMS1.webp") no-repeat;
    background-size: auto 100%;
  }
}
.portadaLMS__claim {
  width: 100%;
  margin-bottom: 32px;
  max-width: 30rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  text-align: center;
  color: #525252;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .portadaLMS__claim {
    font-size: 0.9375rem;
  }
}
.portadaLMS__claim--googleClassroom {
  max-width: 27rem;
}
.portadaLMS__googleClassroom {
  position: relative;
  padding-top: 2.5rem;
}
.portadaLMS__googleClassroom::before {
  position: absolute;
  content: "";
  width: 8rem;
  top: 0;
  left: calc(50% - 4rem);
  height: 2px;
  background-color: #333;
  opacity: 0.25;
  border-radius: 2px;
}
.portadaLMS__googleClassroom::before__elemento img {
  max-width: 100%;
  transition: transform 300ms;
}
.portadaLMS__googleClassroom::before__elemento img:hover {
  transform: scale(1.1, 1.1);
}
.portadaLMS__plataformas {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 70rem;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 720px) {
  .portadaLMS__plataformas {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
.portadaLMS__plataformas__elemento {
  width: 50%;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media only screen and (min-width: 845px) {
  .portadaLMS__plataformas__elemento {
    width: 33.33%;
  }
}
.portadaLMS__plataformas__elemento img {
  max-width: 100%;
  transition: transform 300ms;
}
.portadaLMS__plataformas__elemento img:hover {
  transform: scale(1.1, 1.1);
}
.portadaLMS__boton {
  display: inline-block;
  margin-left: 1rem;
  margin-right: 1rem;
}
.portadaLMS__actions a {
  font-size: 0.92rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 60em) {
  .portadaLMS__actions {
    width: 50em;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 0;
    margin: 0.5rem 0;
    background: linear-gradient(to right, transparent 50%, rgba(112, 112, 112, 0.25) 50%, rgba(112, 112, 112, 0.25) calc(50% + 1px), transparent calc(50% + 1px));
  }
  .portadaLMS__actions a {
    margin: 0 1.4rem;
  }
  .portadaLMS__actions > div {
    width: 50%;
    text-align: left;
  }
  .portadaLMS__actions > div:first-child {
    text-align: right;
  }
}
.portadaLMS .buttonPromo--withMaxWidth {
  max-width: 320px;
}

.portadaInformes {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  line-height: 0.7rem;
  background: linear-gradient(rgb(82, 131, 18), rgb(103, 165, 22));
}
.portadaInformes::after {
  content: "";
  position: absolute;
  top: calc(100% - 100px);
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
}
.portadaInformes__titulo {
  font-size: 28px;
  max-width: 100%;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  color: #FFF;
  margin: 64px auto 12px;
  padding: 0 16px;
}
@media (min-width: 1024px) {
  .portadaInformes__titulo {
    font-size: 40px;
    max-width: 50%;
    margin: 80px auto 16px;
  }
}
.portadaInformes__screenshot {
  padding-top: 4.2%;
  text-align: center;
}
@media (min-width: 480px) {
  .portadaInformes__screenshot {
    background-image: url("https://cloud.educaplay.com/r/img/bg-activity-results.webp");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
  }
}
@media (min-width: 1100px) {
  .portadaInformes__screenshot {
    background-size: auto;
  }
}
.portadaInformes__screenshot img {
  vertical-align: middle;
  max-width: 90vw;
  height: auto;
}
@media (min-width: 480px) {
  .portadaInformes__screenshot img {
    max-width: 50vw;
  }
}
@media only screen and (min-width: 720px) {
  .portadaInformes__imagen {
    margin-top: 5rem;
  }
}

.portadaWeb {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 80px;
  background: #e3efee;
}
.portadaWeb__titulo {
  font-size: 28px;
  max-width: 100%;
  margin: 64px auto 12px;
  padding: 0 16px;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
}
@media (min-width: 1024px) {
  .portadaWeb__titulo {
    font-size: 40px;
    max-width: 50%;
    margin: 80px auto 16px;
  }
}
.portadaWeb__claim {
  width: 100%;
  max-width: 34rem;
  text-align: center;
  color: #525252;
  font-size: 0.8125rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .portadaWeb__claim {
    font-size: 0.9375rem;
  }
}
.portadaWeb__plataformas {
  width: 100%;
  max-width: 35rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 3rem;
}
@media only screen and (min-width: 1072px) {
  .portadaWeb__plataformas {
    padding-top: 5rem;
    padding-bottom: 10rem;
    background: url("https://cloud.educaplay.com/r/img/integracion.webp") no-repeat;
    background-size: auto 100%;
    padding-left: 41rem;
    max-width: 30rem;
    box-sizing: content-box;
  }
}
.portadaWeb__plataformas__elemento {
  width: 50%;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.portadaWeb__plataformas__elemento img {
  transition: transform 300ms;
}
.portadaWeb__plataformas__elemento img:hover {
  transform: scale(1.1, 1.1);
}

.portadaEnd {
  width: 100%;
  text-align: center;
  overflow: hidden;
  padding: 0;
}
.portadaEnd:has(a) {
  padding: 10px;
}

.portadaInicial .e__gclassroom {
  margin: 0 auto auto;
}
