html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

button,
input {
  overflow: visible;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

textarea {
  overflow: auto;
}

img,
video,
svg,
progress {
  vertical-align: middle;
}

img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

body,
h1,
ul,
ol,
fieldset {
  margin: 0;
  padding: 0;
}

fieldset {
  border: 0;
}

li {
  list-style: none;
}

button:not(:disabled) {
  cursor: pointer;
}

a {
  color: #447308;
}

@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 200;
  src: url(https://cloud.educaplay.com/r1/fonts/nunito-v16-latin-200.woff2) format("woff2"), url(https://cloud.educaplay.com/r1/fonts/nunito-v16-latin-200.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 300;
  src: url(https://cloud.educaplay.com/r1/fonts/nunito-v16-latin-300.woff2) format("woff2"), url(https://cloud.educaplay.com/r1/fonts/nunito-v16-latin-300.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  src: url(https://cloud.educaplay.com/r1/fonts/nunito-v16-latin-regular.woff2) format("woff2"), url(https://cloud.educaplay.com/r1/fonts/nunito-v16-latin-regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 600;
  src: url(https://cloud.educaplay.com/r1/fonts/nunito-v16-latin-600.woff2) format("woff2"), url(https://cloud.educaplay.com/r1/fonts/nunito-v16-latin-600.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  src: url(https://cloud.educaplay.com/r1/fonts/nunito-v16-latin-700.woff2) format("woff2"), url(https://cloud.educaplay.com/r1/fonts/nunito-v16-latin-700.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 900;
  src: url(https://cloud.educaplay.com/r1/fonts/nunito-v16-latin-900.woff2) format("woff2"), url(https://cloud.educaplay.com/r1/fonts/nunito-v16-latin-900.woff) format("woff");
  font-display: swap;
}
body {
  font-family: "Nunito", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400 !important;
  line-height: 1.45;
  color: #112000;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a, button {
  font-weight: 700 !important;
}

button,
a:not(href) {
  letter-spacing: 0.7px;
}

button,
select,
optgroup {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #112000;
}

input,
select,
textarea {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #112000;
}

.button {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  text-decoration: none;
  width: inherit;
  height: 2.75rem;
  padding: 0 1.5rem;
  border-radius: 1.75rem;
  color: #112000;
  background: white;
  color: #112000;
  border: solid 1px #9BD84C;
  line-height: 1.15;
  outline: 0;
  transition: all 0.2s ease-in-out;
}
.button::before {
  content: "";
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.5rem;
  pointer-events: none;
  z-index: -1;
  transition: box-shadow 0.2s ease-in-out;
}
@media (max-width: 778px) {
  .button {
    height: 2.5rem;
    border-radius: 1.25rem;
    padding: 0 1.25rem;
  }
}
.button:hover, .button:focus, .button:active {
  outline: 0;
  border: solid 1px #6EB118;
  background: #6EB118;
  color: white;
}

.button--primary {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: white;
  color: #112000;
  border: 2px solid #6eb118;
  font-size: 15px;
  font-weight: 900;
  height: 48px;
  border-radius: 24px;
  padding: 0 32px;
  letter-spacing: 0.3px;
  min-width: 5.375rem;
  cursor: pointer;
  line-height: 1.15;
  text-align: center;
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease-in-out;
}
@media (min-width: 845px) {
  .button--primary {
    font-size: 18px;
    height: 56px;
    border-radius: 28px;
  }
}
.button--primary::before {
  display: none;
}
.button--primary svg {
  transition: all 0.2s ease-in-out;
}
.button--primary:hover, .button--primary:active, .button--primary:focus {
  color: white;
  background: #6eb118;
  transition: all 0.2s ease-in-out;
}

.button--danger {
  color: #C2371A;
}

.button--lg {
  height: 3rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1.125rem;
}

.button--sm {
  height: 26px;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .button--sm {
    height: 2rem;
    font-size: 0.875rem;
  }
}

.button:disabled {
  border: 0;
  background: #F3F4F8;
  color: #646A7D;
}

.primary-button {
  letter-spacing: 0.3px;
  border: solid 1px transparent;
  border-radius: 2px;
  background-image: linear-gradient(#F2E30C, #F2C90C), linear-gradient(178deg, #FFD619, #D2960B);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-shadow: rgba(43, 45, 48, 0.18) 0 1px;
  line-height: 2.344rem;
  margin-bottom: 0.375rem;
  text-align: center;
  cursor: pointer;
  padding: 0 0.8rem;
  display: inline-block;
  text-decoration: none;
  min-width: 5.375rem;
  color: #2b2d30;
}

.primary-button:focus {
  outline: 0;
  background-image: linear-gradient(#F2E30C, #F2C90C), linear-gradient(178deg, #6EB118, #6EB118);
  box-shadow: rgba(110, 177, 24, 0.6) 0 0 3px;
}

.primary-button:not(:disabled):active {
  box-shadow: inset rgba(0, 0, 0, 0.06) 0 5px 15px;
  background-image: linear-gradient(#EBB912, #EBB912), linear-gradient(178deg, #D2960B, #D59A0B);
  transition: all 0.3s;
}

.primary-button--small {
  line-height: 1.83rem;
  font-size: 0.86667rem;
  min-width: 0;
}

.primary-button[disabled], div.primary-button {
  background: #EFEFEF;
  box-shadow: none;
  cursor: default;
}

.primary-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #f2ca0d;
  color: #112000;
  border: 1px solid #f2ca0d;
  font-size: 15px;
  font-weight: 900;
  height: 48px;
  border-radius: 24px;
  padding: 0 32px;
  letter-spacing: 0.3px;
  min-width: 5.375rem;
  cursor: pointer;
  line-height: 1.15;
  text-align: center;
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease-in-out;
}
@media (min-width: 845px) {
  .primary-button {
    font-size: 18px;
    height: 56px;
    border-radius: 28px;
  }
}
.primary-button svg {
  transition: all 0.2s ease-in-out;
}
.primary-button:hover, .primary-button:active, .primary-button:focus {
  box-shadow: inset 0 0 0 500px rgba(0, 0, 0, 0.05);
}

/* Boton / Componente */
.btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  min-width: 220px;
  max-width: 300px;
  font-family: "Nunito", "Segoe UI", Segoe, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-decoration: none;
  color: #070e00;
  border-radius: 1.5rem;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  outline: 0;
  z-index: 2;
  transition: all 0.2s ease-in-out;
}
.btn--min {
  min-width: 48px;
  width: 48px;
  height: 48px;
  border: 1px solid #6eb118 !important;
}
.btn--min:hover {
  background: #1b3101;
}
@media (min-width: 768px) {
  .btn--min {
    min-width: 56px !important;
    width: 56px !important;
    height: 56px !important;
    border-radius: 28px !important;
  }
}
@media (min-width: 768px) {
  .btn {
    min-width: 300px;
    height: 3.25rem;
    border-radius: 1.625rem;
  }
}
@media (min-width: 1024px) {
  .btn {
    min-width: 320px;
    height: 3.5rem;
    border-radius: 1.75rem;
    font-size: 1.25rem;
  }
}
@media (min-width: 1920px) {
  .btn {
    min-width: 340px;
    height: 4rem;
    border-radius: 2rem;
    font-size: 1.5rem;
  }
}
@media only screen and (orientation: landscape) and (max-height: 556px) {
  .btn {
    height: 2.5rem;
    min-width: 220px;
    max-width: 300px;
  }
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: inset 0 0 0 500px rgba(0, 0, 0, 0.05);
}
.btn:active, .btn:focus {
  transform: translateY(1px) scale(0.99);
}
.btn--lnk {
  min-width: auto;
  height: 2rem;
  font-size: inherit;
  font-weight: 700;
  color: #6eb118;
  background: transparent;
  text-decoration: underline;
  border: 0;
  cursor: pointer;
}
.btn--lnk:hover, .btn--lnk:focus {
  box-shadow: none;
}
.btn__i {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.btn__edu {
  color: white;
  background: #6eb118;
  border: 1px solid #6eb118;
}
.btn__edu--act {
  color: #070e00;
  background: #f2ca0d;
  border: 1px solid #f2ca0d;
  box-shadow: inset 0 0 0 0px rgba(0, 0, 0, 0), 0 -1px 0 white, 0 1px 0 rgba(17, 32, 0, 0.65);
  transition: all 0.3s ease-out;
}
.btn__edu--act:hover, .btn__edu--act:focus, .btn__edu--act:active {
  box-shadow: inset 0 0 0 500px rgba(0, 0, 0, 0.05), 0 0.5px 0 rgba(255, 255, 255, 0.65), 0 -0.5px 0 rgba(107, 21, 128, 0.5);
}
.btn__edu--brd {
  color: #070e00;
  background: white;
  border: 1px solid #6eb118;
}
.btn__edu--brd:hover, .btn__edu--brd:focus {
  background: #6eb118;
  color: white;
}
.btn__edu--brd:hover .btn__i svg path, .btn__edu--brd:focus .btn__i svg path {
  transition: all 0.2s ease;
  fill: white;
}
.btn__edu--out {
  color: #fafff3;
  background: transparent;
  border: 1px solid #fafff3;
}
.btn__play {
  color: #112000;
  background: #F2CA0D;
  border: 1px solid #F2CA0D;
}
.btn__play::before {
  content: "";
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.5rem;
  pointer-events: none;
  border: 1px solid transparent;
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.3);
  z-index: -1;
  transition: box-shadow 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .btn__play::before {
    height: 3.25rem;
    border-radius: 1.625rem;
  }
}
@media (min-width: 1024px) {
  .btn__play::before {
    height: 3.5rem;
    border-radius: 1.75rem;
  }
}
@media (min-width: 1920px) {
  .btn__play::before {
    height: 4rem;
    border-radius: 2rem;
  }
}
@media only screen and (orientation: landscape) and (max-height: 556px) {
  .btn__play::before {
    height: 100%;
    border-radius: 1.5rem;
  }
}
.btn__play:focus::before, .btn__play:active::before {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
}

body {
  word-break: break-word;
}
body button, body a {
  display: inline-flex;
  align-items: center;
  word-break: keep-all;
}
body table, body select {
  word-break: keep-all;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.captchaCentrado--margen {
  margin-bottom: 2rem;
}

.captchaCentrado {
  text-align: center;
}

.captchaCentrado .g-recaptcha {
  display: inline-block;
}

.e__btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-width: 160px;
  height: 40px;
  border: 0;
  background: white;
  color: #112000;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
@media (max-width: 768px) {
  .e__btn {
    font-size: 13px;
  }
}
.e__btn__ico {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  margin: 0 0 8px 8px;
  font-weight: 700;
  border: 1px solid rgba(17, 32, 0, 0.2);
  border-radius: 8px;
  background: transparent;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 768px) {
  .e__btn__ico {
    width: 40px;
    min-width: 40px;
    height: 40px;
    margin: 0 0 8px 4px;
  }
}
.e__btn__ico__txt {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 11px;
  background: #BBBBBB;
  padding: 4px;
  transform: translate(0, -50%);
  transition: transform 0.5s ease-out 0.2s;
  opacity: 0;
  pointer-events: none;
}
.e__btn__ico:active + .e__btn__ico__txt {
  transform: translate(0, calc(-50% - 100px));
  opacity: 1;
}
.e__btn__ico .e__ico--strk,
.e__btn__ico .e__ico--strk {
  stroke: #6EB118;
  transition: all 0.2s ease-in;
}
.e__btn__ico:hover, .e__btn__ico:focus {
  background: #6EB118;
  color: white;
  transition: all 0.2s ease-in;
}
.e__btn__ico:hover svg path.e__ico--fll,
.e__btn__ico:hover svg line.e__ico--fll, .e__btn__ico:focus svg path.e__ico--fll,
.e__btn__ico:focus svg line.e__ico--fll {
  fill: white;
  transition: all 0.2s ease-in;
}
.e__btn__ico:hover svg path.e__ico--strk,
.e__btn__ico:hover svg line.e__ico--strk, .e__btn__ico:focus svg path.e__ico--strk,
.e__btn__ico:focus svg line.e__ico--strk {
  stroke: white;
  transition: all 0.2s ease-in;
}
.e__btn__txt {
  text-align: left;
}
@media (max-width: 768px) {
  .e__btn__txt {
    letter-spacing: 0.2px;
  }
}
.e__btn__info {
  position: relative;
  display: inline-flex;
}
.e__btn__info .e__btn {
  width: 14px;
  height: 14px;
  border: 1px solid;
  border-radius: 50%;
  font-size: 9px;
}
.e__btn__info__wp {
  position: absolute;
  top: 14px;
  width: 230px;
  padding: 8px;
  font-size: 10px;
  background: #FFFFFF;
  border: 1px solid;
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.33);
  transform-origin: 0 0;
  transform: scale(0);
  transition: transform 0.2s ease-out;
  z-index: 99;
}
.e__btn__info .e__btn:focus + .e__btn__info__wp {
  transform: scale(1);
  transition: transform 0.2s ease-in;
}
.e__btn__primary {
  min-width: 160px;
  height: 48px;
  max-width: 260px;
  padding: 0 32px;
  border-radius: 24px;
  border: 1px solid #6EB118;
  font-size: 15px;
  background-color: white;
}
@media (max-width: 768px) {
  .e__btn__primary {
    height: 40px;
    padding: 0 16px;
    border-radius: 20px;
    font-size: 13px;
  }
}
.e__btn__primary:hover, .e__btn__primary:focus {
  background-color: #6EB118;
  color: white;
}
.e__btn__secondary {
  min-width: 160px;
  height: 48px;
  max-width: 260px;
  padding: 0 32px;
  border-radius: 24px;
  border: 1px solid #F2CA0D;
  font-size: 15px;
  background-color: #F2CA0D;
}
@media (max-width: 768px) {
  .e__btn__secondary {
    height: 40px;
    padding: 0 16px;
    border-radius: 20px;
    font-size: 13px;
  }
}
.e__btn:hover, .e__btn:active, .e__btn:focus {
  box-shadow: inset 0 0 0 500px rgba(0, 0, 0, 0.05);
}
.e__btn:hover .e__btn__txt, .e__btn:active .e__btn__txt, .e__btn:focus .e__btn__txt {
  color: white;
}
.e__btn:hover .e__ico svg .e__ico--fll, .e__btn:active .e__ico svg .e__ico--fll, .e__btn:focus .e__ico svg .e__ico--fll {
  fill: white;
}
.e__btn:hover .e__ico svg .e__ico--strk, .e__btn:active .e__ico svg .e__ico--strk, .e__btn:focus .e__ico svg .e__ico--strk {
  stroke: white;
}
.e__btn:hover .e__ico img, .e__btn:active .e__ico img, .e__btn:focus .e__ico img {
  filter: brightness(0) invert(1) saturate(0);
}
.e__ico {
  transition: all 0.2s ease;
}
.e__ico--fll {
  fill: #6EB118;
  stroke: none;
}
.e__ico--strk {
  stroke: #6EB118;
  fill: none;
}
.e__ico svg {
  block-size: 24px;
  display: inline-flex;
  fill: currentColor;
  inline-size: 24px;
  vertical-align: middle;
  transition: all 0.2s ease;
}
@media (max-width: 768px) {
  .e__ico svg {
    block-size: 18px;
    inline-size: 18px;
  }
}
.e__ico svg use {
  stroke: #6EB118;
}
.e__ico img {
  width: 24px;
  height: auto;
}
@media (max-width: 768px) {
  .e__ico img {
    width: 18px;
  }
}
.e__user__menu {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.e__user__menu > .e__user__menu__btn .e__btn__txt {
  display: none;
}
.e__user__menu__wpr > .e__btn__ico {
  z-index: 11;
}
.e__user__menu__wpr > .e__btn__ico .e__btn__txt {
  display: none;
}
.e__user__menu__wpr__btns {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  top: 48px;
  right: 0;
  min-width: 280px;
  border-radius: 8px;
  overflow: hidden;
  background: white;
  border: 1px solid rgba(17, 32, 0, 0.2);
  box-shadow: 0 4px 0 rgba(17, 32, 0, 0.33), 0 0.5px 0 rgba(17, 32, 0, 0.5);
  transform-origin: 100% 0;
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.2s ease-in, transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
  z-index: 10;
}
@media (max-width: 768px) {
  .e__user__menu__wpr__btns {
    top: 40px;
    min-width: 220px;
  }
}
.e__user__menu__wpr__btns form {
  width: 100%;
}
.e__user__menu__wpr__btns .e__user__menu__btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid rgba(17, 32, 0, 0.2);
}
.e__user__menu__wpr__btns .e__user__menu__btn:last-child {
  border: 0;
}
.e__user__menu__wpr__btns .e__user__menu__btn .e__btn__txt > span {
  font-weight: 900;
}
.e__user__menu__wpr__btns .e__btn__ico {
  justify-content: flex-start;
  width: 100%;
  min-width: 100%;
  margin: 0 !important;
  padding: 0 16px;
  border: 0;
  border-radius: 0;
}
.e__user__menu__wpr__btns .e__btn__ico .e__ico {
  margin-right: 12px;
}
.e__user__menu__wpr__btns .e__btn__ico #e__ico__favorite path,
.e__user__menu__wpr__btns .e__btn__ico #e__ico__report path {
  fill: none;
}
.e__user__menu__wpr__btns .e__btn__ico:hover .e__btn__txt, .e__user__menu__wpr__btns .e__btn__ico:focus .e__btn__txt {
  color: white;
}
.e__user__menu__wpr__btns .e__btn__ico:hover #e__ico__favorite path,
.e__user__menu__wpr__btns .e__btn__ico:hover #e__ico__report path, .e__user__menu__wpr__btns .e__btn__ico:focus #e__ico__favorite path,
.e__user__menu__wpr__btns .e__btn__ico:focus #e__ico__report path {
  stroke: white;
}
.e__user__menu__wpr.act .e__user__menu__wpr__btns {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.1s ease-in, transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.e__user__menu__btn:first-child > .e__btn__ico {
  margin: 0 0 8px 0;
}
.e__user__menu__wpr .e__user__menu__btn:first-child > .e__btn__ico {
  margin: 0;
}
.e__badge {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.e__badge__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.e__badge__bg svg {
  width: 40px;
  height: auto;
  filter: drop-shadow(0 0.5px 0 rgba(17, 32, 0, 0.75));
}
@media (min-width: 845px) {
  .e__badge__bg svg {
    width: 48px;
    filter: drop-shadow(0 1px 0 rgba(17, 32, 0, 0.75));
  }
}
@media (min-width: 1920px) {
  .e__badge__bg svg {
    width: 96px;
    filter: drop-shadow(0 2px 0 rgba(17, 32, 0, 0.75));
  }
}
.e__badge__txt {
  font-size: 5px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  max-width: 38px;
  transform: rotate(15deg);
  z-index: 1;
}
@media (min-width: 845px) {
  .e__badge__txt {
    font-size: 7px;
    max-width: 42px;
  }
}
@media (min-width: 1920px) {
  .e__badge__txt {
    font-size: 14px;
    max-width: 86px;
  }
}
.e__wp__bllts {
  display: flex;
  flex-direction: column;
  max-width: 1550px;
  margin: 0 auto 32px;
  padding: 0 16px;
}
.e__wp__bllts__hdg {
  display: flex;
  justify-content: center;
  max-width: 860px;
  padding-bottom: 12px;
  text-align: center;
}
.e__wp__bllts__hd {
  margin-right: 4px;
  display: inline;
}
.e__wp__bllts__link {
  display: inline;
}
.e__wp__bllts__wpr {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0 auto;
}
.e__wp__bllts__wpr__bllt {
  display: flex;
}
.e__wp__bllts__wpr__bllt__ico {
  margin-right: 8px;
}
@media (max-width: 860px) {
  .e__wp__bllts__wpr__bllt__ico img {
    max-width: 16px;
  }
}
@media (min-width: 861px) {
  .e__wp__bllts__wpr__bllt__ico img {
    max-width: 20px;
  }
}
@media (min-width: 1920px) {
  .e__wp__bllts__wpr__bllt__ico img {
    max-width: 24px;
    margin-right: 12px;
  }
}
.e__wp__bllts__wpr__bllt__txt {
  font-weight: 200;
}
@media (max-width: 860px) {
  .e__wp__bllts__wpr__bllt__txt {
    font-size: 16px;
  }
}
@media (min-width: 861px) {
  .e__wp__bllts__wpr__bllt__txt {
    font-size: 17px;
  }
}
@media (min-width: 1920px) {
  .e__wp__bllts__wpr__bllt__txt {
    font-size: 19px;
  }
}
.e__wp__bllts + .formularioStandard h2 {
  font-size: 14px;
  margin: 0 16px 12px;
}

.resaltado {
  color: #447308;
}

:not(:defined) {
  visibility: hidden;
}

.activitynotready {
  background-color: #EEE;
}

.crea__list__item .e__badge {
  display: flex;
  top: 20px;
  right: 20px;
}
@media (min-width: 1920px) {
  .crea__list__item .e__badge {
    top: 40px;
  }
}
.crea__list__item .e__badge span {
  display: flex;
}

/** 
 * Forms
*/
select.form-field:focus {
  background-image: url(https://cloud.educaplay.com/r1/img/i-downArrow.svg);
}

.form-field--text-light {
  color: #757575;
}

.custom-input {
  margin-bottom: 0.375rem;
}

.custom-input__label {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  font-size: 0.875rem;
}

.custom-input__check {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  border: 1px solid #b0b7c1;
  transform: translateY(2px);
  flex-shrink: 0;
  margin-right: 0.625rem;
}

.custom-input__check--circle {
  border-radius: 100%;
}

.custom-input__check--circle::after {
  position: absolute;
  top: calc(50% - 3px);
  left: calc(50% - 3px);
  content: "";
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 100%;
  transform: scale(0);
  transition: all 0.25s ease;
  transition-delay: 0.05s;
}

.custom-input__check--star {
  border-color: #fff;
}

.custom-input__check--star .custom-input__anim-check {
  transform: translate(1px, 1px);
}

.custom-input__anim-check {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.25s ease;
  transition-delay: 0.05s;
  transform: translate3d(0, 0, 0);
}

.custom-input__box-star {
  stroke: #a0a7b1;
  fill: #fff;
  position: absolute;
  top: -2px;
  left: -2px;
}

.custom-input__input {
  position: absolute;
  left: -9999em;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.custom-input__input:focus + .custom-input__label .custom-input__check {
  border-color: #6eb118;
  box-shadow: #6eb118 0 0 3px;
}

.custom-input__input:focus + .custom-input__label .custom-input__box-star {
  border-color: #fff;
  background: #fff;
  box-shadow: none;
}

.custom-input__input:focus + .custom-input__label .custom-input__box-star {
  stroke: #6eb118;
}

.custom-input__input:checked + .custom-input__label .custom-input__check {
  background: #6eb118;
  border-color: #6eb118;
}

.custom-input__input:checked + .custom-input__label .custom-input__check--circle::after {
  transform: scale(1);
}

.custom-input__input:checked + .custom-input__label .custom-input__check--star {
  background: #fff;
  border-color: #fff;
  box-shadow: none;
}

.custom-input__input:checked + .custom-input__label .custom-input__box-star {
  stroke: #6eb118;
  fill: #6eb118;
}

.custom-input__input:checked + .custom-input__label .custom-input__anim-check {
  stroke-dashoffset: 0;
}

.field-group {
  display: flex;
  flex-wrap: wrap;
}

a.grey-button {
  display: inline-flex;
  color: #112000;
  text-decoration: none;
}

.field-group .grey-button {
  border-radius: 0 2px 2px 0;
  margin-bottom: 0;
}

.field-group-column {
  display: flex;
  flex-direction: column;
}

.field-group-column .form-field {
  margin-bottom: -1px;
  border-radius: 2px 2px 0 0;
}

.field-group-column .grey-button {
  width: 100%;
  border-radius: 0 0 2px 2px;
}

.label-block {
  display: block;
  font-size: 0.875rem;
  line-height: 1;
  padding: 0.46rem 0;
  width: 100%;
}

/** 
 * Buttons
*/
.buttonPromo {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  padding: 0 32px;
  color: #112000;
  background: transparent;
  border: 1px solid #6eb118;
  border-radius: 20px;
  cursor: pointer;
  transition: all 200ms ease-in-out;
  letter-spacing: 0.2px;
}
@media (min-width: 845px) {
  .buttonPromo {
    height: 48px;
    font-size: 15px;
    border-radius: 24px;
  }
}
.buttonPromo:hover {
  color: white;
  background: #6eb118;
}

.grey-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: white;
  color: #112000;
  border: 1px solid #6EB118;
  height: 2.75rem;
  border-radius: 1.375rem;
  padding: 0 1.25rem;
  letter-spacing: 0.2px;
  min-width: 5.375rem;
  cursor: pointer;
  font-size: 0.9375rem;
  line-height: 1.15;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
.grey-button svg {
  transition: all 0.2s ease-in-out;
}
.grey-button:hover, .grey-button:focus, .grey-button:active {
  background: #6EB118;
  color: white;
  outline: 0;
}
.grey-button:hover svg, .grey-button:focus svg, .grey-button:active svg {
  filter: brightness(0) invert(1);
}
.grey-button:not(:disabled):active {
  box-shadow: inset rgba(43, 45, 48, 0.06) 0 5px 15px;
  background-image: linear-gradient(#dee1e6, #dee1e6), linear-gradient(178deg, #a0a7b1, #c8cbcf);
  transition: all 0.3s;
}
.grey-button--small {
  line-height: 1.83rem;
  font-size: 0.86667rem;
  min-width: 0;
}
.grey-button--danger {
  background: #C2371A;
  color: white;
}
.grey-button--danger:not(:disabled):active {
  background-image: linear-gradient(#f6dcde, #f6dcde), linear-gradient(178deg, #cf6a73, #f6ccd0);
  box-shadow: none;
  border: 1px solid transparent;
}
.grey-button--danger:focus {
  background-image: linear-gradient(#fff, #f6dcde), linear-gradient(178deg, #b50b19, #b50b19);
  box-shadow: rgba(181, 11, 25, 0.4) 0 1px 2px;
  border: 1px solid transparent;
}

a.grey-button--danger {
  color: white;
}

.button-with-msg {
  position: relative;
  display: block;
}

.primary-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #f2ca0d;
  color: #112000;
  border: 1px solid #f2ca0d;
  font-size: 15px;
  font-weight: 900;
  height: 48px;
  border-radius: 24px;
  padding: 0 32px;
  letter-spacing: 0.3px;
  min-width: 5.375rem;
  cursor: pointer;
  line-height: 1.15;
  text-align: center;
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease-in-out;
}
@media (min-width: 845px) {
  .primary-button {
    font-size: 18px;
    height: 56px;
    border-radius: 28px;
  }
}
.primary-button svg {
  transition: all 0.2s ease-in-out;
}
.primary-button:hover, .primary-button:active, .primary-button:focus {
  box-shadow: inset 0 0 0 500px rgba(0, 0, 0, 0.05);
}

.transparent-button {
  border: 1px solid transparent;
  background-color: transparent;
  line-height: 2.0625rem;
  padding: 0 0.8rem;
  cursor: pointer;
  font-size: 0.9375rem;
  margin-bottom: 0.375rem;
}
.transparent-button:focus:not(:active) {
  outline: 0;
  border-color: #6eb118;
  box-shadow: #6eb118 0 2px 4px -3px;
}
.transparent-button:active {
  outline: 0;
  background-color: #dee1e6;
  box-shadow: inset rgba(0, 0, 0, 0.05) 0 2px 5px;
  text-shadow: rgba(255, 255, 255, 0.7) 1px 1px;
}

.icon-button {
  border: 1px solid transparent;
  padding: 0.2rem 0;
  text-align: center;
  min-width: 2.25rem;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.icon-button img {
  vertical-align: middle;
  transform: translateY(-2px);
}
.icon-button:focus:not(:active) {
  outline: 0;
  border-color: #6eb118;
  box-shadow: #6eb118 0 2px 4px -3px;
}
.icon-button:active {
  outline: 0;
  background-color: #dee1e6;
  box-shadow: inset rgba(0, 0, 0, 0.05) 0 2px 5px;
  text-shadow: rgba(255, 255, 255, 0.7) 1px 1px;
}

.botonGenerico {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-width: 160px;
  height: 40px;
  padding: 0 32px;
  border: 0;
  border-radius: 20px;
  background: #6eb118;
  color: white;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
@media (min-width: 845px) {
  .botonGenerico {
    font-size: 15px;
    height: 48px;
    max-width: 280px;
    padding: 0 48px;
    border-radius: 24px;
  }
}
.botonGenerico:hover, .botonGenerico:active, .botonGenerico:focus {
  box-shadow: inset 0 0 0 500px rgba(0, 0, 0, 0.05);
}
.botonGenerico--centrado {
  margin: auto;
}
.botonGenerico--gris {
  background: #ddd;
}
.botonGenerico--margenInferior {
  margin-bottom: 5rem;
}
.botonGenerico--margenSuperior {
  margin-top: 5rem;
}

.dropdown {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 2.75rem;
}
.dropdown__content {
  display: none;
  flex-direction: column;
  position: absolute;
  max-width: 360px;
  min-width: 264px;
  top: calc(100% - 2px);
  left: 0;
  padding: 0;
  background: white;
  border: 1px solid #6EB118;
  border-radius: 12px;
  overflow: hidden;
  opacity: 0;
  z-index: 10;
  transform-origin: 100% 0;
  transform: scale(0);
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media (max-width: 778px) {
  .dropdown__content {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    max-width: auto;
    min-width: auto;
    width: 100%;
    border-radius: 24px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transform-origin: 0 0;
    transform: translate(0, 110%);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
}
.dropdown ul {
  background: white;
}
.dropdown ul li:not(:last-child) a, .dropdown ul li:not(:last-child) button {
  border-bottom: 1px solid #BAEC79;
}
.dropdown ul li a, .dropdown ul li button {
  color: #112000;
  font-size: 0.875rem;
  display: block;
  padding: 0.85rem 1rem;
  transition: all 0.2s ease-in-out;
}
.dropdown ul li a:hover, .dropdown ul li a:focus, .dropdown ul li a:active, .dropdown ul li button:hover, .dropdown ul li button:focus, .dropdown ul li button:active {
  background: #6EB118;
  color: white;
}
.dropdown.is-opened .button {
  background: #6EB118;
  border: 1px solid #6EB118;
  color: white;
}
.dropdown.is-opened .dropdown__content {
  opacity: 1;
  transform: scale(1);
  box-shadow: 0 6px 0 0 rgba(17, 32, 0, 0.25), 0 0.5px 0 0 rgba(17, 32, 0, 0.55), 0 0 0 3px rgba(17, 32, 0, 0.08);
  transition: all 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media (max-width: 778px) {
  .dropdown.is-opened .dropdown__content {
    box-shadow: 0 -4px 0 0 rgba(17, 32, 0, 0.25), 0 -0.5px 0 0 rgba(17, 32, 0, 0.55), 0 0 0 3px rgba(17, 32, 0, 0.08);
    transform: translate(0, 0);
    transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
}
.dropdown--menu .dropdown__content, .dropdown--menu.is-opened .dropdown__content {
  box-shadow: 0 2px 3px -1px rgba(43, 45, 48, 0.15);
}
.dropdown--menu li:not(:last-child) a {
  display: block;
  margin-bottom: 10px;
}
.dropdown--narrow {
  height: 2rem;
}

.dropdown.is-opened > .grey-button,
.grey-button:not(:disabled):active,
.grey-button.is-pushed {
  box-shadow: inset rgba(43, 45, 48, 0.06) 0 5px 15px;
  background-image: linear-gradient(#dee1e6, #dee1e6), linear-gradient(178deg, #a0a7b1, #c8cbcf);
  text-shadow: rgba(255, 255, 255, 0.7) 1px 1px;
}

.grey-button:disabled:not(.is-pushed) {
  color: #7f8284;
  box-shadow: none;
  background-image: linear-gradient(#e5e8ec, #e5e8ec), linear-gradient(178deg, #c8cbcf, #c8cbcf);
  text-shadow: rgba(255, 255, 255, 0.7) 1px 1px;
}

.field-label-left {
  display: flex;
  align-items: center;
}

.field-label-left label {
  margin-right: 1rem;
  font-size: 0.85714rem;
  width: -webkit-fill-available;
}

@media (min-width: 778px) {
  .field-label-left label {
    font-size: 0.93333rem;
  }
}
.field-label-left .form-field {
  margin-bottom: 0;
  min-width: 246px;
}

/** 
 * Layout
*/
footer {
  display: flex;
  flex-direction: column;
  width: 100%;
}
footer .footer__superior {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-top: 1px solid rgba(17, 32, 0, 0.1);
  padding-top: 12px;
  padding-bottom: 40px;
  text-align: center;
  background: white;
}
footer .footer__superior__texto {
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 9px;
  line-height: 1.2;
  max-width: 240px;
}
footer .footer__superior__goog-img {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 140px;
  margin: 0 auto 16px;
}
footer .footer__superior__adr-logo {
  width: 140px;
  margin-bottom: 12px;
}
footer .footer__superior__lv2 {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
}
@media (min-width: 855px) {
  footer .footer__superior__lv2 img {
    width: 96px;
  }
}
footer .footer__inferior {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 48px 16px 0;
  background: #6eb118;
  text-align: center;
  color: #fff;
}
@media only screen and (min-width: 1184px) {
  footer .footer__inferior {
    flex-direction: row;
    padding: 24px 16px;
  }
}
footer .footer__inferior__copy {
  order: 3;
  margin-bottom: 20px;
  font-size: 10px;
}
@media only screen and (min-width: 1184px) {
  footer .footer__inferior__copy {
    order: 0;
    margin: 0;
  }
}
footer .footer__inferior__menu {
  order: 2;
  margin-bottom: 80px;
}
@media only screen and (min-width: 1184px) {
  footer .footer__inferior__menu {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    order: 1;
    margin: 0 24px;
  }
}
footer .footer__inferior__menu a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
@media only screen and (max-width: 1183px) {
  footer .footer__inferior__menu a {
    width: 100%;
    padding: 6px 0;
  }
}
footer .footer__inferior__menu a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 1184px) {
  footer .footer__inferior__menu li:not(:last-child):after {
    content: "|";
    display: inline-block;
    width: 1rem;
  }
}
footer .footer__inferior__siguenos {
  order: 0;
  padding: 0 0 12px;
  font-size: 13px;
}
@media only screen and (min-width: 1184px) {
  footer .footer__inferior__siguenos {
    order: 2;
    margin: 0;
    padding: 0 8px 0 0;
  }
}
footer .footer__inferior__social {
  order: 1;
  margin-bottom: 80px;
}
@media only screen and (min-width: 1184px) {
  footer .footer__inferior__social {
    order: 3;
    margin: 0;
  }
}
footer .footer__inferior__social__boton {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  width: 2.1rem;
  border-radius: 8px;
  line-height: 2.1rem;
  font-size: 1.3rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.margenHeader {
  margin-top: 91px;
}
@media only screen and (min-width: 768px) {
  .margenHeader {
    margin-top: 99px;
  }
}
@media only screen and (min-width: 1024px) {
  .margenHeader {
    margin-top: 87px;
  }
}

header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  height: 92px;
  border: 0;
  background: #6EB118;
  transition: transform 400ms;
  box-shadow: 0 1px 0 #588A23;
}
@media only screen and (min-width: 768px) {
  header {
    height: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  header {
    height: 88px;
  }
}
@media only screen and (max-width: 1023px) {
  header .header__menu {
    display: flex;
    flex-direction: column;
    transform: translateY(-110%);
    height: -moz-fit-content;
    height: fit-content;
    padding-top: 1rem;
    background: #fff;
    position: fixed;
    top: 90px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2rem 1rem 2.5rem;
    border-bottom: 1px solid rgba(17, 32, 0, 0.45);
    box-shadow: 0 6px 0 rgba(17, 32, 0, 0.3);
    z-index: -1;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  }
}
@media only screen and (min-width: 1024px) {
  header .header__menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: #112000;
    height: 24px;
  }
}
header .header__menu__oculto {
  display: none;
}
header .header__menu__login {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #6eb118;
  text-decoration: none;
  margin: 1rem;
  margin-top: 0.5rem;
  margin-bottom: 0;
  text-align: center;
  font-size: 1.05rem;
  font-weight: bold;
  padding: 1rem;
  padding-top: 0;
  padding-bottom: 0;
  height: 3rem;
  border-radius: 0.15rem;
  transition: background 300ms, color 300ms;
  box-sizing: border-box;
  line-height: 1rem;
  margin: 0 1rem 1rem 1rem;
}
@media only screen and (min-width: 1024px) {
  header .header__menu__login {
    font-size: 0.9rem;
    font-weight: 500;
    margin: 0;
  }
}
header .header__menu__login--sup {
  display: none;
  height: 2.5rem;
  margin: 0;
  margin-right: 0.5rem;
  padding: 12px;
  color: #fff;
  font-weight: 900;
  transition: all 0.2s ease-in-out;
}
header .header__menu__login--sup:hover {
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.35);
  background: transparent;
  text-decoration: underline;
}
@media only screen and (min-width: 1024px) {
  header .header__menu__login--sup {
    display: inherit;
  }
}
@media only screen and (min-width: 1024px) {
  header .header__menu__login--menu {
    display: none;
  }
}
header .header__menu__login--logout {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1024px) {
  header .header__menu__login--logout {
    display: none;
  }
}
header .header__menu__crearActividad {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f2ca0d;
  border: 1px solid #f2ca0d;
  color: #000;
  text-decoration: none;
  margin: 1rem;
  margin-top: 0.5rem;
  margin-bottom: 0;
  text-align: center;
  font-size: 1.05rem;
  font-weight: bold;
  padding: 1rem;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0.15rem;
  height: 3rem;
  box-sizing: border-box;
  line-height: 1rem;
  border-radius: 1.5rem;
}
header .header__menu__crearActividad:hover, header .header__menu__crearActividad:active, header .header__menu__crearActividad:focus {
  box-shadow: inset 0 0 0 500px rgba(0, 0, 0, 0.05);
}
header .header__menu__crearActividad__ico {
  margin-right: 8px;
}
@media only screen and (min-width: 1024px) {
  header .header__menu__crearActividad {
    font-size: 0.9rem;
    font-weight: 500;
  }
}
@media only screen and (max-width: 1023px) {
  header .header__menu__crearActividad {
    margin: 0 1rem;
  }
}
@media only screen and (max-width: 1023px) {
  header .header__menu__crearActividad {
    margin: 0 1rem;
  }
}
header .header__menu__crearActividad--sup {
  display: none;
  margin: 0;
  margin-right: 0.5rem;
  height: 2.5rem;
}
@media only screen and (min-width: 1024px) {
  header .header__menu__crearActividad--sup {
    display: inherit;
  }
}
@media only screen and (min-width: 1024px) {
  header .header__menu__crearActividad--menu {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  header .header__menu__idioma {
    border: 0;
    margin: 0;
    font-size: 12px;
    font-weight: 600 !important;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    padding-left: 1rem;
    padding-right: 2rem;
    color: #FAFFF3;
    background: #112000 url(https://cloud.educaplay.com/r1/img/desplegable.webp) no-repeat right 1rem center !important;
    background-size: 8px 5px;
    cursor: pointer;
    outline: none;
    margin: 2px 4px 2px 8px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 12px;
    height: auto;
    width: auto;
    font-family: "Nunito", Helvetica, Arial, sans-serif;
    transition: border 0.2s ease-in;
  }
  header .header__menu__idioma:hover {
    border: 1px solid white;
  }
  header .header__menu__idioma::-ms-expand {
    display: none;
  }
  header .header__menu__idioma option {
    outline: none;
  }
}
@media only screen and (max-width: 1023px) {
  header .header__menu__idioma {
    border: 0;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    font-size: 1.05rem;
    outline: none;
    padding: 0 1.75rem 0 1rem;
    color: #112000;
    background-color: white;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M6 9L12 15L18 9' stroke='%232B2D30' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E") !important;
    background-repeat: no-repeat;
    background-position: calc(100% - 0.75rem) center;
    border: 1px solid #112000;
  }
  header .header__menu__idioma::-ms-expand {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  header .header__menu__nav {
    display: flex;
    height: 1.5rem;
  }
}
@media only screen and (max-width: 1023px) {
  header .header__menu__nav {
    margin-top: 1rem;
  }
}
@media only screen and (min-width: 1024px) {
  header .header__menu__nav__elemento {
    height: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  header .header__menu__nav__elemento {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    font-size: 1.05rem;
    border-top: 1px solid #e3e3e3;
  }
  header .header__menu__nav__elemento:first-child {
    border: 0;
  }
}
header .header__menu__nav__elemento a {
  display: block;
  color: #333;
  text-decoration: none;
}
@media only screen and (min-width: 1024px) {
  header .header__menu__nav__elemento a {
    display: flex;
    align-items: center;
    height: 100%;
    transition: background 200ms;
    font-size: 12px;
    font-weight: 600;
    color: white;
    font-weight: 600 !important;
    letter-spacing: 0;
    margin-left: 16px;
    margin-right: 16px;
  }
  header .header__menu__nav__elemento a:hover {
    background: #1B3101;
  }
}
header .header__menu__icono {
  width: 2rem;
  height: 2.5rem;
  margin-right: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  display: none;
}
header .header__menu__icono svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}
header .header__menu__icono__num {
  position: absolute;
  top: 0;
  right: 0;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  border-radius: 50%;
  background: #c11616;
  color: #fff;
  font-size: 0.7rem;
}
header .header__barra {
  display: flex;
  flex-wrap: wrap;
  background: #6eb118;
  height: 56px;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
@media only screen and (min-width: 1024px) {
  header .header__barra {
    flex-wrap: nowrap;
    height: 64px;
  }
}
header .header__barra__logo {
  margin-left: 1rem;
  line-height: 1rem;
  flex-grow: 1;
}
@media only screen and (min-width: 1024px) {
  header .header__barra__logo {
    order: 1;
    flex-grow: inherit;
  }
}
header .header__barra__logo img {
  width: 132px;
}
@media only screen and (min-width: 62.99rem) {
  header .header__barra__logo img {
    width: 160px;
  }
}
header .header__barra__opciones {
  display: flex;
  height: 100%;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  header .header__barra__opciones {
    order: 3;
    margin-right: 0.5rem;
    margin-left: auto;
  }
}
header .header__barra__opciones__btnmenu {
  display: flex;
  position: relative;
  width: 52px;
  height: 52px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-right: 4px;
  border-radius: 8px;
}
@media only screen and (min-width: 1024px) {
  header .header__barra__opciones__btnmenu {
    display: none;
  }
}
header .header__barra__opciones__btnmenu__img {
  display: block;
  height: 17px;
  width: 0.3rem;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  position: relative;
}
header .header__barra__opciones__btnmenu__img:after {
  display: block;
  content: "";
  position: absolute;
  width: 0.3rem;
  top: 0;
  left: 0;
  height: 7px;
  border-bottom: 3px solid #fff;
}
header .header__barra__opciones__foto {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.5rem 0 0.5rem;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  border: 1px solid white;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 62.99rem) {
  header .header__barra__opciones__foto {
    margin: 0 0.25rem 0 1rem;
  }
}
@media only screen and (min-width: 1024px) {
  header .header__barra__opciones__foto {
    width: 52px;
    height: 52px;
  }
}
header .header__barra__opciones__foto:hover {
  border: 1px solid #6EB118;
}
header .header__barra__opciones__foto img {
  max-height: 100%;
  border-radius: 50%;
  overflow: hidden;
}
header .header__barra__opciones__foto.msg::after {
  content: "";
  position: absolute;
  top: -1px;
  right: -2px;
  width: 12px;
  height: 12px;
  background: #c2371a;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px white;
}
header .header__barra__buscador {
  display: flex;
  height: 36px;
  min-width: 100%;
  background: #6eb118;
  justify-content: center;
  padding: 0 8px 4px;
}
@media only screen and (min-width: 768px) {
  header .header__barra__buscador {
    height: 44px;
  }
}
@media only screen and (min-width: 1024px) {
  header .header__barra__buscador {
    min-width: inherit;
    order: 2;
    flex-grow: 1;
    margin: 0 auto;
    padding-bottom: 0;
  }
}
header .header__barra__buscador__form {
  flex-grow: 1;
  display: flex;
}
header .header__barra__buscador__form__boton {
  border: 0;
  width: 2.5rem;
  margin: 0;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  background: #fff url(https://cloud.educaplay.com/r1/img/buscar.webp) no-repeat center center;
}
header .header__barra__buscador__form__botonTodas {
  background: #6eb118;
  color: white;
  font-size: 10px;
  font-weight: 500 !important;
  letter-spacing: normal;
  box-sizing: border-box;
  max-width: 25vw;
  display: flex;
  align-items: center;
  text-decoration: none;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 0;
  border-bottom-right-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
  text-align: left;
  letter-spacing: 0;
  line-height: 1.1;
  justify-content: center;
  padding: 0 16px;
}
@media only screen and (min-width: 63rem) {
  header .header__barra__buscador__form__botonTodas {
    font-size: 0.875rem;
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    padding-left: 1.25rem;
    padding-right: 1.5rem;
  }
}
@media only screen and (min-width: 63rem) and (max-width: 73rem) {
  header .header__barra__buscador__form__botonTodas {
    max-width: 120px;
    line-height: 1;
    font-size: 12px;
  }
}
header .header__barra__buscador__form__botonTodas:hover, header .header__barra__buscador__form__botonTodas:active, header .header__barra__buscador__form__botonTodas:focus {
  box-shadow: inset 0 0 0 500px rgba(0, 0, 0, 0.05);
}
header .header__barra__buscador__form__buscador {
  flex-grow: 1;
  border: 0;
  padding-left: 0.5rem;
  outline: none;
  width: 0;
  -webkit-appearance: none;
  border-radius: 0;
  border-top-left-radius: 30px !important;
  border-bottom-left-radius: 30px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  height: auto !important;
  border: 0 !important;
  margin: 0;
}
@media only screen and (min-width: 63rem) {
  header .header__barra__buscador__form__buscador {
    padding-left: 0.75rem;
  }
}
header .header__barra__buscador__form input:not([type=checkbox]):not([type=radio])::placeholder {
  transform: translateY(0px);
}
@media (min-width: 768px) {
  header .header__barra__buscador__form input:not([type=checkbox]):not([type=radio])::placeholder {
    transform: translateY(0px);
  }
}
header .header__barra__buscador__tipo {
  border: 0;
  height: auto;
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: normal;
  padding: 0 12px;
  -webkit-appearance: none;
          appearance: none;
  color: #0B1500;
  outline: none;
  border-radius: 0;
  border-top-left-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid #6EB118;
  width: 96px;
  background: #6eb118;
  color: white;
  cursor: pointer;
  background-position: calc(100% - 1px);
  background-size: 16px auto;
  transition: all 0.2s ease-in-out;
  line-height: 1;
}
@media only screen and (min-width: 1024px) {
  header .header__barra__buscador__tipo {
    font-size: 0.875rem;
    width: auto;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
    padding: 0 16px;
    width: 7.5rem;
  }
}
header .header__barra__buscador__tipo:hover, header .header__barra__buscador__tipo:focus {
  color: #FFFFFF;
  box-shadow: none;
}
@media only screen and (min-width: 1024px) {
  header .header__barra__buscador__tipo:hover, header .header__barra__buscador__tipo:focus {
    background-color: #6EB118;
  }
}
header .header__barra__buscador__tipo option {
  font-size: 1.1rem;
  color: #0B1500;
  background: #fff;
  padding: 0.75rem 1.5rem;
}
header .header__barra__buscador__tipo::-ms-expand {
  display: none;
}
header .header__barra__buscador__cont {
  display: flex;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}
header .header__barra__buscador2 {
  display: flex;
  height: 2.5rem;
  background: #6eb118;
}
@media only screen and (min-width: 1024px) {
  header .header__barra__buscador2 {
    min-width: inherit;
    order: 2;
    flex-grow: 1;
    margin-left: 1.1rem;
    margin-right: 4rem;
  }
}
header .header__chk {
  display: none;
}
@media only screen and (max-width: 1023px) {
  header .header__chk:checked ~ .header__menu {
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  }
  header .header__chk:checked ~ .header__barra {
    position: fixed;
  }
  header .header__chk:checked ~ .header__barra .header__barra__opciones__btnmenu {
    background: rgba(255, 255, 255, 0.5);
  }
  header .header__chk:checked ~ .header__barra .header__barra__opciones__btnmenu__img {
    border-color: #6eb118;
  }
  header .header__chk:checked ~ .header__barra .header__barra__opciones__btnmenu__img:after {
    border-color: #6eb118;
  }
}
header.header--externo {
  position: inherit !important;
  height: inherit !important;
}
@media (max-width: 1024px) {
  header.header--externo {
    height: 56px !important;
  }
}
@media only screen and (min-width: 1024px) {
  header.header--comprimida {
    transform: translateY(-24px);
  }
}

/** 
 * Components
 */
.primary-button:not(:disabled):active {
  box-shadow: inset rgba(0, 0, 0, 0.06) 0 5px 15px;
  background-image: linear-gradient(#ebb912, #ebb912), linear-gradient(178deg, #d2960b, #d59a0b);
  transition: all 0.3s;
}

.primary-button--small {
  line-height: 1.83rem;
  font-size: 0.86667rem;
  min-width: 0;
}

.primary-button--large {
  font-size: 1.06667rem;
  font-weight: 600;
}

@media (min-width: 778px) {
  .primary-button--large {
    line-height: 3rem;
    font-size: 1.2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.primary-button[disabled],
.primary-button[aria-disabled=true] {
  background: #efefef;
  box-shadow: none;
  cursor: default;
}

.primary-button[aria-disabled=true] {
  pointer-events: none;
}

.margin-0 {
  margin: 0;
}

.center-system-message {
  min-height: 25vh;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 1rem;
  color: #7c7e82;
}

.card-activity {
  display: flex;
  width: 100%;
  padding: 0;
  border-bottom: 1px solid #BAEC79;
}
@media (min-width: 1024px) {
  .card-activity {
    padding: 16px;
    margin-bottom: 1.75rem;
    border-bottom: 0;
  }
}
.card-activity__icon {
  flex-shrink: 0;
  margin-right: 1rem;
  max-width: 64px;
}
.card-activity__icon img {
  border-radius: 8px;
  border: 1px solid rgba(17, 32, 0, 0.05);
  transition: all 0.05s ease-in-out;
  padding: 2px;
}
.card-activity__content {
  flex-grow: 1;
  font-size: 0.86667rem;
}
.card-activity__content .bloqueActividad__txt__rating {
  transform: translateY(-3px);
  margin: 0;
}
.card-activity__content .bloqueActividad__txt__rating img {
  width: 12px;
}
@media (max-width: 778px) {
  .card-activity__content {
    display: grid;
    grid-template-columns: 1fr auto;
  }
}
.card-activity a {
  text-decoration: none;
}
.card-activity__actions {
  display: flex;
}
.card-activity__actions > :not(:last-child) {
  margin-right: 0.25rem;
}
.card-activity__actions .button {
  border: 1px solid #9BD84C;
  background: white;
  color: #112000;
  border-radius: 1rem;
  transition: all 0.2s ease-in-out;
}
.card-activity__actions .button:hover {
  background: #6EB118;
  color: white;
}
@media (max-width: 778px) {
  .card-activity__actions {
    justify-content: flex-end;
    grid-column: 2;
    grid-row: 1;
  }
}
.card-activity__header {
  display: flex;
  flex-direction: column-reverse;
}
@media (max-width: 778px) {
  .card-activity__header {
    grid-column: 1;
    grid-row: 1;
  }
}
.card-activity__type {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.2px;
  color: #6EB118;
}
@media (max-width: 778px) {
  .card-activity__type {
    font-size: 12px;
  }
}
.card-activity__title {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.2px;
  transform: translateY(-1px);
}
@media (min-width: 778px) {
  .card-activity__title {
    font-size: 1.125rem;
  }
}
.card-activity__title a {
  color: #112000;
  letter-spacing: 0.2px;
  transition: all 0.2s ease-in-out;
  word-break: break-word;
}
.card-activity__title a:hover {
  color: #6EB118;
}
@media (max-width: 778px) {
  .card-activity .bloqueActividad__txt__rating {
    grid-column: 1;
    grid-row: 2;
    font-size: 13px;
  }
}
.card-activity__description {
  font-size: 1rem;
  font-weight: 400;
  padding: 0.375rem 0 1.5rem;
}
.card-activity__description p {
  display: -webkit-box;
  max-width: 242px;
  margin: 0 0 0.7rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .card-activity__description p {
    font-weight: 300;
  }
}
.card-activity__description p:last-child {
  margin-bottom: 0;
}
@media (max-width: 778px) {
  .card-activity__description {
    grid-column: 1/3;
    grid-row: 3;
    font-size: 13px;
  }
}

.group-cards__title {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0;
  margin-bottom: 1.5rem;
  padding: 8px 16px;
  color: white;
  background: #6eb118;
  border-radius: 4px;
}
@media (min-width: 778px) {
  .group-cards__title {
    font-size: 1.25rem;
  }
}
.group-cards__title--pending, .group-cards__title--pendingGuest {
  color: #1b3101;
  background: rgba(224, 136, 118, 0.2);
}
.group-cards__content {
  margin-bottom: 1.4rem;
}

.grid-cards__item {
  margin-bottom: 0.7rem;
  max-width: 380px;
}
.grid-cards__item:last-child .card-activity {
  border: 0;
}

@supports (display: grid) {
  .grid-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    row-gap: 8px;
    column-gap: 32px;
  }
  @media (min-width: 768px) {
    .grid-cards {
      row-gap: 32px;
      grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    }
  }

  .grid-cards__item {
    margin-bottom: 0;
    max-width: 100%;
  }
}
.info-activity__rating img {
  width: 0.6rem;
  margin-right: 1px;
}

.tag {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  font-size: 0.6875rem;
  font-weight: 600;
  line-height: 1.6rem;
  text-decoration: none;
  text-overflow: ellipsis;
  background-color: #6eb118;
  color: white;
  border-radius: 5px;
  margin-bottom: 8px;
  padding: 0 8px;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .tag {
    font-size: 0.8125rem;
  }
}
.tag:hover, .tag:focus, .tag:active {
  box-shadow: inset 0 0 0 100px rgba(17, 32, 0, 0.1);
}
.tag--no-break {
  max-width: none;
}
.tag--purple {
  padding: 0 12px;
  background: #D092DF;
  color: white;
  font-size: 0.875rem;
  border-radius: 3px;
}
@media (min-width: 768px) {
  .tag--purple {
    font-size: 1rem;
  }
}

.tags {
  margin-right: 1.125rem;
  vertical-align: middle;
  display: inline-block;
}

.boxAdsense {
  margin-bottom: 1rem;
}

.page-error {
  width: 100%;
  min-height: 100%;
  background: url(https://cloud.educaplay.com/r1/img/errors/error-background.webp);
  background-repeat: repeat;
  background-position: center;
  background-color: #1B3101;
}

.container-error {
  position: relative;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  height: calc(100vh - 104px);
  overflow: hidden;
}
@media only screen and (orientation: landscape) {
  .container-error {
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    width: 100%;
    max-width: 1550px;
    height: calc(100vh - 64px);
    margin: auto;
  }
}
@media only screen and (orientation: landscape) and (max-width: 1000px) {
  .container-error {
    height: calc(100vh - 57px);
  }
}
@media only screen and (orientation: landscape) and (min-width: 2200px) {
  .container-error {
    max-width: 2000px;
  }
}
@media only screen and (orientation: landscape) and (min-width: 3500px) {
  .container-error {
    max-width: 3000px;
  }
}
@media only screen and (orientation: landscape) and (min-width: 7000px) {
  .container-error {
    max-width: 6000px;
  }
}
.container-error__txt {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  z-index: 2;
  max-width: 520px;
  color: white;
  padding: 0 1rem;
  margin: auto;
  z-index: 1;
}
@media only screen and (orientation: landscape) {
  .container-error__txt {
    position: relative;
    left: 100px;
    margin: 0;
    margin-top: -4rem;
  }
}
@media only screen and (orientation: landscape) and (max-width: 1000px) {
  .container-error__txt {
    max-width: 280px;
  }
}
@media only screen and (orientation: landscape) and (min-width: 1000px) and (max-width: 1399px) {
  .container-error__txt {
    max-width: 360px;
  }
}
@media only screen and (orientation: landscape) and (min-width: 2200px) {
  .container-error__txt {
    max-width: 650px;
  }
}
@media only screen and (orientation: landscape) and (min-width: 3500px) {
  .container-error__txt {
    max-width: 950px;
  }
}
@media only screen and (orientation: landscape) and (min-width: 7000px) {
  .container-error__txt {
    max-width: 2000px;
  }
}
.container-error__txt__hd, .container-error__txt__mn {
  background: rgba(27, 49, 1, 0.9);
  box-shadow: 0 0 50px 50px rgba(27, 49, 1, 0.9);
}
.container-error__txt__mn ul li {
  margin-bottom: 0.25rem;
}
@media only screen and (orientation: landscape) {
  .container-error__txt__mn ul li {
    margin-bottom: 0.75rem;
  }
}
@media only screen and (orientation: landscape) and (max-width: 1000px) {
  .container-error__txt__mn ul li {
    margin-bottom: 0;
  }
}
.container-error__txt__mn ul li a {
  font-size: 0.875rem;
  text-decoration: none;
  font-weight: 700;
  color: #BAEC79;
}
@media only screen and (orientation: landscape) {
  .container-error__txt__mn ul li a {
    font-size: 1.5rem;
  }
}
@media only screen and (orientation: landscape) and (max-width: 1000px) {
  .container-error__txt__mn ul li a {
    font-size: 0.65rem;
  }
}
@media only screen and (orientation: landscape) and (min-width: 1000px) and (max-width: 1399px) {
  .container-error__txt__mn ul li a {
    font-size: 1rem;
  }
}
.container-error h2 {
  font-size: 5rem;
  font-weight: 900;
  margin: 0;
  margin-bottom: 0.25rem;
  color: #9BD84C;
  text-transform: uppercase;
}
@media only screen and (orientation: landscape) {
  .container-error h2 {
    font-size: 8.75rem;
    margin: 0;
  }
}
@media only screen and (orientation: landscape) and (max-width: 1000px) {
  .container-error h2 {
    font-size: 2rem;
    margin: 0;
  }
}
@media only screen and (orientation: landscape) and (min-width: 1000px) and (max-width: 1399px) {
  .container-error h2 {
    font-size: 5rem;
    margin: 0;
  }
}
@media only screen and (orientation: landscape) and (min-width: 3500px) {
  .container-error h2 {
    font-size: 13rem;
  }
}
@media only screen and (orientation: landscape) and (min-width: 7000px) {
  .container-error h2 {
    font-size: 20rem;
  }
}
.container-error h1, .container-error p {
  margin: 0;
}
.container-error h1 {
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  margin-top: -1.5rem;
  color: #9BD84C;
}
@media only screen and (orientation: landscape) {
  .container-error h1 {
    font-size: 2.25rem;
    margin-top: -2rem;
  }
}
@media only screen and (orientation: landscape) and (max-width: 1000px) {
  .container-error h1 {
    font-size: 1.25rem;
    margin: 0;
    margin-top: -1rem;
  }
}
@media only screen and (orientation: landscape) and (min-width: 1000px) and (max-width: 1399px) {
  .container-error h1 {
    font-size: 2rem;
    margin: 0;
    margin-top: -1.5rem;
  }
}
@media only screen and (orientation: landscape) and (min-width: 3500px) {
  .container-error h1 {
    font-size: 3.5rem;
  }
}
@media only screen and (orientation: landscape) and (min-width: 7000px) {
  .container-error h1 {
    font-size: 5.5rem;
  }
}
.container-error p {
  line-height: 1.6;
  margin-bottom: 1.5rem;
  color: white;
}
@media only screen and (orientation: landscape) {
  .container-error p {
    font-size: 1rem;
    margin-bottom: 3rem;
  }
}
@media only screen and (orientation: landscape) and (max-width: 1000px) {
  .container-error p {
    font-size: 0.65rem;
    line-height: 1.4;
    margin-bottom: 0.75rem;
  }
}
@media only screen and (orientation: landscape) and (min-width: 1000px) and (max-width: 1399px) {
  .container-error p {
    font-size: 1rem;
  }
}
@media only screen and (orientation: landscape) and (min-width: 3500px) {
  .container-error p {
    font-size: 2rem;
    line-height: 1.6;
  }
}
@media only screen and (orientation: landscape) and (min-width: 7000px) {
  .container-error p {
    font-size: 4rem;
  }
}
.container-error h4 {
  font-size: 0.875rem;
  font-weight: 400;
  margin: 0;
  margin-bottom: 0.5rem;
}
@media only screen and (orientation: landscape) {
  .container-error h4 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (orientation: landscape) and (max-width: 1000px) {
  .container-error h4 {
    font-size: 0.65rem;
    margin-bottom: 0.125rem;
  }
}
@media only screen and (orientation: landscape) and (min-width: 1000px) and (max-width: 1399px) {
  .container-error h4 {
    font-size: 1rem;
  }
}
.container-error__img {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}
@media only screen and (orientation: landscape) {
  .container-error__img {
    position: absolute;
    top: auto;
    right: 0;
    transform: translate(0%, 0%);
    opacity: 1;
    height: 100%;
    width: 100%;
    z-index: 2;
  }
}
@media only screen and (orientation: landscape) and (min-width: 1400px) {
  .container-error__img {
    right: -50px;
  }
}
@media only screen and (orientation: landscape) {
  .container-error__img img {
    max-width: none;
    height: 85vh;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

.emergente {
  position: fixed;
  display: flex;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  right: 0;
  min-height: 100%;
  z-index: 10001;
  justify-content: center;
  align-items: center;
}

.bloqueActividad {
  width: 100%;
  margin-bottom: 3rem;
  -webkit-user-select: none;
          user-select: none;
  transition: transform 300ms;
}
.bloqueActividad__hide {
  display: none;
}
@media screen and (min-width: 63rem) {
  .bloqueActividad {
    margin-bottom: 3.75rem;
  }
}
.bloqueActividad__cont {
  display: flex;
  text-decoration: none;
  align-items: flex-start;
}
.bloqueActividad__img img {
  padding: 2px;
  width: 67px;
  border-radius: 8px;
  border: 1px solid rgba(17, 32, 0, 0.05);
  transition: all 0.05s ease-in-out;
}
.bloqueActividad__txt {
  flex-grow: 1;
  flex-basis: 0;
  margin-left: 1rem;
  font-size: 0.82rem;
}
.bloqueActividad__txt__tipo {
  color: #6EB118;
  font-size: 0.85rem;
  line-height: 1;
  margin-bottom: 4px;
}
.bloqueActividad__txt__tit {
  margin: 0 0 2px 0;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 1.2;
  color: #1B3101;
  transition: color 0.2s ease-in-out;
}
.bloqueActividad__txt__rating__num {
  font-size: 0.65rem;
}
.bloqueActividad__txt__rating img {
  width: 0.6rem;
  margin-right: 1px;
}
.bloqueActividad__txt__autor {
  box-sizing: border-box;
  font-size: 0.65rem;
  font-weight: 400;
  letter-spacing: 0.1px;
  text-transform: uppercase;
}
.bloqueActividad__txt__rating {
  margin-bottom: 1rem;
}
.bloqueActividad__txt__autor--Educador {
  padding-left: 1.2rem;
}
.bloqueActividad__txt__pais {
  color: #447308;
  margin-bottom: 0.8rem;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.1px;
  display: none;
}
.bloqueActividad__txt__desc {
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.1px;
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .bloqueActividad__txt__desc {
    font-weight: 300;
  }
}
.bloqueActividad__img img {
  transition: all 0.2s ease-in-out;
}
.bloqueActividad:hover .bloqueActividad__img img, .bloqueActividad:focus .bloqueActividad__img img, .bloqueActividad:active .bloqueActividad__img img,
.bloqueActividad .bloqueActividad__cont:hover .bloqueActividad__img img {
  border-radius: 6px;
  border: 1px solid #6eb118;
}
.bloqueActividad:hover .bloqueActividad__txt__tit, .bloqueActividad:focus .bloqueActividad__txt__tit, .bloqueActividad:active .bloqueActividad__txt__tit,
.bloqueActividad .bloqueActividad__cont:hover .bloqueActividad__txt__tit {
  color: #6EB118 !important;
}

@supports (display: grid) {
  .bloqueActividad {
    width: inherit;
  }
}
@media only screen and (min-width: 40rem) {
  .bloqueActividad {
    width: calc(50% - 2rem);
  }

  @supports (display: grid) {
    .bloqueActividad {
      width: inherit;
    }
  }
}
@media only screen and (min-width: 95rem) {
  .bloqueActividad {
    width: calc(33.33% - 2rem);
  }

  @supports (display: grid) {
    .bloqueActividad {
      width: inherit;
    }
  }
}
.claim {
  margin: 40px 16px 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}

.claim--reducido {
  max-width: 50rem;
  margin: auto;
  margin-top: 2.5rem;
  margin-bottom: 1.8rem;
}

.subClaim {
  margin: 0 16px 32px;
  text-align: center;
  font-size: 1rem;
  font-weight: lighter;
}

.subClaim--hight {
  font-weight: normal;
}

.subClaim--reducido {
  max-width: 50rem;
  margin: auto;
}

.subClaim--margen {
  margin-bottom: 2rem;
}

@media only screen and (min-width: 51.99rem) {
  .claim {
    font-size: 2.25rem;
    max-width: 700px;
    margin: 60px auto 24px;
    line-height: 1.15;
  }

  .claim--reducido {
    margin: 2rem auto 3rem;
  }

  .subClaim {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 1024px) {
  .claim--margenAdicional {
    margin-top: 5rem;
  }
}

.actividadColumnas {
  padding: 1rem;
  padding-top: 2rem;
  margin: 0 auto;
  max-width: 30rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.actividadColumnas__home {
  transition: all 0.3s;
}

@supports (display: grid) {
  .actividadColumnas {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 3rem;
  }
}
@media only screen and (min-width: 40rem) {
  .actividadColumnas {
    max-width: 55rem;
  }

  @supports (display: grid) {
    .actividadColumnas {
      grid-template-columns: 1fr 1fr;
    }
  }
}
@media only screen and (min-width: 63rem) {
  .actividadColumnas {
    margin: inherit;
    max-width: inherit;
    padding: 0;
  }
}
@media only screen and (min-width: 60rem) {
  @supports (display: grid) {
    .actividadColumnas {
      grid-template-columns: 1fr 1fr 1fr;
    }
    .actividadColumnas__home {
      padding-top: 2rem;
      grid-template-columns: 1fr 1fr;
    }
  }
}
@media only screen and (min-width: 80rem) {
  @supports (display: grid) {
    .actividadColumnas__home {
      grid-template-columns: 1fr 1fr 1fr 1fr;
    }
  }
}
.txtMain {
  width: 100%;
  max-width: 752px;
  margin: 0 auto;
  padding: 0 16px;
}
@media only screen and (min-width: 1024px) {
  .txtMain {
    margin: 20px auto;
  }
}
@media only screen and (min-width: 1024px) {
  .txtMain iframe {
    max-width: none;
    margin: 32px 20px;
  }
}
.txtMain .txt {
  width: 100%;
  font-size: 14px;
  margin: 0 0 40px;
  text-align: left;
  padding-left: 0;
}
@media only screen and (min-width: 1024px) {
  .txtMain .txt {
    font-size: 16px;
    padding-left: 1rem;
  }
}
.txtMain .txt p {
  margin-bottom: 8px;
}
.txtMain .claim {
  margin: 40px 0 40px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .txtMain .claim {
    font-size: 32px;
    text-align: left;
  }
}
.txtMain .subClaim {
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.15;
}
@media only screen and (min-width: 1024px) {
  .txtMain .subClaim {
    font-size: 24px;
  }
}
.txtMain h3.subClaim {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
  text-align: left;
}
@media only screen and (min-width: 1024px) {
  .txtMain h3.subClaim {
    font-size: 22px;
  }
}
.txtMain h4.subClaim {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.1;
  text-align: left;
  padding-left: 0;
}
@media only screen and (min-width: 1024px) {
  .txtMain h4.subClaim {
    font-size: 22px;
    padding-left: 1rem;
  }
}

/**
 * Toast
 */
.toast {
  position: fixed;
  z-index: 9999;
  bottom: 15px;
  left: 15px;
  background-color: #273140;
  color: #fff;
  border-radius: 1px;
  font-size: 15px;
  line-height: 20px;
  max-width: 620px;
  padding: 19px 50px 19px 20px;
  cursor: pointer;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.21), 0 5px 15px 0 rgba(0, 0, 0, 0.08);
  animation: toastFadeIn 0.3s forwards cubic-bezier(0.01, 0.67, 0.43, 1.03);
}

.toast__close {
  top: calc(50% - 7px);
  right: 10px;
  border: 0;
  background-color: transparent;
  padding: 5px;
  position: absolute;
  color: #fff;
  font-size: 27px;
  line-height: 0;
  outline: 0;
  cursor: pointer;
}

@keyframes toastFadeIn {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/** 
  * Utility Classes
 */
.formularioStandard {
  width: 100%;
  max-width: 50rem;
  box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 1rem;
  margin: auto;
}

.formularioStandard--reducido {
  max-width: 25rem;
}

.oculto {
  display: none !important;
}

.reset-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.reset-link {
  color: #112000;
  text-decoration: none;
}

button.reset-link {
  border: none;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: normal;
}

.only-for-sr {
  position: absolute;
  left: -9999em;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.invert-order {
  display: flex;
  flex-direction: column-reverse;
}

/** 
 * Keyframes
*/
.msgErr {
  color: #f00;
  margin: 2rem;
  margin-top: 0;
  text-align: center;
  font-size: 1rem;
}

.msgErr a {
  color: #f00;
  font-weight: bold;
  text-decoration: none;
}

.msgErr a:hover {
  text-decoration: underline;
}

.header-section--visibleMobile {
  display: block;
}

.download-activity__wrapper {
  display: flex;
  flex-direction: column;
}

.dropdown__title {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.dropdown__title--margen {
  margin-top: 1rem;
}

.dropdown__txt {
  font-size: 0.975rem;
  line-height: 1.65;
  font-weight: 400;
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .dropdown__txt {
    font-weight: 300;
  }
}

.dropdown__txt--margen {
  margin-bottom: 1rem;
}

.dropdown-radio__container {
  display: flex;
  align-items: center;
}

.dropdown-radio__list {
  margin-top: 0.75rem;
}

.download-activity__column {
  width: 100%;
}

.download-activity__column:first-child {
  border-bottom: 1px solid #BAEC79;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.dropdown__bloqueTxt {
  margin-bottom: 1rem;
}

#download-activity__msg, #download-activity__msgV1, #download-activity__msgV2 {
  display: none;
}

@media (min-width: 768px) {
  .download-activity {
    width: 457px;
  }

  .download-activity__wrapper {
    flex-direction: row;
  }

  .download-activity__column:first-child {
    border: 0;
    margin: 0;
    padding: 0;
    border-right: 1px solid #d6dadf;
    margin-right: 1rem;
    padding-right: 1rem;
  }

  .download-activity__column {
    width: 50%;
  }

  .dropdown__bloqueTxt {
    margin: 0;
    min-height: 8.5rem;
  }
}
.alert {
  position: relative;
  background-color: #eff2f6;
  color: #273140;
  border-radius: 1px;
  font-size: 15px;
  line-height: 20px;
  padding: 19px 50px 19px 20px;
  border: 1px solid #d6dadf;
}

.alert--warning {
  color: #735c0f;
  background-color: #fffbdd;
  border-color: rgba(27, 31, 35, 0.15);
}

.alert__close {
  top: calc(50% - 7px);
  right: 10px;
  border: 0;
  background-color: transparent;
  padding: 5px;
  position: absolute;
  color: currentColor;
  font-size: 27px;
  line-height: 0;
  outline: 0;
  cursor: pointer;
}

.mt1 {
  margin-top: 1rem;
}

.button-link-danger {
  background: transparent;
  border: 0;
  font-size: 12px;
  color: #b50b19;
  cursor: pointer;
  padding: 0;
}

.link-button {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  text-decoration: underline;
  color: #6eb118;
}

.grid-profile input, .grid-profile textarea {
  width: 100%;
}

.section__main {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 845px) {
  .section__main {
    gap: 20px;
  }
}
.section__main .form_doubleColumn {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 845px) {
  .section__main .form_doubleColumn {
    gap: 20px;
  }
}

.txt {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.9375rem;
  max-width: 50rem;
  margin: 0 auto;
  text-align: justify;
}

.txt--margenInf {
  margin-bottom: 5rem;
}

.roman-list li {
  list-style: upper-roman;
  margin-left: 3rem;
  padding-left: 1rem;
  padding-bottom: 1rem;
}

.txt li ol {
  margin-top: 1rem;
}

.alpha-list li {
  list-style: lower-alpha;
  margin-left: 3rem;
  padding-left: 1rem;
  padding-bottom: 1rem;
}

.number-list li {
  list-style: decimal;
  margin-left: 3rem;
  padding-left: 1rem;
  padding-bottom: 1rem;
}

.unordered-list li {
  list-style: disc;
  margin-left: 3rem;
  padding-left: 1rem;
  padding-bottom: 1rem;
}

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-column {
  flex-direction: column;
}

.flex-column-reverse {
  flex-direction: column-reverse;
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

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

.flex-1 {
  flex: 1 1 0%;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-none {
  flex: none;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.space-x-0 > * + * {
  margin-left: 0;
}

.pt-0 {
  padding-top: 0;
}

.mt-0 {
  margin-top: 0;
}

.pr-0 {
  padding-right: 0;
}

.mr-0 {
  margin-right: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.ml-0 {
  margin-left: 0;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.space-x-1 > * + * {
  margin-left: 0.25rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.space-x-2 > * + * {
  margin-left: 0.5rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.space-x-3 > * + * {
  margin-left: 0.75rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.space-x-4 > * + * {
  margin-left: 1rem;
}

.pt-4 {
  padding-top: 1rem;
}

.mt-4 {
  margin-top: 1rem;
}

.pr-4 {
  padding-right: 1rem;
}

.mr-4 {
  margin-right: 1rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.pl-4 {
  padding-left: 1rem;
}

.ml-4 {
  margin-left: 1rem;
}

.px-5 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-5 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.mx-5 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.my-5 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.space-x-5 > * + * {
  margin-left: 1.5rem;
}

.pt-5 {
  padding-top: 1.5rem;
}

.mt-5 {
  margin-top: 1.5rem;
}

.pr-5 {
  padding-right: 1.5rem;
}

.mr-5 {
  margin-right: 1.5rem;
}

.pb-5 {
  padding-bottom: 1.5rem;
}

.mb-5 {
  margin-bottom: 1.5rem;
}

.pl-5 {
  padding-left: 1.5rem;
}

.ml-5 {
  margin-left: 1.5rem;
}

.px-6 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.mx-6 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my-6 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.space-x-6 > * + * {
  margin-left: 2rem;
}

.pt-6 {
  padding-top: 2rem;
}

.mt-6 {
  margin-top: 2rem;
}

.pr-6 {
  padding-right: 2rem;
}

.mr-6 {
  margin-right: 2rem;
}

.pb-6 {
  padding-bottom: 2rem;
}

.mb-6 {
  margin-bottom: 2rem;
}

.pl-6 {
  padding-left: 2rem;
}

.ml-6 {
  margin-left: 2rem;
}

.px-7 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.py-7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.mx-7 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.my-7 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.space-x-7 > * + * {
  margin-left: 3rem;
}

.pt-7 {
  padding-top: 3rem;
}

.mt-7 {
  margin-top: 3rem;
}

.pr-7 {
  padding-right: 3rem;
}

.mr-7 {
  margin-right: 3rem;
}

.pb-7 {
  padding-bottom: 3rem;
}

.mb-7 {
  margin-bottom: 3rem;
}

.pl-7 {
  padding-left: 3rem;
}

.ml-7 {
  margin-left: 3rem;
}

.px-8 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.py-8 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.mx-8 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.my-8 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.space-x-8 > * + * {
  margin-left: 3.5rem;
}

.pt-8 {
  padding-top: 3.5rem;
}

.mt-8 {
  margin-top: 3.5rem;
}

.pr-8 {
  padding-right: 3.5rem;
}

.mr-8 {
  margin-right: 3.5rem;
}

.pb-8 {
  padding-bottom: 3.5rem;
}

.mb-8 {
  margin-bottom: 3.5rem;
}

.pl-8 {
  padding-left: 3.5rem;
}

.ml-8 {
  margin-left: 3.5rem;
}

.px-9 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.py-9 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.mx-9 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.my-9 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.space-x-9 > * + * {
  margin-left: 4rem;
}

.pt-9 {
  padding-top: 4rem;
}

.mt-9 {
  margin-top: 4rem;
}

.pr-9 {
  padding-right: 4rem;
}

.mr-9 {
  margin-right: 4rem;
}

.pb-9 {
  padding-bottom: 4rem;
}

.mb-9 {
  margin-bottom: 4rem;
}

.pl-9 {
  padding-left: 4rem;
}

.ml-9 {
  margin-left: 4rem;
}

.px-10 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.py-10 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.mx-10 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.my-10 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.space-x-10 > * + * {
  margin-left: 5rem;
}

.pt-10 {
  padding-top: 5rem;
}

.mt-10 {
  margin-top: 5rem;
}

.pr-10 {
  padding-right: 5rem;
}

.mr-10 {
  margin-right: 5rem;
}

.pb-10 {
  padding-bottom: 5rem;
}

.mb-10 {
  margin-bottom: 5rem;
}

.pl-10 {
  padding-left: 5rem;
}

.ml-10 {
  margin-left: 5rem;
}

.mt-auto {
  margin-top: auto;
}

.mr-auto {
  margin-right: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.ml-auto {
  margin-left: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.m-auto {
  margin: auto;
}

.flex-truncate {
  flex: 1;
  min-width: 0;
}
.flex-truncate > * {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

cookie-consent.unlocked {
  --cookie-consent-bg: rgba(0,0,0,.8);
  --cookie-consent-backdrop-filter: blur(5px);
  --cookie-consent-color: #ffffff;
}

cookie-consent.unlocked p {
  font-size: 13px;
  margin-bottom: 0.5em;
  margin-top: 0;
}

cookie-consent.unlocked p:last-child {
  margin-bottom: 0;
}

.whiteContainer {
  background-color: #FFF;
}

.slct, select {
  display: inline-flex;
  align-items: center;
  width: 100%;
  height: 40px;
  margin: 0;
  font-family: inherit;
  font-weight: 500;
  font-size: 0.9rem;
  padding: 0 8px 0 18px;
  color: #112000;
  background-color: white;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M6 9L12 15L18 9' stroke='%23112000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-origin: content-box;
  background-position: right center;
  border: 1px solid #112000;
  border-radius: 20px;
  -webkit-appearance: none;
          appearance: none;
  outline: 0;
  /* Short-select / Select Componente */
  /* Fin Short-select / Select Componente */
}
@media (min-width: 768px) {
  .slct, select {
    font-size: 1rem;
    height: 52px;
    border-radius: 26px;
    padding: 0 8px 0 24px;
  }
}
.slct:hover, .slct:focus, .slct:active, select:hover, select:focus, select:active {
  outline: none !important;
  box-shadow: inset 0 0 0 1px #112000;
}
.slct:hover, select:hover {
  cursor: pointer;
}
.slct--short, select--short {
  width: 50%;
}
@media (min-width: 768px) {
  .slct--short, select--short {
    width: 33%;
  }
}
.slct::-ms-expand, select::-ms-expand {
  display: none;
}

#inputEtiqueta {
  border: 0;
}
#inputEtiqueta:hover, #inputEtiqueta:focus, #inputEtiqueta:active {
  outline: none;
  box-shadow: none;
}

.crea__label__wrapper__form {
  align-items: center !important;
}

input:not([type=checkbox]):not([type=radio]):not([type=range]),
textarea {
  height: 40px;
  padding: 8px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  border: 1px solid #112000;
  border-radius: 4px;
  color: #112000;
  background: #FFFFFF !important;
  background-color: #FFFFFF !important;
  outline: none;
  resize: vertical;
  transition: width 0.2s ease-in-out;
}
@media (min-width: 768px) {
  input:not([type=checkbox]):not([type=radio]):not([type=range]),
textarea {
    height: 60px;
    font-size: 18px;
  }
}
input:not([type=checkbox]):not([type=radio]):not([type=range]):hover, input:not([type=checkbox]):not([type=radio]):not([type=range]):focus, input:not([type=checkbox]):not([type=radio]):not([type=range]):active,
textarea:hover,
textarea:focus,
textarea:active {
  outline: none !important;
  box-shadow: inset 0 0 0 1px #112000;
}
input:not([type=checkbox]):not([type=radio]):not([type=range]):hover,
textarea:hover {
  cursor: auto;
}
input:not([type=checkbox]):not([type=radio]):not([type=range]).dsbld,
textarea.dsbld {
  border: 1px solid #c6c6c6;
  color: #6c6c6c;
}
input:not([type=checkbox]):not([type=radio]):not([type=range]).dsbld:hover, input:not([type=checkbox]):not([type=radio]):not([type=range]).dsbld:focus, input:not([type=checkbox]):not([type=radio]):not([type=range]).dsbld:active,
textarea.dsbld:hover,
textarea.dsbld:focus,
textarea.dsbld:active {
  box-shadow: inset 0 0 0 1px transparent;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #112000 !important;
  -webkit-text-fill-color: #112000 !important;
  background-color: white !important;
  box-shadow: 0 0 0px 1000px white inset !important;
  background-image: none !important;
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important;
}

textarea {
  height: 140px;
  line-height: 1.5;
  padding: 6px 8px;
}

textarea::placeholder {
  font-size: 0.75rem;
  line-height: 1;
  text-overflow: ellipsis;
  padding: 8px 2px;
}
@media (min-width: 768px) {
  textarea::placeholder {
    font-size: 1rem;
  }
}

input:not([type=checkbox]):not([type=radio])::placeholder {
  font-size: 0.75rem;
  line-height: 1.2rem;
  padding-top: 0.5rem !important;
  transform: translateY(-5px);
}
@media (min-width: 768px) {
  input:not([type=checkbox]):not([type=radio])::placeholder {
    font-size: 1rem;
    transform: translateY(-2px);
    padding: 0.5rem 0.25rem 0.25rem 0.25rem !important;
  }
}

.registro__legal, .registro__notificaciones {
  display: flex;
  font-size: 0.8rem;
}

.registro__legal {
  margin-top: 1rem;
}

.registro__legal__chk {
  margin-top: 0.1rem;
  margin-right: 0.5rem;
}

.registro__legal__chk input {
  width: 24px !important;
}

.e__new {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 16px;
  border: 5px solid #6EB118;
  padding: 24px 32px 32px 32px;
  margin: 32px 0 0;
}
@media (max-width: 1008px) {
  .e__new {
    flex-direction: column;
    padding: 24px 24px 32px 24px;
    border: 4px solid #6EB118;
    align-items: flex-start;
  }
}
@media (max-width: 778px) {
  .e__new {
    margin: 0 0 32px;
  }
}
.e__new__close {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 6px;
  top: 6px;
  width: 32px;
  height: 32px;
  border: 0;
  background: white;
  border-radius: 16px;
  transition: all 0.2s ease-in;
  opacity: 0.25;
}
.e__new__close:hover, .e__new__close:focus, .e__new__close:active {
  opacity: 1;
  background: rgba(7, 14, 0, 0.1);
  transition: all 0.2s ease-out;
}
.e__new__i {
  display: flex;
  justify-content: center;
  align-items: center;
}
.e__new__i svg {
  width: 96px;
  height: auto;
}
@media (max-width: 1008px) {
  .e__new__i svg {
    width: 64px;
  }
}
.e__new__txt {
  display: flex;
  flex: 1;
  justify-content: center;
  flex-direction: column;
  color: #112000;
  font-family: "Nunito", "Segoe UI", Segoe, Helvetica, Arial, sans-serif;
  margin: 0 32px;
}
@media (max-width: 1008px) {
  .e__new__txt {
    margin: 8px 0 32px;
  }
}
.e__new__txt__hd3 {
  margin: 0;
  padding: 0;
  font-size: 32px;
  font-weight: 900;
}
@media (max-width: 778px) {
  .e__new__txt__hd3 {
    font-size: 26px;
  }
}
.e__new__txt__hd5 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 778px) {
  .e__new__txt__hd5 {
    font-size: 14px;
  }
}
.e__new__btns {
  display: flex;
  justify-content: center;
  align-items: center;
}
.e__new__btns .btn {
  min-width: 256px;
}
@media (min-width: 1024px) {
  .e__new__btns .btn {
    height: 3.5rem;
    font-size: 1.125rem;
  }
}
@media (max-width: 1008px) {
  .e__new__btns {
    width: 100%;
  }
}

/* Boton / Componente */
.btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 3rem;
  min-width: 220px;
  max-width: 300px;
  font-family: "Nunito", "Segoe UI", Segoe, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-decoration: none;
  color: #070e00;
  border-radius: 1.5rem;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  outline: 0;
  z-index: 2;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .btn {
    min-width: 300px;
    height: 3.25rem;
    border-radius: 1.625rem;
  }
}
@media (min-width: 1024px) {
  .btn {
    min-width: 320px;
    height: 3.5rem;
    border-radius: 1.75rem;
    font-size: 1.25rem;
  }
}
@media (min-width: 1920px) {
  .btn {
    min-width: 340px;
    height: 4rem;
    border-radius: 2rem;
    font-size: 1.5rem;
  }
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: inset 0 0 0 500px rgba(0, 0, 0, 0.05);
}
.btn:active, .btn:focus {
  transform: translateY(1px) scale(0.99);
}
.btn--min {
  min-width: 48px;
  width: 48px;
  height: 48px;
  border: 1px solid #6eb118 !important;
}
@media (min-width: 768px) {
  .btn--min {
    min-width: 56px !important;
    width: 56px !important;
    height: 56px !important;
    border-radius: 28px !important;
  }
}
.btn--min:hover {
  background: #1b3101;
}
.btn--lnk {
  min-width: auto;
  height: 2rem;
  font-size: 14px;
  font-weight: 700;
  color: #6eb118;
  background: transparent;
  text-decoration: underline;
  border: 0;
  cursor: pointer;
}
.btn__i {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.btn__edu {
  color: white;
  background: #6eb118;
  border: 1px solid #6eb118;
}
.btn__edu--act {
  color: #070e00;
  background: #f2ca0d;
  border: 1px solid #f2ca0d;
}
.btn__edu--out {
  color: #fafff3;
  background: transparent;
  border: 1px solid #fafff3;
}

#txtTitAct, #nombreAutor {
  color: #618a2c;
}

.e__gclassroom {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 16px 5px 7px;
  color: white;
  background: #112000;
  background: linear-gradient(0deg, #112000 0%, #182c01 42%, #2b4b04 71%, #2b4b04 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid black;
  box-shadow: 0 0 0 1px rgba(17, 32, 0, 0.25);
  border-radius: 5px;
}
@media (min-width: 1024px) {
  .e__gclassroom {
    padding: 7px 22px 7px 10px;
    border-radius: 8px;
    box-shadow: 0 0 0 2px rgba(17, 32, 0, 0.25);
  }
}
@media screen and (orientation: landscape) and (max-height: 900px) and (min-width: 1024px) {
  .e__gclassroom {
    padding: 5px 16px 5px 7px;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(17, 32, 0, 0.25);
  }
}
.e__gclassroom__ico {
  display: flex;
  margin-right: 10px;
}
@media (min-width: 1024px) {
  .e__gclassroom__ico {
    margin-right: 14px;
  }
}
@media screen and (orientation: landscape) and (max-height: 900px) and (min-width: 1024px) {
  .e__gclassroom__ico {
    margin-right: 10px;
  }
}
@media screen and (orientation: portrait) and (min-height: 861px) and (min-width: 800px) {
  .e__gclassroom__ico {
    margin-right: 14px;
  }
}
.e__gclassroom__ico svg {
  width: 24px;
  height: auto;
  height: intrinsic;
}
@media (min-width: 1024px) {
  .e__gclassroom__ico svg {
    width: 40px;
  }
}
@media screen and (orientation: landscape) and (max-height: 900px) and (min-width: 1024px) {
  .e__gclassroom__ico svg {
    width: 24px;
  }
}
@media screen and (orientation: portrait) and (min-height: 861px) and (min-width: 800px) {
  .e__gclassroom__ico svg {
    width: 40px;
  }
}
.e__gclassroom__txt {
  font-size: 6px;
  font-weight: 300;
  line-height: 1.15;
  text-align: left;
  cursor: default;
}
@media (min-width: 1024px) {
  .e__gclassroom__txt {
    font-size: 10px;
  }
}
@media screen and (orientation: landscape) and (max-height: 900px) and (min-width: 1024px) {
  .e__gclassroom__txt {
    font-size: 6px;
  }
}
@media screen and (orientation: portrait) and (min-height: 861px) and (min-width: 800px) {
  .e__gclassroom__txt {
    font-size: 10px;
  }
}
.e__gclassroom__txt h5 {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.2px;
  margin: 0;
}
@media (min-width: 1024px) {
  .e__gclassroom__txt h5 {
    font-size: 14px;
  }
}
@media screen and (orientation: landscape) and (max-height: 900px) and (min-width: 1024px) {
  .e__gclassroom__txt h5 {
    font-size: 14px;
  }
}
@media screen and (orientation: portrait) and (min-height: 861px) and (min-width: 800px) {
  .e__gclassroom__txt h5 {
    font-size: 14px;
  }
}

.activitynotready {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 58%;
  padding-top: 2.5rem;
  background-color: #EEE;
}
.activitynotready .claim {
  display: flex;
  width: auto;
  margin: 0 auto;
  text-align: center;
}
.activitynotready .claim > img {
  max-width: 183px;
}
.activitynotready .claim > h1 {
  max-width: 360px;
  font-family: "Nunito", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
}
.activitynotready .subClaim {
  margin: 2rem;
  font-family: "Nunito", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}

.e__wp {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1024px;
  margin-bottom: 48px;
  padding: 0 16px;
}
.e__toggle__switch {
  display: flex;
  min-width: 160px;
  overflow: hidden;
  margin: 0;
  margin-left: 16px;
  padding: 0;
  border: 0;
}
.e__toggle__switch input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}
.e__toggle__switch input:checked + label {
  color: #FFFFFF;
  background-color: #6EB118;
}
.e__toggle__switch label {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 40px;
  background-color: #FFFFFF;
  color: #2b2d30;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.2px;
  text-align: center;
  border: 2px solid #6EB118;
  transition: all 0.1s ease-in-out;
}
@media (min-width: 1024px) {
  .e__toggle__switch label {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .e__toggle__switch label {
    font-size: 9px;
  }
}
.e__toggle__switch label:first-of-type {
  padding-left: 12px;
  padding-right: 4px;
  border-radius: 2.25rem 0 0 2.25rem;
  border-right: 1px solid #6EB118;
  border-left: 2px solid #6EB118;
}
.e__toggle__switch label:last-of-type {
  padding-left: 4px;
  padding-right: 12px;
  border-radius: 0 2.25rem 2.25rem 0;
  border-left: 1px solid #6EB118;
  border-right: 2px solid #6EB118;
}
.e__toggle__switch label:not(last-of-type) {
  border-left: 1px solid #6EB118;
  border-right: 1px solid #6EB118;
}

.dropdown {
  position: initial;
}
@media (min-width: 768px) {
  .dropdown {
    position: relative;
  }
}
.dropdown .dropdown--menu {
  color: #112000;
  background: white;
}
.dropdown .dropdown--menu .transparent-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  margin: 0;
  border-radius: 8px;
  border: 1px solid #6EB118;
  transition: all 0.2s ease-in-out;
}
.dropdown .dropdown--menu .transparent-button:hover, .dropdown .dropdown--menu .transparent-button:active, .dropdown .dropdown--menu .transparent-button:focus {
  color: white;
  background: #6EB118;
}
.dropdown .dropdown--menu .transparent-button:hover img, .dropdown .dropdown--menu .transparent-button:active img, .dropdown .dropdown--menu .transparent-button:focus img {
  filter: brightness(0) invert(1);
}
.dropdown .dropdown--menu .dropdown__content, .dropdown .dropdown--menu.is-opened .dropdown__content {
  box-shadow: 0 4px 0 0 rgba(17, 32, 0, 0.35);
  border-radius: 12px;
  border: 1px solid #6EB118;
}
.dropdown.is-opened > .grey-button,
.dropdown .grey-button:not(:disabled):active,
.dropdown .grey-button.is-pushed {
  color: white;
  background: #6EB118;
  text-shadow: none;
}
.dropdown__content {
  display: flex !important;
  left: auto;
  right: 0;
  min-width: 280px;
}
@media (max-width: 845px) {
  .dropdown__content {
    left: 0;
    max-width: auto;
    min-width: 220px;
  }
}

.share-activity {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
}
@media (max-width: 845px) {
  .share-activity {
    gap: 12px;
  }
}
.share-activity > * {
  width: 100%;
}
.share-activity__wrapper {
  display: flex;
  flex-direction: column;
  gap: 5px;
  order: 1;
  padding: 32px 16px 24px;
}
@media (max-width: 768px) {
  .share-activity__wrapper {
    gap: 3px;
    padding: 8px 8px 16px;
  }
}
.share-activity__wrapper .flex {
  justify-content: center;
}
.share-activity__social-links {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
@media (min-width: 768px) {
  .share-activity__social-links {
    flex-direction: row;
    gap: 4px;
  }
}
.share-activity__icon {
  width: 34px;
  height: 34px;
}
.share-activity__icon img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.share-activity__codes .form-row {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr;
  column-gap: 8px;
}
.share-activity__codes .form-row label {
  grid-column: 1/3;
  grid-row: 1;
  font-weight: 600;
}
.share-activity__codes .form-row .form-field {
  grid-column: 1;
  grid-row: 2;
  width: 100%;
}
.share-activity__codes .form-row textarea {
  height: 96px;
}
@media (max-width: 768px) {
  .share-activity__codes .form-row textarea {
    height: 64px;
    font-size: 12px;
  }
}
.share-activity__codes .form-row .button-with-msg {
  grid-column: 2;
  grid-row: 2;
  max-width: 96px;
}
.share-activity .pt-3 {
  display: flex;
  justify-content: center;
}
.share-activity #invitationsLimit,
.share-activity #gclassroomNotPublishable,
.share-activity #mteamsNotPublishable {
  display: flex;
  flex-direction: column;
  order: 0;
  padding: 16px 16px 24px;
  background: #CEF69C;
  z-index: 999;
}
@media (max-width: 768px) {
  .share-activity #invitationsLimit,
.share-activity #gclassroomNotPublishable,
.share-activity #mteamsNotPublishable {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    margin: 0 auto;
    padding: 12px 8px 16px;
    border-radius: 24px;
    border: 1px solid #6EB118;
    padding: 12px 16px 16px;
    box-shadow: 0 -2px 0 0 rgba(17, 32, 0, 0.15);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .share-activity #invitationsLimit .dropdown__title,
.share-activity #gclassroomNotPublishable .dropdown__title,
.share-activity #mteamsNotPublishable .dropdown__title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.15;
  }
  .share-activity #invitationsLimit .dropdown__txt,
.share-activity #gclassroomNotPublishable .dropdown__txt,
.share-activity #mteamsNotPublishable .dropdown__txt {
    font-size: 12px;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 8px;
  }
}
.share-activity #invitationsLimit .grey-button,
.share-activity #gclassroomNotPublishable .grey-button,
.share-activity #mteamsNotPublishable .grey-button {
  background: #F2CA0D;
  border-color: #F2CA0D;
}
.share-activity .grey-button {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: auto;
  height: 48px;
  width: 100%;
  padding: 0 24px;
  border-radius: 24px;
  color: white;
  background: #6eb118;
}
@media (max-width: 845px) {
  .share-activity .grey-button {
    height: 40px;
    border-radius: 20px;
  }
}
.share-activity .grey-button img {
  width: 26px;
  height: auto;
  margin-right: 12px;
}
.share-activity .grey-button:hover, .share-activity .grey-button:focus {
  box-shadow: inset 0 0 0 500px rgba(17, 32, 0, 0.15);
}

.formularioStandard {
  padding: 0 16px 64px;
}
.formularioStandard > form {
  display: flex;
  flex-direction: column;
}
.formularioStandard input, .formularioStandard textarea {
  display: flex;
  width: 100%;
  max-width: 320px;
  margin: 0 auto 8px;
}
@media only screen and (min-width: 845px) {
  .formularioStandard input, .formularioStandard textarea {
    max-width: 420px;
  }
}
.formularioStandard .g-recaptcha {
  margin: 12px auto;
}
.formularioStandard .registro__form__doble {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.formularioStandard .registro__form__doble input {
  flex: none;
}
.formularioStandard .registro__legal,
.formularioStandard .registro__notificaciones {
  max-width: 460px;
  margin: 4px auto;
  text-align: center;
  font-size: 11px;
  line-height: 1.1;
  letter-spacing: 0.1px;
  color: rgba(17, 32, 0, 0.5);
}
@media (max-width: 845px) {
  .formularioStandard .registro__legal,
.formularioStandard .registro__notificaciones {
    font-size: 9px;
  }
}
.formularioStandard .registro__legal a,
.formularioStandard .registro__notificaciones a {
  text-decoration: none;
}
.formularioStandard .registro__legal a:hover,
.formularioStandard .registro__notificaciones a:hover {
  text-decoration: underline;
}
.formularioStandard .registro__btn,
.formularioStandard .send__btn {
  margin: 12px auto 40px;
  max-width: 320px;
}
.formularioStandard .registro__btn .botonGenerico,
.formularioStandard .send__btn .botonGenerico {
  padding: 0 48px;
}
@media (min-width: 845px) {
  .formularioStandard .registro__btn .botonGenerico,
.formularioStandard .send__btn .botonGenerico {
    width: 320px;
  }
}
.formularioStandard .login__modulo__registrate--margen {
  text-align: center;
}

fieldset {
  border: 0;
  padding-inline-start: 0px;
  padding-block-start: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-block-end: 0px;
  padding-inline-end: 0px;
  margin-top: 10px;
}
fieldset legend {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.15;
  padding-bottom: 6px;
}
@media screen and (min-width: 1024px) {
  fieldset legend {
    font-size: 15px;
  }
}

.crea__loading {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 320px);
}
@media screen and (min-width: 1024px) {
  .crea__loading {
    height: calc(100vh - 380px);
  }
}
.crea__loading__simbolo__svg {
  width: 64px;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .crea__loading__simbolo__svg {
    width: 96px;
    height: auto;
  }
}
.crea__loading__simbolo__svg__box {
  animation: rotate 2s steps(4) infinite;
  transform-origin: 50% 50%;
}
.crea__loading__txt {
  font-size: 13px;
  transform: translateY(-4px);
}
@media screen and (min-width: 1024px) {
  .crea__loading__txt {
    font-size: 15px;
    transform: translateY(-4px);
  }
}
.crea__loading--mini {
  height: 32px;
}
@media screen and (min-width: 1024px) {
  .crea__loading--mini {
    height: 48px;
  }
}
.crea__loading--mini .crea__loading__simbolo__svg {
  width: 24px;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .crea__loading--mini .crea__loading__simbolo__svg {
    width: 40px;
    height: auto;
  }
}
.crea__loading--mini .crea__loading__simbolo__svg__box {
  fill: #c6c6c6;
  animation: rotate 1.5s steps(4) infinite;
}

.e__trmsCndtns {
  width: 100%;
  max-width: 820px;
  margin: 0 auto 64px;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 768px) {
  .e__trmsCndtns {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.e__trmsCndtns .txt {
  font-size: 14px;
  text-align: left;
  max-width: none;
  margin: 0;
  margin-bottom: 12px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .e__trmsCndtns .txt {
    font-size: 13px;
    margin-bottom: 8px;
  }
}
.e__trmsCndtns .txt p + ul,
.e__trmsCndtns .txt p + ol {
  margin-top: 16px;
}
@media (max-width: 768px) {
  .e__trmsCndtns .txt p + ul,
.e__trmsCndtns .txt p + ol {
    margin-top: 12px;
  }
}
.e__trmsCndtns .txt .unordered-list li,
.e__trmsCndtns .txt .number-list li {
  margin-left: 24px;
  padding-left: 8px;
}
@media (max-width: 768px) {
  .e__trmsCndtns .txt .unordered-list li,
.e__trmsCndtns .txt .number-list li {
    margin-left: 16px;
    padding-left: 4px;
    padding-bottom: 8px;
  }
}
.e__trmsCndtns .txt ul + p,
.e__trmsCndtns .txt ol + p {
  padding-top: 8px;
}
@media (max-width: 768px) {
  .e__trmsCndtns .txt ul + p,
.e__trmsCndtns .txt ol + p {
    padding-top: 4px;
  }
}
.e__trmsCndtns .claim {
  text-align: left;
  padding: 0;
  margin: 80px 0 30px;
}
@media (max-width: 768px) {
  .e__trmsCndtns .claim {
    margin: 40px 0 20px;
  }
}
.e__trmsCndtns .claim + h2.subClaim {
  padding-top: 0;
}
.e__trmsCndtns .subClaim {
  margin: 0;
  margin-bottom: 4px;
}
.e__trmsCndtns h2.subClaim {
  font-size: 22px;
  font-weight: 700;
  text-align: left;
  padding-top: 60px;
}
@media (max-width: 768px) {
  .e__trmsCndtns h2.subClaim {
    font-size: 18px;
    padding-top: 30px;
  }
}
.e__trmsCndtns h3.subClaim {
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  padding-top: 8px;
}
@media (max-width: 768px) {
  .e__trmsCndtns h3.subClaim {
    font-size: 15px;
    padding-top: 4px;
  }
}

.edumodal-wrapper {
  position: fixed;
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.4 ease;
  z-index: 10000;
  backface-visibility: hidden;
}

.edumodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

.edumodal {
  outline: none;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  position: absolute;
  display: block;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 16px;
  width: 100%;
  max-width: 736px;
  padding: 40px 32px 48px;
  border: 3px solid #a847bf;
  box-shadow: 0 0 0 3px white, 0 12px 0 0 rgba(17, 32, 0, 0.5), 0 4px 0 rgba(17, 32, 0, 0.9);
  background: white;
}
.edumodal .dropdown__title {
  margin-bottom: 20px;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .edumodal .dropdown__title {
    line-height: 1.15;
  }
}
.edumodal .dropdown__txt {
  margin-bottom: 30px;
}
.edumodal .buttons-wraper {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 756px) {
  .edumodal-wrapper .dropdown__title {
    font-size: 1rem;
    margin-bottom: 12px;
  }
}
@media only screen and (max-device-width: 1000px) and (orientation: landscape) and (hover: none) {
  .edumodal {
    top: 1rem;
  }
}
.edumodal,
.edumodal-wrapper:after {
  vertical-align: middle;
}

@media (max-width: 768px) {
  .edumodal {
    width: calc(100% - 2rem);
    margin: auto;
  }
}
.edumodal-close {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  top: 5px;
  right: 5px;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: 0;
  cursor: pointer;
  border: 0;
  background-image: url(https://cloud.educaplay.com/r1/img/i-close.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  transition: background-color 0.2s ease-in-out;
}

.edumodal-close:hover,
.edumodal-close:focus,
.edumodal-close:active {
  background-color: rgba(17, 32, 0, 0.12);
}

@media (max-width: 768px) {
  .edumodal {
    width: calc(100% - 6px);
    top: auto;
    bottom: -6px;
    left: 50%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 40px 12px 24px;
    transform: translate(-50%, 0%);
    box-shadow: 0 0 0 3px white, 0 -9px 0 0 rgba(17, 32, 0, 0.4), 0 -4px 0 0 rgba(17, 32, 0, 0.9);
  }
}
.buttonLink {
  border: none;
  background: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  color: #000;
  cursor: pointer;
  outline: none;
  text-decoration: underline;
}

.buttonPremium {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  text-decoration: none;
  width: inherit;
  height: 2.75rem;
  border-radius: 1.75rem;
  border: solid 1px #9BD84C;
  outline: 0;
  transition: all 0.2s ease-in-out;
  margin: auto;
  background: #a847bf;
  color: white;
  padding: 0 40px;
  text-align: center;
  line-height: 1.1;
  margin-bottom: 20px;
}
.buttonPremium::before {
  content: "";
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.5rem;
  pointer-events: none;
  z-index: -1;
  transition: box-shadow 0.2s ease-in-out;
}
@media (max-width: 778px) {
  .buttonPremium {
    height: 2.5rem;
    border-radius: 1.25rem;
    padding: 0 1.25rem;
  }
}
.buttonPremium:hover, .buttonPremium:focus, .buttonPremium:active {
  outline: 0;
  border: solid 1px #6EB118;
  background: #6b1580;
}
