<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-display: swap;
  font-family: "DejaVu Sans";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/dejavu-sans/DejaVuSans-Bold-webfont.woff") format("woff"), url("fonts/dejavu-sans/DejaVuSans-Bold-webfont.ttf") format("truetype");
}
[class^=gam-] {
  font-family: "DejaVu Sans", sans-serif;
}

body.gam--locked #actividad {
  pointer-events: none !important;
}
body.gam--locked::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8990;
  pointer-events: all;
}

.gam-page {
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1010;
  pointer-events: none;
  opacity: 0;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-color: #2e4469 #fff;
  scrollbar-width: thin;
}
.gam-page::-webkit-scrollbar {
  width: 6px;
}
.gam-page::-webkit-scrollbar-track {
  background: transparent;
}
.gam-page::-webkit-scrollbar-thumb {
  background-color: #2e4469;
  border-radius: 20px;
}

.gam-body-scoreboard .gam-page--scoreboard {
  opacity: 1;
  pointer-events: auto;
}

.gam-title {
  font-size: 48px;
  font-weight: bold;
  line-height: 0.90;
  color: #e67300;
  margin: 0 0 22px;
}
.gam-title span {
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 400;
  display: block;
  margin: 0 auto 12px;
}

.gam-title--2 {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.4em;
  margin: 0 0 2px;
}
.gam-title--2 span {
  font-size: 12px;
  line-height: 1.2em;
  font-weight: 400;
  display: block;
  margin: 0 auto 12px;
}

.gam-title--3 {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4em;
  margin: 0 0 2px;
}
.gam-title--3 span {
  font-size: 12px;
  line-height: 1.2em;
  font-weight: 400;
  display: block;
  margin: 0 auto 12px;
}

.gam-subtitle {
  font-size: 21px;
  line-height: 1.52;
  color: #2e4469;
  margin: 0;
}

.gam-page__header {
  background: #18be34;
  color: #fff;
  margin-bottom: 100px;
}
.gam-page__header .gam-title {
  font-size: 30px;
  line-height: 1.2em;
  color: #fff;
  margin: 0;
}
@media (max-width: 580px) {
  .gam-page__header .gam-title {
    margin-top: 30px;
  }
}
.gam-page__header .gam-button {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #008a26;
}
.gam-page__header .gam-button:hover:not(.disabled):not(disabled):hover {
  background-color: #fff;
  color: #008a26;
}
.gam-page__header__top {
  padding: 40px 0 40px;
  text-align: center;
  margin-bottom: 0;
  height: 116px;
}
.gam-page__header__top:not(.--placeholder) {
  position: fixed;
  top: 0;
  left: 0;
  right: 6px;
  background: #18be34;
  z-index: 10;
}
.gam-page__header__bottom {
  max-width: 100%;
  width: 904px;
  margin: 0 auto;
  position: relative;
  top: 40px;
  border: 4px solid #18be34;
  background: #fff;
  padding: 20px;
  margin-top: -40px;
  color: #2e4469;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gam-page__header__bottom .gam-learning-kit {
  flex-grow: 2;
}
.gam-page__header__bottom .gam-score {
  margin-right: 120px;
}
.gam-page__header__bottom .gam-progressboard {
  min-width: 230px;
}
@media (max-width: 990px) {
  .gam-page__header__bottom .gam-score {
    margin-right: 40px;
    flex-grow: 2;
  }
}
@media (max-width: 760px) {
  .gam-page__header__bottom .gam-progressboard {
    min-width: 0;
  }
}
@media (max-width: 700px) {
  .gam-page__header__bottom {
    flex-direction: column;
  }
  .gam-page__header__bottom .gam-score,
.gam-page__header__bottom .gam-learning-kit {
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
  }
  .gam-page__header__bottom .gam-score {
    margin-bottom: 30px;
  }
}
@media (max-width: 760px) {
  .gam-page__header__bottom {
    border-radius: 8px;
  }
  .gam-page__header__bottom .gam-score, .gam-page__header__bottom .gam-learning-kit {
    width: auto;
    max-width: 80%;
    align-items: center;
  }
  .gam-page__header__bottom .gam-learning-kit .gam-title--3 {
    margin-bottom: 8px;
    text-align: center;
  }
  .gam-page__header__bottom .gam-progressboard__wrapper {
    flex-direction: column;
    align-items: center;
  }
  .gam-page__header__bottom .gam-progressboard {
    margin-bottom: 4px;
    margin-right: 0;
  }
}

