.container-tipes-act .container-index {
  max-width: 995px;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .container-tipes-act .container-index {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 640px) {
  .container-tipes-act .container-index.row-clearfix {
    padding: 20px 10px;
  }
}
.container-tipes-act .container-index.row-clearfix:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.container-tipes-act .container-index .large-12 {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 490px) and (orientation: portrait) {
  .container-tipes-act .container-index .large-12 {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 20px;
  }
}
@media (min-width: 1024px) {
  .container-tipes-act .container-index .large-12 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1920px) {
  .container-tipes-act .container-index .large-12 {
    grid-template-columns: repeat(5, 1fr);
  }
}
.container-tipes-act .container-index .large-12 h1 {
  position: absolute !important;
  width: 100%;
  font-size: 20px;
  line-height: 26px;
  color: #333;
  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: 20px;
  position: relative;
  text-shadow: #FFFFFF 1px 1px;
}
@media (min-width: 1024px) {
  .container-tipes-act .container-index .large-12 h1 {
    font-size: 22px;
  }
}
@media (min-width: 1920px) {
  .container-tipes-act .container-index .large-12 h1 {
    font-size: 24px;
  }
}
.container-tipes-act .container-index .large-12 h1 span {
  display: inline-block;
  padding: 0 16px;
  position: relative;
  z-index: 2;
}
.container-tipes-act .container-index .large-12 .column-act {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}
.container-tipes-act .container-index .large-12 .box-tipe-act {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  gap: 5px;
  color: #333;
  font-weight: 600;
  padding: 32px 0;
}
.container-tipes-act .container-index .large-12 .box-tipe-act:hover .txt-tipe-act {
  color: #588A23;
  text-decoration: underline;
}
.container-tipes-act .container-index .large-12 .box-tipe-act img {
  width: 100%;
  max-width: 96px;
  height: auto;
  margin: 0;
  vertical-align: baseline;
}
@media (min-width: 768px) {
  .container-tipes-act .container-index .large-12 .box-tipe-act img {
    max-width: 128px;
  }
}
@media (min-width: 1920px) {
  .container-tipes-act .container-index .large-12 .box-tipe-act img {
    max-width: 144px;
  }
}
.container-tipes-act .container-index .large-12 .box-tipe-act .txt-tipe-act {
  display: inline-block;
  border-radius: 40px;
  padding: 1px 14px;
  font-size: 12px;
  color: #112000;
  transition: all 0.5s;
}
@media (min-width: 768px) {
  .container-tipes-act .container-index .large-12 .box-tipe-act .txt-tipe-act {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .container-tipes-act .container-index .large-12 .box-tipe-act .txt-tipe-act {
    font-size: 16px;
  }
}
@media (min-width: 1920px) {
  .container-tipes-act .container-index .large-12 .box-tipe-act .txt-tipe-act {
    font-size: 17px;
  }
}
.container-tipes-act .container-index .large-12 .box-tipe-act .box-tipe-act-imgbox {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
  border-radius: 12px;
  overflow: hidden;
  background: white;
  box-shadow: 0 0 0 2px transparent;
  transition: box-shadow 0.2s ease-in, background 0.3s ease-in;
}
.container-tipes-act .container-index .large-12 .box-tipe-act .box-tipe-act-imgbox:hover {
  box-shadow: 0 0 0 3px #67a516;
  transition: box-shadow 0.2s ease-in, background 0.3s ease-in;
  background: #BAEC79;
}
.container-tipes-act .container-index .large-12 .box-tipe-act .e__badge {
  top: 26px;
  right: -30px;
}
@media (max-width: 767px) {
  .container-tipes-act .container-index .large-12 .box-tipe-act .e__badge {
    right: -22px;
  }
}

body {
  background-image: url("https://cloud.educaplay.com/r/img/texture.svg");
  background-size: 20px;
  background-repeat: repeat;
}
@media (min-width: 1024px) {
  body {
    background-size: 40px;
  }
}
@media (min-width: 1920px) {
  body {
    background-size: 50px;
  }
}

h2 {
  font-size: 19px;
  font-weight: 300;
  letter-spacing: -0.3;
  line-height: 1.15;
}
@media (min-width: 1024px) {
  h2 {
    font-size: 26px;
  }
}

.e__landing__game {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}
.e__landing__game__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 10px;
  gap: 5px;
}
@media (min-width: 1024px) {
  .e__landing__game__heading {
    padding-bottom: 20px;
  }
}
@media (min-width: 1920px) {
  .e__landing__game__heading {
    padding-bottom: 25px;
  }
}
.e__landing__game__heading__hd {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  max-width: 235px;
}
@media (min-width: 480px) {
  .e__landing__game__heading__hd {
    max-width: none;
  }
}
.e__landing__game__heading__hd img {
  min-width: 32px;
  width: 32px;
  max-width: 100%;
}
@media (min-width: 1920px) {
  .e__landing__game__heading__hd img {
    min-width: 40px;
    width: 40px;
  }
}
.e__landing__game__heading__hd h1 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.3;
  line-height: 1.15;
  float: left;
}
@media (min-width: 1024px) {
  .e__landing__game__heading__hd h1 {
    font-size: 24px;
  }
}
@media (min-width: 1920px) {
  .e__landing__game__heading__hd h1 {
    font-size: 30px;
  }
}
.e__landing__game__heading p {
  font-size: 0.8125rem;
  line-height: 1.3;
  max-width: 560px;
  text-align: center;
}
@media (min-width: 768px) {
  .e__landing__game__heading p {
    font-size: 0.9375rem;
    max-width: none;
  }
}
@media (min-width: 1024px) {
  .e__landing__game__heading p {
    font-size: 0.9375rem;
    max-width: none;
  }
}
.e__landing__game__frame {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1B3101;
  background-image: url("https://cloud.educaplay.com/r/img/background-iframe.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100vw;
  height: 62vh;
  padding: 2px;
}
@media (orientation: portrait) {
  .e__landing__game__frame {
    height: 66vh;
    padding: 3px 5px;
  }
}
@media (min-width: 1920px) {
  .e__landing__game__frame {
    height: 60vh;
  }
}
.e__landing__game__frame iframe {
  max-width: 100%;
  height: 100%;
  border-radius: 8px;
}
@media (orientation: landscape) {
  .e__landing__game__frame iframe {
    min-width: 110vh;
  }
}
.e__landing__game__cta {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  gap: 15px;
  padding: 40px 10px 50px;
  background: radial-gradient(circle, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  overflow: hidden;
}
@media (min-width: 1024px) {
  .e__landing__game__cta {
    flex-direction: row;
    gap: 30px;
    overflow: hidden;
  }
}
@media (min-width: 1920px) {
  .e__landing__game__cta {
    padding: 50px 10px 60px;
    background: radial-gradient(circle, rgb(255, 255, 255) 60%, rgba(255, 255, 255, 0) 100%);
  }
}
@media (max-width: 767px) {
  .e__landing__game__cta {
    padding: 30px 10px 20px;
  }
}
.e__landing__game__cta .btn {
  gap: 5px;
  min-width: 220px;
  font-weight: 900 !important;
}
@media (min-width: 1920px) {
  .e__landing__game__cta .btn {
    min-width: 260px;
  }
}
.e__landing__game__cta::before, .e__landing__game__cta::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 40%;
  aspect-ratio: 1;
  transform: translate(-33%, -50%) rotate(-7.5deg);
  background-size: 200%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.6;
  z-index: -1;
}
@media (min-width: 1024px) {
  .e__landing__game__cta::before, .e__landing__game__cta::after {
    width: 33%;
    opacity: 0.8;
  }
}
.e__landing__game--RELACIONAR .e__landing__game__cta::before, .e__landing__game--RELACIONAR .e__landing__game__cta::after {
  background-image: url("https://cloud.educaplay.com/r/img/tipoRELACIONAR.webp");
}
.e__landing__game--RELACIONAR_MOSAICO .e__landing__game__cta::before, .e__landing__game--RELACIONAR_MOSAICO .e__landing__game__cta::after {
  background-image: url("https://cloud.educaplay.com/r/img/tipoRELACIONAR_MOSAICO.webp");
}
.e__landing__game--RELACIONAR_COLUMNAS .e__landing__game__cta::before, .e__landing__game--RELACIONAR_COLUMNAS .e__landing__game__cta::after {
  background-image: url("https://cloud.educaplay.com/r/img/tipoRELACIONAR_COLUMNAS.webp");
}
.e__landing__game--FROGGY_JUMPS .e__landing__game__cta::before, .e__landing__game--FROGGY_JUMPS .e__landing__game__cta::after {
  background-image: url("https://cloud.educaplay.com/r/img/tipoFROGGY_JUMPS.webp");
}
.e__landing__game--ADIVINANZA .e__landing__game__cta::before, .e__landing__game--ADIVINANZA .e__landing__game__cta::after {
  background-image: url("https://cloud.educaplay.com/r/img/tipoADIVINANZA.webp");
}
.e__landing__game--RULETA_PALABRAS .e__landing__game__cta::before, .e__landing__game--RULETA_PALABRAS .e__landing__game__cta::after {
  background-image: url("https://cloud.educaplay.com/r/img/tipoRULETA_PALABRAS.webp");
}
.e__landing__game--MAPA .e__landing__game__cta::before, .e__landing__game--MAPA .e__landing__game__cta::after {
  background-image: url("https://cloud.educaplay.com/r/img/tipoMAPA.webp");
}
.e__landing__game--COMPLETAR .e__landing__game__cta::before, .e__landing__game--COMPLETAR .e__landing__game__cta::after {
  background-image: url("https://cloud.educaplay.com/r/img/tipoCOMPLETAR.webp");
}
.e__landing__game--CRUCIGRAMA .e__landing__game__cta::before, .e__landing__game--CRUCIGRAMA .e__landing__game__cta::after {
  background-image: url("https://cloud.educaplay.com/r/img/tipoCRUCIGRAMA.webp");
}
.e__landing__game--ORDENAR_LETRAS .e__landing__game__cta::before, .e__landing__game--ORDENAR_LETRAS .e__landing__game__cta::after {
  background-image: url("https://cloud.educaplay.com/r/img/tipoORDENAR_LETRAS.webp");
}
.e__landing__game--ORDENAR_PALABRAS .e__landing__game__cta::before, .e__landing__game--ORDENAR_PALABRAS .e__landing__game__cta::after {
  background-image: url("https://cloud.educaplay.com/r/img/tipoORDENAR_PALABRAS.webp");
}
.e__landing__game--TEST .e__landing__game__cta::before, .e__landing__game--TEST .e__landing__game__cta::after {
  background-image: url("https://cloud.educaplay.com/r/img/tipoTEST.webp");
}
.e__landing__game--VIDEOTEST .e__landing__game__cta::before, .e__landing__game--VIDEOTEST .e__landing__game__cta::after {
  background-image: url("https://cloud.educaplay.com/r/img/tipoVIDEOTEST.webp");
}
.e__landing__game--SOPA .e__landing__game__cta::before, .e__landing__game--SOPA .e__landing__game__cta::after {
  background-image: url("https://cloud.educaplay.com/r/img/tipoSOPA.webp");
}
.e__landing__game--DICTADO .e__landing__game__cta::before, .e__landing__game--DICTADO .e__landing__game__cta::after {
  background-image: url("https://cloud.educaplay.com/r/img/tipoDICTADO.webp");
}
.e__landing__game--PRESENTACION .e__landing__game__cta::before, .e__landing__game--PRESENTACION .e__landing__game__cta::after {
  background-image: url("https://cloud.educaplay.com/r/img/tipoPRESENTACION.webp");
}
.e__landing__game--DIALOGO .e__landing__game__cta::before, .e__landing__game--DIALOGO .e__landing__game__cta::after {
  background-image: url("https://cloud.educaplay.com/r/img/tipoDIALOGO.webp");
}
.e__landing__game--YESORNO .e__landing__game__cta::before, .e__landing__game--YESORNO .e__landing__game__cta::after {
  background-image: url("https://cloud.educaplay.com/r/img/tipoYESORNO.webp");
}
.e__landing__game__cta::after {
  left: auto;
  right: 0;
  transform: translate(33%, -50%) rotate(7.5deg);
}
.e__landing__game__cta::before {
  background-position: right;
}
.e__landing__game__cta__hd::before, .e__landing__game__cta__hd::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 25%;
  height: 100%;
  aspect-ratio: 1;
  opacity: 0.6;
  transform: translate(-33%, -50%);
  z-index: 0;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 22%, rgba(255, 255, 255, 0) 78%, rgb(255, 255, 255) 100%);
}
@media (orientation: landscape) {
  .e__landing__game__cta__hd::before, .e__landing__game__cta__hd::after {
    width: 40%;
  }
}
.e__landing__game__cta__hd::after {
  left: auto;
  right: 0;
  transform: translate(33%, -50%);
}
.e__landing__game__faq {
  width: 100%;
  max-width: 860px;
  padding: 0px 10px 60px;
}
@media (min-width: 1024px) {
  .e__landing__game__faq {
    flex-direction: row;
    gap: 30px;
    padding: 20px 10px 60px;
  }
}
.e__landing__game__data {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column-reverse;
  padding: 30px 5px;
  color: #447308;
  background-color: #9BD84C;
  width: 100vw;
}
@media (min-width: 1024px) {
  .e__landing__game__data {
    flex-direction: row-reverse;
    gap: 10px;
  }
}
.e__landing__game__data__hd h3, .e__landing__game__data__hd p {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
@media (min-width: 1024px) {
  .e__landing__game__data__hd h3, .e__landing__game__data__hd p {
    font-size: 23px;
    text-align: left;
  }
}
.e__landing__game__data__hd h3 {
  font-weight: 900;
}
.e__landing__game__data__value {
  font-size: 60px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}
@media (min-width: 1024px) {
  .e__landing__game__data__value {
    text-align: right;
  }
}
.e__landing__game__related {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 60px 10px 20px;
  gap: 30px;
  width: 100%;
  max-width: 860px;
}
@media (min-width: 1024px) {
  .e__landing__game__related {
    gap: 40px;
  }
}
.e__landing__game__related__hd h2 {
  font-weight: 300;
  text-align: center;
  padding-bottom: 10px;
}
@media (min-width: 1024px) {
  .e__landing__game__related__hd h2 {
    padding-bottom: 20px;
  }
}
.e__landing__game__related__container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.e__landing__game__related__container:first-child .e__landing__game__related__list__item__ico {
  width: 96px;
}
.e__landing__game__related__container:first-child .e__landing__game__related__list {
  border: 3px solid #BAEC79;
}
.e__landing__game__related__list {
  display: inline-flex;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
  width: 100%;
  gap: 10px;
  padding: 20px 5px;
  background-color: white;
  border: 1px solid #BAEC79;
  border-radius: 12px;
}
@media (min-width: 1024px) {
  .e__landing__game__related__list {
    gap: 20px;
    padding: 30px 50px;
  }
}
.e__landing__game__related__list__item {
  width: calc(50% - 5px);
}
@media (min-width: 1024px) {
  .e__landing__game__related__list__item {
    width: calc(25% - 15px);
  }
}
.e__landing__game__related__list__item article a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10px;
  gap: 5px;
  text-decoration: none;
  transition: all 0.2s ease;
}
@media (min-width: 1024px) {
  .e__landing__game__related__list__item article a {
    padding: 20px;
  }
}
.e__landing__game__related__list__item article a img {
  border-radius: 8px;
}
.e__landing__game__related__list__item article a:hover {
  text-decoration: underline;
}
.e__landing__game__related__list__item article a:hover img {
  box-shadow: 0 0 0 2px #6EB116;
  transition: all 0.2s ease;
}
.e__landing__game__related__list__item h4 {
  font-weight: 900;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  color: #6EB116;
}
@media (min-width: 1024px) {
  .e__landing__game__related__list__item h4 {
    font-size: 15px;
  }
}
.e__landing__game__related__list__item__ico {
  width: 64px;
  max-width: 100%;
}
.e__landing__game__related__list__btn {
  align-self: flex-end;
  order: 1000;
  width: 100%;
  padding: 10px 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .e__landing__game__related__list__btn {
    text-align: left;
  }
}

.e__gclassroom {
  margin: 40px 10px !important;
}
