@charset "UTF-8";
/*******************************************************************************
** 
** Nombre de archivo: core.scss
**
** Descripción: Este archivo tiene los estilos funcionales del template para cursos
**              bajo ningún motivo se deben agregar nuevos estilos o eliminar los existentes.
**              En caso de querer agregar estilos utilice el archivo estilos.scss.
**              Este archivo debe ser procesado y minificado en el proceso antes de utilizar como CSS.
**
*******************************************************************************/
/*******************************************************************************
** 
** Nombre de archivo: variables.scss
**
** Descripción: Este archivo tiene los estilos básicos del template para cursos en forma de variables
**              bajo ningún motivo se deben agregar nuevas variables o eliminar las existentes.
**              En caso de querer agregar nuevas variables utilice el archivo estilos.scss.
**
*******************************************************************************/
@font-face {
  font-family: "Cabin-Bold";
  src: url("../fonts/Cabin-Bold.ttf");
}
@font-face {
  font-family: "Cabin-Regular";
  src: url("../fonts/Cabin-Regular.ttf");
}
@font-face {
  font-family: "Jenevers-Regular";
  src: url("../fonts/TTJenevers-Regular.ttf");
}
.contenido::-webkit-scrollbar {
  width: 10px;
}

.contenido::-webkit-scrollbar-track {
  background: #7ba4db;
}

.contenido::-webkit-scrollbar-thumb {
  background: #28334a;
}

body,
html {
  -webkit-overflow-scrolling: touch;
  font-weight: normal;
  overflow: auto;
  box-sizing: border-box;
}

* {
  box-sizing: inherit;
  transition: all ease-out 0.2s;
}

p,
ol,
ul {
  font-size: 1rem;
}

h1,
h2,
h3 {
  font-size: 1.5rem;
}

.sin-clic {
  pointer-events: none;
  cursor: no-drop;
}

.opaco {
  opacity: 0;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

@keyframes animacion-respuesta {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1 !important;
  }
}
.animacion-respuesta {
  animation-name: animacion-respuesta;
  animation-duration: 1s;
}

.blur {
  filter: blur(3px);
}

.abrir-pop {
  cursor: pointer;
}

.progress {
  border-radius: 0;
  font-weight: bold;
  background: #ededed;
  height: 2rem;
  font-size: 1.2rem;
}
.progress .progress-bar {
  color: white;
  background: #e56a54 !important;
}

.espacio {
  display: block;
  height: 5px;
  width: 100%;
}

.alerta-contenido {
  position: absolute;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  display: block;
  z-index: 100;
  bottom: 0;
  padding: 2rem;
  background: #ffffff;
  color: #333333;
}

.modal-dialog .modal-content {
  border-radius: 0;
  border: none;
  text-align: center;
}
.modal-dialog .modal-content .modal-footer {
  justify-content: center;
}
.modal-dialog .modal-content .modal-footer .btn {
  border-radius: 0;
  border: none;
  background: #000000;
}

