.mt-25v {
  margin-top: 25vh; }
  @media (max-width: 767.98px) {
    .mt-25v {
      margin-top: 0; } }

.mt-22v {
  margin-top: 22vh; }
  @media (max-width: 767.98px) {
    .mt-22v {
      margin-top: 0; } }

.mt-18v {
  margin-top: 7rem; }

.max-w-40r {
  max-width: 40rem; }

.mt-12v {
  margin-top: 12vh; }
  @media (max-width: 767.98px) {
    .mt-12v {
      margin-top: 3vh; } }

@media (min-width: 560px) and (max-width: 767.98px) {
  .mt-xs-15v {
    margin-top: 10rem; } }
@media (max-width: 559.98px) {
  .mt-xs-15v {
    margin-top: 10rem; } }

@media (max-width: 767.98px) {
  .mt-md-15rem {
    margin-top: 15rem; } }

.color-light-grey {
  color: #adb5bd; }

.color-grey {
  color: #797D80; }

.color-dark-black {
  color: #5c6266;
  font-weight: 400; }

.color-light-black {
  color: #5c6266;
  font-weight: 400; }

.color-dark-grey {
  color: #5C6266; }

.color-blue {
  color: #5CAEE6 !important; }

.bg-white {
  background-color: #fff; }

.bg-welcome {
  background: #ffffffdb;
  padding: 2%;
  border-bottom: solid 0.6rem #3a506b;
}

.text-sm {
  font-size: 0.87rem; }

.hidden-nav-content {
  opacity: 0;
  transform: translateX(50%);
  overflow: hidden;
  display: none; }
  @media (max-width: 767.98px) {
    .hidden-nav-content {
      opacity: 1;
      transform: translateX(0);
      display: block !important; } }

a.active-line, .active-line {
  border-bottom: 3px solid #CFE65C; }

.rotate-180 {
  transform: rotate(180deg); }

.flip-hor {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

.sub-line {
  border-bottom: 1px solid #DAE1E6; }

.sub-line-firma {
  border-bottom: 1px solid #383838; }

.less-disabled {
  pointer-events: none; }

.error_except {
  max-width: 60rem; }
  .error_except .titulo-error {
    color: #5CAEE6;
    font-family: "Roboto";
    font-size: 2rem;
    line-height: calc(3rem - 6px);
    font-weight: 400; }
  .error_except .subtitulo-error {
    color: #5CAEE6;
    font-family: "Roboto";
    font-size: 1.125rem;
    line-height: calc(1rem + 8px);
    font-weight: 400; }
  .error_except .lista-error {
    margin-top: 1rem;
    list-style: disc;
    color: #797D80; }
    .error_except .lista-error .elem-txt-error .text-error {
      color: #797D80;
      font-family: "Roboto";
      font-size: 1.1rem;
      line-height: 1.5rem;
      font-weight: 300;
      text-align: justify; }
  .error_except .img-error {
    width: 100%;
    max-width: 15rem;
    height: auto;
    margin-top: calc(1rem - 8px); }
  .error_except .continuar {
    border: 0px solid transparent !important; }

.justify-content-evenly {
  justify-content: space-evenly !important; }

@media (min-width: 768px) {
  .justify-content-md-evenly {
    justify-content: space-evenly !important; } }

.navbar_username {
  position: relative;
  text-align: center; }
  .navbar_username::before {
    content: "";
    position: absolute;
    top: -109%;
    left: 0;
    width: 0.1rem;
    height: 297%;
    background-color: #adb5bd; }
  .navbar_username p {
    font-size: 0.8rem;
    margin-bottom: 0;
    font-weight: 600; }

/* FONTS */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Roboto";
  font-weight: 300;
  line-height: 1.2;
  color: #5CAEE6; }

h1, .h1 {
  font-size: 4.25rem; }

h2, .h2 {
  font-size: 2.25rem; }

h3, .h3 {
  font-size: 2rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.125rem; }

.font-light {
  font-weight: 300; }

.font-normal {
  font-weight: 400; }

.font-medium {
  font-weight: 700; }

.font-bold {
  font-weight: 700; }

p {
  font-family: "Open Sans";
  font-size: 1.1rem;
  color: #5c6266;
  font-weight: 400; }

label {
  font-size: 1.1rem;
  color: #797D80;
  font-weight: lighter; }

.title-grey {
  color: #797D80; }

.links {
  color: #5CAEE6;
  font-size: 0.87rem;
  font-weight: 300; }

.text-md {
  font-size: 1rem; }

.text-sm {
  font-size: 0.87rem; }

.text-xs {
  font-size: 0.75rem; }

.text-xxs {
  font-size: 0.0625rem; }

@media (max-width: 991.98px) {
  h1, .h1 {
    font-size: 3.1875rem; }

  h2, .h2 {
    font-size: 1.6875rem; }

  h3, .h3 {
    font-size: 1.5rem; }

  h4, .h4 {
    font-size: 1.125rem; }

  h5, .h5 {
    font-size: 0.84375rem; }

  p, body, label {
    font-size: 0.88rem; } }
label {
  color: #797D80; }

.form-control::placeholder {
  color: #DAE1E6; }

input.form-control {
  border: solid 2px #DAE1E6;
  border-radius: 8px;
  padding-left: 1rem; }

input.form-control:focus {
  outline: none;
  border: solid 2px #80CCFF;
  border-radius: 8px;
  box-shadow: none; }

@media (max-width: 991.98px) {
  .btn {
    padding: .5rem 1.25rem;
    font-size: .85rem; } }

.btn-primary {
  color: #f0f4f7;
  background-color: #3a506b;
  border-color: #3a506b; }
  .btn-primary:hover {
    background-color: #3D93CC;
    border-color: #3D93CC; }

.btn-continuar {
  color: #797D80;
  background-color: #FFDC60;
  border: 0px; }
  .btn-continuar:hover {
    color: #797D80;
    background-color: #ffd43a;
    border-color: #ffd12d; }

.btnAp {
  background: #CFE65C;
  border: 0px;
  color: #FAFAFA;
  font-family: "Open Sans";
  font-weight: 400; }
  .btnAp:hover {
    background: #5CAEE6; }

.btn-edge {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100px;
  padding-top: 8px;
  font-family: "Roboto";
  transition: .5s;
  color: #adb5bd; }

.btn-certificado {
  left: 0;
  border-radius: 0 0 0px calc(1.25rem - 4px);
  font-size: .9rem; }
  .btn-certificado:hover {
    background-color: #F7F7F7;
    text-decoration: none;
    color: #CFE65C; }

.btn-notas {
  border-radius: 0 0 calc(1.25rem - 4px) 0;
  font-size: .9rem; }
  .btn-notas:hover {
    background-color: #F7F7F7;
    text-decoration: none;
    color: #CFE65C; }

.btn-ver {
  right: 0;
  border-radius: 0 0 0px calc(1.25rem - 4px);
  font-size: .9rem; }
  .btn-ver:hover {
    background-color: #F7F7F7;
    text-decoration: none;
    color: #CFE65C; }

.btn_sp1 {
  padding: calc(1.25rem - 8px) calc(1.5rem - 5.84px);
  background: linear-gradient(to left, #5CAEE6 0%, #5CAEE6 100%) !important;
  border-radius: 2rem;
  position: relative;
  transition: all .25s ease-in-out;
  color: #fff; }
  .btn_sp1:hover {
    background: linear-gradient(to right, #5CAEE6 0%, #3D93CC 100%) !important;
    color: #fff; }

.btn_sp2 {
  padding: calc(1.25rem - 8px) calc(1.5rem - 5.84px);
  background-color: #FFDC60 !important;
  border-radius: 2rem;
  position: relative;
  transition: all .25s ease-in-out;
  color: #797D80; }
  .btn_sp2:hover {
    background-color: #FFDC60 !important;
    color: #5C6266; }

.btn-search {
  position: absolute;
  height: 2.6rem;
  top: .07rem;
  right: 1.07rem;
  border: 0px;
  background: transparent;
  border-radius: 0 .5rem .5rem 0; }
  .btn-search:focus {
    outline: 0; }
  .btn-search .ic-search {
    margin-top: .5rem;
    cursor: pointer;
    color: #DAE1E6; }

.bttn_fm {
  color: #797D80; }

.btn-dl {
  padding: .3rem 1.5rem .5rem 1.5rem;
  text-align: center; }
  .btn-dl .ic-dl {
    position: relative;
    top: .5rem;
    left: 0; }

.btnRepeatEval {
  padding: 0;
  border-radius: 50%;
  height: 6rem;
  width: 6rem;
  box-shadow: 3px 3px 15px rgba(56, 56, 56, 0.5);
  transition: all .25s ease-out; }
  .btnRepeatEval .ic-resul {
    font-size: 5rem;
    color: #5CAEE6;
    padding: .5rem;
    transition: all .25s ease-out; }
  .btnRepeatEval .alreves {
    transform: scaleX(-1) rotate(5deg);
    transition: all .5s ease-out; }
  .btnRepeatEval:hover {
    background: #FFDC60; }
    .btnRepeatEval:hover .ic-resul {
      color: #797D80; }
    .btnRepeatEval:hover .alreves {
      transform: scaleX(-1) rotate(360deg); }

.panelBtn {
  list-style: none;
  z-index: 1000; }
  @media (max-width: 991.98px) {
    .panelBtn {
      right: 4rem; } }
  .panelBtn .seccBtn .btnC {
    width: 6rem;
    height: 6rem;
    padding: .25rem;
    border-radius: 50%;
    box-shadow: 2px 2px 5px rgba(51, 51, 51, 0.5);
    cursor: pointer; }
    @media (max-width: 991.98px) {
      .panelBtn .seccBtn .btnC {
        width: 4.5rem;
        height: 4.5rem; } }
    .panelBtn .seccBtn .btnC .certi {
      width: 4rem;
      height: auto;
      border-radius: calc(1rem - 6px);
      position: relative;
      top: .3rem;
      text-align: center; }
      @media (max-width: 991.98px) {
        .panelBtn .seccBtn .btnC .certi {
          width: 2.5rem; } }
    .panelBtn .seccBtn .btnC .notas {
      width: 4rem;
      height: auto;
      position: relative;
      top: .3rem;
      text-align: center; }
      @media (max-width: 991.98px) {
        .panelBtn .seccBtn .btnC .notas {
          width: 2.5rem; } }

.bttn_fm {
  font-family: "Roboto";
  font-weight: 500;
  text-align: center; }

body {
  background-color: #F7F7F7;
  overflow-x: hidden;
  overflow-y: auto !important;
  padding-right: 0 !important; }
  body::-webkit-scrollbar {
    width: calc(1rem - 8px); }
  body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
  body::-webkit-scrollbar-thumb {
    background-color: #AAAFB3;
    outline: 1px solid #565656; }
  @media (max-width: 767.98px) {
    body.bckLogin {
      background: url(../../../assets/img/decorate_qr.svg) no-repeat top right; } }
  @media (max-width: 559.98px) {
    body.bckLogin {
      background: url(../../../assets/img/decorate_qr.svg) no-repeat top right; } }

#main {
  transition: all .6s;
  padding: 16px;
  margin-left: 170px;
  max-width: 95%; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    #main {
      width: 99%;
      margin-left: 8rem; } }
  @media (min-width: 560px) and (max-width: 767.98px) {
    #main {
      width: 99%;
      margin-left: 1rem;
      padding: 16px 10px 10px 16px;
      max-width: 99%; } }
  @media screen and (max-width: 575.98px) {
    #main {
      margin-left: 1rem;
      padding-right: 0px; } }

.bckgd {
  background: url(../../../assets/img/decorate_qr.svg) no-repeat top right; }

body.lesson-body, body.detalle-noticias {
  background-color: white; }

a:hover {
  text-decoration: none;
  color: #5CAEE6; }

.perfil-dropdown {
  background-color: white;
  color: #AAAFB3;
  padding: 1rem;
  left: -150%;
  text-align: center; }

.perfil:hover {
  opacity: .8; }
.perfil.dropdown-toggle:after {
  display: none; }

.cont-noticias {
  margin-top: calc(1rem - 5px);
  border-radius: 1rem;
  background-color: #F7FAFC;
  padding: calc(2rem + 3px) 0; }

input:hover {
  border: 2px solid #80CCFF; }

input[type=date]::-webkit-datetime-edit-month-field, input[type=date]::-webkit-datetime-edit-day-field, input[type=date]::-webkit-datetime-edit-year-field {
  color: #797D80; }
input[type=date]::-webkit-clear-button {
  font-size: 18px;
  height: 30px;
  position: relative;
  right: -3rem;
  margin-right: 4px;
  color: #5CAEE6; }
input[type=date]::-webkit-inner-spin-button {
  height: 30px;
  position: relative;
  right: -3rem; }
input[type=date]::-webkit-calendar-picker-indicator {
  font-size: calc(1rem + 2px);
  position: relative;
  right: -3rem; }
input[type=date]:hover {
  border: 2px solid #80CCFF; }

body.codigoQR {
  background-color: #fff;
  background-image: url(../../../assets/img/decorate_qr.svg);
  background-repeat: no-repeat;
  background-size: 30vw auto;
  background-position: top right; }
  @media (max-width: 991.98px) {
    body.codigoQR {
      background-size: 50% auto; } }
  @media (max-width: 767.98px) {
    body.codigoQR {
      background-size: 75% auto; } }
  @media (max-width: 559.98px) {
    body.codigoQR {
      background-size: 100% auto; } }

.audio-player img {
  width: 100%;
  border-radius: 1rem 1rem 0 0; }

.footer {
  position: relative;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  border-top: 1px solid #DAE1E6;
  padding: calc(1rem - 6px) 0;
  margin-top: calc(6rem + 4px); }
  @media (max-width: 767.98px) {
    .footer {
      width: 90vw; }
      .footer .cpyR {
        margin: 0 !important;
        padding: 0 !important;
        font-size: .825rem !important; }
      .footer .links {
        font-size: .825rem !important; }
      .footer .ayudaForm {
        padding-right: .5rem; }
        .footer .ayudaForm li .links {
          font-size: .825rem !important; }
      .footer .imgForm {
        position: relative;
        left: 0rem; } }
  @media (max-width: 559.98px) {
    .footer {
      width: 78vw; }
      .footer .cpyR {
        margin: 0 !important;
        padding: 0 !important;
        font-size: .625rem !important; }
      .footer .links {
        font-size: .625rem !important; }
      .footer .ayudaForm {
        padding: 0 !important;
        margin-top: 20px !important; }
        .footer .ayudaForm li .links {
          font-size: 0.8rem !important;
          text-align: center; }
      .footer .imgForm {
        position: relative; } }
  .footer .footer-wrapper {
    width: 75%;
    margin: 0 auto; }
  .footer .imgForm {
    width: 8rem;
    height: auto;
    filter: grayscale(100%);
    opacity: .5; }
  .footer .ayudaForm {
    list-style-type: none;
    margin-top: 40px; }
  .footer .cpyR {
    color: #AAAFB3;
    font-family: "Roboto";
    font-size: 0.75rem;
    line-height: calc(1rem - 2px); }

.hide {
  display: none; }

@keyframes brillo {
  0%, 100% {
    opacity: 0;
    transform: scale(1) rotate(0deg); }
  25% {
    opacity: .75; }
  50% {
    opacity: 1;
    transform: scale(1.5); }
  75% {
    opacity: .75; } }
@keyframes sonar {
  0% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(2);
    opacity: 0; } }
@-webkit-keyframes bounce {
  0% {
    transform: scale3d(0.1, 0.1, 1);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.9); }
  55% {
    transform: scale3d(1.08, 1.08, 1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0); }
  75% {
    transform: scale3d(0.95, 0.95, 1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.9); }
  100% {
    transform: scale3d(1, 1, 1);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.9); } }
@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }
@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }
@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }
@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }
@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }
@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }
.login-cover {
  background-image: url(../../../assets/img/prueba-tss.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  width: 100%;
  min-height: 100vh; }

.sloganLogin {
  color: #3D93CC;
  font-weight: 400; }

a.links:focus {
  outline: none !important; }

a:focus, a:active, a:target, a:checked {
  outline: none !important; }

.imgLogin {
  max-width: 20rem; }
  @media (max-width: 559.98px) {
    .imgLogin {
      width: 13rem;
      margin: 1.5rem auto !important;
      position: relative;
      left: 0; } }

@media (max-width: 559.98px) {
  .pnlogin .titleLogin, .pnlogin .txtLogin {
    width: 13rem;
    margin: 1rem auto !important;
    position: relative;
    left: 0; }
  .pnlogin .userLogin, .pnlogin .pwdLogin {
    width: 15rem;
    position: relative;
    left: 0; }
  .pnlogin .checkLogin {
    margin: 0 auto !important;
    position: relative;
    left: 0; }
  .pnlogin .btnLogin {
    margin: 1rem auto !important; }
  .pnlogin .recupLogin {
    width: 15rem;
    margin: 1rem auto !important;
    white-space: nowrap; } }

.userLogin, .pwdLogin {
  width: 18rem; }

.modal-recuperacion .titulo {
  margin-top: calc(-1*calc(2rem - 7px)); }
.modal-recuperacion .btn_rc {
  margin: 1rem 0;
  padding: auto 0; }
.modal-recuperacion .txt-modal-footer {
  margin-top: 2rem; }
.modal-recuperacion .txt-modal {
  color: #797D80;
  font-family: "Roboto";
  font-size: 1rem;
  line-height: 1.1875rem;
  text-align: center; }
.modal-recuperacion .txt-modal-footer {
  position: relative;
  bottom: calc(-1 * calc(2rem + 3px)); }
.modal-recuperacion input {
  align-items: center; }
.modal-recuperacion .btn_rc {
  text-align: center;
  margin: 1rem 0 calc(1rem - 8px) 0; }
.modal-recuperacion .link_ri {
  font-size: 0.87rem;
  color: #5CAEE6;
  font-family: "Open Sans";
  font-weight: 400;
  position: relative;
  text-align: center !important;
  float: none !important; }

.modal-calendario .titulo {
  margin-top: calc(-1*calc(2rem - 7px)); }
.modal-calendario .btn_rc {
  margin-top: -2rem; }
.modal-calendario .text-calendar {
  color: #797D80;
  font-family: "Roboto";
  font-size: calc($p-font-size - 2px);
  line-height: 1.1875rem;
  text-align: center;
  font-weight: 300; }

.modal-edit::-webkit-scrollbar {
  width: .75rem; }
.modal-edit::-webkit-scrollbar-thumb {
  background-color: #DAE1E6; }

.modal-resp::-webkit-scrollbar {
  width: .75rem; }
.modal-resp::-webkit-scrollbar-thumb {
  background-color: #DAE1E6; }

.modalEditP {
  padding-right: 0px !important; }
  .modalEditP::-webkit-scrollbar {
    width: .75rem; }
  .modalEditP::-webkit-scrollbar-thumb {
    background-color: #DAE1E6; }

.modalChagePwd::-webkit-scrollbar {
  width: .75rem; }
.modalChagePwd::-webkit-scrollbar-thumb {
  background-color: #DAE1E6; }

.modalCerrarSesion {
  -webkit-animation: bounce .5s ease-in 1 forwards;
  /*-moz-animation-name: bounce;*/
  animation: bounce .5s ease-in 1 forwards; }
  .modalCerrarSesion .textModalCs {
    font-size: calc(1rem + 9px);
    font-family: "Roboto";
    line-height: 1rem;
    color: #DAE1E6; }
  .modalCerrarSesion .btn-Cs {
    text-transform: uppercase;
    font-family: "Roboto";
    font-weight: 700;
    border: 0px !important;
    padding: .7rem 2rem;
    border-radius: 50rem;
    background: linear-gradient(to left, #5CAEE6 0%, #3D93CC 100%); }
    .modalCerrarSesion .btn-Cs:hover {
      background: linear-gradient(to right, #5CAEE6 0%, #3D93CC 100%); }

.modalSopVirtual .txtModalVs {
  color: #797D80;
  font-family: "Roboto";
  font-size: 1rem;
  line-height: calc(1rem + 3px); }
.modalSopVirtual .btnEnv {
  text-transform: uppercase;
  font-family: "Roboto";
  font-weight: 700;
  border: 0px !important; }
.modalSopVirtual .cerrarSv {
  color: #5CAEE6;
  font-family: "Roboto";
  font-size: 0.87rem;
  line-height: 1rem;
  text-align: center; }
.modalSopVirtual .textAsv {
  padding: .5rem; }
.modalSopVirtual::-webkit-scrollbar {
  width: .75rem; }
.modalSopVirtual::-webkit-scrollbar-thumb {
  background-color: #DAE1E6; }

.modalCEval {
  width: 90vw;
  max-width: 25rem;
  height: 27rem;
  -webkit-animation: bounce .5s ease-in 1 forwards;
  /*-moz-animation-name: bounce;*/
  animation: bounce .5s ease-in 1 forwards; }
  .modalCEval .btn_close_modal {
    right: 0 !important; }
  .modalCEval .textModalCs {
    font-size: calc(1rem + 9px);
    font-family: "Roboto";
    line-height: 1rem;
    color: #DAE1E6; }
  .modalCEval .btn-Cs {
    text-transform: uppercase;
    font-family: "Roboto";
    font-weight: 700;
    border: 0px !important;
    padding: .7rem 2rem;
    border-radius: 50rem;
    color: #797D80;
    background: linear-gradient(to left, #FFDC60 0%, #FFDC60 100%); }
    @media (max-width: 559.98px) {
      .modalCEval .btn-Cs {
        position: relative; } }
    @media (max-width: 324.98px) {
      .modalCEval .btn-Cs {
        font-size: .9rem; } }
    .modalCEval .btn-Cs:hover {
      background: linear-gradient(to right, #FFDC60 0%, #FFDC60 100%);
      color: #565656; }

.modalVc {
  -webkit-animation: bounce .5s ease-in 1 forwards;
  /*-moz-animation-name: bounce;*/
  animation: bounce .5s ease-in 1 forwards; }
  .modalVc .tituloVc {
    color: #5CAEE6;
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 1.5rem;
    text-align: center;
    line-height: 2.375rem; }
    @media (max-width: 324.98px) {
      .modalVc .tituloVc {
        font-size: 1.1rem;
        line-height: 1.5rem; } }
  .modalVc .btn-Cs {
    text-transform: uppercase;
    font-family: "Roboto";
    font-weight: 700;
    border: 0px !important;
    padding: .7rem 2rem;
    border-radius: 50rem;
    color: #797D80;
    background: linear-gradient(to left, #FFDC60 0%, #FFDC60 100%); }
    @media (max-width: 559.98px) {
      .modalVc .btn-Cs {
        position: relative;
        left: -1.5rem; } }
    @media (max-width: 324.98px) {
      .modalVc .btn-Cs {
        font-size: .9rem;
        left: -1.75rem; } }
    .modalVc .btn-Cs:hover {
      background: linear-gradient(to right, #FFDC60 0%, #FFDC60 100%);
      color: #565656; }

.modalEEval .textModalEv {
  font-size: calc(1rem + 9px);
  font-family: "Roboto";
  line-height: 1rem;
  color: #DAE1E6;
  font-weight: 400; }
.modalEEval .btn-Fe {
  text-transform: uppercase;
  font-family: "Roboto";
  font-weight: 700;
  border: 0px !important;
  padding: .7rem 1.5rem;
  border-radius: 50rem;
  color: #F7FAFC; }
.modalEEval .btn-contEval {
  color: #565656;
  text-transform: uppercase;
  font-family: "Roboto";
  font-weight: 700;
  border: 0px !important;
  padding: .7rem 1.5rem;
  border-radius: 50rem; }
  .modalEEval .btn-contEval:hover {
    color: #F7FAFC; }

.modalMuroNotify .textAsv {
  padding: .5rem;
  border-radius: calc(1rem - 8px); }
.modalMuroNotify::-webkit-scrollbar {
  width: .7rem; }
.modalMuroNotify::-webkit-scrollbar-thumb {
  background-color: #DAE1E6; }
.modalMuroNotify .msjMuro {
  background: #fff;
  width: 50rem;
  max-height: 9rem;
  padding: 1rem 2rem .5rem 2rem;
  border-radius: calc(1rem - 8px);
  overflow-y: auto;
  margin-bottom: calc(1rem - 8px); }
  .modalMuroNotify .msjMuro::-webkit-scrollbar {
    width: .3rem; }
  .modalMuroNotify .msjMuro::-webkit-scrollbar-thumb {
    background-color: #DAE1E6; }
  .modalMuroNotify .msjMuro .textMuroNoti {
    font-family: "Open Sans";
    font-size: 0.87rem;
    line-height: calc(1rem + 4px); }
.modalMuroNotify .msjMuroResp {
  background: #DAE1E6;
  width: 50rem;
  max-height: 18rem;
  padding: 0;
  border-radius: calc(1rem - 8px);
  overflow-y: auto; }
  .modalMuroNotify .msjMuroResp::-webkit-scrollbar {
    width: .3rem; }
  .modalMuroNotify .msjMuroResp::-webkit-scrollbar-thumb {
    background-color: #AAAFB3; }
  .modalMuroNotify .msjMuroResp .comment {
    list-style-type: none;
    border-bottom: 1px solid #FAFAFA;
    padding: 1rem 2rem .5rem 2rem; }
    .modalMuroNotify .msjMuroResp .comment .textMuroNoti {
      font-family: "Open Sans";
      font-size: 0.87rem;
      line-height: calc(1rem + 4px); }
  .modalMuroNotify .msjMuroResp .muroComment {
    padding: .4rem; }
    .modalMuroNotify .msjMuroResp .muroComment .moreMuroNotify {
      font-size: 0.87rem;
      font-weight: 400;
      color: #797D80; }
      .modalMuroNotify .msjMuroResp .muroComment .moreMuroNotify .icMore {
        position: relative;
        right: .25rem;
        top: .3rem; }
      .modalMuroNotify .msjMuroResp .muroComment .moreMuroNotify:hover {
        color: #5CAEE6; }

.modalSuccess {
  -webkit-animation: bounce .5s ease-in 1 forwards;
  /*-moz-animation-name: bounce;*/
  animation: bounce .5s ease-in 1 forwards; }
  .modalSuccess .check_mark {
    width: 10rem;
    height: 10rem;
    margin: 0 auto; }
    .modalSuccess .check_mark .sa-icon {
      width: 10rem;
      height: 10rem;
      border: 4px solid #DAE1E6;
      border-radius: 50%;
      margin: calc(1rem + 4px) auto;
      padding: 0;
      position: relative;
      left: 0;
      box-sizing: content-box; }
      .modalSuccess .check_mark .sa-icon.sa-success {
        border-color: #CFE65C;
        border-color: transparent; }
        .modalSuccess .check_mark .sa-icon.sa-success::before, .modalSuccess .check_mark .sa-icon.sa-success::after {
          content: '';
          border-radius: 50%;
          position: absolute;
          width: 6rem;
          height: 11rem;
          background: #FAFAFA;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        .modalSuccess .check_mark .sa-icon.sa-success::before {
          -webkit-border-radius: 120px 0 0 120px;
          border-radius: 120px 0 0 120px;
          top: 1.5rem;
          left: -1.5rem;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
          -webkit-transform-origin: 120px 120px;
          transform-origin: 120px 120px; }
        .modalSuccess .check_mark .sa-icon.sa-success::after {
          -webkit-border-radius: 0 120px 120px 0;
          border-radius: 0 120px 120px 0;
          top: 0rem;
          left: 3.75rem;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
          -webkit-transform-origin: 0px 120px;
          transform-origin: 0px 120px; }
        .modalSuccess .check_mark .sa-icon.sa-success .sa-placeholder {
          width: 10rem;
          height: 10rem;
          border: 4px solid rgba(207, 230, 92, 0.7);
          border-radius: 50%;
          box-sizing: content-box;
          position: absolute;
          left: -4px;
          top: -4px;
          z-index: 2; }
        .modalSuccess .check_mark .sa-icon.sa-success .sa-fix {
          width: .5rem;
          height: 5rem;
          background-color: #FAFAFA;
          position: absolute;
          left: 2.25rem;
          top: 1.85rem;
          z-index: 1;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
        .modalSuccess .check_mark .sa-icon.sa-success.animate::after {
          -webkit-animation: rotatePlaceholder 4.25s ease-in;
          animation: rotatePlaceholder 4.25s ease-in; }
        .modalSuccess .check_mark .sa-icon.sa-success .sa-line.sa-tip {
          -ms-transform: rotate(45deg) \9; }
        .modalSuccess .check_mark .sa-icon.sa-success .sa-line.sa-long {
          -ms-transform: rotate(-45deg) \9; }
  .modalSuccess .sa-icon.sa-success .sa-line {
    height: 8px;
    background-color: #CFE65C;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2; }
    .modalSuccess .sa-icon.sa-success .sa-line.sa-tip {
      width: 3.5rem;
      left: 1.5rem;
      top: 5rem;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .modalSuccess .sa-icon.sa-success .sa-line.sa-long {
      width: 5.5rem;
      left: 3.5rem;
      top: 4.5rem;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .modalSuccess .msgText {
    font-family: "Open Sans";
    font-size: calc(2rem - 4px);
    font-weight: 400; }

.modalWrong {
  -webkit-animation: bounce .5s ease-in 1 forwards;
  /*-moz-animation-name: bounce;*/
  animation: bounce .5s ease-in 1 forwards; }
  .modalWrong .wrong_mark {
    width: 10rem;
    height: 10rem;
    margin: 0 auto; }
    .modalWrong .wrong_mark .sa-icon {
      width: 10rem;
      height: 10rem;
      border: 4px solid #DAE1E6;
      border-radius: 50%;
      margin: calc(1rem + 4px) auto;
      padding: 0;
      position: relative;
      left: 0;
      box-sizing: content-box; }
      .modalWrong .wrong_mark .sa-icon.sa-error {
        border-color: #df584c;
        border-color: transparent; }
        .modalWrong .wrong_mark .sa-icon.sa-error::before, .modalWrong .wrong_mark .sa-icon.sa-error::after {
          content: '';
          border-radius: 50%;
          position: absolute;
          width: 6rem;
          height: 11rem;
          background: #FAFAFA;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        .modalWrong .wrong_mark .sa-icon.sa-error::before {
          -webkit-border-radius: 120px 0 0 120px;
          border-radius: 120px 0 0 120px;
          top: 1.5rem;
          left: -1.5rem;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
          -webkit-transform-origin: 120px 120px;
          transform-origin: 120px 120px; }
        .modalWrong .wrong_mark .sa-icon.sa-error::after {
          -webkit-border-radius: 0 120px 120px 0;
          border-radius: 0 120px 120px 0;
          top: 0rem;
          left: 3.75rem;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
          -webkit-transform-origin: 0px 120px;
          transform-origin: 0px 120px; }
        .modalWrong .wrong_mark .sa-icon.sa-error .sa-placeholder {
          width: 10rem;
          height: 10rem;
          border: 4px solid rgba(223, 88, 76, 0.7);
          border-radius: 50%;
          box-sizing: content-box;
          position: absolute;
          left: -4px;
          top: -4px;
          z-index: 2; }
        .modalWrong .wrong_mark .sa-icon.sa-error .sa-fix {
          width: .5rem;
          height: 5rem;
          background-color: #FAFAFA;
          position: absolute;
          left: 2.25rem;
          top: 1.85rem;
          z-index: 1;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
        .modalWrong .wrong_mark .sa-icon.sa-error.animate::after {
          -webkit-animation: rotatePlaceholder 4.25s ease-in;
          animation: rotatePlaceholder 4.25s ease-in; }
        .modalWrong .wrong_mark .sa-icon.sa-error .sa-line.sa-tip {
          -ms-transform: rotate(45deg) \9; }
        .modalWrong .wrong_mark .sa-icon.sa-error .sa-line.sa-long {
          -ms-transform: rotate(-45deg) \9; }
  .modalWrong .sa-icon.sa-error .sa-line {
    height: 8px;
    background-color: #df584c;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2; }
    .modalWrong .sa-icon.sa-error .sa-line.sa-tip {
      width: 8rem;
      left: 1rem;
      top: 4.75rem;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .modalWrong .sa-icon.sa-error .sa-line.sa-long {
      width: 8rem;
      left: 1rem;
      top: 4.75rem;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .modalWrong .msgText {
    font-family: "Open Sans";
    font-size: calc(2rem - 4px);
    font-weight: 400; }

.modalShowImage .bigImageContainer {
  width: 90vw;
  max-width: 40rem;
  height: 95vh; }
  .modalShowImage .bigImageContainer .bigImage {
    position: relative; }
    .modalShowImage .bigImageContainer .bigImage.rotate {
      width: 100%;
      height: 89vh; }
      .modalShowImage .bigImageContainer .bigImage.rotate img {
        width: 89vh;
        transform: rotate(90deg); }
      .modalShowImage .bigImageContainer .bigImage.rotate .closeModal {
        top: -2%;
        right: 2%; }
    .modalShowImage .bigImageContainer .bigImage img {
      width: 100%; }
    .modalShowImage .bigImageContainer .bigImage .closeModal {
      position: absolute;
      right: -2%;
      top: -5%;
      z-index: 10;
      border-radius: 50%;
      background-color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 2rem;
      height: 2rem;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); }

.ranking-loader {
  background-color: rgba(0, 0, 0, 0.5); }
  .ranking-loader__spinner {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    border: 5px solid #5caee6;
    border-top-color: transparent;
    animation: rank_loader 1.4s infinite linear; }

.modal-notification-ranking {
  background-color: rgba(0, 0, 0, 0.5); }
  .modal-notification-ranking.show {
    display: flex; }
  .modal-notification-ranking__content {
    position: relative;
    width: 90%;
    max-width: 32rem;
    border-radius: 10px;
    padding: 4rem 1rem;
    gap: 1rem;
    border: 1px solid #bbb;
    background-color: #fff;
    box-shadow: 0px 10px 8px rgba(33, 33, 33, 0.5); }
    .modal-notification-ranking__content .close {
      position: absolute;
      top: 0.5rem;
      right: 0.5rem; }
    .modal-notification-ranking__content img {
      width: 7rem; }
    .modal-notification-ranking__content__title {
      font-size: 2.6rem;
      font-weight: bold;
      text-align: center;
      color: #383838; }
  .modal-notification-ranking__continue {
    max-width: 15rem;
    border-radius: 3px;
    text-transform: uppercase;
    cursor: pointer; }

.modal-resp {
  height: 37rem;
  width: 65rem;
  height: 33rem;
  width: 62rem; }

.modal-edit, .modalMuroNotify {
  height: 46rem;
  width: 65rem;
  height: 36rem;
  width: 62rem; }

.modalCerrarSesion {
  height: max-content;
  max-height: 36.5rem;
  width: 90vw;
  max-width: 25rem; }

.modalEEval {
  height: 28.5rem;
  width: 33.5rem;
  height: 28.5rem;
  width: 30.5rem; }
  @media (max-width: 559.98px) {
    .modalEEval {
      height: 30rem;
      width: 20rem; } }
  @media (max-width: 324.98px) {
    .modalEEval {
      height: 30rem;
      width: 17rem; } }

.modalVc {
  height: max-content;
  width: 90vw;
  max-width: 30rem; }

.modal-recuperacion, .modal-calendario, .modalEditP, .modalChagePwd, .modalSopVirtual, .modalSuccess, .modalWrong {
  height: max-content;
  width: 90%;
  max-width: 40rem; }

.modal-recuperacion, .modal-calendario, .modal-edit, .modal-resp, .modalEditP, .modalChagePwd, .modalCerrarSesion, .modalSopVirtual, .modalCEval, .modalVc, .modalEEval, .modalMuroNotify, .modalSuccess, .modalWrong {
  margin: 2rem auto 0 auto;
  border-radius: 1rem;
  background: #FAFAFA; }
  .modal-recuperacion .btn_close_modal, .modal-calendario .btn_close_modal, .modal-edit .btn_close_modal, .modal-resp .btn_close_modal, .modalEditP .btn_close_modal, .modalChagePwd .btn_close_modal, .modalCerrarSesion .btn_close_modal, .modalSopVirtual .btn_close_modal, .modalCEval .btn_close_modal, .modalVc .btn_close_modal, .modalEEval .btn_close_modal, .modalMuroNotify .btn_close_modal, .modalSuccess .btn_close_modal, .modalWrong .btn_close_modal {
    position: relative;
    z-index: 10;
    right: 0;
    border: 0;
    background: transparent; }
    .modal-recuperacion .btn_close_modal .ic-close-white, .modal-calendario .btn_close_modal .ic-close-white, .modal-edit .btn_close_modal .ic-close-white, .modal-resp .btn_close_modal .ic-close-white, .modalEditP .btn_close_modal .ic-close-white, .modalChagePwd .btn_close_modal .ic-close-white, .modalCerrarSesion .btn_close_modal .ic-close-white, .modalSopVirtual .btn_close_modal .ic-close-white, .modalCEval .btn_close_modal .ic-close-white, .modalVc .btn_close_modal .ic-close-white, .modalEEval .btn_close_modal .ic-close-white, .modalMuroNotify .btn_close_modal .ic-close-white, .modalSuccess .btn_close_modal .ic-close-white, .modalWrong .btn_close_modal .ic-close-white {
      height: 1.5rem;
      width: 1.5rem;
      cursor: pointer;
      color: #AAAFB3; }
  .modal-recuperacion .titulo, .modal-calendario .titulo, .modal-edit .titulo, .modal-resp .titulo, .modalEditP .titulo, .modalChagePwd .titulo, .modalCerrarSesion .titulo, .modalSopVirtual .titulo, .modalCEval .titulo, .modalVc .titulo, .modalEEval .titulo, .modalMuroNotify .titulo, .modalSuccess .titulo, .modalWrong .titulo {
    color: #797D80;
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 1.5rem;
    text-align: center;
    line-height: 2.375rem; }
    @media (max-width: 324.98px) {
      .modal-recuperacion .titulo, .modal-calendario .titulo, .modal-edit .titulo, .modal-resp .titulo, .modalEditP .titulo, .modalChagePwd .titulo, .modalCerrarSesion .titulo, .modalSopVirtual .titulo, .modalCEval .titulo, .modalVc .titulo, .modalEEval .titulo, .modalMuroNotify .titulo, .modalSuccess .titulo, .modalWrong .titulo {
        font-size: 1.1rem;
        line-height: 1.5rem; } }

.modal-edit .titulo-form, .modal-resp .titulo-form, .modalEditP .titulo-form, .modalChagePwd .titulo-form {
  color: #797D80;
  font-family: "Roboto";
  font-size: 1rem;
  line-height: 1.1875rem;
  font-weight: 500;
  text-align: left; }

.modalCerrarSesion .cancelarCs, .modalCEval .cancelarCs, .modalVc .cancelarCs {
  text-transform: uppercase;
  font-family: "Roboto";
  font-weight: 700;
  color: #adb5bd; }
  .modalCerrarSesion .cancelarCs:hover, .modalCEval .cancelarCs:hover, .modalVc .cancelarCs:hover {
    color: #565656; }

@keyframes rank_loader {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.avatar-img {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50rem;
  position: relative;
  top: -.2rem; }
  @media (max-width: 559.98px) {
    .avatar-img {
      max-height: 2rem;
      max-width: 2rem; } }

.eval_header {
  height: 10rem !important;
  padding: 1rem !important;
  position: absolute; }
  @media (min-width: 768px) {
    .eval_header {
      height: 6rem !important; } }
  .eval_header .exit_eval {
    cursor: pointer;
    position: relative; }
  .eval_header .txt_eval_header {
    color: #AAAFB3;
    font-family: "Roboto";
    font-size: .875rem;
    line-height: 1rem;
    text-align: left; }
  .eval_header .titulo_eval {
    font-family: "Roboto";
    font-size: 1.5rem;
    text-align: center;
    white-space: pre-wrap;
    max-width: 55rem;
    line-height: 1rem;
    font-weight: 500;
    color: #5C6266; }
    @media (min-width: 560px) and (max-width: 767.98px) {
      .eval_header .titulo_eval {
        position: relative; } }
    @media (min-width: 325px) and (max-width: 559.98px) {
      .eval_header .titulo_eval {
        font-size: 1.1rem; } }
    @media (min-width: 300px) and (max-width: 324.98px) {
      .eval_header .titulo_eval {
        font-size: 1.1rem; } }
  .eval_header .sub_titulo_eval {
    color: #AAAFB3;
    font-family: "Roboto";
    font-size: 1rem;
    line-height: 1rem;
    padding-top: 0.5rem;
    max-width: 55rem;
    text-align: center; }
    @media (min-width: 560px) and (max-width: 767.98px) {
      .eval_header .sub_titulo_eval {
        padding-top: 0rem;
        position: relative; } }
    @media (min-width: 325px) and (max-width: 559.98px) {
      .eval_header .sub_titulo_eval {
        font-size: 0.75rem;
        padding-top: 0rem;
        position: relative; } }
    @media (max-width: 324.98px) {
      .eval_header .sub_titulo_eval {
        font-size: 0.75rem;
        padding-top: 0rem;
        position: relative; } }
  @media (max-width: 767.98px) {
    .eval_header .logo_form img {
      width: 7rem;
      height: auto;
      position: absolute; } }
  @media (max-width: 559.98px) {
    .eval_header .logo_form img {
      width: 6rem;
      height: auto;
      position: absolute; } }

.navbar .logo {
  width: 15.625rem;
  text-align: center; }
  @media (max-width: 559.98px) {
    .navbar .logo {
      max-width: 7.8125rem; } }
.navbar .wraper-title-lesson {
  max-width: 72%;
  text-align: center;
  margin: 0; }
  .navbar .wraper-title-lesson h4 {
    font-size: 1.4rem; }

nav.navbar {
  box-shadow: 0 2px 8px 0 rgba(170, 175, 179, 0.56);
  height: calc(4rem + 6px);
  padding: 0.5rem 1rem !important; }
  @media (max-width: 559.98px) {
    nav.navbar {
      padding: .25rem .5rem !important; } }

@media (max-width: 559.98px) {
  .navbar-brand {
    margin-right: .5rem; } }
.navbar-brand .imgLogoCC {
  max-width: 4rem;
  position: relative;
  left: 4.5rem; }
.navbar-brand .imgLogoHor {
  max-height: 4rem;
  max-width: 12rem; }
  @media (max-width: 1199.98px) {
    .navbar-brand .imgLogoHor {
      max-height: 4rem;
      max-width: 10rem; } }
  @media (max-width: 991.98px) {
    .navbar-brand .imgLogoHor {
      max-height: 4rem;
      max-width: 10rem; } }
  @media (max-width: 767.98px) {
    .navbar-brand .imgLogoHor {
      max-height: 4rem;
      max-width: 8rem; } }
  @media (max-width: 559.98px) {
    .navbar-brand .imgLogoHor {
      max-height: 2.5rem;
      max-width: 5rem; } }
.navbar-brand .imgLogoVer {
  max-height: 5.75rem; }

.ranking-menu-icon {
  width: 24px;
  margin-right: 1rem; }

.icDown {
  position: relative;
  top: calc(1rem - 10px); }

.dropDownMenu {
  position: absolute;
  width: 14rem;
  height: auto;
  right: .1rem;
  top: 4.35rem;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: #003DA5;
  box-shadow: 2px 2px 10px rgba(56, 56, 56, 0.1);
  border-radius: 0 0 .5rem .5rem;
  display: none;
  z-index: 10; }
  @media (min-width: 325px) and (max-width: 559.98px) {
    .dropDownMenu {
      width: 16.75rem; } }
  .dropDownMenu .mark {
    position: absolute;
    width: 1rem;
    height: 1rem;
    top: -.5rem;
    right: 4.3rem;
    transform: rotate(45deg);
    background: transparent;
    border-top: calc(1rem - 6px) solid #003DA5;
    border-left: calc(1rem - 6px) solid #003DA5;
    display: none;
    right: 4rem; }
    @media (min-width: 325px) and (max-width: 559.98px) {
      .dropDownMenu .mark {
        right: 2.8rem; } }
  .dropDownMenu .opcList {
    position: relative;
    width: 14rem;
    top: 0;
    left: 0;
    padding: 1rem;
    color: #DAE1E6; }
    @media (min-width: 325px) and (max-width: 559.98px) {
      .dropDownMenu .opcList {
        width: 16.75rem; } }
    .dropDownMenu .opcList span {
      font-size: 0.87rem;
      font-family: "Roboto";
      font-weight: 400; }
      .dropDownMenu .opcList span .icMenu {
        font-size: calc(1rem + 8px);
        float: right;
        -moz-margin-start: -1.5rem;
        margin-top: .3rem; }
    .dropDownMenu .opcList:hover {
      color: #CFE65C; }
  .dropDownMenu .markOpc {
    border-top: 1px solid #F7FAFC; }

.dropDownNotify {
  position: absolute;
  max-width: 27rem;
  width: 27rem;
  height: auto;
  max-height: 20rem;
  right: 7rem;
  top: 4.35rem;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: #fff;
  border-left: 1px solid #F0F4F7;
  border-bottom: 1px solid #F0F4F7;
  border-right: 1px solid #F0F4F7;
  border-top: 0px;
  box-shadow: 3px 3px 10px rgba(56, 56, 56, 0.5);
  border-radius: 0 0 .5rem .5rem;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1;
  display: none;
  right: 6rem; }
  @media (max-width: 767.98px) {
    .dropDownNotify {
      right: 0rem; } }
  @media (max-width: 559.98px) {
    .dropDownNotify {
      right: 0rem;
      width: 16.75rem;
      box-shadow: -3px 3px 10px rgba(56, 56, 56, 0.5);
      max-height: 31rem; } }
  .dropDownNotify::-webkit-scrollbar {
    width: .3rem; }
  .dropDownNotify::-webkit-scrollbar-thumb {
    background-color: #DAE1E6;
    border-radius: 1rem;
    border: 0px; }
  .dropDownNotify .AnunListNotify {
    position: relative;
    width: 27rem;
    max-height: 12rem;
    border-bottom: 1px solid #F0F4F7;
    top: 0;
    left: 0;
    padding: 1rem; }
    @media (max-width: 559.98px) {
      .dropDownNotify .AnunListNotify {
        width: 16.75rem; } }
    .dropDownNotify .AnunListNotify .anunNotify {
      position: relative;
      display: flex;
      flex-direction: row;
      margin: 0;
      padding: 0; }
      .dropDownNotify .AnunListNotify .anunNotify .stickerNotify {
        height: 2.5rem;
        width: 2.5rem;
        margin: 0 1rem 0 0;
        padding: .1rem;
        border-radius: 50rem;
        box-shadow: 1px 1px 5px rgba(58, 58, 58, 0.5); }
        @media (max-width: 559.98px) {
          .dropDownNotify .AnunListNotify .anunNotify .stickerNotify {
            width: 1.5rem;
            height: 1.5rem;
            padding: 0; } }
        .dropDownNotify .AnunListNotify .anunNotify .stickerNotify .icNotify {
          margin: 0 auto;
          padding: .5rem;
          position: relative;
          left: 50%;
          transform: translateX(-50%);
          top: 0;
          color: #212529;
          font-size: calc(1rem + 8px); }
          @media (max-width: 559.98px) {
            .dropDownNotify .AnunListNotify .anunNotify .stickerNotify .icNotify {
              font-size: calc(1rem - 2px);
              top: -.2rem; } }
      .dropDownNotify .AnunListNotify .anunNotify .textNotify {
        padding: 0;
        max-width: 24rem;
        height: auto;
        white-space: pre-wrap;
        color: #797D80;
        font-size: 0.87rem;
        text-align: justify;
        text-justify: auto;
        line-height: 1rem;
        margin: 0;
        font-weight: 500; }
        @media (max-width: 559.98px) {
          .dropDownNotify .AnunListNotify .anunNotify .textNotify {
            max-width: 15.25rem;
            font-size: 0.75rem; } }
      .dropDownNotify .AnunListNotify .anunNotify .anunSticker {
        background: #ef6e62; }
      .dropDownNotify .AnunListNotify .anunNotify .notiSticker {
        background: #dbea8f; }
      .dropDownNotify .AnunListNotify .anunNotify .muroSticker {
        background: #FFDC60; }
      .dropDownNotify .AnunListNotify .anunNotify .ecpSticker {
        background: #80CCFF; }
      .dropDownNotify .AnunListNotify .anunNotify .ectSticker {
        background: #CFE65C; }
      .dropDownNotify .AnunListNotify .anunNotify .calenSticker {
        background: #ee63b1; }
      .dropDownNotify .AnunListNotify .anunNotify .biblioSticker {
        background: #ffc68e; }
    .dropDownNotify .AnunListNotify:hover {
      background: linear-gradient(to right, #80CCFF 0%, #5CAEE6 100%); }
      .dropDownNotify .AnunListNotify:hover .textNotify {
        color: #fff; }
  .dropDownNotify .notiSinLeer {
    background: #e5eaf2; }
  .dropDownNotify .listMoreNotify {
    padding: .5rem; }
    .dropDownNotify .listMoreNotify .moreNotify {
      font-size: 1.1rem;
      font-weight: 400;
      color: #797D80; }
      .dropDownNotify .listMoreNotify .moreNotify .icMore {
        position: relative;
        right: .25rem;
        top: .3rem; }
      .dropDownNotify .listMoreNotify .moreNotify:hover {
        color: #5CAEE6; }

.markNotify {
  position: absolute;
  width: 1rem;
  height: 1rem;
  top: 3.8rem;
  right: 7.8rem;
  background: transparent;
  transform: rotate(45deg);
  border-top: 1px solid #DAE1E6;
  border-left: 1px solid #DAE1E6;
  z-index: 2;
  display: none;
  right: 7.25rem; }
  @media (max-width: 559.98px) {
    .markNotify {
      right: 5.75rem; } }

.notify {
  position: relative; }
  .notify .sonar {
    cursor: default;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    border-radius: 1rem;
    background: #a6ba47;
    height: calc(1rem - 10px);
    top: 0;
    right: 1rem;
    position: absolute;
    width: calc(1rem - 10px); }
    @media (max-width: 559.98px) {
      .notify .sonar {
        right: 1.125rem;
        top: .1rem; } }
    .notify .sonar::after {
      content: '';
      position: absolute;
      top: -3px;
      right: -3px;
      border: 2px solid #a6ba47;
      opacity: 0;
      -webkit-border-radius: 1rem;
      -moz-border-radius: 1rem;
      -ms-border-radius: 1rem;
      border-radius: 1rem;
      width: calc(1rem - 4px);
      height: calc(1rem - 4px);
      animation: sonar 2s infinite;
      -moz-animation: sonar 2s infinite;
      -ms-animation: sonar 2s infinite;
      -webkit-animation: sonar 2s infinite; }

.dropDownApps {
  position: absolute;
  width: 16rem;
  height: auto;
  right: 9.5rem;
  top: 4.35rem;
  margin: 0;
  padding: 0 .5rem;
  list-style-type: none;
  background: #00253d;
  border-left: 1px solid #00253d;
  border-bottom: 1px solid #00253d;
  border-right: 1px solid #00253d;
  border-top: 0px;
  box-shadow: 3px 3px 10px rgba(56, 56, 56, 0.5);
  border-radius: 0 0 .5rem .5rem;
  z-index: 1;
  display: none;
  right: 8.6rem; }
  @media (max-width: 559.98px) {
    .dropDownApps {
      right: 0;
      width: 16.75rem; } }
  .dropDownApps .opcApps {
    width: 5rem;
    height: 5rem;
    padding: .5rem;
    margin: 0; }
    .dropDownApps .opcApps .imgApps {
      width: 2rem;
      height: 2rem;
      display: block;
      margin: 0 auto; }
    .dropDownApps .opcApps .changeApp {
      fill: #818181; }
    .dropDownApps .opcApps .tituloApps {
      white-space: pre-wrap;
      font-size: calc(1rem - 4px);
      font-weight: 500;
      text-align: center;
      font-family: "Roboto";
      line-height: .8rem;
      margin-top: .2rem;
      color: #818181; }
    .dropDownApps .opcApps:hover {
      border-radius: 1rem; }
      .dropDownApps .opcApps:hover .tituloApps {
        color: #CFE65C;
        text-shadow: 2px 2px 10px rgba(58, 58, 58, 0.3); }
      .dropDownApps .opcApps:hover .changeApp {
        fill: #CFE65C; }

.countDownMS {
  position: absolute;
  width: 10rem;
  height: 4rem;
  right: 2%;
  top: 10rem;
  margin: 0;
  padding: .3rem;
  list-style-type: none;
  background: #FAFAFA;
  border-left: 1px solid #F0F4F7;
  border-bottom: 1px solid #F0F4F7;
  border-right: 1px solid #F0F4F7;
  border-top: 0px;
  box-shadow: 1px 3px 5px rgba(56, 56, 56, 0.3);
  border-radius: 0 0 .5rem .5rem; }
  @media (min-width: 768px) {
    .countDownMS {
      top: 6rem; } }
  .countDownMS .countDownC {
    margin: 0 auto;
    width: 17rem;
    display: block;
    position: relative;
    top: -.5rem;
    left: .4rem; }

.countDownHMS {
  position: absolute;
  width: 14.5rem;
  height: 4rem;
  right: 1.5rem;
  top: 6rem;
  margin: 0;
  padding: .5rem;
  list-style-type: none;
  background: #FAFAFA;
  border-left: 1px solid #F0F4F7;
  border-bottom: 1px solid #F0F4F7;
  border-right: 1px solid #F0F4F7;
  border-top: 0px;
  box-shadow: 1px 3px 5px rgba(56, 56, 56, 0.3);
  border-radius: 0 0 .5rem .5rem;
  top: 6rem; }
  @media (max-width: 767.98px) {
    .countDownHMS {
      left: 40%;
      transform: translateX(-50px); } }
  @media (max-width: 559.98px) {
    .countDownHMS {
      left: 33%; } }
  @media (max-width: 324.98px) {
    .countDownHMS {
      left: 29%; } }
  .countDownHMS .countDownC {
    margin: 0 auto;
    width: 17rem;
    display: block;
    position: relative;
    top: -.7rem;
    left: .5rem; }

.markApps {
  position: absolute;
  width: 1rem;
  height: 1rem;
  top: 3.9rem;
  right: 10.2rem;
  background: transparent !important;
  transform: rotate(45deg);
  border-top: 10px solid #00253d;
  border-left: 10px solid #00253d;
  z-index: 2;
  display: none;
  right: 9.75rem; }
  @media (max-width: 559.98px) {
    .markApps {
      right: 8.2rem; } }

.main-sidenav {
  height: 100%;
  width: 200px;
  position: fixed;
  z-index: 1031;
  top: 70px;
  left: 0;
  background-color: #003DA5;
  overflow: auto;
  transition: 0.6s;
  padding-top: 30px; }
  .main-sidenav::-webkit-scrollbar {
    width: calc(1rem - 12px); }
  .main-sidenav::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
  .main-sidenav::-webkit-scrollbar-thumb {
    background-color: #AAAFB3;
    outline: 1px solid #565656; }
  @media (min-width: 560px) and (max-width: 767.98px) {
    .main-sidenav {
      width: 40px; } }
  @media (max-width: 559.98px) {
    .main-sidenav {
      width: 40px; } }

.main-sidenav-open {
  width: 200px; }

.main-sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 16px;
    color: #FFFFFF!important;
    display: block;
    transition: 0.3s;
}

#mainSidenav.main-sidenav-close {
  width: 40px;
  overflow: auto; }
  #mainSidenav.main-sidenav-close::-webkit-scrollbar {
    width: calc(1rem - 12px); }
  #mainSidenav.main-sidenav-close::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
  #mainSidenav.main-sidenav-close::-webkit-scrollbar-thumb {
    background-color: #AAAFB3;
    outline: 1px solid #565656; }
  #mainSidenav.main-sidenav-close a {
    padding-left: 8px; }
  @media (max-width: 767.98px) {
    #mainSidenav.main-sidenav-close {
      width: 12rem; }
      #mainSidenav.main-sidenav-close a {
        padding-left: 2rem; } }
  @media (max-width: 559.98px) {
    #mainSidenav.main-sidenav-close {
      width: 19.5rem; }
      #mainSidenav.main-sidenav-close a {
        padding-left: 4rem; } }

#main.ml-10 {
  margin-left: 9%; }
  @media (max-width: 767.98px) {
    #main.ml-10 {
      margin-left: 20%;
      width: 85%; } }
  @media (max-width: 559.98px) {
    #main.ml-10 {
      margin-left: 3%; } }

#main.ml-comments {
  margin-left: -8%; }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    #main.ml-comments {
      margin-left: 0;
      margin-right: 38%; } }
  @media (max-width: 767.98px) {
    #main.ml-comments {
      margin-left: 0%; } }

i.arrow {
  height: 12px;
  width: 12px;
  border: solid #adb5bd;
  border-width: 0 4px 4px 0;
  border-radius: 2px;
  display: inline-block;
  padding: 4px;
  transition: .3s;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg); }
  @media (max-width: 767.98px) {
    i.arrow {
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      position: relative;
      left: 0rem;
      top: calc(1rem - 10); } }
  @media (max-width: 559.98px) {
    i.arrow {
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg); } }

.arrow.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); }
  @media (max-width: 767.98px) {
    .arrow.right {
      transform: rotate(135deg);
      -webkit-transform: rotate(135deg); } }
  @media (max-width: 559.98px) {
    .arrow.right {
      transform: rotate(135deg);
      -webkit-transform: rotate(135deg); } }

.main-sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 16px;
  color: #818181;
  display: block;
  transition: 0.3s; }
  @media (max-width: 767.98px) {
    .main-sidenav a {
      padding: 8px; } }
  @media (max-width: 559.98px) {
    .main-sidenav a {
      padding: 8px; } }

.main-sidenav a:hover {
  color: #CFE65C!important; }
  .main-sidenav a:hover i.arrow {
    border-color: #CFE65C!important; }

.main-sidenav .closebtn {
  position: absolute;
  top: 16px;
  right: 0px;
  margin-left: 50px; }

a.active {
  color: #CFE65C!important; }

.nav-lesson {
  top: 71px;
  font-family: "Roboto";
  padding-bottom: 136px; }
  .nav-lesson a {
    padding: 0 !important; }
  .nav-lesson ol {
    margin-bottom: 16px; }
    .nav-lesson ol > li {
      margin: 1.5rem  auto 8px;
      color: #AAAFB3; }
    .nav-lesson ol a {
      padding: 0;
      font-size: 0.87rem;
      margin: .8rem auto; }
      .nav-lesson ol a i {
        font-size: 6px;
        margin: 8px; }
  .nav-lesson .ul-items {
    list-style: disc;
    padding-left: 8px;
    margin-right: 16px; }
    .nav-lesson .ul-items li {
      text-indent: 0.2em;
      padding-left: 0rem;
      color: #AAAFB3; }
      .nav-lesson .ul-items li span a {
        display: inline-block; }
    .nav-lesson .ul-items .liItemsAprob {
      position: relative;
      left: -2rem;
      padding-left: 0;
      list-style: none; }
      .nav-lesson .ul-items .liItemsAprob a {
        color: #eefca1 !important; }
        .nav-lesson .ul-items .liItemsAprob a i {
          font-size: .8rem;
          position: relative;
          left: -.1rem;
          top: .05rem; }
        .nav-lesson .ul-items .liItemsAprob a:hover {
          color: #fff !important; }
  .nav-lesson .ol-itemsAprob .itemsAprob {
    color: #eefca1 !important; }
    .nav-lesson .ol-itemsAprob .itemsAprob a {
      color: #eefca1 !important; }
    .nav-lesson .ol-itemsAprob .itemsAprob:hover {
      color: #AAAFB3 !important; }
      .nav-lesson .ol-itemsAprob .itemsAprob:hover a {
        color: #fff !important; }

.nav-lesson #pills-tabContent {
  transition: all .5s ease;
  width: 100%;
  max-height: 1000px;
  overflow: unset; }
  @media (max-width: 767.98px) {
    .nav-lesson #pills-tabContent {
      display: none; } }

.lesson-pending {
  color: #adb5bd !important; }

@media (max-width: 767.98px) {
  #message {
    padding: 3rem .75rem 1rem .75rem !important;
    width: 31.5rem; }
    #message h1 {
      font-size: 3.5rem;
      color: #3D93CC; }
    #message p {
      max-width: 80%;
      color: #5C6266;
      font-weight: 200;
      margin: 0 auto;
      margin-bottom: 1%; }
      #message p.percentage-number-advance {
        font-size: 2rem;
        color: rgba(92, 174, 230, 0.7); }
    #message .small-advance-check .progress {
      height: 0.6rem;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }
      #message .small-advance-check .progress .progress-bar {
        background-color: #CFE65C; }
    #message h2 {
      text-align: center;
      margin: 1% auto;
      width: 80%; } }
@media (max-width: 559.98px) {
  #message {
    padding: 3rem .75rem 1rem .75rem !important;
    width: 100%; }
    #message h1 {
      font-size: 2.25rem;
      color: #3D93CC; }
    #message p {
      max-width: 90%;
      color: #212529;
      font-weight: 200; } }

.for-message {
  background-color: #fff;
  position: relative;
  border-radius: 1rem;
  text-align: center; }
  @media (max-width: 767.98px) {
    .for-message {
      padding: 3rem .75rem 1rem .75rem !important;
      width: 100%;
      max-width: 31.5rem; } }
  @media (max-width: 559.98px) {
    .for-message {
      padding: 3rem .75rem 1rem .75rem !important; }
      .for-message h4 {
        text-align: center; } }
  .for-message h1 {
    font-size: 3.3rem; }
  .for-message p {
    max-width: 100%;
    text-align: justify;
    margin: .5rem 0;
    line-height: 1.5rem; }

#equis {
  position: absolute;
  right: 0;
  top: 1rem;
  color: #adb5bd;
  cursor: pointer;
  transition: .3s; }
  #equis:hover {
    color: #CFE65C; }

.es-message {
  background-image: url(../../../assets/img/es_actividades.png);
  background-repeat: no-repeat;
  background-position: 100% 30px;
  background-size: 35%; }
  @media (max-width: 767.98px) {
    .es-message {
      padding: 3rem 0.75rem 1rem 0.75rem !important;
      width: 31.5rem; }
      .es-message p {
        max-width: 80%; } }
  @media (max-width: 559.98px) {
    .es-message {
      padding: 3rem 0.75rem 1rem 0.75rem !important;
      width: 16rem; }
      .es-message p {
        max-width: 80%; } }
  .es-message p, .es-message h5 {
    color: #9B9B9B;
    font-weight: 200; }

.wrap-move-map {
  overflow: hidden; }

.well-message-prog p {
  max-width: 90%;
  max-height: 900px;
  opacity: 1;
  transition: all 1.5s ease-in-out;
  line-height: 1.4rem; }
.well-message-prog img {
  width: 820px;
  border-radius: .5rem;
  display: block;
  margin: 0 auto; }

.avance-message {
  background-color: #fff;
  position: relative;
  border-radius: 16px; }

p.up {
  max-height: 0px;
  transition: all 1s cubic-bezier(0, 1, 0, 1);
  opacity: 0; }

#arrowDown {
  position: absolute;
  right: 24px;
  top: 24px;
  color: #adb5bd;
  cursor: pointer;
  transition: .4s;
  font-size: 32px; }
  #arrowDown:hover {
    color: #CFE65C; }

.arrow-move {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg); }

.lesson_title_small_devices {
  border-bottom: 1px solid #adb5bd;
  width: 100%;
  max-width: 500px; }

@media (max-width: 991.98px) {
  .lesson-container {
    padding-left: 2px;
    padding-right: 2px; } }
.lesson-container h2 {
  font-family: "Open Sans"; }
.lesson-container p {
  font-family: "Open Sans";
  line-height: 1.5rem;
  color: #5c6266;
  width: 75%;
  font-weight: 400;
  text-align: justify;
  margin: .5rem auto; }
.lesson-container ul, .lesson-container ol {
  display: inline-block;
  text-align: justify;
  font-family: "Open Sans";
  font-size: 1.1rem;
  color: #5c6266;
  line-height: 1.5rem;
  width: 75%; }
  @media (max-width: 991.98px) {
    .lesson-container ul, .lesson-container ol {
      font-size: inherit; } }
  @media (max-width: 767.98px) {
    .lesson-container ul, .lesson-container ol {
      width: 80%;
      padding-left: 15px; } }
  .lesson-container ul li, .lesson-container ol li {
    margin-bottom: 1rem; }
.lesson-container hr {
  margin: 1rem auto;
  width: 75%; }
.lesson-container h4 {
  margin: 1.5rem auto;
  font-size: 1.1rem;
  width: 75%;
  font-weight: 500;
  font-family: "Open Sans";
  text-align: justify; }
  .lesson-container h4 a {
    color: #3D93CC;
    font-weight: bold; }
.lesson-container h3 {
  margin: 1.5rem auto;
  width: 75%;
  font-family: "Open Sans";
  text-align: left;
  font-size: 1.50rem;
  font-weight: 400; }
.lesson-container img {
  border-radius: 1rem;
  height: auto;
  margin: .5rem auto; }
.lesson-container .audio-player img {
  width: 100%;
  border-radius: 1rem 1rem 0 0; }

.wraper-nav-less {
  position: relative;
  overflow: hidden; }
  .wraper-nav-less .btn-lessons {
    opacity: 0;
    position: absolute;
    top: 65%;
    z-index: 5;
    cursor: pointer;
    transition: 0.4s;
    color: #adb5bd; }
    @media (max-width: 767.98px) {
      .wraper-nav-less .btn-lessons {
        display: none; } }
    .wraper-nav-less .btn-lessons:hover {
      color: #CFE65C; }
    .wraper-nav-less .btn-lessons i {
      font-size: 36px; }
  .wraper-nav-less #btnLessRight {
    right: 0; }

.nav-less-container {
  margin-left: 4%;
  margin-right: 4%;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding-bottom: 0; }

#navlesson {
  /* Show tooltip content on hover */ }
  #navlesson li {
    position: relative; }
  #navlesson.nav {
    border: none;
    padding-top: 30px;
    padding-left: 5%;
    padding-right: 5%;
    justify-content: start;
    overflow: hidden; }
    @media (max-width: 559.98px) {
      #navlesson.nav {
        justify-content: start;
        padding-left: 1%;
        padding-right: 1%; } }
  #navlesson.nav-tabs, #navlesson .nav-link.active {
    border: none; }
  #navlesson .circle-nav {
    background-color: #DAE1E6;
    color: #AAAFB3;
    width: 50px;
    height: 50px;
    margin: 1.5rem;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    font-size: 1.4rem; }
    #navlesson .circle-nav:hover {
      opacity: .9; }
    @media (max-width: 767.98px) {
      #navlesson .circle-nav {
        margin: 0.5rem; } }
  #navlesson a.circle-nav:not(#one-tab):before {
    content: "";
    position: absolute;
    right: 50px;
    top: 22px;
    width: 48px;
    height: 7px;
    border-top: 8px solid #DAE1E6; }
    @media (max-width: 767.98px) {
      #navlesson a.circle-nav:not(#one-tab):before {
        display: none; } }
  #navlesson .circle-less-viendo {
    background-color: #80CCFF;
    color: #5CAEE6; }
  #navlesson a.circle-nav.circle-less-viendo:before, #navlesson a.circle-nav.circle-less-vista:before {
    border-top-color: #CFE65C !important; }
  #navlesson .active {
    opacity: .7; }
  #navlesson .circle-less-vista {
    background-color: #CFE65C;
    color: #adb5bd; }
  #navlesson .tooltip-titulo {
    position: absolute;
    z-index: 200;
    cursor: pointer;
    transition: 0.5s;
    top: -25%;
    left: -10%;
    height: auto;
    background-color: #F0F4F7;
    color: #797D80;
    padding: .6rem;
    font-size: 12px;
    border-radius: 8px;
    opacity: 0; }
  #navlesson .nav-item:hover .tooltip-titulo {
    visibility: visible;
    opacity: 1; }

.s1_fin-materia {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background: #F7FAFC;
  border-radius: 1rem;
  position: relative;
  left: 0rem;
  width: 100%; }
  .s1_fin-materia .titulo_fin-materia {
    color: #5CAEE6;
    font-family: "Roboto";
    font-size: 4.25rem;
    line-height: calc(2rem - 2px); }
  .s1_fin-materia .ic-verify {
    color: #CFE65C;
    font-size: 6rem;
    opacity: 0.8;
    margin: 1rem auto .5rem auto; }
  .s1_fin-materia .text_fin-materia {
    color: #9B9B9B;
    font-family: "Roboto";
    font-size: 1.5rem;
    line-height: calc(2rem + 1px);
    margin: 1rem 0; }
  .s1_fin-materia .logro {
    font-family: "Roboto";
    font-size: 1.5rem;
    line-height: calc(2rem + 6px);
    margin-right: calc(3rem + 7px);
    color: #AAAFB3;
    position: relative;
    right: 5rem;
    margin-top: calc(2rem - 6px); }
    .s1_fin-materia .logro .num {
      color: #5CAEE6;
      font-family: "Roboto";
      font-size: 1.5rem;
      line-height: calc(2rem + 6px);
      position: relative;
      left: calc(1rem + 7px);
      top: .05rem; }
      .s1_fin-materia .logro .num .unidad {
        color: #5CAEE6;
        font-family: "Roboto";
        font-size: calc($h5-font-size + 2px);
        line-height: calc(2rem - 4px);
        margin-left: calc(1rem - 8px); }

.s2_fin-materia {
  padding-top: 2rem; }
  .s2_fin-materia .text_fin-materia {
    color: #5c6266;
    font-family: "Roboto";
    font-size: 1.5rem;
    line-height: calc(2rem + 1px);
    margin: 1rem 0; }

.bttnDownl {
  width: 3rem;
  height: 3rem;
  border-radius: 50rem;
  background: #FAFAFA;
  border: none;
  cursor: pointer;
  box-shadow: 2px 2px 10px rgba(58, 58, 58, 0.7);
  padding: 0; }
  .bttnDownl i {
    color: #212529;
    margin: 0 auto; }
  .bttnDownl:hover i {
    color: #fff; }

.tooltipN {
  position: absolute;
  z-index: 200;
  cursor: pointer;
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  height: auto;
  width: auto;
  max-width: 50rem;
  background-color: #383838;
  padding: .5rem;
  border-radius: 8px;
  box-shadow: 4px 4px 20px rgba(58, 58, 58, 0.7);
  display: none; }
  .tooltipN .tiparrow {
    width: .5rem;
    height: .5rem;
    position: absolute;
    top: -10%;
    left: 48%;
    margin: 0 auto;
    border-top: 4px solid #383838;
    border-left: 4px solid #383838;
    transform: rotate(45deg); }
  .tooltipN .textTooltip {
    color: #fff;
    font-size: 0.75rem;
    padding: 0;
    margin: 0;
    text-align: center;
    white-space: nowrap;
    font-weight: 600; }

.showTooltipN {
  display: block; }

.tabs {
  position: relative;
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  max-width: 45rem;
  padding: 0;
  flex-wrap: wrap; }
  .tabs li {
    display: inline-block;
    list-style: none;
    position: relative;
    cursor: pointer;
    color: #adb5bd;
    text-align: center;
    border-bottom: 3px solid transparent; }
    .tabs li i {
      position: relative;
      top: .425rem;
      left: -.25rem; }
    .tabs li span {
      font-size: 1rem;
      font-family: "Roboto";
      font-weight: 500;
      line-height: calc($font-size-base + 3px); }
      .tabs li span:hover {
        border-bottom: 3px solid #CFE65C;
        color: #5CAEE6; }
    .tabs li:hover i {
      color: #CFE65C; }
    .tabs li:hover span {
      border-bottom: 3px solid #CFE65C;
      color: #5CAEE6; }
  .tabs .activo span {
    border-bottom: 3px solid #CFE65C;
    color: #5CAEE6;
    box-sizing: border-box; }
  .tabs .activo i {
    color: #CFE65C; }

.tab__content {
  position: relative;
  width: 100vw; }
  .tab__content li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    list-style: none; }
  .tab__content .content__wrapper {
    width: 100%; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 280px;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: none;
  text-align: center;
  border-radius: 1rem;
  margin: 32px;
  box-shadow: 0px 16px 32px -24px rgba(92, 98, 102, 0.32), 0px 24px 43px -9px rgba(92, 98, 102, 0.19);
  transition: 0.5s;
  overflow: hidden; }
  @media (max-width: 767.98px) {
    .card {
      margin: 1rem auto; }
      .card p {
        text-align: justify; } }
  @media (max-width: 559.98px) {
    .card {
      padding: 0 !important;
      left: 0;
      margin: 1rem 0 !important;
      width: 20rem; }
      .card p {
        text-align: justify; } }
  .card .card-title {
    margin-bottom: 0.75rem;
    font-family: "Roboto";
    font-weight: 700;
    font-size: 1.375rem;
    color: #797D80; }
  .card p {
    font-family: "Open Sans";
    font-size: 12px;
    color: #797d80;
    font-weight: normal; }
  .card:hover .card-footer {
    transform: translateY(0); }
    @media (max-width: 1199.98px) {
      .card:hover .card-footer {
        transform: translateY(-30px); } }
  .card:hover .badge-wrap {
    transform: translateY(0); }
    @media (max-width: 1199.98px) {
      .card:hover .badge-wrap {
        transform: translateY(-13px); } }
  .card .count {
    position: absolute;
    top: 152px;
    left: 8px;
    border-radius: 24px;
    background-color: #fff;
    padding: 0 8px;
    font-weight: 600;
    color: #797D80; }
    @media (max-width: 559.98px) {
      .card .count {
        top: 9rem; } }
  .card .info-icon {
    position: absolute;
    top: 150px;
    right: 10px;
    background-color: white;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 5px; }
    .card .info-icon span {
      margin: 0px 3px;
      color: #5caee6;
      transition: 0.5s; }
      .card .info-icon span:hover {
        cursor: pointer;
        color: #3d93cc; }

.card-img-overlay {
  height: 50%; }
  @media (max-width: 559.98px) {
    .card-img-overlay {
      width: 100%; } }
  .card-img-overlay .alertTimeGood {
    background: #CFE65C; }
  .card-img-overlay .alertTimeWarning {
    background: #FFDC60; }
  .card-img-overlay .alertTimeDanger {
    background: #df584c;
    color: #FAFAFA; }

@media (max-width: 991.98px) {
  .group {
    width: 90vw !important; } }
@media (max-width: 767.98px) {
  .group {
    width: 90vw; } }
@media (max-width: 559.98px) {
  .group {
    width: 85vw !important;
    padding-left: 0; } }

@media (max-width: 991.98px) {
  .cards-section {
    margin: auto; } }
@media (max-width: 559.98px) {
  .cards-section {
    padding: 0 !important; } }

.card-footer {
  position: relative;
  background-color: transparent;
  height: 8.5vh;
  transform: translateY(100%);
  transition: 0.5s; }
  @media (max-width: 767.98px) {
    .card-footer {
      height: 4.5vh; }
      .card-footer .textOpc {
        font-size: 0.725rem; } }
  @media (max-width: 559.98px) {
    .card-footer {
      height: 6.5vh; }
      .card-footer .textOpc {
        font-size: 0.625rem; } }

.badge-wrap {
  transform: translateY(45%);
  transition: 0.5s; }

.badge-aprobado {
  display: block;
  font-size: 48px;
  margin: auto;
  color: #cfe65c;
  opacity: 0.8; }

.text-badge {
  font-family: "Open Sans";
  font-weight: 200;
  color: #adb5bd; }

.card-hrz {
  position: relative;
  display: flex;
  flex-direction: row;
  word-wrap: break-word;
  background-color: #fafafa;
  background-clip: border-box;
  border: none;
  text-align: left;
  border-radius: 1rem;
  margin: 32px;
  box-shadow: 0px 16px 32px -24px rgba(92, 98, 102, 0.32), 0px 24px 43px -9px rgba(92, 98, 102, 0.19);
  transition: 0.5s;
  height: auto; }
  @media (max-width: 559.98px) {
    .card-hrz {
      flex-direction: column; } }
  .card-hrz .card-program-img {
    width: 100%; }
    @media (min-width: 768px) {
      .card-hrz .card-program-img {
        width: 25%; } }
  .card-hrz .alertTimeGood {
    background: #CFE65C;
    border-radius: 50rem;
    padding: 0 calc(1rem - 8px);
    color: #797D80;
    font-weight: 700;
    font-size: 10px; }
    @media (max-width: 767.98px) {
      .card-hrz .alertTimeGood {
        position: relative;
        font-size: 0.625rem; } }
    @media (max-width: 559.98px) {
      .card-hrz .alertTimeGood {
        position: relative;
        font-size: 0.625rem; } }
  .card-hrz .alertTimeWarning {
    background: #FFDC60;
    border-radius: 50rem;
    padding: 0 calc(1rem - 8px);
    color: #797D80;
    font-weight: 700;
    font-size: 10px; }
    @media (max-width: 767.98px) {
      .card-hrz .alertTimeWarning {
        position: relative;
        font-size: 0.625rem; } }
    @media (max-width: 559.98px) {
      .card-hrz .alertTimeWarning {
        position: relative;
        font-size: 0.625rem; } }
  .card-hrz .alertTimeDanger {
    background: #df584c;
    color: #FAFAFA;
    border-radius: 50rem;
    padding: 0 calc(1rem - 8px);
    font-weight: 700;
    font-size: 10px; }
    @media (max-width: 767.98px) {
      .card-hrz .alertTimeDanger {
        position: relative;
        font-size: 0.625rem; } }
    @media (max-width: 559.98px) {
      .card-hrz .alertTimeDanger {
        position: relative;
        font-size: 0.625rem; } }

.card-current {
  width: 700px;
  height: 160px; }
  @media (max-width: 991.98px) {
    .card-current {
      width: 500px; } }
  @media (max-width: 767.98px) {
    .card-current {
      max-width: 470px;
      height: auto; } }
  @media (max-width: 559.98px) {
    .card-current {
      max-width: 15rem;
      height: auto; } }
  .card-current .card-hrz-img {
    width: 25%;
    height: 100%; }
    @media (max-width: 767.98px) {
      .card-current .card-hrz-img {
        width: 35%; } }
    @media (max-width: 559.98px) {
      .card-current .card-hrz-img {
        width: 100%;
        max-height: 9rem;
        border-radius: 1rem 1rem 0rem 0rem !important; } }

.card-hrz-body {
  width: 100%;
  padding: 0.5rem 1rem; }
  @media (max-width: 767.98px) {
    .card-hrz-body .text-sm {
      font-size: 0.9rem; } }
  .card-hrz-body h4 {
    text-align: center; }
  .card-hrz-body h5 {
    font-weight: 400; }
  .card-hrz-body span {
    display: block; }
  .card-hrz-body .progress {
    width: 100%;
    height: 8px;
    background-color: #adb5bd; }
    .card-hrz-body .progress .progress-bar {
      background-color: #CFE65C; }
    @media (min-width: 560px) and (max-width: 767.98px) {
      .card-hrz-body .progress {
        width: 100%;
        padding: 0;
        margin: 0;
        position: relative;
        top: -0.5rem; } }

@media (max-width: 559.98px) {
  .card-hrz-right .percent {
    margin-top: 0 !important;
    margin-bottom: 1rem; }
    .card-hrz-right .percent .porcent-xs {
      font-size: 1.5rem;
      position: relative; }
  .card-hrz-right .btn-xs-cont {
    position: relative; } }

.card-mod {
  max-height: 100%;
  width: 100%;
  max-width: 50rem;
  word-wrap: normal;
  overflow: hidden; }
  @media (min-width: 560px) {
    .card-mod {
      width: 80%; } }
  @media (min-width: 992px) {
    .card-mod {
      width: 100%; } }
  .card-mod .card-mod-num {
    height: auto;
    width: 100%;
    background-color: #80CCFF;
    color: #00253d;
    font-size: 68px;
    flex: 1; }
    @media (min-width: 768px) {
      .card-mod .card-mod-num {
        width: 25%; } }
  .card-mod .wraper {
    width: 100%; }
    @media (min-width: 768px) {
      .card-mod .wraper {
        width: 75%; } }
  .card-mod .card-mod-less {
    flex: 1;
    overflow-x: hidden;
    overflow-y: auto; }
    .card-mod .card-mod-less::-webkit-scrollbar {
      width: calc(1rem - 12px);
      border-radius: 1rem; }
    .card-mod .card-mod-less::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
      border-radius: 1rem; }
    .card-mod .card-mod-less::-webkit-scrollbar-thumb {
      background-color: #DAE1E6;
      outline: 1px solid #FAFAFA;
      border-radius: 1rem; }
    .card-mod .card-mod-less .list-text {
      width: 84%; }
    .card-mod .card-mod-less .icVc {
      width: 10%;
      float: right;
      position: relative;
      top: -1rem;
      right: 0.5rem;
      font-size: 1.1rem;
      color: #adb5bd; }
      .card-mod .card-mod-less .icVc:hover {
        color: #5CAEE6; }
  @media (max-width: 767.98px) {
    .card-mod .card-hrz-body {
      width: 100%; } }

.ranking_categories {
  background: #fff;
  max-width: 60rem;
  margin: 0 auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border: 1px solid #e0e0e0;
  border-bottom: none; }
  .ranking_categories img {
    width: 3.8rem;
    height: 3.8rem; }
  .ranking_categories__category {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .ranking_categories__category--current img {
      width: 4.8rem;
      height: 4.8rem; }

.card-table {
  position: relative;
  width: 100%;
  max-width: 60rem;
  height: auto;
  display: flex;
  flex-direction: column;
  word-wrap: break-word;
  background-color: #fff;
  border: none;
  padding-bottom: 1rem;
  margin: 2rem auto;
  text-align: center;
  border-radius: 1rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: 0px 16px 32px -24px #5c6266, 0px 24px 43px -9px #5c6266;
  border: 1px solid #e0e0e0;
  border-top: none;
  overflow-y: hidden; }
  .card-table .card_header {
    padding: 3rem 0 1rem 0;
    width: 35vw; }
    .card-table .card_header .title_header {
      color: #797D80;
      font-family: "Roboto";
      font-size: calc(2rem - 8px);
      font-weight: 500;
      line-height: calc(2rem - 4px);
      text-align: center; }
  .card-table .card_body .ranking_members_list__member.my_user img {
    width: 7rem;
    height: 7rem; }
  .card-table .card_body .ranking_members_list__member img {
    width: 4rem;
    height: 4rem;
    border-radius: 50%; }
  .card-table .card_body .ranking_members_list__member p {
    font-size: 0.9rem;
    max-width: 10rem; }

.ranking_members_amount {
  font-size: 1rem; }
  .ranking_members_amount span {
    font-size: 1.5rem;
    color: #5CAEE6; }

.card-datos {
  position: relative;
  background: #F7FAFC;
  border-radius: 1rem; }
  .card-datos .pic-img {
    height: calc(1rem * 10);
    width: calc(1rem * 10);
    position: relative;
    overflow: hidden;
    padding: 0;
    border-radius: 50rem; }
    @media (max-width: 991.98px) {
      .card-datos .pic-img {
        left: 0;
        right: 2rem;
        height: calc(1rem * 8);
        width: calc(1rem * 8); } }
    .card-datos .pic-img .img-user-pic {
      height: calc(1rem * 10);
      width: calc(1rem * 10);
      border-radius: 50rem;
      position: relative;
      right: 0;
      top: 0;
      padding: 0;
      cursor: pointer; }
      @media (max-width: 991.98px) {
        .card-datos .pic-img .img-user-pic {
          height: calc(1rem * 8);
          width: calc(1rem * 8); } }
    .card-datos .pic-img .add-img {
      width: calc(1rem * 10);
      height: calc(1rem * 10);
      position: absolute;
      border-radius: 50rem;
      left: 0;
      transform: translateY(0%);
      background: rgba(92, 174, 230, 0.5);
      cursor: pointer; }
      .card-datos .pic-img .add-img .ic-add-img {
        color: #fff;
        font-size: calc(2rem + 5px);
        position: relative;
        left: -4rem;
        top: 3rem;
        display: block;
        opacity: 0.5; }
      .card-datos .pic-img .add-img .title-img {
        color: #fff;
        font-size: 1rem;
        font-weight: 500;
        display: block;
        position: relative;
        top: 3rem;
        left: -3rem;
        opacity: 0.5; }
    .card-datos .pic-img:hover .add-img {
      transform: translateY(-100%); }
  .card-datos .datos_user#label-correo_corporativo, .card-datos .datos_user#label-correo {
    word-break: break-all; }
  .card-datos .name-titulo {
    font-family: "Roboto";
    font-size: 2.25rem;
    font-weight: 500;
    line-height: calc(3rem - 6px);
    position: relative;
    color: #5c6266; }
    @media (max-width: 767.98px) {
      .card-datos .name-titulo {
        font-size: 2rem; } }
  .card-datos .numExp {
    display: block;
    color: #5CAEE6;
    font-family: "Roboto";
    font-size: 2.25rem;
    font-weight: 500;
    line-height: calc(3rem - 6px);
    text-shadow: 2px 2px 2px rgba(58, 58, 58, 0.2); }
  .card-datos .tituloExp {
    color: #5CAEE6;
    font-family: "Roboto";
    font-size: calc(2rem - 8px);
    line-height: calc(2rem - 4px); }
  .card-datos .imgExp-coin {
    position: relative; }
    .card-datos .imgExp-coin .imgExp {
      height: auto;
      width: 8rem; }
    .card-datos .imgExp-coin .starShiney1 {
      top: 1rem;
      left: 7.8rem;
      animation: brillo 1s ease-in-out infinite;
      animation-direction: alternate;
      animation-fill-mode: both; }
    .card-datos .imgExp-coin .starShiney2 {
      top: 2.7rem;
      left: 12rem;
      animation: brillo 1s ease-in-out infinite;
      animation-direction: alternate;
      animation-fill-mode: both;
      animation-delay: 0.3s; }
    .card-datos .imgExp-coin .starShiney3 {
      top: 4.9rem;
      left: 8.9rem;
      animation: brillo 1s ease-in-out infinite;
      animation-direction: alternate;
      animation-fill-mode: both;
      animation-delay: 0.5s; }
    .card-datos .imgExp-coin .starShiney4 {
      top: 5.75rem;
      right: 7.8rem;
      animation: brillo 1s ease-in-out infinite;
      animation-direction: alternate;
      animation-fill-mode: both;
      animation-delay: 0.7s; }

.marcador {
  border: 1px solid #000; }

.card-anuncio {
  height: 18.375rem;
  max-width: 15.25rem;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(92, 98, 102, 0.4);
  cursor: pointer;
  margin-bottom: calc(3rem + 1px); }
  .card-anuncio:hover .card_footer .fecha_anuncio {
    color: #5CAEE6; }
  .card-anuncio .card_header {
    width: 100%;
    height: 50%; }
    .card-anuncio .card_header .card_img {
      width: 100%;
      height: 100%;
      border-radius: 1rem 1rem 0 0;
      object-fit: cover; }
  .card-anuncio .card_body {
    height: 30%;
    padding: 0 calc(1rem - 2px); }
    .card-anuncio .card_body .titulo_anuncio {
      padding-top: calc(1rem + 3px);
      color: #5C6266;
      font-family: "Roboto";
      font-size: 1.125rem;
      font-weight: 500;
      line-height: calc(1rem + 5px); }
  .card-anuncio .card_footer {
    position: relative;
    margin: 0;
    padding: 0 calc(1rem - 2px); }
    .card-anuncio .card_footer .separador {
      box-sizing: border-box;
      border: 1px solid #DAE1E6;
      margin-bottom: calc(1rem - 8px); }
    .card-anuncio .card_footer .fecha_anuncio {
      color: #AAAFB3;
      font-family: "Roboto";
      font-size: 0.75rem;
      line-height: calc(1rem - 2px); }
    .card-anuncio .card_footer .tipo_anuncio1 {
      color: #5C6266; }
    .card-anuncio .card_footer .tipo_anuncio2 {
      color: #FFAF61; }

.card_noticia-detalle {
  width: 68rem;
  height: auto;
  margin: 0;
  padding: 0;
  border-radius: 1rem 1rem 0 0; }
  .card_noticia-detalle .header-titulo {
    left: 1rem;
    background: #FAFAFA;
    padding: calc(1rem + 5px);
    border-radius: 1rem 0 0 0; }
    .card_noticia-detalle .header-titulo .titulo-detalle {
      font-family: "Roboto";
      font-size: 2.25rem;
      line-height: calc(3rem - 6px);
      text-align: center;
      font-weight: 500;
      position: relative;
      margin-top: calc(11rem + 7px); }
    .card_noticia-detalle .header-titulo .fecha-detalle {
      color: #AAAFB3;
      font-family: "Roboto";
      font-size: 0.87rem;
      line-height: 1rem;
      padding-left: 0.8rem;
      position: relative;
      top: calc(8rem + 5px); }
  .card_noticia-detalle .header-img {
    border-radius: 0 1rem 0 0;
    margin: 0;
    padding: 0; }
    .card_noticia-detalle .header-img .img-detalle {
      border-radius: 0 1rem 0 0; }
  .card_noticia-detalle .noticia_detalle-cont {
    margin: calc(4rem - 1px) 0 5rem 0;
    padding: 0 7rem; }
    .card_noticia-detalle .noticia_detalle-cont .text-detalle {
      color: #797D80;
      font-family: "Roboto";
      font-size: 1.1rem;
      line-height: calc(2rem - 4px); }
    .card_noticia-detalle .noticia_detalle-cont .lnk-volver {
      position: relative;
      top: calc(2rem + 3px);
      color: #5CAEE6;
      font-family: "Roboto";
      font-size: 0.87rem;
      line-height: 1rem;
      padding: 1rem 1rem;
      border-radius: 25rem; }
      .card_noticia-detalle .noticia_detalle-cont .lnk-volver .ic-bck {
        position: relative;
        top: 0.45rem;
        right: 0.5rem; }
      .card_noticia-detalle .noticia_detalle-cont .lnk-volver:hover {
        color: #fff;
        background: linear-gradient(to right, #80CCFF 0%, #3D93CC 100%);
        font-weight: 500; }
  .card_noticia-detalle .noticia_detalle-catag {
    padding: 0 7rem; }

.card_biblio {
  position: relative;
  display: flex;
  flex-direction: row;
  word-wrap: break-word;
  height: 7.5rem;
  max-width: 17.56rem;
  border-radius: 1rem;
  background-color: #fff;
  box-shadow: 4px 4px 10px 0px rgba(92, 98, 102, 0.32);
  cursor: pointer;
  margin: 0 auto;
  margin-bottom: calc(1rem + 2px); }
  .card_biblio .card_biblio-left {
    height: 100%;
    width: 30%;
    background: #80CCFF;
    padding: calc(1rem + 5px);
    color: #5CAEE6;
    border-radius: 1rem 0 0 1rem;
    transition: all 0.25s ease-in; }
    .card_biblio .card_biblio-left .ic-recurso {
      font-size: calc(2rem + 4px);
      margin-top: 0.7rem; }
  .card_biblio .card_biblio-right {
    height: 100%;
    width: 70%;
    padding: 1rem calc(1rem - 2px); }
    .card_biblio .card_biblio-right .titulo_recurso {
      color: #797D80;
      font-family: "Roboto";
      font-size: 1rem;
      font-weight: 500;
      line-height: calc(1rem + 3px); }
      @media (max-width: 991.98px) {
        .card_biblio .card_biblio-right .titulo_recurso {
          font-size: 0.8rem; } }
    .card_biblio .card_biblio-right .pos-recurso {
      position: absolute;
      bottom: 0.4rem;
      left: 0; }
      .card_biblio .card_biblio-right .pos-recurso .tipo_recurso {
        color: #AAAFB3;
        font-family: "Roboto";
        font-size: 0.75rem;
        line-height: calc(1rem - 2px);
        transition: all 0.25s ease-in; }
  .card_biblio:hover .card_biblio-left {
    background: #CFE65C;
    color: #a6ba47; }
  .card_biblio:hover .card_biblio-right .tipo_recurso {
    color: #5CAEE6;
    font-weight: 700; }

.table-card {
  width: unset !important; }
  .table-card .f-table,
  .table-card .f-table-lt {
    padding: calc(1rem - 4px) 2rem calc(1rem - 4px) 2rem;
    max-height: 10rem;
    width: unset; }
    .table-card .f-table .titulo_f-table,
    .table-card .f-table-lt .titulo_f-table {
      color: #5CAEE6;
      font-family: "Roboto";
      font-size: calc($h5-font-size + 2px);
      line-height: calc(1rem + 8px); }
    .table-card .f-table .icEditEcT:hover,
    .table-card .f-table-lt .icEditEcT:hover {
      color: #FFDC60; }
    .table-card .f-table .icDeleEcT:hover,
    .table-card .f-table-lt .icDeleEcT:hover {
      color: #df584c; }
    .table-card .f-table .txt-description,
    .table-card .f-table-lt .txt-description {
      color: #AAAFB3;
      font-family: "Roboto";
      font-size: 0.87rem;
      line-height: 1rem; }
    .table-card .f-table .foo-esp_col,
    .table-card .f-table-lt .foo-esp_col {
      position: relative;
      top: 0.3rem; }
      .table-card .f-table .foo-esp_col .coment_f-table,
      .table-card .f-table-lt .foo-esp_col .coment_f-table {
        line-height: calc(1rem - 5px); }
      .table-card .f-table .foo-esp_col .resp_ft,
      .table-card .f-table-lt .foo-esp_col .resp_ft {
        line-height: 1rem; }
        .table-card .f-table .foo-esp_col .resp_ft .ic-msg,
        .table-card .f-table-lt .foo-esp_col .resp_ft .ic-msg {
          font-size: 1rem;
          position: relative;
          top: calc(1rem - 11px); }
        .table-card .f-table .foo-esp_col .resp_ft .ic-msg2,
        .table-card .f-table-lt .foo-esp_col .resp_ft .ic-msg2 {
          font-size: 1rem;
          position: relative;
          top: calc(1rem - 13px); }
  .table-card .f-table {
    border-bottom: 1px solid #F0F4F7;
    width: 100%;
    max-width: 40rem;
    margin: 0 auto; }

.table-card-det .titulo-det {
  color: #797D80;
  font-family: "Roboto";
  font-size: 2.25rem;
  line-height: calc(3rem - 6px);
  font-weight: 500;
  margin-top: calc(1rem - 6px); }
.table-card-det .status_f-table {
  display: none;
  margin-bottom: 1rem; }
  .table-card-det .status_f-table:hover {
    cursor: pointer;
    background: #3D93CC; }
    .table-card-det .status_f-table:hover .status_ft {
      font-weight: 600 !important; }
.table-card-det .f-card-det {
  padding: calc(3rem - 6px) 2rem calc(2rem - 5px) 2rem;
  width: 72.25rem;
  border-bottom: 1px solid #F0F4F7;
  width: 62.25rem; }
  .table-card-det .f-card-det:last-child {
    border-bottom: 0px; }
  .table-card-det .f-card-det .cont-det {
    padding: 0 calc(7rem - 4px) 0 calc(2rem + 6px); }
    .table-card-det .f-card-det .cont-det .img-ec-det {
      height: calc(3rem - 6px);
      width: calc(3rem - 6px);
      border-radius: 50rem;
      box-shadow: 1px 1px 2px rgba(92, 98, 102, 0.32); }
    .table-card-det .f-card-det .cont-det .name_ft {
      margin-left: calc(1rem - 5px); }
      .table-card-det .f-card-det .cont-det .name_ft .coment_ft {
        margin-left: 1rem; }
    .table-card-det .f-card-det .cont-det .ic-edit:hover {
      color: #b39837; }
    .table-card-det .f-card-det .cont-det .ic-del:hover {
      color: #df584c; }
    .table-card-det .f-card-det .cont-det .txt-desc-det {
      margin: 1rem 0 calc(2rem - 8px) 0;
      padding-left: calc(2rem - 4px);
      color: #797D80;
      font-family: "Roboto";
      font-size: 0.87rem;
      line-height: calc(1rem - 2px);
      font-weight: 400; }
    .table-card-det .f-card-det .cont-det .foo-esp_col-det {
      padding-left: calc(2rem - 4px); }
      .table-card-det .f-card-det .cont-det .foo-esp_col-det .like_ft {
        color: #797D80; }
        .table-card-det .f-card-det .cont-det .foo-esp_col-det .like_ft .ic-lke {
          cursor: pointer; }
        .table-card-det .f-card-det .cont-det .foo-esp_col-det .like_ft .ic-lke-act {
          color: #5CAEE6; }
      .table-card-det .f-card-det .cont-det .foo-esp_col-det .resp_ft {
        color: #797D80;
        cursor: pointer; }
        .table-card-det .f-card-det .cont-det .foo-esp_col-det .resp_ft:hover {
          color: #5CAEE6; }
          .table-card-det .f-card-det .cont-det .foo-esp_col-det .resp_ft:hover .ic-rpy {
            color: #CFE65C; }
    .table-card-det .f-card-det .cont-det .resp-rply {
      background: #FAFAFA;
      border-radius: 1rem;
      padding: calc(2rem - 4px) calc(1rem - 4px) calc(2rem - 4px) calc(1rem - 4px);
      margin-bottom: calc(4rem - 4px); }
      .table-card-det .f-card-det .cont-det .resp-rply .resp_2 {
        padding-left: calc(2rem - 4px);
        padding-bottom: calc(3rem - 8px); }
    .table-card-det .f-card-det .cont-det .link {
      color: #5CAEE6; }
      .table-card-det .f-card-det .cont-det .link .ic-plus {
        position: relative;
        top: 0.5rem; }
.table-card-det .f-card-det-resp {
  padding: calc(3rem - 6px) calc(5rem + 5px) calc(3rem - 8px) calc(5rem + 5px); }
.table-card-det .activar-destacado {
  display: flex; }
.table-card-det .disable-fun {
  display: none; }

.table-card-notify {
  padding: 0 !important; }
  .table-card-notify .f-table-notify {
    padding: calc(2rem - 6px) 2rem calc(1rem + 4px) 2rem;
    width: 72.25rem;
    border-bottom: 1px solid #DAE1E6;
    max-width: 62.25rem; }
    .table-card-notify .f-table-notify .stickerNotify {
      height: 2.5rem;
      width: 2.5rem;
      margin: 0 1rem 0 0;
      padding: 0.1rem;
      border-radius: 50rem;
      box-shadow: 1px 1px 5px rgba(58, 58, 58, 0.5); }
      .table-card-notify .f-table-notify .stickerNotify .icNotify {
        margin: 0 auto;
        padding: 0.5rem;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        top: -0.1rem;
        color: #212529;
        font-size: calc(1rem + 8px); }
    .table-card-notify .f-table-notify .anunSticker {
      background: #ef6e62; }
    .table-card-notify .f-table-notify .notiSticker {
      background: #dbea8f; }
    .table-card-notify .f-table-notify .muroSticker {
      background: #FFDC60; }
    .table-card-notify .f-table-notify .ecpSticker {
      background: #80CCFF; }
    .table-card-notify .f-table-notify .ectSticker {
      background: #CFE65C; }
    .table-card-notify .f-table-notify .calenSticker {
      background: #ee63b1; }
    .table-card-notify .f-table-notify .biblioSticker {
      background: #ffc68e; }
    .table-card-notify .f-table-notify .txt-desc-notify {
      margin: calc(1rem - 2px) 0 calc(2rem - 8px) 0;
      padding-left: calc(1rem - 8px);
      color: #797D80;
      font-family: "Roboto";
      font-size: 0.87rem;
      line-height: calc(1rem - 2px);
      font-weight: 400; }
  .table-card-notify .notiSinLeer {
    background: rgba(92, 174, 230, 0.1); }
  .table-card-notify .notiFirst {
    border-radius: calc(1rem - 2px) calc(1rem - 2px) 0 0; }
  .table-card-notify .notiLast {
    border-radius: 0 0 calc(1rem - 2px) calc(1rem - 2px);
    border-bottom: 0px; }
  .table-card-notify .notiUnik {
    border-radius: calc(1rem - 2px);
    border-bottom: 0px; }

.contTutorial .cards-tutorial-container {
  width: 100% !important;
  max-width: 50rem;
  padding: 5% 0 !important; }
  .contTutorial .cards-tutorial-container .tutorial-element {
    width: 17rem;
    height: 22rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center; }
    @media (max-width: 324.98px) {
      .contTutorial .cards-tutorial-container .tutorial-element {
        width: 15rem; } }
    .contTutorial .cards-tutorial-container .tutorial-element > a {
      display: block;
      width: 100%;
      height: 100%; }
      .contTutorial .cards-tutorial-container .tutorial-element > a .card-anuncio {
        width: 100%;
        height: 100%;
        margin-bottom: 0; }
        .contTutorial .cards-tutorial-container .tutorial-element > a .card-anuncio .card_header {
          height: 9rem; }
          .contTutorial .cards-tutorial-container .tutorial-element > a .card-anuncio .card_header .card_img {
            width: 100%;
            height: 100%; }
          .contTutorial .cards-tutorial-container .tutorial-element > a .card-anuncio .card_header .card_body {
            height: 5.5rem; }
          .contTutorial .cards-tutorial-container .tutorial-element > a .card-anuncio .card_header .card_footer .separador {
            width: 100%; }

.card-achievement {
  position: relative;
  width: 90%;
  max-width: 50rem;
  display: flex;
  align-items: center;
  padding: 1rem 2.5rem;
  margin-bottom: 1.5rem;
  background-color: #fff;
  box-shadow: 3px 3px 0px rgba(220, 220, 220, 0.3); }
  .card-achievement.line-1::before {
    background-color: #24932f; }
  .card-achievement.line-2::before {
    background-color: #075490; }
  .card-achievement.line-3::before {
    background-color: #00a4b1; }
  .card-achievement.line-4::before {
    background-color: #fcde21; }
  .card-achievement::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0.8rem; }
  .card-achievement__badge {
    display: block;
    width: 5rem;
    margin-right: 1.5rem;
    filter: grayscale(1);
    opacity: 0.4; }
    .card-achievement__badge.achieved {
      opacity: 1;
      filter: none; }
  .card-achievement__details {
    flex: 1; }
  .card-achievement__title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #596164; }
  .card-achievement__condition {
    font-size: 1rem;
    color: #525250; }
  .card-achievement__progress {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 100%; }
    .card-achievement__progress__bar {
      position: relative;
      flex: 1;
      height: 0.6rem;
      background-color: #b7b7b6;
      border-radius: 10px;
      overflow: hidden; }
      .card-achievement__progress__bar__fill {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px; }
        .card-achievement__progress__bar__fill.fill-orange {
          background-color: #ec7e30; }
        .card-achievement__progress__bar__fill.fill-green {
          background-color: #76b422; }
    .card-achievement__progress__number {
      font-size: 1.7rem;
      color: #b7b7b6; }
  @media (max-width: 767.98px) {
    .card-achievement {
      flex-direction: column; } }

.card-datos .info_datos, .card-datos .datos_user {
  color: #5C6266;
  font-family: "Roboto";
  font-size: 1rem;
  line-height: calc(1rem + 3px);
  font-weight: 400; }
  @media (max-width: 767.98px) {
    .card-datos .info_datos, .card-datos .datos_user {
      font-size: 0.85rem; } }

.card-anuncio .card_footer .tipo_anuncio1, .card-anuncio .card_footer .tipo_anuncio2 {
  font-family: "Roboto";
  font-size: 0.75rem;
  font-weight: 500;
  line-height: calc(1rem - 2px); }

.card_noticia-detalle .header-titulo, .card_noticia-detalle .header-img, .card_noticia-detalle .header-img .img-detalle {
  position: relative;
  top: 0;
  width: 34rem;
  height: 31.85rem; }

.table-card .f-table .foo-esp_col .coment_f-table,
.table-card .f-table-lt .foo-esp_col .coment_f-table, .table-card .f-table .foo-esp_col .resp_ft,
.table-card .f-table-lt .foo-esp_col .resp_ft, .table-card-det .f-card-det .cont-det .name_ft .coment_ft {
  color: #797D80;
  font-family: "Roboto";
  font-size: 0.75rem; }

.table-card, .table-card-det, .table-card-notify {
  list-style-type: none;
  margin: 2rem 0 1rem 11.5rem;
  padding: calc(1rem - 4px) 0 0 0;
  background: #fff;
  border: 1px solid #F0F4F7;
  border-radius: 1rem;
  box-shadow: 0 0 1px 0 rgba(170, 175, 179, 0.72);
  width: 72.25rem;
  margin: 2rem auto 1rem auto;
  width: 62.25rem; }

.table-card-det .status_f-table {
  border-radius: 1rem;
  background-color: #5CAEE6;
  float: right;
  width: 4.5rem;
  height: 1.125rem;
  position: relative;
  top: 0.1rem; }
  .table-card-det .status_f-table .status_ft {
    color: #fff;
    font-family: "Roboto";
    font-size: 0.75rem;
    line-height: calc(1rem - 5px);
    font-weight: 400;
    text-align: center;
    margin: auto calc(1rem - 8px);
    position: relative;
    top: calc(1rem - 15px); }

.table-card .f-table .foo-esp_col .name_ft,
.table-card .f-table-lt .foo-esp_col .name_ft, .table-card-det .f-card-det .cont-det .name_ft {
  color: #5C6266;
  font-family: "Roboto";
  font-size: 0.75rem;
  line-height: calc(1rem - 2px);
  font-weight: bold; }

.table-card-det .f-card-det .cont-det .ic-edit, .table-card-det .f-card-det .cont-det .ic-del {
  font-size: 1.1rem;
  color: #000;
  position: relative;
  top: 0.6rem;
  opacity: 0.7; }

.table-card-det .f-card-det .cont-det .foo-esp_col-det .like_ft, .table-card-det .f-card-det .cont-det .foo-esp_col-det .resp_ft, .table-card-det .f-card-det .cont-det .link {
  font-family: "Roboto";
  font-size: 0.75rem;
  line-height: calc(1rem - 2px);
  text-align: center;
  font-weight: 500; }

.table-card-det .f-card-det .cont-det .foo-esp_col-det .like_ft .ic-lke, .table-card-det .f-card-det .cont-det .foo-esp_col-det .resp_ft .ic-rpy {
  font-size: 1.1rem;
  position: relative;
  top: 0.15rem; }

.card-datos .imgExp-coin .starShiney1, .card-datos .imgExp-coin .starShiney2, .card-datos .imgExp-coin .starShiney3, .card-datos .imgExp-coin .starShiney4 {
  width: 1rem;
  height: 1rem;
  position: absolute;
  z-index: 2;
  background: url(../../../assets/img/star.svg); }

.table-card .f-table .icEditEcT,
.table-card .f-table-lt .icEditEcT, .table-card .f-table .icDeleEcT,
.table-card .f-table-lt .icDeleEcT {
  color: #adb5bd;
  font-size: calc(1rem + 4px);
  margin: auto calc(1rem - 8px); }

.rank-table {
  width: 100%;
  margin: auto;
  padding: 0 1rem; }
  .rank-table thead {
    border-bottom: 1px solid #DAE1E6; }
    .rank-table thead th {
      color: #5C6266;
      padding: 1rem;
      text-align: center;
      text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
      vertical-align: middle; }
      .rank-table thead th:first-child {
        border-right: none; }
      .rank-table thead th:nth-child(2) {
        text-align: left;
        padding-left: 0px; }
      .rank-table thead th:last-child {
        border-right: none; }
  .rank-table tbody tr {
    color: #5CAEE6;
    cursor: default; }
    .rank-table tbody tr td {
      padding: calc(1rem - 7px) 0;
      height: 5rem;
      padding: calc(1rem - 7px) 0;
      border-right: 1px solid #DAE1E6; }
      .rank-table tbody tr td:first-child {
        font-family: "Roboto";
        font-size: 1.5rem;
        font-weight: 500;
        line-height: calc(2rem - 4px);
        text-align: center;
        vertical-align: middle;
        border-right: none; }
      .rank-table tbody tr td:nth-child(2) {
        text-align: left;
        font-size: 1.3rem; }
      .rank-table tbody tr td:nth-child(3) {
        text-align: center; }
      .rank-table tbody tr td:last-child {
        border-right: none; }
      .rank-table tbody tr td .rank-badge-number {
        width: 3rem; }
      .rank-table tbody tr td .rank-badge {
        width: 1.5rem; }
    .rank-table tbody tr:hover {
      color: #fff;
      background: rgba(92, 174, 230, 0.7);
      font-weight: 500;
      text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1); }
  .rank-table tbody .me-i {
    color: #000;
    background: rgba(207, 230, 92, 0.7); }
    .rank-table tbody .me-i:hover {
      color: #000;
      background: rgba(207, 230, 92, 0.7); }
      .rank-table tbody .me-i:hover .img-coin .starShiney {
        animation: brillo 1s ease-in-out infinite;
        animation-direction: alternate;
        animation-fill-mode: both; }

.table-notas {
  max-width: 67rem;
  width: 67rem;
  margin: auto;
  padding: 0 1rem; }
  .table-notas thead {
    border-bottom: 1px solid #DAE1E6; }
    .table-notas thead th {
      color: #212529;
      font-family: "Roboto";
      font-size: 1.1rem;
      line-height: 1rem;
      font-weight: 400;
      padding: calc(1rem - 8px);
      text-align: center;
      text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
      vertical-align: middle; }
      .table-notas thead th:first-child {
        text-align: left; }
  .table-notas tbody tr {
    color: #5CAEE6;
    cursor: default; }
    .table-notas tbody tr td {
      padding: calc(1rem - 10px) calc(1rem - 8px); }
      .table-notas tbody tr td:first-child {
        font-family: "Roboto";
        font-size: 1.125rem;
        font-weight: 500;
        line-height: calc(1rem - 2px);
        text-align: left;
        vertical-align: middle; }
      .table-notas tbody tr td:nth-child(2), .table-notas tbody tr td:last-child {
        text-align: center; }
    .table-notas tbody tr:nth-child(2n) {
      background: #DAE1E6; }

.rank-table thead th, .rank-table tbody tr td:nth-child(3), .rank-table tbody tr td:nth-child(4) {
  font-family: "Roboto";
  font-size: 1.3rem;
  line-height: 1rem;
  font-weight: 400; }

.card-datos .imgExp-coin .starShiney1, .card-datos .imgExp-coin .starShiney2, .card-datos .imgExp-coin .starShiney3, .card-datos .imgExp-coin .starShiney4 {
  width: .5rem;
  height: .5rem;
  position: absolute;
  z-index: 2;
  background: url(../../../assets/img/star.svg); }

.num_preg {
  color: #797D80;
  font-family: "Roboto";
  font-size: 3rem;
  line-height: 3.5625rem;
  text-align: center;
  position: relative; }
  @media (max-width: 767.98px) {
    .num_preg {
      font-size: 1.5rem;
      line-height: 1rem;
      font-weight: 700; } }
  @media (max-width: 559.98px) {
    .num_preg {
      font-size: 1rem;
      line-height: 1rem;
      font-weight: 700; } }

.eval-progress {
  position: relative;
  top: 0.5rem;
  max-width: 60rem; }
  @media (min-width: 768px) {
    .eval-progress {
      top: 2rem; } }

.pregunta {
  position: relative; }
  @media (min-width: 768px) {
    .pregunta {
      top: 2rem; } }

.progUb {
  position: relative; }

.progress-bar_eval {
  background: #CFE65C; }

.enun {
  display: flex;
  flex-direction: row; }
  .enun .img-enun_eval {
    height: 8rem;
    width: auto;
    margin: 0 1rem;
    border-radius: 1rem; }

.opc {
  display: flex;
  flex-direction: row;
  height: auto;
  width: 100%;
  max-width: 40rem;
  position: relative;
  cursor: pointer; }
  .opc .opc_letra {
    height: auto;
    min-height: 3rem;
    width: 10%;
    min-width: 3rem;
    background: #80CCFF;
    border-radius: calc(1rem - 8px) 0 0 calc(1rem - 8px);
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto;
    padding: 1rem; }
    .opc .opc_letra .opc_l {
      line-height: 1.5rem;
      font-size: 2rem;
      font-family: "Open Sans";
      color: #5C6266;
      text-align: center;
      position: absolute;
      transform: translateY(-50%);
      left: 40%;
      top: 50%;
      display: block;
      margin: auto; }
      @media (max-width: 767.98px) {
        .opc .opc_letra .opc_l {
          font-size: 1.5rem; } }
      @media (max-width: 559.98px) {
        .opc .opc_letra .opc_l {
          font-size: 1.1rem; } }
  .opc .opc_resp {
    position: relative;
    top: 0;
    width: 52rem;
    min-height: 3rem;
    padding: 1rem 0.75rem 0.25rem 0.75rem;
    border-top: 0.125rem solid #DAE1E6;
    border-bottom: 0.125rem solid #DAE1E6;
    border-right: 0.125rem solid #DAE1E6;
    border-radius: 0 calc(1rem - 10px) calc(1rem - 10px) 0; }
    .opc .opc_resp .opc_r {
      color: #5C6266;
      font-family: "Open Sans";
      font-size: 0.87rem;
      line-height: 1.25rem;
      font-weight: 400; }
      @media (max-width: 559.98px) {
        .opc .opc_resp .opc_r {
          font-size: 0.75rem;
          line-height: 1rem; } }
  .opc:hover .opc_resp {
    border-top: 0.125rem solid #80CCFF;
    border-bottom: 0.125rem solid #80CCFF;
    border-right: 0.125rem solid #80CCFF; }

.opc_activa .opc_resp {
  border: 0.125rem solid #CFE65C !important; }
.opc_activa .opc_letra {
  background: #CFE65C; }

.elec-resp .opc_img {
  width: 16rem;
  height: 13rem;
  border-radius: calc(1rem - 8px) calc(1rem - 8px) 0 0; }
  .elec-resp .opc_img .opc_i-3 {
    width: 15.65rem;
    height: 12.8rem; }
  .elec-resp .opc_img .opc_i-4 {
    width: 18.1vw;
    height: 37.9vh; }
.elec-resp .resp-opc {
  width: 16rem;
  height: auto;
  border-radius: 0 0 calc(1rem - 8px) calc(1rem - 8px);
  padding: 0.75rem 0.75rem 0.25rem 0.75rem;
  position: relative; }
  .elec-resp .resp-opc .resp-opc_i-3 {
    color: #797D80;
    font-family: "Roboto";
    font-size: 1.1rem;
    line-height: calc(1rem + 4px);
    text-align: center;
    font-weight: 400; }
.elec-resp:hover .opc_img {
  border: 0.1875rem solid #80CCFF; }
.elec-resp:hover .resp-opc {
  border: 0.1875rem solid #80CCFF; }

.elec-resp-asig .opc_img-asig {
  width: 16rem;
  height: 13rem;
  border-radius: calc(1rem - 8px) calc(1rem - 8px) 0 0; }
  .elec-resp-asig .opc_img-asig .opc_i-3 {
    width: 15.65rem;
    height: 12.8rem; }
  .elec-resp-asig .opc_img-asig .opc_i-4 {
    width: 18.1vw;
    height: 37.9vh; }
.elec-resp-asig .resp-opc {
  width: 16rem;
  height: auto;
  border-radius: 0 0 calc(1rem - 8px) calc(1rem - 8px);
  padding: calc(1rem - 8px); }
  .elec-resp-asig .resp-opc .resp-opc_i-3 {
    color: #797D80;
    font-family: "Roboto";
    font-size: 1.1rem;
    line-height: calc(1rem + 4px);
    font-weight: 400;
    text-align: center; }
.elec-resp-asig:hover .opc_img-asig {
  border: 0.1875rem solid #80CCFF; }
.elec-resp-asig:hover .resp-opc {
  border: 0.1875rem solid #80CCFF; }

.opc_activa-img {
  border: 0.1875rem solid #CFE65C !important; }

.mgn {
  height: auto;
  margin-bottom: 6rem; }

.mgn_img-asig {
  margin: 0.5rem 0 0.5rem 5rem; }

.match-opc {
  width: 100%;
  max-width: 16rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  margin: 0.5rem auto;
  border-radius: 5px;
  cursor: pointer;
  background-color: #ccc;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.5s; }
  .match-opc:hover {
    transform: scale(1.05); }
  .match-opc--a {
    border: 1px solid #80ccff;
    background-color: #80ccff; }
    .match-opc--a.option_selected {
      border: 1px solid #64a0c7; }
  .match-opc--b {
    border: 1px solid #cfe65c;
    background-color: #cfe65c; }
    .match-opc--b.option_selected {
      border: 1px solid #a3b54b; }
  .match-opc.option_selected {
    transform: scale(1.1); }
  .match-opc.unactive {
    opacity: 0.5;
    background-color: #ccc;
    border-color: #ccc;
    transform: scale(0.9); }
  .match-opc p {
    margin-bottom: 0; }

.opc_img_lado-a {
  width: 10rem;
  height: 9rem;
  border-radius: 1rem;
  position: absolute;
  transform: translateY(-50%);
  left: 22.5%;
  top: 50%;
  display: block;
  margin: auto;
  border: 0.125rem solid #DAE1E6; }
  .opc_img_lado-a .img_opc_ra {
    width: 9.778rem;
    height: 8.74rem;
    position: relative;
    left: 0;
    top: 0;
    border-radius: calc(1rem - 2px); }
  .opc_img_lado-a:hover {
    border: 0.125rem solid #CFE65C !important; }

.titulo-resul {
  color: #5CAEE6;
  font-family: "Open Sans";
  font-size: 2.4rem;
  margin-top: 3rem; }
  @media (min-width: 768px) {
    .titulo-resul {
      font-size: 3rem; } }

.txt-resul {
  font-family: "Roboto";
  font-size: 1.5rem;
  line-height: calc(2rem + 1px);
  margin: 2rem 0 1rem 0; }

.calif {
  left: 0rem;
  margin: 0 !important; }
  .calif .num {
    left: unset !important; }

.mostrar-resul {
  background: #fff;
  margin-top: 1.5rem;
  padding-bottom: 2rem;
  overflow-x: hidden !important;
  width: 100%;
  display: none;
  /*.logro{
        @extend %cal-log;
        left: -4rem;
        .num{
           @extend %number;
            .unidad{
                color: $blue;
                font-family: $primary-font;
                font-size: $h4-font-size;
                line-height: calc(2rem - 4px);
                margin-left: calc(1rem - 8px);
            }
        }
    }*/ }
  .mostrar-resul .anun-resul {
    margin: 1rem auto;
    color: #797D80;
    font-family: "Open Sans";
    font-size: 2rem;
    font-weight: 400; }
  .mostrar-resul .resp-eval {
    max-width: 55rem;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: calc(4rem + 4px); }
    .mostrar-resul .resp-eval li {
      list-style-type: none;
      position: relative;
      margin: 0.5rem auto; }
      .mostrar-resul .resp-eval li .preg-aprob .preg_num-aprob {
        background: #CFE65C; }
      .mostrar-resul .resp-eval li .preg-aprob .preg_enun {
        border-bottom: 0.125rem solid #CFE65C;
        border-right: 0.125rem solid #CFE65C;
        border-top: 0.125rem solid #CFE65C; }
      .mostrar-resul .resp-eval li .preg-reprob .preg_num-reprob {
        background: #df584c; }
        .mostrar-resul .resp-eval li .preg-reprob .preg_num-reprob .preg_n {
          color: #fff !important; }
      .mostrar-resul .resp-eval li .preg-reprob .preg_enun {
        border-bottom: 0.125rem solid #df584c;
        border-right: 0.125rem solid #df584c;
        border-top: 0.125rem solid #df584c; }

.test-results-container {
  margin-top: 7rem !important; }

.enun .enun_eval, .enun_eval {
  max-width: 45rem;
  color: #5C6266;
  font-family: "Open Sans";
  line-height: 1.5rem;
  font-size: 1.1rem;
  text-align: justify;
  margin-top: 0.25rem;
  font-weight: 400; }
  @media (max-width: 324.98px) {
    .enun .enun_eval, .enun_eval {
      font-size: 0.87rem; } }

.elec-resp .opc_img, .elec-resp .resp-opc, .elec-resp-asig .opc_img-asig, .elec-resp-asig .resp-opc {
  border: 0.1875rem solid #DAE1E6;
  cursor: pointer;
  position: relative;
  z-index: 1; }

.elec-resp .opc_img .opc_i-3, .elec-resp .opc_img .opc_i-4, .elec-resp-asig .opc_img-asig .opc_i-3, .elec-resp-asig .opc_img-asig .opc_i-4 {
  border-radius: calc(1rem - 10px); }

.calif {
  font-family: "Roboto";
  font-size: 2rem;
  line-height: calc(2rem + 6px);
  margin-right: calc(3rem + 7px);
  color: #797D80;
  position: relative;
  font-weight: 400; }
  @media (max-width: 991.98px) {
    .calif {
      margin-right: calc(1rem + 7px); } }

.mostrar-resul .resp-eval li .preg-aprob, .mostrar-resul .resp-eval li .preg-reprob {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin: 0;
  cursor: pointer; }

.calif .num {
  color: #5CAEE6;
  font-family: "Roboto";
  font-size: 2rem;
  line-height: calc(2rem + 6px);
  position: relative;
  left: calc(1rem + 7px);
  top: 0.05rem; }

.mostrar-resul .resp-eval li .preg-aprob .preg_num-aprob, .mostrar-resul .resp-eval li .preg-reprob .preg_num-reprob {
  width: 20%;
  height: auto;
  border-radius: calc(1rem - 8px) 0 0 calc(1rem - 8px);
  position: relative;
  top: 0;
  left: 0;
  margin: 0 auto;
  padding: 0.5rem; }
  .mostrar-resul .resp-eval li .preg-aprob .preg_num-aprob .preg_n, .mostrar-resul .resp-eval li .preg-reprob .preg_num-reprob .preg_n {
    line-height: calc($h2-font-size + 4px);
    font-size: 2rem;
    font-family: "Roboto";
    color: #797D80;
    text-align: center;
    position: absolute;
    transform: translateY(-50%);
    left: 35%;
    top: 55%;
    display: block;
    margin: auto; }
    .mostrar-resul .resp-eval li .preg-aprob .preg_num-aprob .preg_n .check, .mostrar-resul .resp-eval li .preg-reprob .preg_num-reprob .preg_n .check {
      font-size: 2rem; }

.mostrar-resul .resp-eval li .preg-aprob .preg_enun, .mostrar-resul .resp-eval li .preg-reprob .preg_enun {
  width: 80%;
  height: auto;
  text-align: justify;
  padding: 0.75rem 0.75rem 0.5rem 0.75rem;
  border-radius: 0 calc(1rem - 8px) calc(1rem - 8px) 0; }
  .mostrar-resul .resp-eval li .preg-aprob .preg_enun .preg_e, .mostrar-resul .resp-eval li .preg-reprob .preg_enun .preg_e {
    color: #5C6266;
    font-family: "Open Sans";
    font-size: 1.1rem;
    line-height: 1.25rem;
    font-weight: 400;
    position: relative;
    display: block;
    left: 0;
    top: 0;
    margin: auto; }

#comments {
  max-height: 0px;
  overflow: hidden;
  background-color: #F7FAFC;
  transition: max-height .9s;
  z-index: 6; }
  #comments::-webkit-scrollbar {
    width: calc(1rem - 8px); }
  #comments::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
  #comments::-webkit-scrollbar-thumb {
    background-color: #CFE65C;
    outline: 1px solid #565656; }
  @media (max-width: 991.98px) {
    #comments {
      top: 70px; } }
  #comments.open-comments {
    max-height: 30000px; }
  #comments .caja-comentario {
    max-width: 1000px;
    margin: 32px auto; }
  #comments textarea {
    border-radius: 8px;
    border-width: 2px;
    height: 110px;
    padding: 12px;
    font-size: 16px;
    font-family: Roboto;
    max-width: 1000px; }
  #comments .comment {
    background-color: white;
    padding: 24px;
    border-radius: 16px;
    max-width: 1000px;
    margin: 32px auto; }
    #comments .comment p {
      font-size: 1rem;
      color: #5C6266;
      font-family: 'Roboto';
      margin: .8rem 1.2rem; }
    #comments .comment .response {
      display: flex;
      margin-top: 16px;
      align-items: flex-start; }
  #comments #respuesta {
    width: 100%;
    padding: 8px; }
  #comments .replied {
    margin: 0;
    padding: 16px 0;
    border-top: solid 1px #DAE1E6;
    border-radius: 0; }
  #comments .ic-lke-act {
    color: #5CAEE6; }

#iconComments i:hover {
  color: #5CAEE6; }

#iconDownloads i:hover {
  color: #5CAEE6; }

.downloads {
  background-color: #FAFAFA;
  height: 100vh;
  width: 20rem;
  position: fixed;
  top: calc(2rem - 7px);
  right: -25rem;
  padding: 4rem 0rem;
  transition: .8s ease;
  z-index: 10;
  box-shadow: -2px 0px 20px rgba(56, 56, 56, 0.2); }
  @media (max-width: 991.98px) {
    .downloads {
      top: calc(4rem + 6px); } }
  .downloads .titulo {
    font-family: "Open Sans";
    font-weight: 600; }
  .downloads .barra {
    font-size: calc(1rem + 8px);
    position: relative;
    top: calc(-1rem + 6px);
    margin: 0 1rem;
    cursor: default; }
  .downloads .icUpload:hover {
    color: #FFDC60; }
  .downloads .icClose:hover {
    color: #df584c; }
  .downloads.open-downloads {
    right: 0; }
  .downloads .cont-downloads {
    height: 82vh;
    width: 20rem;
    position: relative;
    top: calc(1rem - 8px);
    left: 1rem;
    overflow-y: auto;
    background: #fff;
    padding: 0; }
    .downloads .cont-downloads::-webkit-scrollbar {
      width: calc(1rem - 10px); }
    .downloads .cont-downloads::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
    .downloads .cont-downloads::-webkit-scrollbar-thumb {
      background-color: #DAE1E6;
      outline: 1px solid #565656; }
    .downloads .cont-downloads .list-downloads {
      list-style: none;
      padding: 0;
      width: 20rem; }
      .downloads .cont-downloads .list-downloads .element-downloads {
        width: 20rem;
        padding: 1rem 2rem;
        border-top: 2px solid #F0F4F7; }
        .downloads .cont-downloads .list-downloads .element-downloads .imgdl {
          width: 2rem;
          height: 2rem;
          margin-right: calc(1rem - 8px); }
        .downloads .cont-downloads .list-downloads .element-downloads .nameArch {
          position: relative;
          top: .3rem;
          color: #adb5bd;
          display: block;
          font-weight: 600;
          font-family: "Open Sans";
          font-size: 0.87rem;
          white-space: pre-wrap;
          max-width: 13rem;
          text-align: justify;
          line-height: 1rem; }
        .downloads .cont-downloads .list-downloads .element-downloads .nameUpload {
          position: relative;
          top: -.6rem;
          left: 2.5rem;
          color: #adb5bd;
          font-weight: 600;
          font-family: "Open Sans";
          font-size: 0.75rem;
          text-align: justify;
          line-height: 1rem; }
        .downloads .cont-downloads .list-downloads .element-downloads .icDl {
          font-size: calc(1rem + 4px);
          color: #adb5bd;
          position: relative;
          top: calc(1rem - 12px); }
          .downloads .cont-downloads .list-downloads .element-downloads .icDl:hover {
            color: #5CAEE6; }
        .downloads .cont-downloads .list-downloads .element-downloads:hover {
          background: rgba(92, 174, 230, 0.1); }
          .downloads .cont-downloads .list-downloads .element-downloads:hover .nameArch {
            color: #5C6266; }
      .downloads .cont-downloads .list-downloads .finElement-downloads {
        border-bottom: 2px solid #F0F4F7; }

.subtitulo-recurso {
  color: #797D80;
  font-family: "Roboto";
  font-size: 2.25rem;
  line-height: calc(3rem - 6px); }

.biblio_detalle-recurso {
  padding: 2rem; }
  .biblio_detalle-recurso .img-recurso {
    box-sizing: border-box;
    height: auto;
    width: 100%;
    max-width: 18rem;
    border: 1px solid #565656;
    box-shadow: 5px 5px 15px rgba(58, 58, 58, 0.5);
    border-radius: calc(1rem - 8px); }
  .biblio_detalle-recurso .tituloTextRecurso {
    color: #5c6266;
    font-family: "Open Sans";
    font-size: 1.125rem;
    line-height: calc(2rem - 4px);
    font-weight: 400; }
  .biblio_detalle-recurso .textRecurso {
    font-family: "Open Sans";
    font-size: 0.87rem;
    line-height: calc(2rem - 4px); }
  .biblio_detalle-recurso .lk-volver {
    position: relative;
    top: calc(2rem + 3px);
    right: 1.5rem;
    color: #5CAEE6;
    font-family: "Open Sans";
    font-size: 0.87rem;
    line-height: 1rem;
    padding: 1rem 1rem;
    border-radius: 25rem; }
    .biblio_detalle-recurso .lk-volver:hover {
      color: #fff;
      background: linear-gradient(to right, #80CCFF 0%, #3D93CC 100%);
      font-weight: 500; }
    .biblio_detalle-recurso .lk-volver .ic-bck {
      position: relative;
      top: .45rem;
      right: .5rem; }
  .biblio_detalle-recurso .biblio_detalle-catag {
    padding: 0 2rem;
    margin-top: 2rem; }

.enun_faqs.active, .enun_faqs.active + p {
  background: #F0F4F7;
  padding: 0 calc(2rem + 3px); }

.accordion {
  max-width: 49.25rem;
  margin: calc(2rem + 3px) auto calc(1rem + 4px) auto;
  list-style-type: none; }
  .accordion li {
    position: relative;
    max-height: 64rem;
    border-bottom: 1px solid #DAE1E6;
    padding: calc(2rem - 4px) 0 calc(2rem - 7px) 0; }
    .accordion li p {
      display: none; }
  .accordion .enun_faqs {
    width: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #797D80;
    font-weight: 600;
    line-height: calc(1rem + 8px);
    font-family: "Roboto";
    font-size: 16px;
    font-size: 1rem;
    user-select: none;
    padding-top: 1rem;
    padding-bottom: 1rem; }
    .accordion .enun_faqs:after {
      width: calc(1rem - 4px);
      height: calc(1rem - 4px);
      border-right: 2px solid #9B9B9B;
      border-bottom: 2px solid #9B9B9B;
      position: absolute;
      right: calc(1rem - 1px);
      content: " ";
      transform: rotate(-45deg);
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .accordion .enun_faqs .faq_subtitle {
      width: 80%; }
    .accordion .enun_faqs .num {
      margin-right: calc(1rem + 4px); }
  .accordion p {
    font-size: 16px;
    font-size: 1rem;
    line-height: calc(1rem + 8px);
    color: #797D80;
    text-align: justify;
    font-family: "Roboto";
    overflow-wrap: break-word;
    word-wrap: break-word; }

.enun_faqs.active {
  border-radius: 1rem 1rem 0 0; }

.enun_faqs.active + p {
  border-radius: 0 0 1rem 1rem;
  padding-bottom: calc(2rem + 3px); }

.enun_faqs.active:after {
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

/*CAJITA DE NOTIFICACIONES*/
.notification-box {
  right: 0.7rem;
  z-index: 9999;
  max-width: 90vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 7px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2); }
  .notification-box button.close {
    height: 94%; }
    .notification-box button.close:focus, .notification-box button.close:active {
      outline: none; }

/*NOTIFICACIONES*/
.alert-notif-container {
  position: fixed;
  top: 5rem;
  right: 0; }

.notification-ranking {
  padding-left: 7rem;
  overflow: hidden;
  background-color: #dfe9f8; }
  .notification-ranking .stickerNotify {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3rem;
    width: 3rem;
    margin: 0 1rem 0 0;
    border-radius: 50rem;
    box-shadow: 1px 1px 5px #3a3a3a; }
    .notification-ranking .stickerNotify.anunSticker {
      background: #ef6e62; }
    .notification-ranking .stickerNotify.rankingSticker {
      background: #b0a4cb; }
    .notification-ranking .stickerNotify.notiSticker {
      background: #dbea8f; }
    .notification-ranking .stickerNotify.muroSticker {
      background: #FFDC60; }
    .notification-ranking .stickerNotify.ecpSticker {
      background: #80CCFF; }
    .notification-ranking .stickerNotify.ectSticker {
      background: #CFE65C; }
    .notification-ranking .stickerNotify.calenSticker {
      background: #ee63b1; }
    .notification-ranking .stickerNotify.biblioSticker {
      background: #ffc68e; }
    .notification-ranking .stickerNotify .icNotify {
      margin: 0 auto;
      position: relative;
      top: 0;
      color: #212529;
      font-size: calc(1.2rem + 8px); }
  .notification-ranking__image {
    position: absolute;
    left: 1.9rem;
    width: 4rem;
    margin-right: 0.3rem;
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.2)); }
  .notification-ranking__text {
    position: relative;
    z-index: 10;
    padding: 0.3rem;
    border-radius: 9px;
    font-weight: 500;
    color: #5c6266; }

.titulo_faqs {
  color: #5CAEE6;
  font-family: "Roboto";
  font-size: 2.25rem;
  font-weight: 300;
  line-height: calc(3rem - 6px); }

.subtitulo_faqs {
  color: #797D80;
  font-family: "Roboto";
  font-size: 1.5rem;
  line-height: calc(2rem - 4px);
  font-weight: 400; }

/* mapa de progreso */
.goal {
  fill: #cfe65c;
  transition: 1s;
  transition-delay: 1s; }

.progress-bar {
  stroke-dasharray: 1016 1018;
  /* stroke-dashoffset:1017; */
  animation: ani-progress 4s linear 0.2s forwards; }

@keyframes ani-progress {
  0% {
    stroke-dashoffset: 1017; } }
.titulo-ec {
  color: #797D80;
  font-family: "Roboto";
  font-size: 2.25rem;
  line-height: calc(3rem - 6px);
  font-weight: 500; }

.esp_col {
  margin: 1rem auto;
  margin: 1rem auto; }
  .esp_col .btn-nw-tema {
    width: 10rem;
    padding: calc(1rem - 8px) 0;
    color: #F0F4F7;
    font-family: "Roboto";
    font-size: calc($p-font-size - 2px);
    font-weight: 600;
    line-height: calc(1rem + 3px);
    text-align: center; }
    .esp_col .btn-nw-tema:focus {
      outline: none; }

.subtit_Tuto {
  color: #797D80;
  font-family: "Roboto";
  font-size: 1.5rem;
  line-height: calc(2rem - 4px); }

.textTuto {
  padding-right: .5rem; }

.dlTuto .textTuto {
  position: relative;
  top: .2rem; }
.dlTuto .btn-dlt {
  font-family: "Roboto";
  padding: .5rem 2rem;
  font-weight: 400; }

.infoTuto {
  background: #F0F4F7;
  border-radius: 1rem; }
  .infoTuto .textInfoTuto .link {
    font-weight: 700; }
    .infoTuto .textInfoTuto .link:hover {
      color: #3D93CC !important; }

.textTuto, .infoTuto .textInfoTuto {
  color: #797D80;
  font-family: "Roboto";
  font-size: calc(1rem + 4px);
  line-height: calc(1rem + 8px); }
  @media (max-width: 991.98px) {
    .textTuto, .infoTuto .textInfoTuto {
      font-size: .9rem; } }

.box-pag {
  height: 3rem;
  width: 22rem;
  border: 2px solid #DAE1E6;
  border-radius: calc(2rem - 4px);
  background-color: transparent; }
  .box-pag .pag {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .box-pag .pag .pag-item {
      color: #5CAEE6;
      font-family: "Roboto";
      font-size: 1.1rem;
      font-weight: 500;
      line-height: calc(1rem + 5px);
      border: 2px solid #DAE1E6; }
      .box-pag .pag .pag-item:first-child, .box-pag .pag .pag-item:last-child {
        padding: calc(1rem - 3px) calc(1rem + 2px) calc(1rem - 4px) calc(1rem + 2px); }
      .box-pag .pag .pag-item:nth-child(n) {
        padding: calc(1rem - 3px) calc(1rem - 3px) calc(1rem - 4px) calc(1rem - 3px);
        border: 2px solid #DAE1E6; }

/* Page Navigation */
#jquery-tab-pager-navi {
  height: 3rem;
  width: auto;
  border-radius: calc(2rem - 4px);
  background-color: transparent;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  position: relative; }
  #jquery-tab-pager-navi li {
    margin: 0;
    margin-bottom: 0.1rem;
    padding: calc(1rem - 6px) 1rem;
    position: relative;
    left: 0;
    list-style-type: none;
    border-color: #DAE1E6;
    border-style: solid;
    border-top-width: 3px;
    border-bottom-width: 3px;
    border-left-width: 1px;
    border-right-width: 1px; }
    #jquery-tab-pager-navi li:last-child {
      border-radius: 0 calc(2rem - 4px) calc(2rem - 4px) 0;
      border-right-width: 3px; }
    #jquery-tab-pager-navi li:first-child {
      border-radius: calc(2rem - 4px) 0 0 calc(2rem - 4px);
      border-left-width: 3px; }
    #jquery-tab-pager-navi li:hover {
      background: #5CAEE6; }
      #jquery-tab-pager-navi li:hover a {
        color: #fff; }
    #jquery-tab-pager-navi li a {
      color: #5CAEE6;
      font-family: "Roboto";
      font-size: 1.1rem;
      font-weight: 500;
      line-height: calc(1rem + 5px); }
    #jquery-tab-pager-navi li a.current, #jquery-tab-pager-navi li a.disable {
      color: #797D80; }

.rowDimension {
  width: 65rem;
  padding: 0 auto; }

.paginate-pagination ul {
  height: 3rem;
  width: max-content;
  max-width: 40rem;
  margin: 0 auto;
  border: 2px solid #DAE1E6;
  border-radius: calc(2rem - 4px);
  background-color: transparent;
  display: flex;
  flex-direction: row;
  padding: 0;
  position: relative;
  list-style: none; }
  .paginate-pagination ul li {
    margin: 0;
    padding: calc(1rem - 6px) 1rem;
    position: relative;
    left: 0;
    list-style-type: none; }
    .paginate-pagination ul li:last-child {
      border-radius: 0 calc(2rem - 4px) calc(2rem - 4px) 0;
      border-left: 1px solid #DAE1E6; }
    .paginate-pagination ul li:first-child {
      border-radius: calc(2rem - 4px) 0 0 calc(2rem - 4px);
      border-right: 1px solid #DAE1E6; }
    .paginate-pagination ul li:nth-child(n) {
      border: 1px solid #DAE1E6; }
    .paginate-pagination ul li:hover {
      background: #5CAEE6; }
      .paginate-pagination ul li:hover a.page, .paginate-pagination ul li:hover a.page-prev.deactive, .paginate-pagination ul li:hover a.page-next.deactive {
        color: #fff; }
    .paginate-pagination ul li a.page {
      color: #5CAEE6;
      font-family: "Roboto";
      font-size: 1.1rem;
      font-weight: 500;
      line-height: calc(1rem + 5px); }
    .paginate-pagination ul li a.active {
      color: #797D80; }
    .paginate-pagination ul li a.page-next.deactive, .paginate-pagination ul li a.page-prev.deactive {
      color: #797D80;
      opacity: .7; }

/*#jquery-tab-pager-navi li:last-child a {
    margin-right: 0px;
}

#jquery-tab-pager-navi li a.current,
#jquery-tab-pager-navi li a.disable,
#jquery-tab-pager-navi li a:hover {
    background: #ebebeb;
    color: #000;
}*/
/*.contenedor{
    display: inline-block;
    height: 25rem;
    width: 25rem;
    float:left;
    padding: 0;
    background: $bluedark;
    position: relative;
    transition: all .2s ease;
    border: 3px solid $gray-400;
    border-radius: 1rem;
    @include media-breakpoint-down(xl){
        width: 15rem;
        height: 15rem;
    }
    &:hover{
        span{
            bottom: 0px;
            opacity: 1;
            transition: all .2s ease;
            z-index: 2;
        }
    }
    span{
        color: $white;
        font-family: $primary-font;
        font-weight: $font-weight-normal-hard;
        position: absolute;
        font-size: $h5-font-size;
        width: 24.6rem;
        height: 4rem;
        text-align: center;
        bottom: 0px;
        margin: 0;
        background-color: rgba(58, 58, 58, .5);
        opacity: 0;
        padding: 1rem 0;
        border-radius: 0 0 .7rem .7rem; 
        text-transform: uppercase;
        transition: all .2s ease;
        @include media-breakpoint-down(xl){
            width: 14.6rem;
            height: 3rem;
            padding: .5rem 0;
        }
    }
    .reloj{
        border-radius: calc(4rem - 4px);
        @extend %forma;
        border: 3px solid $white;
        &::after{
            content: "";
            position: absolute;
            background-color: $white;
            top: calc(1rem - 14px);
            left: 48%;
            height: calc(2rem + 6px);
            width: calc(1rem - 12px);
            border-radius: calc(1rem - 11px);
            -webkit-transform-origin: 50% 97%;
            transform-origin: 50% 97%;
            -webkit-animation: minAgu 2s linear infinite;
            animation: minAgu 2s linear infinite;
        }
        &::before{
            content: "";
            position: absolute;
            background-color: $white;
            top: calc(1rem - 10px);
            left: 48%;
            height: calc(2rem + 3px);
            width: calc(1rem - 12px);
            border-radius: calc(1rem - 11px);
            -webkit-transform-origin: 50% 94%;
            transform-origin: 50% 94%;
            -webkit-animation: hrAgu 12s linear infinite;
            animation: hrAgu 12s linear infinite;
        }
    }
    .relojArena{
        @extend %forma;
        border: 3px solid $white;
        border-radius: 5rem;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-animation: rArena 3s ease-in-out infinite;
        animation: rArena 3s ease-in-out infinite;
        &::before{
            top: calc(1rem - 10px);
            @extend %relojAre;
            border-width: calc(2rem + 5px) calc(1rem + 6px) 0 calc(1rem + 6px);
            border-color: $white transparent transparent transparent;
        }
        &::after{
            top: calc(2rem - 1px);
            @extend %relojAre;
            border-width: 0 calc(1rem + 6px) calc(2rem + 5px) calc(1rem + 6px);
            border-color: transparent transparent $white transparent;
        }
    }
    
    .radarDouble{
        border-radius: calc(3rem + 2px);
        background-color: rgba(255, 255, 255, .2);
        border-width: calc(3rem - 8px);
        border-style: double;
        border-color: transparent $white;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
        -webkit-transform-origin:  50% 50%;
        transform-origin:  50% 50% ;
        -webkit-animation: rd 2s linear infinite;
        animation: rd 2s linear infinite;
    }
}*/
.radar {
  position: relative;
  width: calc(1rem - 11px);
  height: calc(1rem - 11px);
  top: 49%;
  top: -webkit-calc(50% - calc(3rem - 5px));
  top: calc(50% - calc(1rem - 13.5px));
  left: 49%;
  left: -webkit-calc(50% - calc(3rem - 5px));
  left: calc(50% - calc(1rem - 13.5px));
  background-color: #5CAEE6;
  border-radius: 50px; }
  .radar::after {
    content: "";
    position: absolute;
    top: calc(1rem - 13px);
    right: calc(1rem - 13px);
    border-bottom: 3px solid #5CAEE6;
    border-left: 3px solid #5CAEE6;
    border-radius: 0 0 0 calc(2rem + 2px);
    width: calc(2rem - 8px);
    height: calc(2rem - 8px);
    background-color: rgba(92, 174, 230, 0.1);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    -webkit-animation: radar 1.5s linear infinite;
    animation: radar 1.5s linear infinite; }
  .radar::before {
    content: "";
    position: absolute;
    top: calc(-1 * calc(1rem + 6px));
    right: calc(-1 * calc(1rem + 6px));
    border-top: 3px solid #5CAEE6;
    border-right: 3px solid #5CAEE6;
    border-radius: 0 calc(2rem + 2px) 0px 0;
    width: calc(2rem - 8px);
    height: calc(2rem - 8px);
    background-color: rgba(92, 174, 230, 0.1);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-animation: radar 1.5s linear infinite;
    animation: radar 1.5s linear infinite; }

@-webkit-keyframes minAgu {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes minAgu {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@-webkit-keyframes hrAgu {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes hrAgu {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@-webkit-keyframes rArena {
  0% {
    -webkit-transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes rArena {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(180deg); }
  100% {
    transform: rotate(360deg); } }
@-webkit-keyframes radar {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes radar {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@-webkit-keyframes rd {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes rd {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.cQR {
  width: 100%;
  height: auto;
  margin-top: calc(1rem - 1px);
  padding-bottom: 1rem; }
  .cQR .imgForm {
    width: 25rem;
    height: auto; }
    @media (min-width: 560px) and (max-width: 767.98px) {
      .cQR .imgForm {
        width: 18rem;
        position: relative;
        top: 10%; } }
    @media (min-width: 325px) and (max-width: 559.98px) {
      .cQR .imgForm {
        width: 10rem;
        position: relative;
        top: 20%;
        left: 100%;
        transform: translateX(-40%); } }
    @media (min-width: 300px) and (max-width: 324.98px) {
      .cQR .imgForm {
        width: 10rem;
        position: relative;
        top: 20%;
        left: 95%;
        transform: translateX(-50%); } }
  .cQR .text-cQR {
    color: #797D80;
    font-family: "Roboto";
    font-size: 1.125rem;
    line-height: 1.5rem;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 2rem; }
    @media (min-width: 560px) and (max-width: 767.98px) {
      .cQR .text-cQR {
        font-size: 1.1rem;
        margin-top: 3rem;
        width: 100%; } }
    @media (min-width: 325px) and (max-width: 559.98px) {
      .cQR .text-cQR {
        font-size: 0.87rem;
        margin-top: 3rem;
        width: 100%; } }
    @media (min-width: 300px) and (max-width: 324.98px) {
      .cQR .text-cQR {
        font-size: 0.87rem;
        margin-top: 3rem;
        width: 100%; } }
  .cQR .nameP-cQR {
    color: #5CAEE6;
    font-family: "Roboto";
    font-size: 2rem;
    font-weight: 700;
    line-height: 1rem;
    text-shadow: 2px 2px 2px rgba(56, 56, 56, 0.2);
    text-transform: uppercase; }
    @media (min-width: 560px) and (max-width: 767.98px) {
      .cQR .nameP-cQR {
        font-size: 1.5rem;
        line-height: 1.5rem;
        width: 75%; } }
    @media (min-width: 325px) and (max-width: 559.98px) {
      .cQR .nameP-cQR {
        font-size: 1rem;
        width: 75%; } }
    @media (min-width: 300px) and (max-width: 324.98px) {
      .cQR .nameP-cQR {
        font-size: 1rem;
        width: 75%; } }
  .cQR .progA-cQR {
    color: #5CAEE6;
    font-family: "Roboto";
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 2.5rem;
    text-shadow: 2px 2px 2px rgba(56, 56, 56, 0.2);
    text-transform: uppercase;
    margin-bottom: 2rem; }
    @media (min-width: 560px) and (max-width: 767.98px) {
      .cQR .progA-cQR {
        font-size: 1.5rem;
        line-height: 1.75rem; } }
    @media (min-width: 325px) and (max-width: 559.98px) {
      .cQR .progA-cQR {
        font-size: 1rem;
        line-height: 1.5rem; } }
    @media (min-width: 300px) and (max-width: 324.98px) {
      .cQR .progA-cQR {
        font-size: 1rem;
        line-height: 1.5rem; } }
  .cQR .link {
    position: relative;
    top: 1rem;
    font-size: 1.125rem;
    color: #5CAEE6;
    text-decoration: none;
    font-weight: 500;
    text-align: center;
    padding-bottom: 2rem; }
    @media (min-width: 560px) and (max-width: 767.98px) {
      .cQR .link {
        font-size: 1.125rem;
        line-height: 1.5rem; } }
    @media (min-width: 325px) and (max-width: 559.98px) {
      .cQR .link {
        font-size: 1rem;
        width: 75%; } }
    @media (min-width: 300px) and (max-width: 324.98px) {
      .cQR .link {
        font-size: 1rem;
        width: 75%; } }

.constancia {
  padding: 2rem 0; }
  .constancia .imgConst {
    width: 25rem;
    height: auto; }
  .constancia .tituloConst {
    color: #5CAEE6;
    font-size: 2.25rem;
    font-weight: 400;
    line-height: 2rem; }
  .constancia .datosParticipante {
    padding: 1rem;
    margin-top: 1rem;
    border-radius: 1rem;
    background: #FAFAFA; }
  .constancia .textConst {
    color: #212529;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2rem;
    padding: 1rem; }
  .constancia .tituloPart {
    padding: 1rem; }

.constancia .datosParticipante .tituloPart, .constancia .tituloPart {
  color: #5C6266;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem; }

.toolTip {
  background-color: #00253d;
  color: #fff;
  border: 1px solid #001d2f;
  display: flex !important;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
  width: max-content;
  border-radius: 8px; }

.toolTip .introjs-tooltiptext {
  font-size: 1.6rem; }

.toolTip .introjs-arrow.top {
  border-bottom-color: rgba(255, 255, 255, 0.55); }

.toolTip .introjs-arrow.bottom {
  border-top-color: rgba(255, 255, 255, 0.55); }

.toolTip .introjs-tooltipbuttons {
  display: flex;
  justify-content: center; }

.toolTip .introjs-button {
  display: inline-block;
  background-image: none;
  text-shadow: none;
  color: #383838;
  border: 1px solid #90a03e;
  background-color: #cfe65c;
  font-size: 1rem;
  transition: box-shadow 0.2s; }

.toolTip .introjs-button:hover {
  box-shadow: 0px 5px 10px rgba(56, 56, 56, 0.5); }

.toolTip .introjs-button.introjs-disabled {
  background-image: none;
  text-shadow: none;
  color: #666565;
  border: 1px solid #818181;
  background-color: #818181; }

.toolTip .introjs-button.introjs-disabled:hover {
  box-shadow: none; }

.tuto-intro-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5); }

.tuto-intro-modal {
  width: 40%;
  min-width: 460px;
  max-width: 870px;
  height: 50%;
  min-height: 378px;
  max-height: 570px;
  border-radius: 30px;
  padding: 0 5%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  background-color: #fff;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5); }

.tuto-intro-title {
  font-size: 4.25rem; }

.tuto-intro-text {
  font-size: 2.25rem;
  text-align: center; }

.tuto-intro-buttons {
  display: flex;
  flex-direction: column; }

.tuto-intro-button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 100;
  transition: transform 0.3s;
  border-radius: 40px;
  background-color: #cfe65c;
  color: #001d2f; }

.tuto-intro-button:hover {
  transform: scale(1.1); }

.tuto-intro-skip {
  text-align: center;
  color: #a2a2a2;
  cursor: pointer;
  user-select: none; }

/*# sourceMappingURL=main.css.map */
