<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.show-in-desktop {
  display: none;
}

@media (min-width: 1024px) {
  .show-in-mobile.show-in-mobile {
    display: none;
  }
  .show-in-desktop {
    display: block;
  }
}
.text-center {
  text-align: center;
}

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

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

.hero-profile {
  background-color: #4C5F70;
  background-image: url(https://cloud.educaplay.com/r1/img/pattern-header-profile-transparent.svg?v=1748951546);
  background-position: center center;
  color: #ffffff;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .hero-profile {
    padding-bottom: 3.8rem;
  }
}

.hero-profile__menu {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 2.8rem;
  padding-top: 0.35rem;
}
@media (max-width: 767px) {
  .hero-profile__menu {
    padding: 0;
  }
}
.hero-profile__menu .c-button__text {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.hero-profile__menu a {
  color: #fff;
  white-space: nowrap;
  text-decoration: none;
}

.hero-profile__menu li:not(:last-child) {
  margin-bottom: 0.4rem;
}

@media (max-width: 777px) {
  .text-center-in-mobile {
    text-align: center;
  }
}
.image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-danger {
  color: #C2371A;
}

.hero-profile {
  background-color: #1B3101;
  background-image: url(https://cloud.educaplay.com/r1/img/pattern-header-profile-transparent.svg?v=1748951546);
  background-position: center center;
  color: white;
  padding-bottom: 0;
}
.hero-profile__menu {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 10px;
  padding-top: 15px;
}
@media (min-width: 760px) {
  .hero-profile__menu {
    align-self: flex-end;
    font-size: 1.4rem;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 12px;
  }
}
.hero-profile__menu a {
  color: #fff;
  white-space: nowrap;
  text-decoration: none;
}
.hero-profile__menu ul {
  gap: 10px;
}
@media (min-width: 840px) {
  .hero-profile__menu ul {
    display: flex;
  }
}
@media (min-width: 760px) {
  .hero-profile__menu svg {
    width: 28px;
    height: 28px;
  }
}
.hero-profile__container {
  min-height: 64px;
  padding: 0;
}
@media (min-width: 760px) {
  .hero-profile__container {
    display: flex;
    flex-direction: row-reverse;
    min-height: 130px;
    align-items: flex-end;
  }
}

.icon-link {
  display: inline-flex;
  align-items: center;
}
.icon-link svg {
  margin-right: 11px;
}

.page-container {
  width: calc(100% - 16px);
  margin: 0 auto;
}
@media (min-width: 760px) {
  .page-container {
    width: calc(100% - 30px);
  }
}
@media (min-width: 1024px) {
  .page-container {
    margin-left: 0;
    margin-right: 0;
    width: calc(100% - 40px);
  }
}

.nav-profile {
  padding-top: 15px;
}
@media (min-width: 1280px) {
  .nav-profile {
    padding-top: 20px;
  }
}
@media (min-width: 1920px) {
  .nav-profile {
    padding-top: 25px;
  }
}
.nav-profile__title-section {
  font-size: 1.25rem;
  padding: 1.5rem 1rem 0;
}
@media (min-width: 760px) {
  .nav-profile__title-section {
    font-size: 1.5rem;
  }
}
.nav-profile__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  height: 44px;
  padding: 0 10px;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1;
  color: #FFFFFF;
  text-decoration: none;
  border-bottom: 1px solid #1B3101;
  transition: color 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .nav-profile__item {
    height: 48px;
    font-size: 0.9375rem;
  }
}
@media (min-width: 1024px) {
  .nav-profile__item {
    padding: 0 20px;
  }
}
.nav-profile__item:not(.is-actived):hover, .nav-profile__item:not(.is-actived):focus, .nav-profile__item:not(.is-actived):active {
  width: 100%;
  text-decoration: none;
  color: #FFFFFF;
  background-color: #2B4B04;
  border-color: transparent;
}
.nav-profile__item.is-actived {
  color: #112000;
  background-color: #BAEC79;
}
.nav-profile__item.is-actived:hover, .nav-profile__item.is-actived:focus {
  text-decoration: none;
  cursor: default !important;
}
.nav-profile__item.msg &gt; span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -8px;
  width: 16px;
  height: 16px;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  color: white;
  background: rgb(194, 55, 26);
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px white;
}
.nav-profile__item--lti img {
  width: 30px;
  aspect-ratio: 1/1;
  scale: 0.8;
}