body {
  background: #606060;
}
body .oculto {
  display: none !important;
}
body .capa-menu {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  max-width: 850px;
  z-index: 99;
}
body .capa-menu span {
  text-align: center;
  display: block;
  color: #ffffff;
  font-size: 12px;
  padding: 0.7rem 0;
  margin: 0;
}
body .capa-menu .cambiar-fuente {
  background: #ffffff;
  padding: 1.3rem 0;
}
body .capa-menu .cambiar-fuente input {
  width: 80%;
  margin: 0 auto;
  display: block;
}
body .capa-menu .items-menu {
  position: absolute;
  top: 0;
  right: 0;
  background: #28334a;
  padding: 0;
  width: 100%;
  max-width: 300px;
}
body .capa-menu .items-menu ul {
  margin: 0;
  padding: 0.5rem 0 0.7rem;
  list-style: none;
  text-align: center;
  font-size: 0.9rem;
}
body .capa-menu .items-menu ul li {
  color: #ffffff;
  padding: 0.5rem 0;
  cursor: pointer;
}
body .capa-menu .items-menu ul li .oculto {
  display: none;
}
body .capa-menu .items-menu ul li a {
  color: #000000;
  text-decoration: none;
  display: block;
}
body .capa-menu .items-menu ul li ul {
  margin: 1rem 0 0 0;
  background: #ffffff;
  padding: 0;
}
body .capa-menu .items-menu ul li ul li {
  padding: 0.7rem 1.5rem;
  border-bottom: solid 1px #f1f1f1;
  text-align: left;
  color: #000000;
  position: relative;
}
body .capa-menu .items-menu ul li ul li:last-child {
  border: none;
}
body .capa-menu .items-menu ul li ul li.desplegable2 div:after {
  float: right;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  content: "\f107";
  color: #333333;
}
body .capa-menu .items-menu ul li ul li.desplegado2 div:after {
  float: right;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  content: "\f106";
  color: #333333;
}
body .capa-menu .items-menu ul li ul li a:after {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  content: "\f00d";
  float: right;
  position: absolute;
  top: 11px;
  right: 1.2rem;
  background: #ff0000;
  padding: 0 0.3rem;
  color: #ffffff;
  font-size: 0.7rem;
}
body .capa-menu .items-menu ul li ul li a.visto:after {
  content: "\f00c";
  background: #56a012;
}
body .capa-menu .items-menu .fuente {
  width: 100%;
  background: #ffffff;
  padding: 1rem;
}
body main {
  background: #ededed;
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  height: 100vh;
  position: relative;
}
body main .popup {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  overflow: hidden;
}
body main .popup .contenedor {
  padding: 1rem;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 5px;
}
body main .popup .contenedor .contenido {
  height: auto;
  padding: 0.5rem;
}
body main .popup .contenedor .contenido img {
  width: 90%;
}
body main .popup .contenedor .cerrar {
  text-align: center;
  color: #cccccc;
  font-size: 2rem;
  cursor: pointer;
}
body main .popup.arrastrable {
  display: block;
  overflow: hidden;
}
@media (max-width: 600px) {
  body main .popup.arrastrable {
    overflow: scroll;
  }
}
body main .popup.arrastrable .cerrar {
  background: #ffffff;
  position: fixed;
  width: 10rem;
  text-align: center;
  bottom: 1rem;
  left: calc(50% - 5rem);
  padding: 0.5rem;
  border-radius: 0.3rem;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.3) 3px 3px 0;
}
body main .popup.arrastrable .instruccion {
  position: fixed;
  width: 100%;
  text-align: center;
  top: 0.5rem;
  padding: 0.5rem;
  border-radius: 0.3rem;
  max-width: 850px;
}
body main .popup.arrastrable .instruccion span {
  background: #ffffff;
  padding: 0.3rem 1rem;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.7rem;
  border-radius: 0.2rem;
  box-shadow: rgba(0, 0, 0, 0.3) 3px 3px 0;
}
body main .menu {
  background: #28334a;
  padding: 0 0 0 1rem;
  height: 2.8rem;
}
body main .menu h1 {
  color: white;
  font-family: "Cabin-Bold", Times, serif;
  display: inline-block;
  font-size: 1.3rem;
  padding: 0.6rem 0;
}
body main .menu i {
  font-size: 1.5rem;
  padding: 0;
  cursor: pointer;
  background: #7ba4db;
  color: white;
  padding: 0.65rem 1rem;
}
body main .menu i.activo {
  background: #e56a54;
  color: #ffffff;
}
body main .carga {
  font-size: 0.6rem;
  padding: 0;
}
body main .contenido {
  height: calc(100% - 137px);
  padding: 1.5rem 1.5rem 5.5rem;
  overflow: auto;
}
body main .contenido .tarjeta .avatar {
  padding-left: 3%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: flex-end;
  margin-bottom: 5px;
  z-index: 10;
  position: relative;
}
body main .contenido .tarjeta .avatar img {
  width: 100px;
  height: 100px;
}
@media only screen and (max-width: 600px) {
  body main .contenido .tarjeta .avatar img {
    width: 80px;
    height: 80px;
  }
}
body main .contenido .tarjeta .avatar span {
  align-self: flex-end;
  margin-bottom: 2%;
  color: #28334a;
  font-family: "Cabin-Regular", Times, serif;
  font-size: 25px;
  margin-left: 1%;
  display: inline-block;
}
body main .contenido .tarjeta .globo {
  background: #3f72db;
  margin: 0 0 2rem;
  padding: 1.5rem;
  width: 100%;
  max-width: 700px;
  border-radius: 0px 14px 14px 14px;
}
body main .contenido .tarjeta .globo video {
  width: 100%;
}
body main .contenido .tarjeta .globo .tool-top {
  display: block;
  text-align: center;
}
body main .contenido .tarjeta .globo .tool-top .contenido-tooltip {
  display: block;
  margin: 0 0 0.7rem;
}
body main .contenido .tarjeta .globo .tool-top .contenido-tooltip span {
  background: #080715;
  color: #eaeaea;
  border-radius: 3px;
  padding: 0.2rem 0.5rem 0.3rem 0.5rem;
  font-size: 0.8rem;
  position: relative;
  filter: drop-shadow(rgba(0, 0, 0, 0.3) 3px 3px 0);
  display: inline-block;
  animation: 1.2s ease-in infinite anim-tool;
}
body main .contenido .tarjeta .globo .tool-top .contenido-tooltip span::before {
  position: absolute;
  bottom: -0.3rem;
  left: 45%;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #080715;
}
body main .contenido .tarjeta .globo .tool-bottom {
  display: block;
  text-align: center;
}
body main .contenido .tarjeta .globo .tool-bottom .contenido-tooltip {
  display: block;
  margin: 0 0 0.7rem;
}
body main .contenido .tarjeta .globo .tool-bottom .contenido-tooltip span {
  background: #080715;
  color: #eaeaea;
  border-radius: 3px;
  padding: 0.2rem 0.5rem 0.3rem 0.5rem;
  font-size: 0.8rem;
  position: relative;
  filter: drop-shadow(rgba(0, 0, 0, 0.3) 3px 3px 0);
  display: inline-block;
  animation: 1.2s ease-in infinite anim-tool;
}
body main .contenido .tarjeta .globo .tool-bottom .contenido-tooltip span::before {
  position: absolute;
  top: -0.3rem;
  left: 47%;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #080715;
  border-top-color: #080715;
}
@keyframes anim-tool {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(3px);
  }
  75% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(0px);
  }
}
body main .contenido .tarjeta .globo .arrastrable {
  width: 100%;
  height: 300px;
  overflow: hidden;
  cursor: move;
}
@media (max-width: 600px) {
  body main .contenido .tarjeta .globo .arrastrable {
    overflow: scroll;
  }
}
body main .contenido .tarjeta .globo .acordeon {
  list-style: none;
  margin: 0;
  padding: 0;
}
body main .contenido .tarjeta .globo .acordeon li {
  margin: 0 0 1.5rem;
}
body main .contenido .tarjeta .globo .acordeon li .encabezado {
  cursor: pointer;
  display: block;
  background: #ffffff;
  padding: 0.5rem 1rem;
}
@media (max-width: 600px) {
  body main .contenido .tarjeta .globo .acordeon li .encabezado {
    padding: 0.5rem;
  }
}
body main .contenido .tarjeta .globo .acordeon li .encabezado::after {
  float: right;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  content: "\f078";
}
body main .contenido .tarjeta .globo .acordeon li .visible::after {
  content: "\f077";
}
body main .contenido .tarjeta .globo .acordeon li .cuerpo {
  background: #dadada;
  overflow: hidden;
  opacity: 0;
  height: 0;
  padding: 0;
}
body main .contenido .tarjeta .globo .acordeon li .visible + .cuerpo {
  opacity: 1;
  height: auto;
  padding: 1rem;
}
body main .contenido .tarjeta .globo .carousel {
  padding: 0 0 1.4rem 0;
}
@media (max-width: 600px) {
  body main .contenido .tarjeta .globo .carousel {
    padding: 0 0 0.9rem 0;
  }
}
body main .contenido .tarjeta .globo .carousel i {
  font-size: 2rem;
}
@media (max-width: 600px) {
  body main .contenido .tarjeta .globo .carousel i {
    font-size: 1.5rem;
  }
}
body main .contenido .tarjeta .globo .carousel .carousel-indicators {
  bottom: -0.15rem;
  margin: 0 0 0.3rem 0;
}
body main .contenido .tarjeta .globo .carousel .carousel-indicators li {
  height: 10px;
  width: 10px;
  text-align: center;
  font-weight: bold;
  border: none !important;
  border-radius: 50%;
}
@media (max-width: 600px) {
  body main .contenido .tarjeta .globo .carousel .carousel-indicators li {
    height: 10px;
    width: 10px;
  }
}
body main .contenido .tarjeta .globo .falso-verdadero {
  list-style: none;
  margin: 0;
  padding: 0;
}
body main .contenido .tarjeta .globo .falso-verdadero li {
  cursor: pointer;
}
body main .contenido .tarjeta .globo .falso-verdadero li.correcto {
  background: #ffffff;
}
body main .contenido .tarjeta .globo .falso-verdadero li.incorrecto {
  background: #fc4243;
}
body main .contenido .tarjeta .globo .falso-verdadero li.seleccionado::after {
  font-weight: 900;
}
body main .contenido .tarjeta .globo .falso-verdadero li::after {
  float: right;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 400;
  content: "\f111";
}
body main .contenido .tarjeta .globo .quiz-simple {
  list-style: none;
  margin: 0;
  padding: 0;
}
body main .contenido .tarjeta .globo .quiz-simple li {
  cursor: pointer;
}
body main .contenido .tarjeta .globo .quiz-simple li.correcto {
  background: #ffffff;
}
body main .contenido .tarjeta .globo .quiz-simple li.incorrecto {
  background: #fc4243;
}
body main .contenido .tarjeta .globo .quiz-simple li.seleccionado::after {
  font-weight: 900;
}
body main .contenido .tarjeta .globo .quiz-simple li::after {
  float: right;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 400;
  content: "\f111";
}
body main .contenido .tarjeta .globo .quiz-multiple {
  list-style: none;
  margin: 0;
  padding: 0;
}
body main .contenido .tarjeta .globo .quiz-multiple li {
  cursor: pointer;
}
body main .contenido .tarjeta .globo .quiz-multiple li.correcto {
  background: #ffffff;
}
body main .contenido .tarjeta .globo .quiz-multiple li.incorrecto {
  background: #fc4243;
}
body main .contenido .tarjeta .globo .quiz-multiple li.seleccionado::after {
  content: "\f14a";
  font-weight: 900;
}
body main .contenido .tarjeta .globo .quiz-multiple li::after {
  float: right;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 400;
  content: "\f0c8";
}
body main .contenido .tarjeta .globo .quiz-multiple + .enviar-respuestas {
  display: inline-block;
  padding: 0.4rem 0.8rem;
  margin: 1rem 0 0 0;
}
body main .contenido .tarjeta .globo .quiz-multiple + .enviar-inactivo {
  background: #cccccc;
  opacity: 0.5;
  cursor: no-drop;
  pointer-events: none;
}
body main .contenido .tarjeta .globo .quiz-multiple + .enviar-activo {
  background: #fc4243;
  opacity: 1;
  cursor: pointer;
}
body main .contenido .respuesta {
  margin: 0 0 2rem;
  padding: 1rem;
  text-align: right;
}
body main .contenido .respuesta span {
  background: #d34028;
  color: white;
  font-size: 20px;
  font-family: "Cabin-Regular", Times, serif;
  border-radius: 20px 0 20px 20px;
  padding: 0.7rem 1rem;
  display: inline-block;
  max-width: 75%;
}
body main .btn-enviar {
  background: #28334a;
  border-radius: 15px;
  color: white;
  font-family: "Cabin-Bold", Times, serif;
  height: 3rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: fixed;
  width: 100%;
  max-width: 150px;
  left: 50%;
  margin-left: -75px;
  bottom: 0.3rem;
  box-shadow: rgba(0, 0, 0, 0.2) 0 -10px 30px;
  transition: all 200ms ease-in-out;
}
body main .btn-enviar:hover {
  transform: scale(1.05);
}
body main .img-bajar {
  height: 3rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  max-width: 850px;
  bottom: 0;
  background: #e56a54;
}
body main .img-bajar img {
  height: 2rem;
}