.gam-button {
  max-width: 100%;
  border-radius: 100px;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0;
  margin: 0;
  border: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: transparent;
  transition-property: color, background-color, background-position, border-color, bgam-shadow, opacity, height;
  transition-duration: 0.4s;
  transition-timing-function: ease-in;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  padding: 9px 20px 10px 20px;
  background-color: #395482;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border-radius: 40px;
}
.gam-button &gt; span {
  top: 2px;
  white-space: normal;
  display: inline;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  z-index: 10;
}
.gam-button.disabled {
  cursor: default;
}
.gam-button input {
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  white-space: normal;
}
.gam-button:hover:not(.disabled):not(disabled) {
  background-color: #2e4469;
}
.gam-button--icon {
  padding: 0;
  width: 32px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.gam-button--icon &gt; span {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.gam-button--icon.--icon--price {
  background-image: url(images/prize.png);
}

.gam-tooltip {
  position: absolute;
  left: 0;
  bottom: 100%;
  background: #fff;
  color: #b64a02;
  border-radius: 100px;
  padding: 0;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s linear, transform 0.3s linear;
}
.gam-tooltip__inner {
  background: #fff;
  padding: 10px 14px;
  border-radius: 100px;
  position: relative;
  z-index: 10;
}
.gam-tooltip.--visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate(0, -20px);
}
.gam-tooltip::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 12px solid #fff;
  position: absolute;
  bottom: -12px;
  left: 48px;
  z-index: 1;
}

.gam-score {
  background: url(images/prize.png) 0 center no-repeat;
  background-size: contain;
  min-height: 50px;
  padding: 0 0 0 72px;
}
.gam-score__label {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  display: block;
  color: #b64a02;
}
.gam-score__total {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.43;
  color: #e67300;
  display: block;
}

.gam-progressboard {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  margin: 0 24px 0 0;
  color: #2e4469;
}
.gam-progressboard__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-grow: 2;
}
.gam-progressboard__title {
  margin: 0 6px 0 0;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.2em;
}
.gam-progressboard__score {
  margin: 0 3px 0 6px;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.43;
}
.gam-progressboard__label {
  margin: 5px 0 0 3px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.62;
}

.gam-scoreboard-summary {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 2px;
}
.gam-scoreboard-summary &gt; * {
  margin: 0 8px;
}

.gam-score-badge {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 30px;
  line-height: 1px;
  color: #e67300;
  font-weight: 400;
  background: url(images/prize.png) 10px center no-repeat #efefef;
  background-size: 40px auto;
  min-height: 56px;
  padding: 5px 10px 5px 64px;
  border-radius: 10px;
}
#actividad .carousel-inner .item-container .header .gam-score-badge {
  position: absolute;
  right: 10px;
  top: 10px;
}

.gam-prize {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #e67300;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.gam-prize span:not(.gradeBold) {
	font-size: 30px;
	font-weight: 400;
	line-height: 1em;
	display: block;
}
.gradeBold{
	font-weight: 800;
}