.user-profile {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: calc(-130px + 1.75rem);
}
@media (orientation: portrait) {
  .user-profile {
    margin-top: calc(-80px + 1.75rem);
  }
}
.user-profile__photo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 128px;
  height: 128px;
  margin: auto;
  margin-bottom: 16px;
  border-radius: 50%;
  border: 3px solid white;
  background-color: #DADADA;
  overflow: hidden;
  transition: border 0.1s ease-in-out;
}
@media (max-width: 767px) {
  .user-profile__photo {
    width: 96px;
    height: 96px;
  }
}
.user-profile__photo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.user-profile__name {
  margin: 0 0 8px;
  font-size: 1.14286rem;
  font-weight: 600;
  line-height: 1.15;
  padding: 0 16px;
}
@media (min-width: 760px) {
  .user-profile__name {
    font-size: 1.5rem;
  }
}
.user-profile__details {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 270px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  word-break: break-word;
}
@media (orientation: portrait) {
  .user-profile__details {
    width: 100%;
    padding: 0 10px;
  }
}
.user-profile__presentation {
  width: inherit;
  font-size: 10px;
  font-weight: 200;
  padding: 0.25rem 8px 1.25rem;
}
@media (min-width: 760px) {
  .user-profile__presentation {
    font-size: 12px;
  }
}
.user-profile__presentation p,
.user-profile__presentation ul {
  margin: 0 0 0.35rem;
}
.user-profile__label {
  display: flex;
  align-items: center;
  justify-content: center;
}
.user-profile__label__premium {
  font-size: 14px;
  margin-left: 8px;
  margin-bottom: 6px;
}

.mobile-menu {
  padding-top: 2.5vh;
  padding-right: 1.66667rem;
}

@media (max-width: 760px) {
  .common-actions-menu {
    display: none;
  }
}

.mobile-menu {
  padding-top: 2.5vh;
  padding-left: 0;
}

.field-search {
  position: relative;
  margin-bottom: 0.375rem;
}

.field-search .form-field {
  margin-bottom: 0;
}

