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);
}

* {
  box-sizing: border-box;
}

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

.portadaInicial {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 0 3px;
  overflow: hidden;
}
@media (orientation: portrait) and (min-height: 640px) {
  .portadaInicial {
    height: 100vh;
  }
}
.portadaInicial::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  background-image: url(https://cloud.educaplay.com/r1/img/rosco_background.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  mix-blend-mode: multiply;
  z-index: -1;
}
@media (orientation: portrait) {
  .portadaInicial::after {
    opacity: 0.7;
    background-image: url(https://cloud.educaplay.com/r1/img/rosco_background-v.webp);
  }
}
.portadaInicial::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url(https://cloud.educaplay.com/r1/img/tic-tac-toe.webp);
  background-repeat: repeat;
  background-size: 65%;
  opacity: 0.5;
  z-index: -2;
}
@media (min-width: 1024px) {
  .portadaInicial::before {
    background-size: 25%;
  }
}
@media (min-width: 1920px) {
  .portadaInicial::before {
    background-size: 20%;
  }
}
.portadaInicial__ca {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  gap: 0;
  margin: auto;
  z-index: 2;
}
@media (orientation: landscape) {
  .portadaInicial__ca {
    height: 100%;
    margin: 0 auto;
    justify-content: flex-start;
  }
}
@media (min-width: 3800px) {
  .portadaInicial__ca {
    gap: 40px;
  }
}
.portadaInicial__ca::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: -30px;
  right: 0;
  bottom: 0;
  background-image: url(https://cloud.educaplay.com/r1/img/rosco-mobile.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0.12;
  z-index: -2;
}
@media (hover: none) {
  .portadaInicial__ca::after {
    display: none;
  }
}
.portadaInicial__ca::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 0;
  transform: translate(-50%, 0);
  width: 100vw;
  height: 10vh;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 88%);
  z-index: 1;
}
@media (orientation: portrait) and (min-height: 700px) {
  .portadaInicial__ca::before {
    bottom: -33px;
  }
}
@media (orientation: landscape) and (min-width: 1920px) {
  .portadaInicial__ca::before {
    bottom: -52px;
  }
}
.portadaInicial__ca__hd {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 10px 0;
}
@media (orientation: landscape) and (min-width: 1024px) {
  .portadaInicial__ca__hd {
    padding-top: 60px;
  }
}
@media (min-width: 1920px) {
  .portadaInicial__ca__hd {
    padding-top: 80px;
  }
}
@media (min-width: 3800px) {
  .portadaInicial__ca__hd {
    padding-top: 200px;
  }
}
.portadaInicial__ca__hd h1 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.5px;
  text-align: center;
}
@media (min-height: 700px) and (min-width: 768px) {
  .portadaInicial__ca__hd h1 {
    font-size: 36px;
  }
}
@media (orientation: landscape) and (min-width: 1024px) {
  .portadaInicial__ca__hd h1 {
    font-size: 32px;
    line-height: 1;
  }
}
@media (min-width: 1920px) {
  .portadaInicial__ca__hd h1 {
    font-size: 42px;
    line-height: 1.1;
  }
}
@media (min-width: 3800px) {
  .portadaInicial__ca__hd h1 {
    font-size: 96px;
  }
}
.portadaInicial__ca__hd h1 strong {
  font-weight: 900;
  letter-spacing: 0px;
}
.portadaInicial__ca__main {
  position: relative;
}
.portadaInicial__ca__main .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 188px;
  gap: 8px;
}
@media (min-width: 1024px) {
  .portadaInicial__ca__main .btn {
    min-width: 220px;
  }
}
@media (min-width: 1920px) {
  .portadaInicial__ca__main .btn {
    min-width: 260px;
  }
}
@media (min-width: 3800px) {
  .portadaInicial__ca__main .btn {
    min-width: 480px;
    height: 96px;
    border-radius: 48px;
  }
}
.portadaInicial__ca__main .btn:active, .portadaInicial__ca__main .btn:focus {
  transform: translate(-50%, -50%);
}
.portadaInicial__ca__rosco svg {
  transform-origin: 50% 50%;
}
@media (orientation: landscape) {
  .portadaInicial__ca__rosco svg {
    width: initial;
    height: 52vh;
  }
}
@media (orientation: portrait) {
  .portadaInicial__ca__rosco svg {
    width: 100%;
    height: initial;
  }
}
.portadaInicial__ca__rosco .roscopalabras {
  transform-origin: 50% 50%;
  animation: roscoRotate 18s ease-in-out 1s infinite;
  stroke-width: 2px;
  stroke-color: rgba(17, 32, 0, 0.4);
}
.portadaInicial__ca__rosco .roscopalabras path {
  animation: letterRoscoRotate 18s ease-in-out 1s infinite;
}
.portadaInicial__ca__rosco .roscopalabras__e path {
  transform-origin: 50% 12.195%;
}
.portadaInicial__ca__rosco .roscopalabras__d circle {
  animation: letterDRoscoColor 18s ease-in-out 1s infinite;
}
.portadaInicial__ca__rosco .roscopalabras__d path {
  transform-origin: 74.634% 21.3%;
  animation: DRoscoColor 18s ease-in-out 1s infinite;
}
.portadaInicial__ca__rosco .roscopalabras__u circle {
  animation: letterURoscoColor 18s ease-in-out 1s infinite;
}
.portadaInicial__ca__rosco .roscopalabras__u path {
  transform-origin: 87.8% 43.9%;
  animation: URoscoColor 18s ease-in-out 1s infinite;
}
.portadaInicial__ca__rosco .roscopalabras__c circle {
  animation: letterCRoscoColor 18s ease-in-out 1s infinite;
}
.portadaInicial__ca__rosco .roscopalabras__c path {
  transform-origin: 83.252% 69.9%;
  animation: CRoscoColor 18s ease-in-out 1s infinite;
}
.portadaInicial__ca__rosco .roscopalabras__a circle {
  animation: letterARoscoColor 18s ease-in-out 1s infinite;
}
.portadaInicial__ca__rosco .roscopalabras__a path {
  transform-origin: 63% 86.6%;
  animation: ARoscoColor 18s ease-in-out 1s infinite;
}
.portadaInicial__ca__rosco .roscopalabras__p circle {
  animation: letterPRoscoColor 18s ease-in-out 1s infinite;
}
.portadaInicial__ca__rosco .roscopalabras__p path {
  transform-origin: 36.9% 86.6%;
  animation: PRoscoColor 18s ease-in-out 1s infinite;
}
.portadaInicial__ca__rosco .roscopalabras__l circle {
  animation: letterLRoscoColor 18s ease-in-out 1s infinite;
}
.portadaInicial__ca__rosco .roscopalabras__l path {
  transform-origin: 16.74% 69.9%;
  animation: LRoscoColor 18s ease-in-out 1s infinite;
}
.portadaInicial__ca__rosco .roscopalabras__ae circle {
  animation: letterAERoscoColor 18s ease-in-out 1s infinite;
}
.portadaInicial__ca__rosco .roscopalabras__ae path {
  transform-origin: 12.03% 43.9%;
  animation: AERoscoColor 18s ease-in-out 1s infinite;
}
.portadaInicial__ca__rosco .roscopalabras__y circle {
  animation: letterYRoscoColor 18s ease-in-out 1s infinite;
}
.portadaInicial__ca__rosco .roscopalabras__y path {
  transform-origin: 25.2% 21.3%;
  animation: YRoscoColor 18s ease-in-out 1s infinite;
}
.portadaInicial__ca__shd {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 10px 20px;
  gap: 10px;
}
@media (orientation: landscape) {
  .portadaInicial__ca__shd {
    padding: 0 10px 30px;
  }
}
@media (min-width: 3800px) {
  .portadaInicial__ca__shd {
    gap: 60px;
  }
}
.portadaInicial__ca__shd h2 {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -0.5px;
  text-align: center;
}
@media (orientation: portrait) and (max-height: 641px) {
  .portadaInicial__ca__shd h2 {
    font-size: 15px;
  }
}
@media (min-height: 700px) and (min-width: 768px) {
  .portadaInicial__ca__shd h2 {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .portadaInicial__ca__shd h2 {
    font-size: 18px;
  }
}
@media (min-width: 1920px) {
  .portadaInicial__ca__shd h2 {
    font-size: 24px;
  }
}
@media (min-width: 3800px) {
  .portadaInicial__ca__shd h2 {
    font-size: 42px;
  }
}
.portadaInicial__ca__shd .btn {
  gap: 8px;
}
@media (orientation: landscape) {
  .portadaInicial__ca__shd .btn {
    min-width: 220px;
  }
}
@media (min-width: 3800px) {
  .portadaInicial__ca__shd .btn {
    min-width: 480px;
    height: 96px;
    border-radius: 48px;
  }
}
.portadaInicial__ca__shd .btn svg {
  transition: fill 0.2s ease-out;
}
.portadaInicial__ca__shd .btn:hover svg path, .portadaInicial__ca__shd .btn:active svg path {
  fill: white;
  transition: fill 0.2s ease-in;
}
.portadaInicial .e__gclassroom {
  margin: auto 10px;
  z-index: 3;
}
@media (orientation: landscape) and (max-width: 1919px) {
  .portadaInicial .e__gclassroom {
    display: none;
  }
}
@media (orientation: portrait) and (max-height: 699px) {
  .portadaInicial .e__gclassroom {
    display: none;
  }
}
@media (orientation: portrait) and (min-height: 700px) {
  .portadaInicial .e__gclassroom {
    transform: translateY(-10px);
  }
}

@keyframes roscoRotate {
  0%, 8% {
    transform: rotate(0deg);
  }
  11.111%, 19% {
    transform: rotate(-40deg);
  }
  22.222%, 30% {
    transform: rotate(-80deg);
  }
  33.333%, 41% {
    transform: rotate(-120deg);
  }
  44.444%, 52% {
    transform: rotate(-160deg);
  }
  55.555%, 63% {
    transform: rotate(-200deg);
  }
  66.666%, 74% {
    transform: rotate(-240deg);
  }
  77.777%, 85% {
    transform: rotate(-280deg);
  }
  88.888%, 96% {
    transform: rotate(-320deg);
  }
  99.999%, 100% {
    transform: rotate(-360deg);
  }
}
@keyframes letterRoscoRotate {
  0%, 8% {
    transform: rotate(0deg);
  }
  11.111%, 19% {
    transform: rotate(40deg);
  }
  22.222%, 30% {
    transform: rotate(80deg);
  }
  33.333%, 41% {
    transform: rotate(120deg);
  }
  44.444%, 52% {
    transform: rotate(160deg);
  }
  55.555%, 63% {
    transform: rotate(200deg);
  }
  66.666%, 74% {
    transform: rotate(240deg);
  }
  77.777%, 85% {
    transform: rotate(280deg);
  }
  88.888%, 96% {
    transform: rotate(320deg);
  }
  99.999%, 100% {
    transform: rotate(360deg);
  }
}
@keyframes letterDRoscoColor {
  0%, 8% {
    fill: white;
    stroke: rgba(17, 32, 0, 0.4);
    stroke-width: 2;
  }
  11.111%, 96% {
    fill: #B387BE;
    stroke: #6b1579;
    stroke-width: 4;
  }
}
@keyframes letterURoscoColor {
  0%, 19% {
    fill: white;
    stroke: rgba(17, 32, 0, 0.4);
    stroke-width: 2;
  }
  22.222%, 96% {
    fill: #B387BE;
    stroke: #6b1579;
    stroke-width: 4;
  }
}
@keyframes letterCRoscoColor {
  0%, 30% {
    fill: white;
    stroke: rgba(17, 32, 0, 0.4);
    stroke-width: 2;
  }
  33.333%, 96% {
    fill: #B387BE;
    stroke: #6b1579;
    stroke-width: 4;
  }
}
@keyframes letterARoscoColor {
  0%, 41% {
    fill: white;
    stroke: rgba(17, 32, 0, 0.4);
    stroke-width: 2;
  }
  44.444%, 96% {
    fill: #B387BE;
    stroke: #6b1579;
    stroke-width: 4;
  }
}
@keyframes letterPRoscoColor {
  0%, 52% {
    fill: white;
    stroke: rgba(17, 32, 0, 0.4);
    stroke-width: 2;
  }
  55.555%, 96% {
    fill: #B387BE;
    stroke: #6b1579;
    stroke-width: 4;
  }
}
@keyframes letterLRoscoColor {
  0%, 63% {
    fill: white;
    stroke: rgba(17, 32, 0, 0.4);
    stroke-width: 2;
  }
  66.666%, 96% {
    fill: #B387BE;
    stroke: #6b1579;
    stroke-width: 4;
  }
}
@keyframes letterAERoscoColor {
  0%, 74% {
    fill: white;
    stroke: rgba(17, 32, 0, 0.4);
    stroke-width: 2;
  }
  77.777%, 96% {
    fill: #B387BE;
    stroke: #6b1579;
    stroke-width: 4;
  }
}
@keyframes letterYRoscoColor {
  0%, 85% {
    fill: white;
    stroke: rgba(17, 32, 0, 0.4);
    stroke-width: 2;
  }
  88.888%, 96% {
    fill: #B387BE;
    stroke: #6b1579;
    stroke-width: 4;
  }
}
@keyframes DRoscoColor {
  0%, 8% {
    fill: #112000;
    transform: rotate(0deg);
  }
  11.111%, 19% {
    fill: white;
    transform: rotate(40deg);
  }
  22.222%, 30% {
    fill: white;
    transform: rotate(80deg);
  }
  33.333%, 41% {
    fill: white;
    transform: rotate(120deg);
  }
  44.444%, 52% {
    fill: white;
    transform: rotate(160deg);
  }
  55.555%, 63% {
    fill: white;
    transform: rotate(200deg);
  }
  66.666%, 74% {
    fill: white;
    transform: rotate(240deg);
  }
  77.777%, 85% {
    fill: white;
    transform: rotate(280deg);
  }
  88.888%, 96% {
    fill: white;
    transform: rotate(320deg);
  }
  99.999%, 100% {
    fill: #112000;
    transform: rotate(360deg);
  }
}
@keyframes URoscoColor {
  0%, 8% {
    fill: #112000;
    transform: rotate(0deg);
  }
  11.111%, 19% {
    fill: #112000;
    transform: rotate(40deg);
  }
  22.222%, 30% {
    fill: white;
    transform: rotate(80deg);
  }
  33.333%, 41% {
    fill: white;
    transform: rotate(120deg);
  }
  44.444%, 52% {
    fill: white;
    transform: rotate(160deg);
  }
  55.555%, 63% {
    fill: white;
    transform: rotate(200deg);
  }
  66.666%, 74% {
    fill: white;
    transform: rotate(240deg);
  }
  77.777%, 85% {
    fill: white;
    transform: rotate(280deg);
  }
  88.888%, 96% {
    fill: white;
    transform: rotate(320deg);
  }
  99.999%, 100% {
    fill: #112000;
    transform: rotate(360deg);
  }
}
@keyframes CRoscoColor {
  0%, 8% {
    fill: #112000;
    transform: rotate(0deg);
  }
  11.111%, 19% {
    fill: #112000;
    transform: rotate(40deg);
  }
  22.222%, 30% {
    fill: #112000;
    transform: rotate(80deg);
  }
  33.333%, 41% {
    fill: white;
    transform: rotate(120deg);
  }
  44.444%, 52% {
    fill: white;
    transform: rotate(160deg);
  }
  55.555%, 63% {
    fill: white;
    transform: rotate(200deg);
  }
  66.666%, 74% {
    fill: white;
    transform: rotate(240deg);
  }
  77.777%, 85% {
    fill: white;
    transform: rotate(280deg);
  }
  88.888%, 96% {
    fill: white;
    transform: rotate(320deg);
  }
  99.999%, 100% {
    fill: #112000;
    transform: rotate(360deg);
  }
}
@keyframes ARoscoColor {
  0%, 8% {
    fill: #112000;
    transform: rotate(0deg);
  }
  11.111%, 19% {
    fill: #112000;
    transform: rotate(40deg);
  }
  22.222%, 30% {
    fill: #112000;
    transform: rotate(80deg);
  }
  33.333%, 41% {
    fill: #112000;
    transform: rotate(120deg);
  }
  44.444%, 52% {
    fill: white;
    transform: rotate(160deg);
  }
  55.555%, 63% {
    fill: white;
    transform: rotate(200deg);
  }
  66.666%, 74% {
    fill: white;
    transform: rotate(240deg);
  }
  77.777%, 85% {
    fill: white;
    transform: rotate(280deg);
  }
  88.888%, 96% {
    fill: white;
    transform: rotate(320deg);
  }
  99.999%, 100% {
    fill: #112000;
    transform: rotate(360deg);
  }
}
@keyframes PRoscoColor {
  0%, 8% {
    fill: #112000;
    transform: rotate(0deg);
  }
  11.111%, 19% {
    fill: #112000;
    transform: rotate(40deg);
  }
  22.222%, 30% {
    fill: #112000;
    transform: rotate(80deg);
  }
  33.333%, 41% {
    fill: #112000;
    transform: rotate(120deg);
  }
  44.444%, 52% {
    fill: #112000;
    transform: rotate(160deg);
  }
  55.555%, 63% {
    fill: white;
    transform: rotate(200deg);
  }
  66.666%, 74% {
    fill: white;
    transform: rotate(240deg);
  }
  77.777%, 85% {
    fill: white;
    transform: rotate(280deg);
  }
  88.888%, 96% {
    fill: white;
    transform: rotate(320deg);
  }
  99.999%, 100% {
    fill: #112000;
    transform: rotate(360deg);
  }
}
@keyframes LRoscoColor {
  0%, 8% {
    fill: #112000;
    transform: rotate(0deg);
  }
  11.111%, 19% {
    fill: #112000;
    transform: rotate(40deg);
  }
  22.222%, 30% {
    fill: #112000;
    transform: rotate(80deg);
  }
  33.333%, 41% {
    fill: #112000;
    transform: rotate(120deg);
  }
  44.444%, 52% {
    fill: #112000;
    transform: rotate(160deg);
  }
  55.555%, 63% {
    fill: #112000;
    transform: rotate(200deg);
  }
  66.666%, 74% {
    fill: white;
    transform: rotate(240deg);
  }
  77.777%, 85% {
    fill: white;
    transform: rotate(280deg);
  }
  88.888%, 96% {
    fill: white;
    transform: rotate(320deg);
  }
  99.999%, 100% {
    fill: #112000;
    transform: rotate(360deg);
  }
}
@keyframes AERoscoColor {
  0%, 8% {
    fill: #112000;
    transform: rotate(0deg);
  }
  11.111%, 19% {
    fill: #112000;
    transform: rotate(40deg);
  }
  22.222%, 30% {
    fill: #112000;
    transform: rotate(80deg);
  }
  33.333%, 41% {
    fill: #112000;
    transform: rotate(120deg);
  }
  44.444%, 52% {
    fill: #112000;
    transform: rotate(160deg);
  }
  55.555%, 63% {
    fill: #112000;
    transform: rotate(200deg);
  }
  66.666%, 74% {
    fill: #112000;
    transform: rotate(240deg);
  }
  77.777%, 85% {
    fill: white;
    transform: rotate(280deg);
  }
  88.888%, 96% {
    fill: white;
    transform: rotate(320deg);
  }
  99.999%, 100% {
    fill: #112000;
    transform: rotate(360deg);
  }
}
@keyframes YRoscoColor {
  0%, 8% {
    fill: #112000;
    transform: rotate(0deg);
  }
  11.111%, 19% {
    fill: #112000;
    transform: rotate(40deg);
  }
  22.222%, 30% {
    fill: #112000;
    transform: rotate(80deg);
  }
  33.333%, 41% {
    fill: #112000;
    transform: rotate(120deg);
  }
  44.444%, 52% {
    fill: #112000;
    transform: rotate(160deg);
  }
  55.555%, 63% {
    fill: #112000;
    transform: rotate(200deg);
  }
  66.666%, 74% {
    fill: #112000;
    transform: rotate(240deg);
  }
  77.777%, 85% {
    fill: #112000;
    transform: rotate(280deg);
  }
  88.888%, 96% {
    fill: white;
    transform: rotate(320deg);
  }
  99.999%, 100% {
    fill: #112000;
    transform: rotate(360deg);
  }
}
.franja__marketing {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  background-color: #4C5F70;
  color: #fff;
  width: 100%;
  padding: 0.375rem 0;
  box-shadow: 0 2px 3px black;
  z-index: 100;
}
.franja__marketing__btn {
  display: flex;
  align-items: center;
  height: 36px;
  border-radius: 1.5rem;
  padding: 0 1.5rem;
  color: #FFF;
  border: 1px solid #6eb118;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.franja__marketing__btn:hover {
  color: #2b2d30;
  background-color: #FFF;
}

.portadaEjemplo {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5rem 0;
}
.portadaEjemplo__titulo {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  margin-bottom: 48px;
  max-width: 100%;
  margin-top: 0;
}
.portadaEjemplo__actividad {
  background: #7cb139;
  border: 0;
  height: 497px;
  max-width: 100%;
  width: 700px;
  margin-bottom: 2rem;
}
.portadaEjemplo #portadaEjemplo__boton {
  display: inline-block;
  margin-left: 1rem;
  margin-right: 1rem;
}
.portadaEjemplo .actividadColumnas__home {
  padding: 0 50px;
  max-width: 1550px;
}
@media (max-width: 768px) {
  .portadaEjemplo .actividadColumnas__home {
    padding: 0 16px;
  }
}