@keyframes sunrays {
  0% {
    transform: rotate(0deg);
    opacity: 0.5;
  }
  50% {
    transform: rotate(180deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(359deg);
    opacity: 0.5;
  }
}
@keyframes diamond {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
@keyframes lock {
  0% {
    transform: translateY(-60px);
  }
  75% {
    transform: translateY(-60px);
  }
  100% {
    transform: translateY(-40px);
  }
}
@keyframes unlock {
  0% {
    transform: translateY(-40px) rotateY(0deg);
  }
  75% {
    transform: translateY(-60px) rotateY(0deg);
  }
  100% {
    transform: translateY(-60px) rotateY(180deg);
  }
}
@keyframes pulse {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
.gam-modal {
  position: fixed;
  top: 0;
  left: 0;
  background: transparent;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: background-color 0.25s linear;
}
.gam-modal.--open {
  background-color: rgba(0, 0, 0, 0.65);
}
.gam-modal__inner {
  background: #fff;
  padding: 0;
  width: 520px;
  max-width: 90vw;
  border-radius: 20px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.5);
  transition: transform 0.25s ease, opacity 0.25s linear;
  transform: translateY(-200px);
  opacity: 0;
}
.--open .gam-modal__inner {
  transform: translateY(0);
  opacity: 1;
}
.gam-modal__header {
  padding: 30px 30px 20px;
  text-align: center;
}
.gam-modal__body {
  padding: 20px 30px 20px;
  text-align: center;
}
.gam-modal__footer {
  padding: 30px 30px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.gam-modal__footer .gam-button {
  min-width: 134px;
}
.gam-modal__footer .gam-button:first-child {
  margin-right: auto;
}
.gam-modal__footer .gam-button:last-child {
  margin-left: auto;
}
.gam-modal .gam-prize {
  margin-right: 30px;
}
.gam-modal.gam-modal-prize .gam-modal__header {
  padding-top: 60px;
}
.gam-modal.gam-modal-prize .gam-modal__body {
  display: flex;
  justify-content: flex-end;
  align-self: flex-end;
  flex-wrap: wrap;
  min-height: 180px;
}
.gam-modal.gam-modal-prize .gam-modal__body .gam-subtitle {
  min-width: 100%;
  position: relative;
  top: 60px;
}
.gam-modal.gam-modal-prize .gam-modal__inner {
  position: relative;
}
.gam-modal.gam-modal-prize .gam-modal__inner::before {
  content: "";
  background-image: url(images/prize-background.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 184px auto;
  animation: sunrays 4s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -102px;
  margin-top: -102px;
  width: 200px;
  height: 200px;
  z-index: 1;
}
.gam-modal.gam-modal-prize .gam-modal__inner::after {
  content: "";
  display: block;
  width: 108px;
  height: 108px;
  background: url(images/prize.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -54px;
  margin-left: -54px;
  pointer-events: none;
  z-index: 5;
  animation: diamond 2s linear infinite;
}
.gam-modal.gam-modal-medal .gam-modal__header {
  padding-top: 60px;
}
.gam-modal.gam-modal-medal .gam-modal__body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  min-height: 120px;
}
.gam-modal.gam-modal-medal .gam-modal__body .gam-title {
  margin-bottom: 2px;
}
.gam-modal.gam-modal-medal .gam-modal__body .gam-subtitle {
  min-width: 100%;
  position: relative;
  top: 40px;
  margin-bottom: 10px;
}
.gam-modal.gam-modal-medal .gam-modal__body .gam-title--2 {
  font-size: 30px;
  text-align: center;
  color: #e67300;
  min-width: 100%;
  margin-top: 100px;
  position: relative;
  top: 40px;
}
.gam-modal.gam-modal-medal .gam-modal__body .gam-medal {
  width: 100%;
  min-height: 0;
}
.gam-modal.gam-modal-medal .gam-modal__inner {
  position: relative;
}
.gam-modal.gam-modal-medal .gam-modal__inner::before {
  content: "";
  background-image: url(images/prize-background.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 184px auto;
  animation: sunrays 4s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -102px;
  margin-top: -102px;
  width: 200px;
  height: 200px;
  z-index: 1;
}
.gam-modal.gam-modal-medal .gam-modal__inner::after {
  content: "";
  display: block;
  width: 128px;
  height: 128px;
  background: url(images/medal_activity.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -64px;
  margin-left: -64px;
  pointer-events: none;
  z-index: 5;
  animation: pulse 2s linear infinite;
}
.gam-modal.gam-modal-medal.--type-1 .gam-modal__inner::after {
  background-image: url(images/medal_bonus.svg);
}
.gam-modal.gam-modal-medal.--type-2 .gam-modal__inner::after {
  background-image: url(images/medal_diamonds.svg);
}
.gam-modal.gam-modal-lock .gam-modal__inner {
  position: relative;
}
.gam-modal.gam-modal-lock .gam-modal__inner::before {
  content: "";
  background-image: url(images/prize-background.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 184px auto;
  animation: sunrays 4s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -102px;
  margin-top: -102px;
  width: 200px;
  height: 200px;
  z-index: 1;
}
.gam-modal.gam-modal-lock .gam-modal__body {
  position: relative;
  z-index: 10;
  padding-bottom: 0;
}
.gam-modal.gam-modal-lock .gam-modal__body .gam-lock {
  min-height: 180px;
}
.gam-modal.gam-modal-lock .gam-modal__body .gam-lock::after {
  content: "";
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
  width: 86px;
  height: 86px;
  background: url(images/lock-bottom.png) center bottom no-repeat;
  background-size: 86px auto;
}
.gam-modal.gam-modal-lock .gam-modal__body .gam-lock__top {
  display: block;
  background: url(images/lock-top.png) center bottom no-repeat;
  background-size: 72.5px auto;
  position: absolute;
  z-index: 1;
  top: 8px;
  left: 50%;
  margin-left: -49px;
  animation: unlock 0.5s linear forwards;
  animation-delay: 0.25s;
  transform-origin: 20px top;
  width: 75px;
  height: 164px;
}
.gam-modal.gam-modal-lock.--unlocked .gam-title {
  margin-top: -18px;
  margin-bottom: 2px;
}
.gam-modal.gam-modal-lock.--unlocked .gam-lock {
  position: relative;
  top: -58px;
}
.gam-modal.gam-modal-lock.--unlocked .gam-subtitle {
  margin-top: -24px;
}
.gam-modal.gam-modal-lock.--unlocked .gam-subtitle::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 25px;
  background: url(images/prize.png) 0 center no-repeat;
  background-size: contain;
  margin: 2px 0 -2px 8px;
}
.gam-modal.gam-modal-lock.--locked .gam-button {
  border: 1px solid #fff;
}
.gam-modal.gam-modal-lock.--locked .gam-modal__inner {
  background: #2e4469;
  color: #fff;
}
.gam-modal.gam-modal-lock.--locked .gam-modal__inner .gam-title,
.gam-modal.gam-modal-lock.--locked .gam-modal__inner .gam-subtitle {
  color: #fff;
}
.gam-modal.gam-modal-lock.--locked .gam-modal__inner::before {
  content: none;
}
.gam-modal.gam-modal-lock.--locked .gam-modal__body .gam-lock {
  animation: pulse 2s linear infinite;
  animation-delay: 0.25s;
  min-height: 220px;
  margin-top: -100px;
}
.gam-modal.gam-modal-lock.--locked .gam-modal__body .gam-lock__top {
  animation: lock 0.5s linear forwards;
  margin-left: -36px;
}

.gam-tabs {
  max-width: 100%;
  width: 904px;
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 62px 30px 30px;
  border-radius: 10px;
  border: solid 1px #c8c8c8;
  background-color: #efefef;
}
.gam-tabs__list {
  text-align: center;
  margin-top: -86px;
  margin-bottom: 60px;
}
.gam-tabs__list ul {
  border: 4px solid #18be34;
  background: #fff;
  border-radius: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: stretch;
}
.gam-tabs__list ul li {
  flex-grow: 2;
}
.gam-tabs__list ul a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #008a26;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.52;
  text-align: center;
  min-height: 40px;
  min-width: 150px;
}
.gam-tabs__list ul li.--current a {
  color: #008a26;
  background-color: #fff;
}
.gam-tabs__list ul li:first-child, .gam-tabs__list ul li:first-child a {
  border-radius: 40px 0 0 40px;
}
.gam-tabs__list ul li:last-child, .gam-tabs__list ul li:last-child a {
  border-radius: 0 40px 40px 0;
}
.gam-tabs__content__item {
  display: none;
}
.gam-tabs__content__item.--active {
  display: block;
}

.gam-medals {
  text-align: center;
  margin: 0 0 60px 0;
  color: #3c3c3c;
}
.gam-medals__body {
  min-width: 100%;
  /*display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: -40px;

  &amp; &gt; * {
    width: 20%;
    margin-bottom: 40px;
  }*/
}
.gam-medals__page {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: -40px;
}
.gam-medals__page &gt; * {
  width: 20%;
  margin-bottom: 40px;
}
.gam-medals__header {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.2em;
  margin: 0 auto 8px;
}

.gam-medal {
  color: #3c3c3c;
}
.gam-medal.--empty {
  flex-grow: 2;
}
.gam-medal__label {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2em;
  text-align: center;
  margin-top: 8px;
}
.gam-medal__icon {
  width: 108px;
  height: 120px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  margin: 0 auto;
}
.--empty .gam-medal__icon {
  filter: grayscale(100);
  opacity: 0.5;
}
.--0 .gam-medal__icon {
  background-image: url(images/medal_activity.svg);
}
.--1 .gam-medal__icon {
  background-image: url(images/medal_bonus.svg);
}
.--2 .gam-medal__icon {
  background-image: url(images/medal_diamonds.svg);
}

.gam-unicard__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 -8px -16px;
}
.gam-unicard__wrapper .gam-unitcard {
  width: 33.333%;
}
@media (max-width: 990px) {
  .gam-unicard__wrapper .gam-unitcard {
    width: 50%;
  }
}
@media (max-width: 700px) {
  .gam-unicard__wrapper .gam-unitcard {
    width: 100%;
  }
}

.gam-unitcard {
  padding: 0 8px 16px 8px;
  color: #2e4469;
}
.gam-unitcard__inner {
  padding: 15px 16px 16px;
  border-radius: 8px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
.gam-unitcard__header {
  margin-bottom: 14px;
}
.gam-unitcard__body {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.gam-unitcard .gam-progressboard {
  flex-direction: column;
  margin-left: 20px;
}
.gam-unitcard .gam-progressboard__title {
  font-size: 15px;
  font-weight: bold;
}
.gam-unitcard .gam-progressboard__score {
  margin-left: 0;
}
.gam-unitcard .gam-progressboard__label {
  margin-top: 0;
  margin-left: 0;
}
.gam-unitcard .gam-score {
  background-size: 48px auto;
  padding-left: 54px;
}

.slick-next,
.slick-prev {
  max-width: 100%;
  border-radius: 100px;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0;
  margin: 0;
  border: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: transparent;
  transition-property: color, background-color, background-position, border-color, bgam-shadow, opacity, height;
  transition-duration: 0.4s;
  transition-timing-function: ease-in;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  background: #969696;
  width: 50px;
  height: 100px;
  margin-top: -10px;
}
.slick-next &gt; span,
.slick-prev &gt; span {
  top: 2px;
  white-space: normal;
  display: inline;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  z-index: 10;
}
.slick-next.disabled,
.slick-prev.disabled {
  cursor: default;
}
.slick-next input,
.slick-prev input {
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  white-space: normal;
}
.slick-next:hover,
.slick-prev:hover {
  background: rgba(0, 0, 0, 0.5);
}
.slick-next::before,
.slick-prev::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.slick-next.slick-disabled,
.slick-prev.slick-disabled {
  display: none !important;
}

.slick-prev {
  left: -30px;
  border-radius: 0 100px 100px 0;
}
.slick-prev::before {
  background-image: url(images/left-chevron.png);
  left: -6px;
}

.slick-next {
  right: -30px;
  border-radius: 100px 0 0 100px;
}
.slick-next::before {
  background-image: url(images/right-chevron.png);
  left: 6px;
}

body.gamification #actividad .carousel-inner .item-container .revision-budget,
body.gamification #confirm-dialog .confirmFinish .popover-title .revision-budget {
  display: none !important;
}

body.gamification.video-interactivo #actividad .carousel-inner .item-container .gam-score-badge,
body.gamification.video-conversation #actividad .carousel-inner .item-container .gam-score-badge {
  display: none !important;
}

body.gamification .modo-revision #actividad .carousel-inner .item-container .gam-score-badge,
body.gamification #confirm-dialog .confirmFinish .popover-title .gam-score-badge {
  cursor: pointer;
}

body.gamification #confirm-dialog .confirmFinish .popover-title .title {
  margin-right: 40px;
}

#actividad .carousel-inner .item-container .header .title h3,
#confirm-dialog .confirmFinish .popover-title .header .title h3 {
  padding-right: 114px;
}

/*# sourceMappingURL=01.main.css.map */
</pre></body></html>