.field-search button {
  appearance: none;
  background: transparent url(https://cloud.educaplay.com/r1/img/buscar.webp?v=1748951546) no-repeat center center;
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 42px;
  text-indent: -9999em;
  cursor: pointer;
}

.label-left {
  margin-right: 1.4rem;
}

.showmore__hidden {
  display: none;
}

.showmore__button {
  padding-top: 6px;
}

.showmore__button a {
  color: #6B7179;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  opacity: 0.6;
}

.bar-filter {
  display: none;
}
@media (max-width: 1023px) {
  .bar-filter {
    width: 100%;
  }
}
.bar-filter &gt; form {
  display: flex;
}
.bar-filter__row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  min-width: 100%;
  margin: 0;
  transform: all 0.2s ease;
}
.bar-filter__row .field-label-left {
  flex-direction: column;
  align-items: flex-end;
  margin: 0;
}
.bar-filter__row .field-label-left .form-field {
  width: 120px;
  max-width: 120px;
  min-width: 120px;
}
@media (min-width: 768px) {
  .bar-filter__row .field-label-left .form-field {
    width: auto;
    max-width: none;
    min-width: auto;
  }
}
.bar-filter__row .field-search {
  position: relative;
  margin: 20px 0 8px;
}
@media (min-width: 845px) {
  .bar-filter__row .field-search {
    width: 100%;
    min-width: none;
    max-width: 460px;
    margin: 8px 0 0 12px;
  }
}
.bar-filter__row .field-search .form-field {
  width: 100%;
  margin-bottom: 0;
}
.bar-filter__row .field-search button {
  position: absolute;
  top: 2px;
  right: 2px;
  height: calc(100% - 4px);
  width: 3.75rem;
  background-color: white;
  border: 1px solid white;
  border-radius: 3px;
  appearance: none;
  background: transparent url(https://cloud.educaplay.com/r1/img/buscar.webp?v=1748951546) no-repeat center center;
  text-indent: -9999em;
  cursor: pointer;
}
.bar-filter__row .field-search button:hover, .bar-filter__row .field-search button:focus, .bar-filter__row .field-search button:active {
  background-color: #67a516;
  border: 1px solid #67a516;
  background: transparent url(https://cloud.educaplay.com/r1/img/buscar.webp?v=1748951546) no-repeat center center;
  filter: brightness(1);
}
.bar-filter__row--date input, .bar-filter__row--date select {
  margin-bottom: 1rem;
}
.bar-filter .e__searchformular--xs {
  width: auto;
}
.bar-filter .e__searchformular--xs input {
  min-width: 35px !important;
}
.bar-filter .e__searchformular--xs:has(input:focus) {
  max-width: 240px;
}

.form_doubleColumn--mail {
  gap: 12px;
}
.form_doubleColumn--mail .login__modulo__form__olvidado {
  margin-left: auto;
  font-size: 13px;
  font-weight: 400 !important;
}
@media screen and (min-width: 845px) {
  .form_doubleColumn--mail .login__modulo__form__olvidado {
    font-size: 15px;
  }
}
.form_doubleColumn--mail &gt; div:last-child {
  display: flex;
}
.form_doubleColumn--mail &gt; div:last-child .botonGenerico {
  margin: 20px auto;
  min-width: 240px;
}
@media screen and (min-width: 845px) {
  .form_doubleColumn--mail &gt; div:last-child .botonGenerico {
    font-size: 16px;
    height: 52px;
    max-width: 280px;
    padding: 0 64px;
    border-radius: 28px;
    margin: 0;
    margin-top: 24px;
  }
}

.grid-profile {
  padding-bottom: 1.4rem;
}
@media (min-width: 768px) {
  .grid-profile {
    width: 100%;
    column-gap: 20px;
    padding: 0;
  }
  .grid-profile__aside {
    display: none;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .grid-profile__aside {
    position: sticky;
    display: block;
    width: 240px;
    flex-shrink: 0;
    background-color: #112000;
    top: 60px;
    height: calc(100vh - 60px);
  }
}
@media (min-width: 768px) and (min-width: 1280px) {
  .grid-profile__aside {
    width: 280px;
  }
}
@media (min-width: 768px) {
  .grid-profile__content {
    min-height: 100vh;
    flex-grow: 1;
    grid-column: 2;
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .grid-profile__content {
    padding: 0 20px 40px;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .grid-profile__content {
    padding: 0 30px 60px 0;
  }
}
@media (min-width: 768px) and (min-width: 1280px) {
  .grid-profile__content {
    padding: 0 30px 60px 0;
  }
}
@media (min-width: 768px) and (min-width: 1920px) {
  .grid-profile__content {
    padding: 0 40px 80px 0;
  }
}
@media (min-width: 768px) {
  .grid-profile__content:has(#editorReact) {
    padding: 0;
  }
  .grid-profile .btnExportar {
    flex-grow: 1;
    grid-column: 2;
    grid-row: 2;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .grid-profile .btnExportar {
    padding: 0 20px 50px;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .grid-profile .btnExportar {
    padding: 0 30px 60px 0;
  }
}
@media (min-width: 768px) {
  .grid-profile footer {
    grid-row: 3;
    grid-column: 1/3;
  }
}
@media (min-width: 1024px) {
  .grid-profile {
    display: grid;
    column-gap: 30px;
    grid-template-columns: 240px 1fr;
    min-height: calc(100vh - 60px);
  }
}
@media (min-width: 1280px) {
  .grid-profile {
    grid-template-columns: 280px 1fr;
  }
}
@media (min-width: 1920px) {
  .grid-profile {
    column-gap: 40px;
  }
}
.grid-profile:has(.grid-profile__content &gt; #editorReact) {
  column-gap: 0;
}

.emptyResults {
  display: none;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  text-align: center;
  gap: 5px;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .emptyResults {
    gap: 10px;
    padding: 20px 0;
  }
}
@media (min-width: 1024px) {
  .emptyResults {
    gap: 10px;
    padding: 30px 0;
  }
}
.emptyResults__wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  gap: 20px;
  padding: 20px 5px;
  background-color: #F4F5F3;
  border-radius: 6px;
}
@media (min-width: 768px) {
  .emptyResults__wrapper {
    border-radius: 8px;
  }
}

.card-activity__title--deactivate a {
  color: #b50b19;
}

.emergente__contenido {
  width: 100%;
  max-width: 35rem;
  min-height: 25rem;
  position: relative;
  box-shadow: 0 12px 35px 0 rgba(43, 45, 48, 0.45);
  border-radius: 2px;
  padding: 1.5rem;
  overflow: hidden;
  background: #FFF;
}
@media (min-width: 760px) {
  .emergente__contenido {
    padding: 2.5rem;
  }
}

.emergente__contenido__cerrar {
  border-radius: 50%;
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  width: 34px;
  height: 34px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  outline: 0;
  background-color: rgba(255, 255, 255, 0);
  border: 0;
  background-image: url(https://cloud.educaplay.com/r1/img/i-close.svg?v=1748951546);
  background-position: center center;
  background-repeat: no-repeat;
  transition: background 0.25s;
}

.emergente__contenido__display {
  border: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.dataTable {
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: separate;
  border-spacing: 2px;
}
@media (min-width: 1024px) {
  .dataTable {
    border-spacing: 5px;
  }
}
.dataTable td,
.dataTable th {
  padding: 10px 5px;
}
@media (min-width: 768px) {
  .dataTable td,
  .dataTable th {
    padding: 15px 10px;
  }
}
@media (min-width: 1024px) {
  .dataTable td,
  .dataTable th {
    padding: 20px 15px;
  }
}
.dataTable th {
  background: #E8E9E6;
  color: #112000;
  border-radius: 6px;
}
@media (min-width: 1024px) {
  .dataTable th {
    border-radius: 8px;
  }
}
.dataTable tbody tr {
  background: #FFFFFF;
  box-shadow: 0 0 0 1px #E8E9E6 inset;
  margin-bottom: 5px;
  border-radius: 8px;
}
.dataTable tfoot td {
  color: #FFFFFF;
  text-align: right;
  background-color: #67a516;
}
.dataTable__total {
  text-align: right;
}
.dataTable__fullWidth {
  width: 100%;
}
.dataTable__marked {
  font-weight: bold;
}
.dataTable__checkbox {
  width: 1rem;
}
.dataTable__noWrap {
  white-space: nowrap;
}

.link-panel {
  color: white;
  background-color: #2B4B04;
  padding: 5px 5px 10px 10px;
  border-radius: 8px;
  margin: 0 0 1.6rem;
  position: relative;
}
@media (min-width: 1024px) {
  .link-panel {
    padding: 10px 5px 15px 15px;
    border-radius: 12px;
  }
}
.link-panel__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0;
  display: grid;
  place-items: center;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  transition: color 0.25s ease-in-out;
}
.link-panel__close:hover {
  color: rgb(255, 255, 255);
}
.link-panel__container {
  max-width: 1024px;
  padding: 3px 0;
}
@media (max-width: 767px) {
  .link-panel__container {
    padding: 5px 0;
  }
}
.link-panel__title {
  font-size: 1.0625rem;
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .link-panel__title {
    font-size: 1.25rem;
    margin-bottom: 5px;
  }
}
.link-panel__description {
  font-size: 0.8125rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .link-panel__description {
    font-size: 0.9375rem;
  }
}
.link-panel--challenge {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 7px;
  color: white;
  background-color: #2B4B04;
  border: 2px solid #9BD84C;
  margin: 0 0 10px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .link-panel--challenge {
    gap: 12px;
  }
}
.link-panel--challenge a {
  color: #9BD84C;
}
.link-panel--challenge::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://cloud.educaplay.com/r1/img/bg-link-panel-challenge.svg?v=1748951546);
  background-size: cover;
  background-position: 0 bottom;
  filter: brightness(0) invert(1);
  pointer-events: none;
}

.embed-youtube {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 720px;
  aspect-ratio: 16/9;
  margin: 10px 0;
}
@media (min-width: 768px) {
  .embed-youtube {
    margin: 20px 0;
  }
}

.embed-youtube iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  border-radius: 16px;
  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: 1024px) {
  .embed-youtube iframe {
    border-radius: 24px;
    box-shadow: 0 5px 0 rgba(17, 32, 0, 0.24), 0 1px 0 rgba(17, 32, 0, 0.64);
  }
}
.embed-youtube 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) {
  .embed-youtube iframe:hover {
    box-shadow: 0 0px 0 rgba(17, 32, 0, 0.24), 0 1px 0 rgba(17, 32, 0, 0.64);
  }
}

.empty-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 5px;
  padding: 0;
}
@media (min-width: 768px) {
  .empty-block {
    gap: 10px;
  }
}

.auto-width-input {
  display: inline-block;
  min-width: 200px;
  border: 1px solid #ccc;
  padding: 5px;
  outline: none;
  white-space: nowrap;
}

.pagination__footer {
  min-height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 0;
}
</pre></body></html>