.portadaVideo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: auto;
  padding: 3.8rem 1rem 4rem 1rem;
  background: #e3efee;
}
.portadaVideo__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1550px;
}
@media only screen and (max-width: 70rem) {
  .portadaVideo__wrapper {
    flex-direction: column;
  }
}
.portadaVideo__titulo {
  margin-right: 3rem;
}
@media only screen and (max-width: 70rem) {
  .portadaVideo__titulo {
    margin-bottom: 2rem;
    margin-right: 0;
  }
}
.portadaVideo__titulo h2 {
  font-weight: 300;
  font-size: 2.9rem;
  line-height: 1.1;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  margin-right: 3rem;
}
@media only screen and (max-width: 70rem) {
  .portadaVideo__titulo h2 {
    font-size: 2.5rem;
    margin-right: 0;
  }
}
.portadaVideo__titulo p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6rem;
  max-width: 360px;
  margin-top: 1.5rem;
}
.portadaVideo__video iframe {
  width: 320px;
  height: 208px;
  border-radius: 19px;
  overflow: hidden;
  box-shadow: 0 4px 0 rgba(17, 32, 0, 0.24), 0 1px 0 rgba(17, 32, 0, 0.64);
  transition: box-shadow 0.2s ease-out;
}
@media (min-width: 768px) {
  .portadaVideo__video iframe {
    width: 560px;
    height: 313px;
    border-radius: 24px;
    box-shadow: 0 5px 0 rgba(17, 32, 0, 0.24), 0 1px 0 rgba(17, 32, 0, 0.64);
  }
}
.portadaVideo__video iframe:hover {
  box-shadow: 0 0px 0 rgba(17, 32, 0, 0.24), 0 1px 0 rgba(17, 32, 0, 0.64);
  transition: box-shadow 0.2s ease-in;
}
@media (min-width: 1024px) {
  .portadaVideo__video iframe:hover {
    box-shadow: 0 0px 0 rgba(17, 32, 0, 0.24), 0 1px 0 rgba(17, 32, 0, 0.64);
  }
}

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

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

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

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

.portadaBlog {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media only screen and (min-width: 845px) {
  .portadaBlog {
    flex-wrap: wrap;
    max-width: 80rem;
    margin: 0 auto;
  }
}
.portadaBlog__titulo {
  width: 100%;
  font-size: 1.1rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 845px) {
  .portadaBlog__titulo {
    width: 50%;
  }
}
.portadaBlog__contenido {
  border-top: 1px solid #e6e6e6;
  margin-top: 2rem;
  padding-top: 1rem;
  width: 100%;
}
@media only screen and (min-width: 845px) {
  .portadaBlog__contenido {
    display: flex;
  }
}
.portadaBlog__contenido__post {
  text-decoration: none;
  margin-bottom: 2rem;
  text-align: left;
  display: block;
}
.portadaBlog__contenido__post__titulo {
  color: #000;
  font-size: 1.05rem;
  line-height: 1.25rem;
  transition: color 200ms;
}
.portadaBlog__contenido__post:first-child .portadaBlog__contenido__post__titulo {
  font-size: 1.5rem;
  line-height: 1.7rem;
}
.portadaBlog__contenido__post__fecha {
  margin-top: 0.2rem;
}
.portadaBlog__contenido__post__texto {
  margin-top: 1rem;
  color: #000;
  font-size: 0.9rem;
  line-height: 1.7rem;
}
.portadaBlog__contenido__post__continuar {
  justify-content: flex-start;
  margin: 4px 0 12px;
  padding: 0;
  font-size: 0.9rem;
  border: 0;
  color: #588a23;
}
.portadaBlog__contenido__post__continuar:hover, .portadaBlog__contenido__post__continuar:focus {
  color: #588a23;
  background: transparent;
  text-decoration: underline;
}
.portadaBlog__contenido__post:hover .portadaBlog__contenido__post__titulo {
  color: #6EB118;
}
.portadaBlog__contenido__anteriores {
  text-align: center;
}
@media only screen and (min-width: 845px) {
  .portadaBlog__contenido__anteriores {
    width: 340px;
    margin-left: 5rem;
    flex-shrink: 0;
  }
  .portadaBlog__contenido__anteriores .portadaBlog__contenido__post__titulo {
    font-size: 0.8rem;
  }
  .portadaBlog__contenido__anteriores .portadaBlog__contenido__post__fecha {
    margin: 0;
    font-size: 0.8rem;
  }
  .portadaBlog__contenido__anteriores .portadaBlog__contenido__post {
    margin-bottom: 1.5rem;
  }
}
.portadaBlog__contenido__anteriores__publicidad {
  display: inline-block;
  margin-bottom: 2rem;
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 845px) {
  .portadaBlog__contenido__anteriores__publicidad {
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 844px) {
  .portadaBlog__contenido__anteriores__titulo {
    display: none;
  }
}
@media only screen and (min-width: 845px) {
  .portadaBlog__contenido__anteriores__titulo {
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    margin-top: 2rem;
  }
}
.portadaBlog__todos {
  display: flex;
  justify-content: center;
  max-width: 320px;
  order: 1;
  margin: 0;
  color: #000;
  text-decoration: none;
  line-height: 1.5rem;
  padding-top: 0.4rem;
  padding-bottom: 0.5rem;
  border-radius: 1.2rem;
  font-size: 1.1rem;
  border: 1px solid #6EB118;
  padding-left: 1rem;
  padding-right: 1rem;
  transition: all 200ms;
}
.portadaBlog__todos:hover {
  background: #6EB118;
  color: #FFF;
}
@media only screen and (min-width: 845px) {
  .portadaBlog__todos {
    width: 50%;
    text-align: right;
    text-decoration: none;
    font-size: 1rem;
  }
}

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

@keyframes flying {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-2%);
  }
}
@keyframes cerrarOjo {
  0% {
    d: path("M1093.07 472.429C1108.33 475.642 1124.85 458.549 1129.96 434.25C1135.08 409.952 1126.86 387.65 1111.6 384.438C1096.34 381.225 1079.83 398.319 1074.71 422.617C1069.6 446.915 1077.82 469.217 1093.07 472.429Z");
  }
  80% {
    d: path("M1093.07 472.429C1108.33 475.642 1124.85 458.549 1129.96 434.25C1135.08 409.952 1126.86 387.65 1111.6 384.438C1096.34 381.225 1079.83 398.319 1074.71 422.617C1069.6 446.915 1077.82 469.217 1093.07 472.429Z");
  }
  81% {
    d: path("M1106.06 395.764C1127.46 402.058 1124.73 459.683 1129.93 434.973C1135.13 410.262 1126.77 387.582 1111.26 384.315C1095.74 381.048 1078.95 398.431 1073.74 423.141C1068.54 447.852 1084.09 389.303 1106.06 395.764Z");
  }
  100% {
    d: path("M1106.06 395.764C1127.46 402.058 1124.73 459.683 1129.93 434.973C1135.13 410.262 1126.77 387.582 1111.26 384.315C1095.74 381.048 1078.95 398.431 1073.74 423.141C1068.54 447.852 1084.09 389.303 1106.06 395.764Z");
  }
}
@keyframes cerrarBoca {
  0% {
    fill: white;
    d: path("M1102.02 520.636H972.712C972.712 549.56 985.769 585.289 1017.69 585.289C1058.92 585.289 1085.85 556.365 1102.02 520.636Z");
  }
  80% {
    fill: white;
    d: path("M1102.02 520.636H972.712C972.712 549.56 985.769 585.289 1017.69 585.289C1058.92 585.289 1085.85 556.365 1102.02 520.636Z");
  }
  90% {
    fill: #6EB118;
    d: path("M1020.94 567.626C1062.99 567.626 1121.08 523.799 1137.57 487.425C995.024 618.075 970.039 522.776 970.039 522.776C970.039 552.222 988.389 567.626 1020.94 567.626Z");
  }
  100% {
    fill: #6EB118;
    d: path("M1020.94 567.626C1062.99 567.626 1121.08 523.799 1137.57 487.425C995.024 618.075 970.039 522.776 970.039 522.776C970.039 552.222 988.389 567.626 1020.94 567.626Z");
  }
}
@keyframes ocultarBrillo {
  0% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes remolino {
  0% {
    transform: translate(-50%, 0) rotate(20deg) scale(1.3);
    opacity: 0;
  }
  80% {
    transform: translate(-50%, 0) rotate(20deg) scale(1.3);
    opacity: 0;
  }
  81% {
    transform: translate(-50%, 0) rotate(20deg) scale(1.3);
    opacity: 0;
  }
  91% {
    transform: translate(-50%, 0) rotate(20deg) scale(1.3);
    opacity: 0.2;
  }
  100% {
    opacity: 0.8;
    transform: translate(-50%, 0) rotate(20deg) scale(1);
  }
}
@keyframes rayBocadillo {
  0% {
    transform: scale(0);
  }
  10% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes rayBocadilloTxt {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  10% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes rayo {
  0% {
    opacity: 0;
  }
  81% {
    opacity: 0;
  }
  82% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
