body {
    background-color: #181B22 !important;
    overflow-x: hidden !important;
    color:#eee !important;
    font-size:14px !important;
    font-family: 'Inter', sans-serif !important;
  }

  .notificacion-menu{
    background-color:#f05f78;
    width:22px;
    height:22px;
    color:#fff;
    position:absolute;
    border-radius:20px;
    font-size:12px;
    text-align:center;
    display:inline-block;
    margin:-11px 0 0 -40px;
    padding:2px 0 0 0;
    top:4px;
    right:30px;
  }
  
  .mensaje-nofiticaciones{
    font-weight: bold;
  }
  
  .fyh-notificaciones{
    font-size:10px;
  }
  
  .table-notificaciones{
    width:240px;
    border-left:solid 2px #00abf1;
    background:#21242c;
    padding:5px;
    margin:5px 0;
  }
  
  .table-notificaciones:hover{
    background:#181b22;
    cursor:pointer;
    transition:.3s;
  }
  
  .notificaciones-dropbtn {
    display:inline-block;
    font-size:22px;
    padding:2px 6px 0 6px;
    color:#979797;
    background:#181b22;
    border-radius:150px;
    margin-right:5px;
    border:solid 1px  #444;
    border-radius:150px;
    color:#fff;
  }
  
  .notificaciones-dropbtn:before{
    content:"\ea35";
    font-family: "tabler-icons" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .notificaciones-dropdown {
    position: relative;
    display: inline-block;
  }
  
  .notificaciones-dropdown-content {
      display: none;
      position: absolute;
      background-color: #181b22;
      width: auto;
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
      z-index:999;
      right:0px;
      top:50px;
      padding:10px;
      border-radius:10px;
      border:solid 1px  #444;
      transition:.3s;
  }
  
  .notificaciones-dropbtn:hover, .notificaciones-dropbtn:focus {
    background-color:#00abf1;
    color:#fff;
    cursor:pointer;
    transition:.3s;
  }

  /* Nuevo Diseno Perfil Alumno - Arreglo Biblioteca  */

.col-12.div-color.p-3.my-3 > .book-box a img {
  width: 229px;
  height: 300px;
  object-fit: cover;
  border-radius: 8px; 
}

.col-12.div-color.p-3.my-3 > .book-box a:hover img {
  transform: scale(1.07);
  transition: all .3s ease-in-out;
  filter: drop-shadow(0 0 4px #c0c4d2);
}



/*— ajustes modal biblioteca —*/


.modal-dialog.modal-cs.biblioteca-width.modal-dialog-centered.mx-auto {
  max-width: 52% !important;
}

.col-12.col-md-4.text-center > img.img-lb {
  width: 300px;
  border-radius: 8px;
}

.modal-dialog.modal-cs.biblioteca-width.modal-dialog-centered.mx-auto .modal-body {
   padding: 10px 1vw 20px 2.5vw !important;
} 

.modal-dialog.modal-cs.biblioteca-width.modal-dialog-centered.mx-auto .modal-body > .col-12.px-0 > .row > .col-12.col-md-8 {
  padding: 1.7vh 0 1vh 2vw !important;
}

.modal-dialog.modal-cs.biblioteca-width.modal-dialog-centered.mx-auto .modal-body > .col-12.px-0 > .row > .col-12.col-md-8 > .col-12.mb-4.px-0.titulo-libros-biblioteca.mt-4.mt-md-0 {
  margin-bottom: 1rem !important;
} 

.modal-dialog.modal-cs.biblioteca-width.modal-dialog-centered.mx-auto .modal-body > .col-12.px-0 > .row > .col-12.col-md-8 > .row > .col-4.col-md-3 {
  padding-right: 0 !important;
  flex: 0 0 21% !important;
  max-width: 21% !important;
}

.modal-dialog.modal-cs.biblioteca-width.modal-dialog-centered.mx-auto .modal-body > .col-12.px-0 > .row > .col-12.col-md-8 > .col-12.col-md-4.ml-auto {
  margin: 0 !important;
  max-width: -webkit-fill-available !important;
  padding: 0 !important; 
}

.modal-dialog.modal-cs.biblioteca-width.modal-dialog-centered.mx-auto .col-12.col-md-4.ml-auto .row {
  width: 60%;
  align-items: center;
}

.modal-dialog.modal-cs.biblioteca-width.modal-dialog-centered.mx-auto .col-12.col-md-4.ml-auto .row .col-4.px-0.text-right.pt-2 {
  padding: 0 !important;
  text-align: left !important; 
}

.row.ranking.marcadores > .col-8.col-md-9 > .col-12.px-0.mb-2 > i.ti-star {
  cursor: pointer;
  margin: 0 5px !important;  
}

.row.ranking.marcadores > .col-8.col-md-9 > .col-12.px-0.mb-2 > i.ti-star:hover::before {
  content: '\f6a6';
}

.row.ranking.marcadores > .col-4.col-md-3 > .col-12.px-0.mb-2:first-of-type {
  display: flex;
  align-items: center;
  height: 23px;
}

.row.ranking.marcadores > .col-4.col-md-3 > .col-12.px-0.mb-2:nth-of-type(2), .row.ranking.marcadores > .col-8.col-md-9 > .col-12.px-0.mb-2:nth-of-type(2) {
  height: 40px;
  display: flex;
  align-items: center;
}

.row.ranking.marcadores > .col-4.col-md-3 > .col-12.px-0.mb-2:nth-of-type(2) {
  padding-top: 1px;
}

.row.ranking.marcadores > .col-8.col-md-9 > .col-12.px-0.mb-2:nth-of-type(2) > div {
  width: 38px !important;
  height: 38px !important;
}


  .menu_side_new ul#stacked-menu {
    justify-content: center;
  }
  
  .menu_side_new div#v-pills-tab ul#stacked-menu a.nav-menu.activo, .menu_side_new div#v-pills-tab ul#stacked-menu a.nav-menu:hover {
    width: 50px !important;
  }
  
  .menu_side_new .posicion-imagenes {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto !important;
    width: -webkit-fill-available !important;
  }
  
  .menu_side_new .posicion-imagenes .col-12.col-xl-3.px-0.px-lg-1.text-center.mb-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 !important;
    margin-bottom: 10px !important;
    max-width: 75%; 
  }
  
  .menu_side_new .row.posicion-imagenes > .col-12.col-xl-3.px-0.px-lg-1.text-center.mb-2 > .col-12 {
    width: -webkit-fill-available;
    padding: 0 !important;
    display: flex;
    justify-content: center;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 1px;
}
  
.menu_side_new .row.posicion-imagenes > .col-12.col-xl-3.px-0.px-lg-1.text-center.mb-2 > .col-12::after {
  margin: auto !important;
  right: 0 !important;
}

.row.posicion-imagenes > .col-12.col-xl-3.px-0.px-lg-1.text-center.mb-2 > .col-12 {
  display: flex;
  justify-content: center;
}

.container-fluid > .col-12.div-color.p-3.mt-3 > .cuadernos_alumno > ul.cuaderno {
  display: flex;
  flex-wrap: wrap;
  padding: 0 !important;
  margin: 0 !important;
  width: -webkit-fill-available !important;
  justify-content: center;
}

.container-fluid > .col-12.div-color.p-3.mt-3 > .cuadernos_alumno > ul.cuaderno > li.cuaderno {
  width: 19.5%;
} 

.container-fluid > .col-12.div-color.p-3.mt-3 > .cuadernos_alumno > ul.cuaderno > li.cuaderno > a.titulocuaderno {
  text-align: center;
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
} 

.container-fluid > .col-12.div-color.p-3.mt-3 > .cuadernos_alumno > ul.cuaderno > li.cuaderno > a.titulocuaderno > p {
  display: flex;
  justify-content: center;
  margin: auto;
  position: relative;
  width: -webkit-fill-available;
  top: 3vh;
  bottom: 0 !important;
  height: 0;
  max-width: 70%;
  padding-left: 10px; 
  font-size: .93rem; 
  z-index: 1;
  color:#444;
}

.container-fluid > .col-12.div-color.p-3.mt-3 > .cuadernos_alumno > ul.cuaderno > li.cuaderno > a.titulocuaderno > .cuaderno_clases {
  position: relative;
  display: flex;
  justify-content: center;
  bottom: 80px;
  background: #ffffff;
  margin: auto;
  border-radius: 20px;
  padding: 4px 15px;
  color:#444;
} 

.container-fluid > .col-12.div-color.p-3.mt-3 > .cuadernos_alumno > ul.cuaderno > li.cuaderno > a.titulocuaderno:has(img:hover) {
  transform: scale(1.05);
  transition: all .3s ease-in-out;
  cursor: pointer;
}


  .visibilidad-logo-blanco{
    display:none;
  }

  .font-content-apuntes{
    color:#181b22;
  }
  
  .calendario-content a{
    width:fit-content;
    color:#eee;
  }
  
  .icono-calendario{
    text-align:center;
    font-size:45px;
  }
  
  .texto-calendario{
    text-align:center;
    margin-top:-15px;
  }
  
  .calendario-content a:hover{
    color:#00abf1;
    transition:.3s;
  }
  
.col-12.div-color.div-color.p-0 > .titulo-bg {
  background: linear-gradient(180deg, #ee5f64, #e65049);
  }
  
  .col-12.notificacion-eventos {
      padding: 10px 15px;
      margin: 10px 0;
  }
  
  .col-12.notificacion-eventos:hover {
      background: #e9ebf2;
      cursor: pointer;
  }
  
  .col-12.notificacion-eventos .col-5.px-2.text-right {
      font-style: italic;
      color: #ababab;
      padding-right: 0.9rem !important;
      padding-left: 0 !important;
  }
  
  .col-12.px-3 > .col-12.notificacion-eventos:first-of-type {
      margin-top: 12px;
  }
  
  .col-12.px-3 > .col-12.notificacion-eventos:last-of-type {
      margin-bottom: 15px;
  }
  
    .add-card-container {
      position: absolute;
      width: 100%;
      bottom: 0;
      left: 0;
      padding: 0px;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
      height: 40px;
      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Noto Sans', 'Ubuntu', 'Droid Sans', 'Helvetica Neue', sans-serif !important;
      font-weight: 500;
      margin-bottom:10px;
  }
  
  .add-card-container > .add-card {
      height: 80%;
      width: 94%;
      margin-left: 10px;
      display: flex;
      align-items: center;
      padding-left: 5px;
      border-radius: 6px;
      color: #44546f; 
  }
  
  .add-card-container > .add-card:hover {
      background: #21242c;
      transition:.3s;
  }
  
  .add-card-container > .add-card > i.ti.ti-plus {
      font-size: 18px;
      padding-right: 5px;
      margin-top: 1px; 
  }
  
    .min-height{
      min-height:480px;
    }
  
    /*—— ajustes caja apuntes rápidos ——*/
  
  .col-12.div-color.div-color.mt-3.p-0 > .titulo-bg {
    background: linear-gradient(180deg, #f2dd51, #f6be03);
  }
  
  .col-12.div-color.div-color.mt-3.p-0 > .col-12.p-2 {
    background-color: #fffbe4; 
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
  }
  
  .col-12.p-2 > ul {
    padding-left: 10px;
    padding-right: 10px;
    margin-top:5px;
  }
  
  .col-12.p-2 > ul > li:not(:last-child) {
    padding-bottom: 5px;
    border-bottom: 1px dotted #e8d04d;
    margin-bottom: 10px;
  }
  
  /*—— fin ajustes caja apuntes rápidos ——*/
  
  .add-card{
    position:absolute;
    width:100%;
    bottom:0;
    left:0;
    padding:10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  
  .add-card:hover{
    background:#aaa;
    transition:.3s;
    cursor:pointer;
  }
  
  .col-12.mt-3.div-color.py-3.px-4 .titulo-bg {
    background: #21242c;
    color: #fff;
    font-weight: bold;
    font-family:  BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Droid Sans, Helvetica Neue, sans-serif !important;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
  }
  
  .col-12.mt-3.div-color.py-3.px-4 .titulo-bg:before {
    position: absolute;
    right: 6%;
    font-family: "tabler-icons" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 17px;
    margin-top: 4px;
    color: #626F86; 
    cursor: pointer; 
  }
  
  .titulo-bg i {
    display: none;
  } 
  
  .card-info-alumno.py-1.px-3 {
    background-color: #181b22 !important;
    padding-bottom:54px !important;
  } 
  
  .info-pendientes {
    background-color:#21242c;
    min-height: 54px !important;
    display: flex;
    align-items: center;
    border-radius: 8px;
    box-shadow: var(--ds-shadow-raised, 0px 1px 1px #091e4240, 0px 0px 1px #091e424f);
    color: #fff;
    border: 0;
    padding: 8px 15px;
    margin: 10px 0px;
    cursor: pointer;
  }
  
  .info-pendientes:hover {
    outline: 2px solid #388bff;
  }
  
  .info-pendientes:hover:before {
    content: '\ea98'; 
    position: absolute;
    right: 40px;
    border-radius: 50%;
    background: #181b22;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "tabler-icons" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
  }
  
  /*—— fin ajustes widget Trello ——*/

  .editar-caja-eventos{
    background:rgba(225,225,225,.2);
    color:#fff;
    position:absolute;
    padding:5px 8px;
    border-radius:150px;
    top:5px;
    right:10px;
  }
  
  .editar-caja-eventos:hover{
    background:#b73d3c;
    color:#fff;
    transition:.3s;
    cursor:pointer;
  }
  
    .editar-caja{
      background:rgba(209, 173, 10, .5);
      color:#fff;
      position:absolute;
      padding:5px 8px;
      border-radius:150px;
      top:5px;
      right:10px;
    }
  
    .editar-caja:hover{
      background:#d1a100;
      color:#fff;
      transition:.3s;
      cursor:pointer;
    }
  
    .tres-puntos{
      color:#fff;
      position:absolute;
      border-radius:150px;
      top:5px;
      right:10px;
      font-size:20px;
    }
  
    .tres-puntos:hover{
      cursor:pointer
    }
  
    .card-info-alumno{
      min-height:200px;
      background-color:#f7f8fc;
      border-bottom-left-radius: 15px;
      border-bottom-right-radius: 15px;
    }
  
    .notificacion-eventos{
      background:#181b22;
      border-left:solid 2px #00abf1;
      padding:5px 0;
      margin:15px 0;
    }
  
    .titulo-bg{
      background: rgb(33,169,225);
      background: linear-gradient(90deg, rgba(33,169,225,1) 0%, rgba(97,78,155,1) 76%);
      color:#181b22;
      padding:10px 15px;
      border-top-right-radius:10px;
      border-top-left-radius:10px;
    }
  
    .test > .content-drop > .element-drop{
      margin:20px 10px 0 0;
    }
  
    .content-drop{
      display:inline-block;
    }
  
    .element-drop{
      padding:5px 8px;
      border-radius:100px;
      background-color:#00abf1;
      border:1px solid #ced4da;
      text-align:center;
      max-width:fit-content;
      display:inline-block;
      color:#fff
  }
  
    .element-drop:hover{
      background-color:#fff;
      cursor: pointer;
      transition:.3s;
      color:#00abf1;
      border:1px solid #00abf1;
    }
    
    a .color-circulo{
      height:30px;
      width:30px;
      border-radius:150px;
      display:inline-block;
    }
  
    .c-blanco{
      background: rgb(133,133,133);
      background: linear-gradient(90deg, rgb(33, 36, 44) 0%, rgb(24, 27, 34) 100%) !important;
      border:solid 1px #444;
    }
  
    .c-negro{
      background: rgb(45 53 60);
      background: linear-gradient(90deg, rgb(31 45 56) 17%, rgb(23 25 28) 100%) !important;
      border:solid 1px #444;
    }
  
    .c-celeste{
      background: rgb(27,144,209);
      background: linear-gradient(90deg, rgba(14,109,127,1) 17%, rgba(9,29,77,1) 100%) !important;
      border:solid 1px #444;
    }
  
    .c-rojo{
      background: rgb(209,27,27);
      background: linear-gradient(90deg, rgba(181,11,166,1) 17%, rgba(83,0,200,1) 100%) !important;
      border:solid 1px #444;
    }
  
    .c-verde{
      background: rgb(52,209,27);
      background: linear-gradient(90deg, rgba(18,189,191,1) 0%, rgba(223,146,87,1) 100%) !important;
      border:solid 1px #444;
    }
  
    .dropbtn {
      display:inline-block;
      font-size:22px;
      padding:2px 6px 0 6px;
      color:#fff;
      background:#181b22;
      border-radius:150px;
      margin-right:5px;
      border:solid 1px  #444;
      border-radius:150px;
  }
  
  .dropbtn:before{
    content:"\eb01";
    font-family: "tabler-icons" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .dropbtn:hover, .dropbtn:focus {
      background-color:#00abf1;
      color:#fff;
      cursor:pointer;
      transition:.3s;
  }
  
  .dropdown-content {
      display: none;
      position: absolute;
      background-color: #f9f9f9;
      width: auto;
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
      z-index:1;
      text-align:center;
      left:-4px;
      top:50px;
      padding:7px 5px 5px 5px;
      border-radius:150px;
      border:solid 1px  #ced4da;
  }
  
  .dropdown-content a {
      color: black;
      text-decoration: none;
      display: inline-block;
  }
  
  a .dropdown-content:hover {
    background:#f00;
  }
  
  .dropdown-content a:hover {background-color: #f1f1f1}
  
  .show {
    display:block;
  }
  
    .notificacion-menu{
      background-color:#f05f78;
      width:22px;
      height:22px;
      color:#fff;
      position:absolute;
      border-radius:20px;
      font-size:12px;
      text-align:center;
      display:inline-block;
      margin:-11px 0 0 -40px;
      padding:2px 0 0 0;
    }
  
    .zona-izquierda{
      margin:13px 0 0 0;
    }
  
    .zona-derecha{
      margin:10px 24px 0 0;
    }
  
    .icon-alumno{
      width:150px;
      height:150px;
      border-radius:150px;
    }
  
    .icon-alumno-mini{
      width:90px;
    }
  
    .logo-alumno{
      width:180px;
    }
  
    .perfil-alumno{
      display:inline-block;
      font-size:22px;
      padding:2px 6px 0 6px;
      color:#979797;
      background:#f7f8fc;
      border-radius:150px;
      margin-right:5px;
      border:solid 1px  #ced4da;
    }
  
    .perfil-alumno:hover{
      background-color:#00abf1;
      color:#fff;
      cursor:pointer;
      transition:.3s;
    }
  
    .color-radial{
      background: rgb(26,29,199);
  background: linear-gradient(38deg, rgba(26,29,199,1) 17%, rgba(22,203,72,1) 49%, rgba(200,23,23,1) 76%);
    width:30px;
    height:30px;
    border-radius:150px;
    }
  
    .blanco{
      display: inline-block;
      width:30px;
      height:30px;
      border-radius:150px;
      background: rgb(255,255,255);
      background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(247,248,252,1) 100%);
      cursor:pointer;
      border:solid 1px #aaa;
    }
  
    .gradiente-celeste{
      display: inline-block;
      width:30px;
      height:30px;
      border-radius:150px;
      background: rgb(0,171,241);
      background: linear-gradient(180deg, rgba(0,171,241,1) 0%, rgba(0,94,133,1) 100%);
      cursor:pointer;
      border:solid 1px #aaa;
    }
  
    .gradiente-azul{
      display: inline-block;
      width:30px;
      height:30px;
      border-radius:150px;
      background: rgb(0,126,241);
      background: linear-gradient(180deg, rgba(0,126,241,1) 0%, rgba(0,75,143,1) 100%);
      cursor:pointer;
      border:solid 1px #aaa;
    }
  
    .gradiente-morado{
      display: inline-block;
      width:30px;
      height:30px;
      border-radius:150px;
      background: rgb(97,78,155);
      background: linear-gradient(180deg, rgba(97,78,155,1) 0%, rgba(37,0,149,1) 100%);
      cursor:pointer;
      border:solid 1px #aaa;
    }
  
    .estado{
      background-color:rgba(145, 193, 89, .2);
      text-align:center;
      border-radius:50px;
      padding:3px;
      border:solid 1px #61b500;
      color:#61b500;
      text-transform:uppercase;
      letter-spacing:1px;
    }
  
    .notificacion{
      background-color:#f05f78;
      width:25px;
      height:25px;
      color:#fff;
      position:absolute;
      border-radius:20px;
      font-size:12px;
      text-align:center;
      display:inline-block;
      margin:-2px 0 0 110px;
      padding:4px 0 0 0;
    }
  
    .nav-menu:hover .notificacion{
      background-color:#614e9b;
      color:#fff;
      transition:.3s;
    }
  
    a .activo-msa{
      color:#00abf1 !important;
      border-bottom:solid 1px #f7f8fc;
    }
  
    .bg-celeste{
      background-color:rgba(0, 171, 241, 0.1);
      border-radius:50px;
      border:solid 1px #00abf1;
      margin:20px 0;
    }
  
  a .menu-superior-pagina{
      display:inline-block;
      margin:0 30px 0 0;
      text-decoration: none;
      color:#fff;
      border-bottom:solid 1px #181b22;
      padding-bottom:10px;
    }
  
  a  .menu-superior-pagina:hover{
      color:#00abf1;
      transition:.4s;
      border-bottom:solid 1px #00abf1;
    }
  
    .bg-blanco-card{
      background:#fff !important;
    }
  
    .meses-calendario{
      font-size:14px;
      text-transform: uppercase;
      width:100%;
      font-weight: bold;
    }
  
    .card-custom-alumno{
      width:100%;
      display:inline-block;
      padding:5px;
    }
  
    .menu-section-new .nombre-menu{
      display:none;
      transition:.3s;
    }
  
    .menu-section-new .colegio{
      display:none;
      transition:.3s;
    }
  
    .menu-section-new .icon-alumno{
      width:50px;
      height:50px;
      transition:.3s;
    }
    
    .form-check{
      padding-left:0 !important;
    }
    
    .btn-cerrar-mdlb{
      position:absolute;
      right:10px;
      top:10px;
      background:#bfbfbf;
      color:#fff;
      border-radius:20px;
      font-size:20px;
      height:30px;
      width:30px;
      text-align:center;
    }
  
    /* Correcciones botones desafíos en nueva web */
  
  .col-12.mt-4 > .col-12.text-center.px-0 > img.img-desafio.mb-3 {
    width: 83%;
    margin-top: 5px;
    margin-bottom: 25px !important;
  }
  
  .col-12.col-xl-3.px-0.px-lg-1.text-center.mb-2 > .col-12 > a > img.logo-desafio-clasico {
    box-shadow: 0px 0px 5px #000000a6; 
    border-radius: 10px;
    position: relative;
  }
  
  .col-12.col-xl-3.px-0.px-lg-1.text-center.mb-2.desafio-mate-clasico > .col-12:hover, .col-12.col-xl-3.px-0.px-lg-1.text-center.mb-2.desafio-ciencias-clasico > .col-12:hover, .col-12.col-xl-3.px-0.px-lg-1.text-center.mb-2.desafio-lenguaje-clasico > .col-12:hover, .col-12.col-xl-3.px-0.px-lg-1.text-center.mb-2.desafio-sel-clasico > .col-12:hover {
    filter: brightness(1.1); 
  }
  
  .col-12.col-xl-3.px-0.px-lg-1.text-center.mb-2.desafio-mate-clasico > .col-12:first-of-type:after, .col-12.col-xl-3.px-0.px-lg-1.text-center.mb-2.desafio-ciencias-clasico > .col-12:first-of-type:after, .col-12.col-xl-3.px-0.px-lg-1.text-center.mb-2.desafio-lenguaje-clasico > .col-12:first-of-type:after, .col-12.col-xl-3.px-0.px-lg-1.text-center.mb-2.desafio-sel-clasico > .col-12:first-of-type:after { 
    content: '';
    background-color: #ffffff40;
    position: absolute;
    top: 0px;
    height: 31px;
    display: flex;
    margin: auto;
    left: 0px;
    right: 8px; 
    width: 45px;
    margin-right: 4px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    cursor: pointer;
  }
  
  .col-12.col-xl-3.px-0.px-lg-1.text-center.mb-2.desafio-mate-clasico > .col-12 > a > img.logo-desafio-clasico {
    border-bottom: 3px solid #1371a5;
    background-color: #1371a5 !important;
  }
  
  .col-12.col-xl-3.px-0.px-lg-1.text-center.mb-2.desafio-ciencias-clasico > .col-12 > a > img.logo-desafio-clasico {
    border-bottom: 3px solid #68a928 !important;
    background-color: #5ca413 !important;
  }
  
  .col-12.col-xl-3.px-0.px-lg-1.text-center.mb-2.desafio-lenguaje-clasico > .col-12 > a > img.logo-desafio-clasico {
    border-bottom: 3px solid #6f27a9 !important;
    background-color: #ab59f0 !important;
  }
  
  .col-12.col-xl-3.px-0.px-lg-1.text-center.mb-2.desafio-sel-clasico > .col-12 > a > img.logo-desafio-clasico {
    border-bottom: 3px solid #a8a8a8 !important;
    background: linear-gradient(180deg, rgba(242,242,242,1) 0%, rgba(224,224,224,1) 100%);
  }
  
  .col-12.col-xl-3.px-0.px-lg-1.text-center.mb-2 > .col-12.text-center.nom-desafios{
    text-align: center !important;
    padding: 0 !important;
    line-height: 16px;
    font-size: 13px;
    color: #fff;
    margin-left: 1.5px;
    margin-top: 8px; 
    text-transform: capitalize;
  }
    
    .biblioteca-width{
      width:90% !important;
    }
    
    .breadcrumbs a{
      font-size:10px;
      text-transform: uppercase;
      color:#444;
      letter-spacing: 1px;
    }
    
    .bread-active{
      color:#2196F3;
    }
    
    .aw-bread{
      font-size:10px;
      color:#20B6F3;
    }
    
    .circulo-add{
      margin:0 7px;
      background-color:#F05F78;
      width:40px;
      height:40px;
      padding-top:6px;
      display:inline-block;
      margin:0 5px;
      border-radius:100px;
      text-align:center;
    }
    
    .circulo-ex{
      margin:0 7px;
      background-color:#EFB400;
      width:40px;
      height:40px;
      padding-top:6px;
      display:inline-block;
      margin:0 5px;
      border-radius:100px;
      text-align:center;
    }
    
    .circulo-check{
      margin:0 7px;
      background-color: #0FB934;
      width:40px;
      height:40px;
      padding-top:6px;
      display:inline-block;
      margin:0 5px;
      border-radius:100px;
      text-align:center;
    }
    
    .eye-add{
      font-size:26px;
      color:#fff;
    }
    
    .eye-ex{
      font-size:26px;
      color:#fff;
    }
    
    .eye-check{
      font-size:26px;
      color: #fff;
    }
    
    .titulo-libros-biblioteca{
      font-size:18px;
      font-weight: 700;
    }
    
    .img-lb{
      width:150px;
    }
    
    .posicion-imagenes{
      display:inline-block;
      transition:.3s;
    }
    
    .menu_side_new .posicion-imagenes{
      display:block;
      transition:.3s;
    }
    
    .logo-desafio-clasico{
      width:45px;
    }
    
    .menu_side_new .logo-desafio-clasico{
      width: 45px;
    }
  
    .menu_side_new .nom-desafios{
      display:none;
    }
  
    .menu_side_new .img-desafio{
      display:none;
    }
  
    .menu_side_new .notificacion{
      display:none;
    }
    
    .desafio-mate{
      background: rgb(19,113,165);
      background: linear-gradient(90deg, rgba(19,113,165,1) 0%, rgba(12,86,127,1) 100%);
      border-radius:50px;
      padding:10px 0;
      transition:.3s;
      box-shadow: none;
    }
    
    a .desafio-mate:hover{
      transition:.3s;
      -webkit-box-shadow: 0px 0px 6px 0px rgba(133,133,133,1);
      -moz-box-shadow: 0px 0px 6px 0px rgba(133,133,133,1);
      box-shadow: 0px 0px 6px 0px rgba(133,133,133,1);
    }
    
    .logo-des-mate{
      width:50px;
      position:absolute;
      top:-3px;
    }
    
    .desafio-ciencias{
      background: rgb(154,213,79);
      background: linear-gradient(90deg, rgba(154,213,79,1) 0%, rgba(116,190,44,1) 100%);
      border-radius:50px;
      padding:10px 0;
      transition:.3s;
    }
    
    a .desafio-ciencias:hover{
      transition:.3s;
      -webkit-box-shadow: 0px 0px 6px 0px rgba(133,133,133,1);
      -moz-box-shadow: 0px 0px 6px 0px rgba(133,133,133,1);
      box-shadow: 0px 0px 6px 0px rgba(133,133,133,1);
    }
    
    .logo-des-ciencias{
      width:50px;
      position:absolute;
      top:-3px;
    }
    
    .desafio-lenguaje{
      background: rgb(167,90,240);
      background: linear-gradient(90deg, rgba(167,90,240,1) 0%, rgba(135,95,238,1) 100%);
      border-radius:50px;
      padding:10px 0;
      transition:.3s;
    }
    
    a .desafio-lenguaje:hover{
      transition:.3s;
      -webkit-box-shadow: 0px 0px 6px 0px rgba(133,133,133,1);
      -moz-box-shadow: 0px 0px 6px 0px rgba(133,133,133,1);
      box-shadow: 0px 0px 6px 0px rgba(133,133,133,1);
    }
    
    .logo-des-lenguaje{
      width:60px;
      position:absolute;
      top:0px;
      left:7px;
    }
    
    .desafio-sel{
      background: rgb(214,214,214);
      background: linear-gradient(90deg, rgba(214,214,214,1) 0%, rgba(139,139,139,1) 100%);
      border-radius:50px;
      padding:10px 0;
      transition:.3s;
    }
    
    a .desafio-sel:hover{
      transition:.3s;
      -webkit-box-shadow: 0px 0px 6px 0px rgba(133,133,133,1);
      -moz-box-shadow: 0px 0px 6px 0px rgba(133,133,133,1);
      box-shadow: 0px 0px 6px 0px rgba(133,133,133,1);
    }
    
    .logo-des-sel{
      width:44px;
      position:absolute;
      top:-3px;
    }
    
    .txt-desafios{
      color:#fff;
      padding-left:65px;
      font-size:14px;
    }
    
    .img-desafio{
      width:230px;
    }
    
    .recorte-texto{
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
    }
    
    .btn-color-01{
      background: rgb(25,123,163);
      background: linear-gradient(0deg, rgba(25,123,163,1) 0%, rgba(0,212,255,1) 100%);
      width:30px;
      height:30px;
      border-radius:150px;
      display:inline-block;
      margin-top:12px;
      border:none;
    }
    
    .btn-color-01:hover{
      box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.6);
      -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.6);
      -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.6);
      transition: .3s;
      cursor: pointer;
    }
    
    .btn-color-02{
      background: rgb(145,20,157);
        background: linear-gradient(0deg, rgba(145,20,157,1) 0%, rgba(225,32,243,1) 100%); 
      width:30px;
      height:30px;
      border-radius:150px;
      display:inline-block;
      margin:0 10px;
      margin-top:12px;
      border:none;
    }
    
    .btn-color-02:hover{
      box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.6);
      -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.6);
      -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.6);
      transition: .3s;
      cursor: pointer;
    }
    
    .btn-color-03{
      background: rgb(0,73,107);
      background: linear-gradient(0deg, rgba(0,73,107,1) 0%, rgba(0,122,179,1) 100%);
      width:30px;
      height:30px;
      border-radius:150px;
      display:inline-block;
      margin-top:12px;
      border:none;
    }
    
    .btn-color-03:hover{
      box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.6);
      -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.6);
      -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.6);
      transition: .3s;
      cursor: pointer;
    }
    
    .mt-menu{
      margin-top:0 !important;
    }
    
    .nav-pills .nav-link{
      color:#000 !important;
      padding:12px 20px;
      margin:1px 0;
      border:solid 1px #f7f8fc;
    }
    
    .nav-link.active{
      background-color:#20B6F3 !important;
      color:#fff !important;
      transition:.3s !important;
      border:solid 1px #20B6F3 !important;
    }
    
    .menu-vertical{
      width:100%;
    }
    
    .btn-reporte{
      margin:5px 0;
    }
    
    .btn-reporte a{
      color:#444;
    }
    
    .btn-reporte a:hover{
      color:#20B6F3;
      transition:.2s;
      margin:5px 0;
    }
    
    .form-check{
      padding-left:1.25rem;
    }
    
    .leap-mobile{
      width:auto;
    }
    
    ul{
      list-style: none;
    }
    
    .bg-rounded{
      background:#3d54a5;
      padding:7px;
      border-radius:100px;
      width:80px;
      color:#fff;
      font-weight: 900;
      text-align:center;
      display:inline-block;
    }
    
    .border-table-custom{
      border:solid 1px #ddd;
      margin-top:-1px;
      padding:10px 0;
    }
    
    .book-box a img{
      width:83px;  
    }
    
    .book-box{
      display:inline-block;
      padding:10px;
    }
    
    .btn-celdas{
      display:inline-block;
      padding:3px 5px;
      background-color:#20B6F3;
      color:#fff !important;
      font-size:12px !important;
      border-radius:50px;
      position:relative;
      top:-5px;
      border:solid 1px #20B6F3;
    }
    
    .btn-celdas:hover{
      background-color:#fff;
      color:#20B6F3 !important;
      border:solid 1px #20B6F3;
      transition:.3s;
      cursor:pointer;
    }
    
    .nuevo{
      color:#fff;
      background-color:#18D65C;
      padding:2px 5px;
      border-radius:50px;
      display: inline-block;
      font-size:10px !important;
    }
    
    .obj{
      display:inline-block;
      padding:2px 5px;
      color:#fff;
      font-size:10px !important;
      border-radius:50px;
      background-color:#18D65C;
      margin:0 3px;
    }
    
    .hab{
      display:inline-block;
      padding:2px 5px;
      color:#fff;
      font-size:10px !important;
      border-radius:50px;
      background-color:#20B6F3;
      margin:0 3px;
    }
    
    .act{
      display:inline-block;
      padding:2px 5px;
      color:#fff;
      font-size:10px !important;
      border-radius:50px;
      background-color:#5882FA;
      margin:0 3px;
    }
    
    .border-table{
      border:solid 1px #ddd !important;
    }
    
    .btn-link{
      color:#444 !important;
      font-weight: bold !important;
    }
    
    .btn-link:hover{
      text-decoration: none !important;
      color:#20B6F3 !important;
    }
    
    .star{
      color:#faca38 !important;
      font-size:22px;
      margin:0 2px;
    }
    
    .border-ctm{
      border-bottom-left-radius: 0 !important;
      border-bottom-right-radius: 0 !important;
    }
    
    .green{
      color:#18D65C !important;
      font-size:14px !important;
    }
    
    .bluesky{
      color:#20B6F3 !important;
      font-size:14px !important;
    }
    
    .red{
      color:#F05F78 !important;
      font-size:14px !important;
    }
    
    .card-title-red{
      background-color:#F05F78;
      padding:5px 0;
      color:#fff !important;
      border-top-left-radius: 12px;
      border-top-right-radius: 12px;
      padding-left:12px;
    }
    
    .card-title-skyblue{
      background-color:#20B6F3;
      padding:5px 0;
      color:#fff !important;
      border-top-left-radius: 12px;
      border-top-right-radius: 12px;
      padding-left:12px;
    }
    
    .card-title-green{
      background-color:#18D65C;
      padding:5px 0;
      color:#fff !important;
      border-top-left-radius: 12px;
      border-top-right-radius: 12px;
      padding-left:12px;
    }
    
    .card-title-yellow{
      background-color:#FFCC29;
      padding:5px 0;
      color:#fff !important;
      border-top-left-radius: 12px;
      border-top-right-radius: 12px;
      padding-left:12px;
    }
    
    .positivo {
      background-color:rgba(24, 214, 92, .1);
      border:solid 1px #18D65C;
      padding:10px;
      font-size:12px;
      border-radius:100px;
      margin:10px 0;
    }
    
    .neutral {
      background-color:rgba(32, 182, 243, .1);
      border:solid 1px #20B6F3;
      padding:10px;
      font-size:12px;
      border-radius:100px;
      margin:10px 0;
    }
    
    .negativo {
      background-color:rgba(240, 95, 120, .1);
      border:solid 1px #F05F78;
      padding:10px;
      font-size:12px;
      border-radius:100px;
      margin:10px 0;
    }
    
    .alto{
      color:#18D65C !important;
    }
    
    .medio{
      color:#FFCC29 !important;
    }
    
    .bajo{
      color:#F05F78 !important;
    }
    
    .point-siempre{
      color:#18D65C !important;
    }
    
    .point-generalmente{
      color:#20B6F3 !important;
    }
    
    .point-ocacionalmente{
      color:#FFCC29 !important;
    }
    
    .point-nunca{
      color:#F05F78 !important;
    }
    
    .siempre{
      border:solid 1px #18D65C;
      width:180px;
      padding:5px;
      border-radius:120px;
      text-align:center;
      background-color:rgba(24, 214, 92, .1);
      display:inline-block;
      margin:0 15px 0 0;
    }
    
    .generalmente{
      border:solid 1px #20B6F3;
      width:180px;
      padding:5px;
      border-radius:120px;
      text-align:center;
      background-color:rgba(32, 182, 243, .1);
      display:inline-block;
      margin:0 15px 0 0;
    }
    
    .ocacionalmente{
      border:solid 1px #FFCC29;
      width:180px;
      padding:5px;
      border-radius:120px;
      text-align:center;
      background-color:rgba(255, 204, 41, .1);
      display:inline-block;
      margin:0 15px 0 0;
    }
    
    .nunca{
      border:solid 1px #F05F78;
      width:180px;
      padding:5px;
      border-radius:120px;
      text-align:center;
      background-color:rgba(240, 95, 120, .1);
      display:inline-block;
      margin:0 15px 0 0;
    }
    
    .medio-logrado{
      border-radius:20px;
      padding:3px;
      background-color: #FFE150;
      display:inline-block;
      font-size:10px;
      font-weight: bold;
      color:#444;
      margin:0 3px;
    }
    
    .no-evaluado{
      border-radius:20px;
      padding:3px;
      background-color: #F05F78;
      display:inline-block;
      font-size:10px;
      font-weight: bold;
      color:#444;
      margin:0 3px;
    }
    
    .reevaluar{
      padding:3px 6px;
      border-radius:20px;
      background-color: #20B6F3;
      display:inline-block;
      margin:0 3px;
      color:#fff;
    }
    
    .ver-informe{
      padding:3px 6px;
      border-radius:20px;
      background-color: #30CA52;
      display:inline-block;
      margin:0 3px;
      color:#fff;
    }
    
    .header-icon{
      color:#00abf1 !important;
      font-size:21px;
      margin:10px 5px;
    }
    
    .card-qualifier{
      border-radius:10px;
      width:19.78%;
      display: inline-block;
    }
    
    .abbreviation{
      font-size:24px;
      text-align: center;
      font-weight: bold;
    }
    
    .detail{
      font-size:14px;
      text-align: center;  
    }
    
    .titulo-libros{
      width:65%;
      margin:0 auto;
      color:#444;
      background:#fff;
      border-radius:2px;
      font-size:18px;
      transform: rotate(-3deg);
    }
    
    .curso-libros-blue{
      width:60%;
      margin:0 auto;
      color:#fff;
      background:#1E79B2;
      border-radius:2px;
      transform: rotate(-3deg);
      margin-top:10px;
      margin-right:45px;
    }
    
    .curso-libros-green{
      width:60%;
      margin:0 auto;
      color:#fff;
      background:#608239;
      border-radius:2px;
      transform: rotate(-3deg);
      margin-top:10px;
      margin-right:45px;
    }
    
    .blue-book{
      background-image: url("../images/blue-book.svg");
      background-repeat: no-repeat;
      width:243px;
      height:270px;
      background-size: cover;
      padding-top:30%;
    }
    
    .green-book{
      background-image: url("../images/green-book.svg");
      background-repeat: no-repeat;
      width:243px;
      height:270px;
      background-size: cover;
      padding-top:30%;
    }
    
    .icon-btn{
      font-size:18px;
    }
    
    .icon-listado{
      vertical-align:0 !important;
      margin:0 2px;
    }
    
    .z-index-ctm{
      z-index:-1;
    }
    
    .multiselect {
      width: 100%;
      height:33px;
    }
    
    .selectBox {
      position: relative;
    }
    
    .selectBox select {
      width: 100%;
      font-size: 12px;
      border-radius:50px;
      padding:10px 10px;
      border:solid 1px #ddd;
      color:#9B9B9B !important;
    }
    
    .overSelect {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
    }
    
    #checkboxes {
      display: none;
      border: 1px #dadada solid;
      padding:10px;
      border-radius:10px;
      background:#fff;
      box-shadow: 1px 1px 22px rgba(0, 0, 0, 0.2);
    }
    
    #checkboxes label {
      display: block;
      padding:3px 4px;
      border-radius:5px;
    }
    
    #checkboxes label:hover {
      background-color: #1e90ff;
    }
    
    .ic-ctm{
      font-size:24px;
    }
    
    .days-top{
      width:52px;
      background:#F05F78;
      color:#fff;
      text-align:center;
      border-top-left-radius:10px;
      border-top-right-radius:10px;
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
      margin:0 auto;
    }
    
    #calendar {
        width: 100%;
      display: grid;
      grid-template-columns: repeat(7, 1fr);
    }
    
    #calendar tr, #calendar tbody {
      grid-column: 1 / -1;
      display: grid;
      grid-template-columns: repeat(7, 1fr);
      width: 100%;
    }
    
    caption {
        text-align: center;
      grid-column: 1 / -1;
      font-size: 130%;
      font-weight: bold;
      padding: 10px 0;
    }
    
    #calendar a {
        color: #8e352e;
        text-decoration: none;
    }
    
    #calendar td, #calendar th {
        padding: 5px;
        box-sizing:border-box;
        border: 1px solid #ddd;
    }
    
    #calendar .weekdays th {
        text-align: center;
        text-transform: uppercase;
        line-height: 20px;
        border: none !important;
        padding: 10px 6px;
        color: #fff;
        font-size: 13px;
    }
    
    #calendar td {
      background:#fff;
      min-height: 180px;
      display: flex;
      flex-direction: column;
    }
    
    #calendar .days li:hover {
        background: #d3d3d3;
    }
    
    .date-next-month{
      text-align: center;
        margin-bottom: 5px;
        background:#F05F78;
      border:solid 1px #F05F78;;
        color: #fff;
        width: 30px;
      height:30px;
      padding-top:4px;
        border-radius: 50%;
      flex: 0 0 auto;
      align-self: center;
      font-weight: bold;
    }
    
    #calendar .date {
        text-align: center;
        margin-bottom: 5px;
        background: #F7F8FC;
      border:solid 1px #DDDDDD;
        color: #444;
        width: 30px;
      height:30px;
      padding-top:4px;
        border-radius: 50%;
      flex: 0 0 auto;
      align-self: center;
      font-weight: bold;
    }
    
    #calendar .event-orange {
      flex: 0 0 auto;
        font-size: 12px;
        border-radius: 150px;
        padding: 5px;
        margin-bottom: 5px;
        line-height: 14px;
        background:rgba(245, 143, 73, .6);
        border: 1px solid #b5dbdc;
        color: #77380E;
        text-decoration: none;
      font-weight: bold;
    }
    
    .event-desc-orange{
      color:#77380E;
      text-decoration:none;
    }
    
    #calendar .event {
      flex: 0 0 auto;
        font-size: 12px;
        border-radius: 150px;
        padding: 5px;
        margin-bottom: 5px;
        line-height: 14px;
        background:rgba(32, 182, 243, .6);
        border: 1px solid #b5dbdc;
        color: #0F5470;
        text-decoration: none;
      font-weight: bold;
    }
    
    #calendar .event-desc {
        color: #0F5470;
        text-decoration: none;	
    }
    
    #calendar .other-month {
        background:rgba(240, 95, 120, .1);
        color: #666;
    }
    
    .btn-verde-custom{
      margin:15px 0;
      padding:7px 12px;
      border-radius:150px;
      background:#30CA52;
      color:#fff;
      border:solid 1px #30CA52;
      text-align:center;
      width:190px;
    }
    
    .btn-verde-custom:hover{
      background-color:#fff;
      border-radius:150px;
      border:solid 1px #30CA52;
      color:#30CA52;
      transition:.2s;
    }
    
    .card-custom-fmc{
      width:24.81%;
      display:inline-block;
      padding:5px;
    }
    
    .card-int-orange{
      margin:10px 0 0 0;
      width:100%;
      height:auto;
      background:#fff;
      border-radius:10px;
      padding:10px 15px;
      display:inline-block;
      border:solid 1px rgba(255, 118, 41, .3);
    }
    
    .card-int-blue{
      margin:10px 0 0 0;
      width:100%;
      height:auto;
      background:#fff;
      border-radius:10px;
      padding:10px 15px;
      display:inline-block;
      border:solid 1px rgba(0, 171, 241,.3);
    }
    
    .card-int-yellow{
      margin:10px 0 0 0;
      width:100%;
      height:auto;
      background:#fff;
      border-radius:10px;
      padding:10px 15px;
      display:inline-block;
      border:solid 1px rgba(239, 180, 0, .3);
    }
    
    .card-int-green{
      margin:10px 0 0 0;
      width:100%;
      height:auto;
      background:#fff;
      border-radius:10px;
      padding:10px 15px;
      display:inline-block;
      border:solid 1px rgba(15, 185, 52, .3);
    }
    
    .form-check-input{
      position:unset !important;
      margin-top:0 !important;
      margin-left:0 !important;
    }
    
    .table td{
      vertical-align: middle !important;
    }
    
    .min-tittle{
      color:#444;
      font-style: italic;
    }
    
    .amarillo{
      color:#FFCB29;
      font-size:20px;
    }
    
    .celeste{
      color:#00abf1;
      font-size:20px;
    }
    
    .rojo{
      color:#F05F78;
      font-size:20px;
    }
    
    .agregar-bloque{
      width:70%;
      background-color:#00abf1;
      color:#fff;
      border-top-right-radius: 0;
      border-top-left-radius: 0;
      border-bottom-right-radius: 150px;
      border-bottom-left-radius: 150px;
      padding:2px 0 6px 0;
      font-size:12px;
    }
    
    .color-hora{
      background-color:#4164A7;
      color:#fff;
      padding:5px 10px;
      border-radius:50px;
    }
    
    .hora-inicio{
      background-color:#00abf1;
      padding:3px 0 6px 0;
      color:#fff;
      border-top-right-radius: 0;
      border-top-left-radius: 0;
      border-bottom-right-radius: 150px;
      border-bottom-left-radius: 150px;
    }
    
    .caja-contenido{
      border:solid 1px #00abf1;
      border-radius:15px;
      background-color:#F7F8FC;
      padding:0 10px 15px 10px;
    }
    
    .content-box{
      display:inline-block;
      width:19.7%;
      padding:3px;
    }
    
    .config-box{
      background-color:rgba(0, 171, 241, .1);
      border-radius:15px;
    }
    
    .ti-star-filled {
      color:#FFCB29;
      font-size:20px;
    }
    
    .ti-clock-exclamation{
      color:#FFCB29;
      font-size:20px;
    }
    
    .gen-horario{
      border:solid 1px #FFCB29;
      width:70%;
      height:350px;
      border-radius:15px;
      margin:30px 0;
    }
    
    .ti-gen-hor{
      width:100%;
      background-color:rgba(255, 203, 41, .1);
      padding:10px 0;
      border-top-right-radius:15px;
      border-top-left-radius:15px;
    }
    
    .asset-custom{
      background-color:#00abf1;
      text-align:center;
      color:#fff;
      width:60px;
      padding:5px;
      border-radius:50px;
      display:inline-block;
      border:solid 1px #00abf1;
    }
    
    .asset-custom:hover{
      border:solid 1px #00abf1;
      background-color:#f7f8fc;
      color:#444;
      transition:.3s;
    }
    
    button:focus{
      outline:none !important;
    }
    
    .textarea .form-control{
      height:100px !important;
    }
    
    .brd-custom{
      border:solid 1px #ddd;
      border-radius:10px;
    }
    
    .btn-superior{
      background-color:#fff !important;
      width:130px;
      height:50px;
      border:solid 1px #ddd;
      border-radius:150px;
    }
    
    .btn-superior:hover{
      border:solid 1px #20B6F3 !important;
      color:#444;
      transition:.3s;
    }
    
    .btn-acciones{
      display:inline-block;
      position:relative;
      top:-1px;
      color:#444;
    }
    
    .btn-superior .ti{
      display:inline-block;
      color:#20B6F3;
      font-size:18px !important;
    }
  
    .toggle-btn{
      display:inline-block;
      position:relative;
      top:-5px;
    }
  
  .txt-buscador{
    padding:0px !important;
  }
  
  .login-error{
    color:#fff;
    background-color:rgba(240, 95, 120, .4);
    border:solid 1px #f05f78;
    width:90%;
    margin-top:0;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:30px;
    padding:10px 0 12px 0;
    border-radius:10px;
  }
  
  .link-login{
    color:#fff;
  }
  
  .link-login:hover{
    color:#fff;
    border-bottom:solid 1px #fff;
    transition:.3s;
  }
  
  .leyenda-login{
    color:#fff;
    margin:20px 0;
  }
  
  .col-xxl-10{
    max-width:50% !important;
  }
  
  .bg-panel{
    background:rgba(255,255,255,.1);
    border-radius:10px;
    padding:50px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.1);
    border:solid 1px rgba(255,255,255,.5);
  }
  
  .centrado{
    margin:0;
    position:relative;
    top:47%;
    transform:translateY(-50%)
  }
  
  .sesion-color{
    color:#fff;
  }
  
  .titulo-login{
    color:#fff;
    font-size:20px;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .bg-blanco-input{
    border-left:solid 1px rgba(255,255,255,.3);
  }
  
  .logo-login{
    width:300px;
  }
  
  .gradiente-div{
    background: rgb(0,171,241);
  background: linear-gradient(120deg, rgba(0,171,241,.85) 0%, rgba(97,78,155,.85) 75%);
  width:100%;
  height:100%;
  }
  
  .bg-grad{
    background: #f7f8fc;
    min-height: 100vh;
  }
  
  .bg-login{
    background-image: url("../images/bg-login.jpg");
    background-repeat: no-repeat;
    background-size:cover;
    width: 100%;
    display: block;
    background-position: bottom center;
    height:100vh;
  }
  
  a .color-circulo{
    height:30px;
    width:30px;
    border-radius:150px;
    display:inline-block;
  }
  
  .c-blanco{
    background: rgb(133,133,133);
    background: linear-gradient(90deg, rgba(133,133,133,1) 0%, rgba(215,215,215,1) 100%);
  }
  
  .c-celeste{
    background: rgb(27,144,209);
    background: linear-gradient(90deg, rgba(27,144,209,1) 0%, rgba(9,32,94,1) 100%);
  }
  
  .c-rojo{
    background: rgb(209,27,27);
    background: linear-gradient(90deg, rgba(209,27,27,1) 0%, rgba(195,26,143,1) 100%);
  }
  
  .c-verde{
    background: rgb(52,209,27);
    background: linear-gradient(90deg, rgba(52,209,27,1) 0%, rgba(30,129,24,1) 100%);
  }
  
  .dropbtn:hover, .dropbtn:focus {
    background-color:#00abf1;
    color:#fff;
    cursor:pointer;
    transition:.3s;
  }
  
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #21242c;
    width: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index:1;
    text-align:center;
    left:-4px;
    top:50px;
    padding:7px 5px 5px 5px;
    border-radius:150px;
    border:solid 1px  #444;
  }
  
  .dropdown-content a {
    color: black;
    text-decoration: none;
    display: inline-block;
  }
  
  a .dropdown-content:hover {
  background:#f00;
  }
  
  .dropdown-content a:hover {
    background-color: #f1f1f100
  }
  
  .show {
  display:block;
  }
  
  .notificacion-menu{
    background-color:#f05f78;
    width:22px;
    height:22px;
    color:#fff;
    position:absolute;
    border-radius:20px;
    font-size:12px;
    text-align:center;
    display:inline-block;
    margin:-11px 0 0 -40px;
    padding:2px 0 0 0;
  }
  
  .zona-derecha{
    margin:10px 24px 0 0;
  }
  
  .logo-alumno{
    width:180px;
  }
  
  .perfil-alumno{
    display:inline-block;
    font-size:22px;
    padding:2px 6px 0 6px;
    color:#fff;
    background:#181b22;
    border-radius:150px;
    margin-right:5px;
    border:solid 1px  #444;
  }
  
  .perfil-alumno:hover{
    background-color:#00abf1;
    color:#fff;
    cursor:pointer;
    transition:.3s;
  }
  
  .form-check{
    padding-left:0 !important;
  }
  
  .col-12.mt-4 > .col-12.text-center.px-0 > img.img-desafio.mb-3 {
    width: 83%;
    margin-top: 5px;
    margin-bottom: 25px !important;
  }
  
  .btn-cerrar-mdlb{
    position:absolute;
    right:10px;
    top:10px;
    background:#bfbfbf;
    color:#fff;
    border-radius:20px;
    font-size:20px;
    height:30px;
    width:30px;
    text-align:center;
  }
  
  .col-3.px-1.text-center.mb-2.desafio-mate-clasico > .col-12, .col-3.px-1.text-center.mb-2.desafio-ciencias-clasico > .col-12, .col-3.px-1.text-center.mb-2.desafio-lenguaje-clasico > .col-12, .col-3.px-1.text-center.mb-2.desafio-sel-clasico > .col-12 {
    cursor: pointer;
  }
  
  .col-3.px-1.text-center.mb-2 > .col-12 > .logo-desafio-clasico {
    box-shadow: 0px 0px 5px #000000a6;
    border-radius: 10px;
    position: relative;
  }
  
  .col-3.px-1.text-center.mb-2.desafio-mate-clasico > .col-12:hover, .col-3.px-1.text-center.mb-2.desafio-ciencias-clasico > .col-12:hover, .col-3.px-1.text-center.mb-2.desafio-lenguaje-clasico > .col-12:hover, .col-3.px-1.text-center.mb-2.desafio-sel-clasico > .col-12:hover {
    filter: brightness(1.1);
  }
  
  .col-3.px-1.text-center.mb-2.desafio-mate-clasico > .col-12:first-of-type:after, .col-3.px-1.text-center.mb-2.desafio-ciencias-clasico > .col-12:first-of-type:after, .col-3.px-1.text-center.mb-2.desafio-lenguaje-clasico > .col-12:first-of-type:after, .col-3.px-1.text-center.mb-2.desafio-sel-clasico > .col-12:first-of-type:after {
    content: '';
    background-color: #ffffff40;
    position: absolute;
    top: 0px;
    height: 31px;
    display: flex;
    margin: auto;
    left: 0px;
    right: 0px;
    width: 45px;
    margin-right: 4px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
  }
  
  .col-3.px-1.text-center.mb-2.desafio-mate-clasico > .col-12 > .logo-desafio-clasico {
    border-bottom: 3px solid #1371a5;
    background-color: #1371a5 !important;
  }
  
  .col-3.px-1.text-center.mb-2.desafio-ciencias-clasico > .col-12 > img.logo-desafio-clasico {
    border-bottom: 3px solid #68a928 !important;
    background-color: #5ca413 !important;
  }
  
  .col-3.px-1.text-center.mb-2.desafio-lenguaje-clasico > .col-12 > img.logo-desafio-clasico {
    border-bottom: 3px solid #6f27a9 !important;
    background-color: #ab59f0 !important;
  }
  
  .col-3.px-1.text-center.mb-2.desafio-sel-clasico > .col-12 > img.logo-desafio-clasico {
    border-bottom: 3px solid #a8a8a8 !important;
    background: linear-gradient(180deg, rgba(242,242,242,1) 0%, rgba(224,224,224,1) 100%);
  }
  
  .col-3.px-1.text-center.mb-2 > .col-12.text-center {
    text-align: center !important;
    padding: 0 !important;
    line-height: 16px;
    font-size: 13px;
    color: #ffffff;
    margin-left: 6px;
    margin-top: 9px;
    text-transform: capitalize;
  }
  
  .breadcrumbs a{
    font-size:10px;
    text-transform: uppercase;
    color:#ffffff;
    letter-spacing: 1px;
  }
  
  .bread-active{
    color:#2196F3;
  }
  
  .aw-bread{
    font-size:10px;
    color:#20B6F3;
  }
  
  .img-desafio{
    width:250px;
  }
  
  .recorte-texto{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  
  .icon-desafio{
    max-width:50px;
  }
  
  .btn-color-01{
    background: rgb(25,123,163);
    background: linear-gradient(0deg, rgba(25,123,163,1) 0%, rgba(0,212,255,1) 100%);
    width:30px;
    height:30px;
    border-radius:150px;
    display:inline-block;
    margin-top:12px;
    border:none;
  }
  
  .btn-color-01:hover{
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.6);
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.6);
    transition: .3s;
    cursor: pointer;
  }
  
  .btn-color-02{
    background: rgb(145,20,157);
    background: linear-gradient(0deg, rgba(145,20,157,1) 0%, rgba(225,32,243,1) 100%);  
    width:30px;
    height:30px;
    border-radius:150px;
    display:inline-block;
    margin:0 10px;
    margin-top:12px;
    border:none;
  }
  
  .btn-color-02:hover{
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.6);
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.6);
    transition: .3s;
    cursor: pointer;
  }
  
  .btn-color-03{
    background: rgb(0,73,107);
    background: linear-gradient(0deg, rgba(0,73,107,1) 0%, rgba(0,122,179,1) 100%);
    width:30px;
    height:30px;
    border-radius:150px;
    display:inline-block;
    margin-top:12px;
    border:none;
  }
  
  .btn-color-03:hover{
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.6);
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.6);
    transition: .3s;
    cursor: pointer;
  }
  
  .biblioteca-width{
    width:50% !important;
  }
  
  .logo-desafio-clasico{
    width:45px;
  }
  
  .btn-reporte{
    margin:5px 0;
  }
  
  .btn-reporte a{
    color:#eee;
  }
  
  .btn-reporte a:hover{
    color:#20B6F3;
    transition:.2s;
    margin:5px 0;
  }
  
  .form-check{
    padding-left:1.25rem;
  }
  
  .leap-mobile{
    width:auto;
  }
  
  ul{
    list-style: none;
  }
  
  .bg-rounded{
    background:#3d54a5;
    padding:7px;
    border-radius:100px;
    width:80px;
    color:#282828;
    font-weight: 900;
    text-align:center;
    display:inline-block;
  }
  
  .border-table-custom{
    border:solid 1px #444;
    margin-top:-1px;
    padding:10px 0;
  }
  
  .book-box a img{
    width:83px;  
  }
  
  .book-box{
    display:inline-block;
    padding:10px;
  }
  
  .btn-celdas{
    display:inline-block;
    padding:3px 5px;
    background-color:#20B6F3;
    color:#fff !important;
    font-size:12px !important;
    border-radius:50px;
    position:relative;
    top:-5px;
    border:solid 1px #20B6F3;
  }
  
  .btn-celdas:hover{
    background-color:#fff;
    color:#20B6F3 !important;
    border:solid 1px #20B6F3;
    transition:.3s;
    cursor: pointer;
  }
  
  .nuevo{
    color:#282828;
    background-color:#18D65C;
    padding:2px 5px;
    border-radius:50px;
    display: inline-block;
    font-size:10px !important;
  }
  
  .obj{
    display:inline-block;
    padding:2px 5px;
    color:#282828;
    font-size:10px !important;
    border-radius:50px;
    background-color:#18D65C;
    margin:0 3px;
  }
  
  .hab{
    display:inline-block;
    padding:2px 5px;
    color:#282828;
    font-size:10px !important;
    border-radius:50px;
    background-color:#20B6F3;
    margin:0 3px;
  }
  
  .act{
    display:inline-block;
    padding:2px 5px;
    color:#282828;
    font-size:10px !important;
    border-radius:50px;
    background-color:#5882FA;
    margin:0 3px;
  }
  
  .border-table{
    border:solid 1px #ddd !important;
  }
  
  .btn-link{
    color:#444 !important;
    font-weight: bold !important;
  }
  
  .btn-link:hover{
    text-decoration: none !important;
    color:#20B6F3 !important;
  }
  
  .star{
    color:#faca38 !important;
    font-size:22px;
    margin:0 2px;
  }
  
  .border-ctm{
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  
  .green{
    color:#18D65C !important;
    font-size:14px !important;
  }
  
  .bluesky{
    color:#20B6F3 !important;
    font-size:14px !important;
  }
  
  .red{
    color:#F05F78 !important;
    font-size:14px !important;
  }
  
  .card-title-red{
    background-color:#F05F78;
    padding:5px 0;
    color:#fff !important;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding-left:12px;
  }
  
  .card-title-skyblue{
    background-color:#20B6F3;
    padding:5px 0;
    color:#fff !important;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding-left:12px;
  }
  
  .card-title-green{
    background-color:#18D65C;
    padding:5px 0;
    color:#fff !important;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding-left:12px;
  }
  
  .card-title-yellow{
    background-color:#FFCC29;
    padding:5px 0;
    color:#fff !important;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding-left:12px;
  }
  
  .positivo {
    background-color:rgba(24, 214, 92, .1);
    border:solid 1px #18D65C;
    padding:10px;
    font-size:12px;
    border-radius:100px;
  }
  
  .neutral {
    background-color:rgba(32, 182, 243, .1);
    border:solid 1px #20B6F3;
    padding:10px;
    font-size:12px;
    border-radius:100px;
  }
  
  .negativo {
    background-color:rgba(240, 95, 120, .1);
    border:solid 1px #F05F78;
    padding:10px;
    font-size:12px;
    border-radius:100px;
  }
  
  .progress{
    background-color:#5a5a5a !important;
  }
  
  .progress-bar{
    color:#181b22;
  }
  
  .alto{
    color:#748b7c !important;
  }
  
  .medio{
    color:#FFCC29 !important;
  }
  
  .bajo{
    color:#F05F78 !important;
  }
  
  .point-siempre{
    color:#18D65C !important;
  }
  
  .point-generalmente{
    color:#20B6F3 !important;
  }
  
  .point-ocacionalmente{
    color:#FFCC29 !important;
  }
  
  .point-nunca{
    color:#F05F78 !important;
  }
  
  .siempre{
    border:solid 1px #18D65C;
    width:180px;
    padding:5px;
    border-radius:120px;
    text-align:center;
    background-color:rgba(24, 214, 92, .1);
    display:inline-block;
    margin:0 15px 0 0;
  }
  
  .generalmente{
    border:solid 1px #20B6F3;
    width:180px;
    padding:5px;
    border-radius:120px;
    text-align:center;
    background-color:rgba(32, 182, 243, .1);
    display:inline-block;
    margin:0 15px 0 0;
  }
  
  .ocacionalmente{
    border:solid 1px #FFCC29;
    width:180px;
    padding:5px;
    border-radius:120px;
    text-align:center;
    background-color:rgba(255, 204, 41, .1);
    display:inline-block;
    margin:0 15px 0 0;
  }
  
  .nunca{
    border:solid 1px #F05F78;
    width:180px;
    padding:5px;
    border-radius:120px;
    text-align:center;
    background-color:rgba(240, 95, 120, .1);
    display:inline-block;
    margin:0 15px 0 0;
  }
  
  .medio-logrado{
    border-radius:20px;
    padding:3px;
    background-color: #FFE150;
    display:inline-block;
    font-size:10px;
    font-weight: bold;
    color:#444;
    margin:0 3px;
  }
  
  .no-evaluado{
    border-radius:20px;
    padding:3px;
    background-color: #F05F78;
    display:inline-block;
    font-size:10px;
    font-weight: bold;
    color:#444;
    margin:0 3px;
  }
  
  .reevaluar{
    padding:3px 6px;
    border-radius:20px;
    background-color: #20B6F3;
    display:inline-block;
    margin:0 3px;
    color:#fff;
  }
  
  .ver-informe{
    padding:3px 6px;
    border-radius:20px;
    background-color: #30CA52;
    display:inline-block;
    margin:0 3px;
    color:#fff;
  }
  
  .header-icon{
    color:#00abf1 !important;
    font-size:20px;
    margin:10px 5px;
  }
  
  .card-qualifier{
    border-radius:10px;
    width:19.78%;
    display: inline-block;
  }
  
  .abbreviation{
    font-size:24px;
    text-align: center;
    font-weight: bold;
  }
  
  .detail{
    font-size:14px;
    text-align: center;  
  }
  
  .titulo-libros{
    width:65%;
    margin:0 auto;
    color:#444;
    background:#fff;
    border-radius:2px;
    font-size:18px;
    transform: rotate(-3deg);
  }
  
  .curso-libros-blue{
    width:60%;
    margin:0 auto;
    color:#fff;
    background:#1E79B2;
    border-radius:2px;
    transform: rotate(-3deg);
    margin-top:10px;
    margin-right:45px;
  }
  
  .curso-libros-green{
    width:60%;
    margin:0 auto;
    color:#fff;
    background:#608239;
    border-radius:2px;
    transform: rotate(-3deg);
    margin-top:10px;
    margin-right:45px;
  }
  
  .blue-book{
    background-image: url("../images/blue-book.svg");
    background-repeat: no-repeat;
    width:243px;
    height:270px;
    background-size: cover;
    padding-top:30%;
  }
  
  .green-book{
    background-image: url("../images/green-book.svg");
    background-repeat: no-repeat;
    width:243px;
    height:270px;
    background-size: cover;
    padding-top:30%;
  }
  
  .icon-btn{
    font-size:18px;
  }
  
  .icon-listado{
    vertical-align:0 !important;
    margin:0 2px;
  }
  
  .z-index-ctm{
    z-index:-1;
  }
  
  .multiselect {
    width: 100%;
    height:33px;
  }
  
  .selectBox {
    position: relative;
  }
  
  .selectBox select {
    width: 100%;
    font-size: 12px;
    border-radius:50px;
    padding:10px 10px;
    border:solid 1px #ddd;
    color:#9B9B9B !important;
  }
  
  .overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  
  #checkboxes {
    display: none;
    border: 1px #dadada solid;
    padding:10px;
    border-radius:10px;
    background:#fff;
    box-shadow: 1px 1px 22px rgba(0, 0, 0, 0.2);
  }
  
  #checkboxes label {
    display: block;
    padding:3px 4px;
    border-radius:5px;
  }
  
  #checkboxes label:hover {
    background-color: #1e90ff;
  }
  
  .ic-ctm{
    font-size:24px;
  }
  
  .days-top{
    width:52px;
    background:#F05F78;
    color:#181B22;
    text-align:center;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
    margin:0 auto;
  }
  
  #calendar {
      width: 100%;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
  
  #calendar tr, #calendar tbody {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    width: 100%;
  }
  
  caption {
      text-align: center;
    grid-column: 1 / -1;
    font-size: 130%;
    font-weight: bold;
    padding: 10px 0;
  }
  
  #calendar a {
      color: #8e352e;
      text-decoration: none;
  }
  
  #calendar td, #calendar th {
      padding: 5px;
      box-sizing:border-box;
      border: 1px solid #444;
  }
  
  #calendar .weekdays th {
      text-align: center;
      text-transform: uppercase;
      line-height: 20px;
      border: none !important;
      padding: 10px 6px;
      color: #fff;
      font-size: 13px;
  }
  
  #calendar td {
    background:#21242c;
      min-height: 180px;
    display: flex;
    flex-direction: column;
  }
  
  #calendar .days li:hover {
      background: #d3d3d3;
  }
  
  .date-next-month{
    text-align: center;
      margin-bottom: 5px;
      background:#F05F78;
    border:solid 1px #F05F78;;
      color: #181B22;
      width: 30px;
    height:30px;
    padding-top:4px;
      border-radius: 50%;
    flex: 0 0 auto;
    align-self: center;
    font-weight: bold;
  }
  
  #calendar .date {
      text-align: center;
      margin-bottom: 5px;
      background: #181b22;
    border:solid 1px #444;
      color: #eee;
      width: 30px;
    height:30px;
    padding-top:4px;
      border-radius: 50%;
    flex: 0 0 auto;
    align-self: center;
    font-weight: bold;
  }
  
  #calendar .event-orange {
    flex: 0 0 auto;
      font-size: 12px;
      border-radius: 150px;
      padding: 5px;
      margin-bottom: 5px;
      line-height: 14px;
      background:rgba(245, 143, 73, .6);
      border: 1px solid #444;
      color: #77380E;
      text-decoration: none;
    font-weight: bold;
  }
  
  .event-desc-orange{
    color:#eee;
    text-decoration:none;
  }
  
  #calendar .event {
    flex: 0 0 auto;
      font-size: 12px;
      border-radius: 150px;
      padding: 5px;
      margin-bottom: 5px;
      line-height: 14px;
      background:rgba(32, 182, 243, .6);
      border: 1px solid #444;
      color: #0F5470;
      text-decoration: none;
    font-weight: bold;
  }
  
  #calendar .event-desc {
      color: #eee;
      text-decoration: none;	
  }
  
  #calendar .other-month {
      background:rgba(240, 95, 120, .1);
      color: #666;
  }
  
  .btn-verde-custom{
    margin:15px 0;
    padding:7px 12px;
    border-radius:150px;
    background:#30CA52;
    color:#181B22;
    border:solid 1px #30CA52;
    text-align:center;
    width:190px;
  }
  
  .btn-verde-custom:hover{
    background-color:#181b22;
    border-radius:150px;
    border:solid 1px #30CA52;
    color:#30CA52;
    transition:.2s;
  }
  
  .card-custom-fmc{
    width:24.81%;
    display:inline-block;
    padding:5px;
  }
  
  .card-int-orange{
    margin:10px 0 0 0;
    width:100%;
    height:auto;
    background:#21242c;
    border-radius:10px;
    padding:10px 15px;
    display:inline-block;
    border:solid 1px rgba(255, 118, 41, .3);
  }
  
  .card-int-blue{
    margin:10px 0 0 0;
    width:100%;
    height:auto;
    background:#21242c;
    border-radius:10px;
    padding:10px 15px;
    display:inline-block;
    border:solid 1px rgba(0, 171, 241,.3);
  }
  
  .card-int-yellow{
    margin:10px 0 0 0;
    width:100%;
    height:auto;
    background:#21242c;
    border-radius:10px;
    padding:10px 15px;
    display:inline-block;
    border:solid 1px rgba(239, 180, 0, .3);
  }
  
  .card-int-green{
    margin:10px 0 0 0;
    width:100%;
    height:auto;
    background:#21242c;
    border-radius:10px;
    padding:10px 15px;
    display:inline-block;
    border:solid 1px rgba(15, 185, 52, .3);
  }
  
  .form-check-input{
    position:unset !important;
    margin-top:0 !important;
    margin-left:0 !important;
  }
  
  .table td{
    vertical-align: middle !important;
  }
  
  .min-tittle{
    color:#eee;
    font-style: italic;
  }
  
  .amarillo{
    color:#FFCB29;
    font-size:20px;
  }
  
  .celeste{
    color:#00abf1;
    font-size:20px;
  }
  
  .rojo{
    color:#F05F78;
    font-size:20px;
  }
  
  .agregar-bloque{
    width:70%;
    background-color:#00abf1;
    color:#21242c;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 150px;
    border-bottom-left-radius: 150px;
    padding:2px 0 6px 0;
    font-size:12px;
  }
  
  .color-hora{
    background-color:#4164A7;
    color:#ddd;
    padding:5px 10px;
    border-radius:50px;
  }
  
  .hora-inicio{
    background-color:#00abf1;
    padding:3px 0 6px 0;
    color:#21242c;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 150px;
    border-bottom-left-radius: 150px;
  }
  
  .caja-contenido{
    border:solid 1px #00abf1;
    border-radius:15px;
    background-color:#181b22;
    padding:0 10px 15px 10px;
  }
  
  .content-box{
    display:inline-block;
    width:19.7%;
    padding:3px;
  }
  
  .config-box{
    background-color:rgba(0, 171, 241, .1);
    border-radius:15px;
  }
  
  .ti-star-filled {
    color:#FFCB29;
    font-size:20px;
  }
  
  .ti-clock-exclamation{
    color:#FFCB29;
    font-size:20px;
  }
  
  .gen-horario{
    border:solid 1px #FFCB29;
    width:70%;
    height:350px;
    border-radius:15px;
    margin:30px 0;
  }
  
  .ti-gen-hor{
    width:100%;
    background-color:rgba(255, 203, 41, .1);
    padding:10px 0;
    border-top-right-radius:15px;
    border-top-left-radius:15px;
  }
  
  .asset-custom{
    background-color:#00abf1;
    text-align:center;
    color:#21242c;
    width:60px;
    padding:5px;
    border-radius:50px;
    display:inline-block;
  }
  
  .asset-custom:hover{
    border:solid 1px #00abf1;
    background-color:#21242c;
    color:#eee;
    transition:.3s;
  }
  
  button:focus{
    outline:none !important;
  }
  
  .textarea .form-control{
    height:100px !important;
  }
  
  .brd-custom{
    border:solid 1px #444;
    border-radius:10px;
  }
  
  .btn-superior{
    background-color:#21242c !important;
    width:130px;
    height:50px;
    border:solid 1px #444;
    border-radius:150px;
  }
  
  .btn-superior:hover{
    border:solid 1px #20B6F3 !important;
    color:#eee;
    transition:.3s;
  }
  
  .btn-acciones{
    display:inline-block;
    position:relative;
    top:-1px;
    color:#eee;
  }
  
  .constant{
    border-radius:20px;
    height:20px;
    width:20px;
    background:#ddd;
    border:solid 1px #ddd;
    padding:10px 20px;
  }
  
  .btn-superior .ti{
    display:inline-block;
    color:#20B6F3;
    font-size:18px !important;
  }
  
  .dropdown-menu .ti{
    font-size:18px;
    margin-right:10px;
  }
  
  .mat-icon{
    font-size:90px;
    color:#20B6F3;
  }
  
  .font-title{
    font-weight: 900;
    font-size:14px;
  }
  
  a .ins-alumno{
    width:200px !important;
    height:200px !important;
    border-style: dotted;
    border-width: 4px;
    border-color: #444;
    border-radius:20px;
    color:#ddd;
  }
  
  a .ins-alumno:hover{
    background:#181b22;
    border-color: #20B6F3;
    transition:.4s;
  }
  
  .bold-font{
    font-weight: bold;
  }
  
  .exam-button{
    color:#fff !important;
    padding:0 !important;
    height:auto !important;
    font-size:14px !important;
    background-color:#21242c !important;
  }
  
  .input-form-custom{
    width:200px !important;
    border-radius:120px !important;
    margin-top:-8px;
    background-color:#21242c !important;
  }
  
  .radio-custom{
    display:inline-block !important;
    margin:0 10px;
  }
  
  .text-area-custom{
    height:90px !important;
    padding:10px !important;
    border-radius:15px !important;
    border-left:solid 1px !important;
  }
  
  .radio-custom{
    display:inline-block !important;
    margin:0 10px;
  }
  
  .text-area{
    height:100px !important;
    border-radius:10px !important;
    font-size:14px !important;
    background-color:#21242c !important;
  }
  
  .text-input{
    border:solid 1px #ddd !important;
    border-radius:150px !important;
  }
  
  .text-muted{
    color:#ddd !important;
  }
  
  .input-text{
    border-radius:50px !important;
    background-color:#21242c !important;
  }
  
  #multi-step-form-container {
    margin-top: 10px;
  }
  
  .text-center {
    text-align: center;
  }
  
  .mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  
  .pl-0 {
    padding-left: 0;
  }
  
  .button {
    padding: 7px 25px;
    border: 1px solid #00abf1;
    background-color: #00abf1;
    color: #21242c;
    border-radius: 50px;
    cursor: pointer;
  }
  
  .button:hover{
    background-color: #21242c;
    color:#00abf1;
    border:solid 1px #00abf1;
    transition:.3s;
  }
  
  .submit-btn {
    border: 1px solid #30ca52;
    background-color: #30ca52;
  }
  
  .submit-btn:hover {
    border: 1px solid #30ca52;
    background-color: #fff;
    color:#21242c;
  }
  
  .submit-btn {
    border: 1px solid #30ca52;
    background-color: #30ca52;
  }
  
  .mt-3 {
    margin-top: 2rem;
  }
  
  .d-none {
    display: none;
  }
  
  .form-step {
    border:solid 1px #444;
    background:#21242c;
    border-radius: 20px;
    padding: 20px;
  }
  
  .font-normal {
    font-weight: normal;
  }
  
  ul.form-stepper {
    counter-reset: section;
    margin-bottom: 3rem;
  }
  
  ul.form-stepper .form-stepper-circle {
    position: relative;
  }
  
  ul.form-stepper .form-stepper-circle span {
    position: absolute;
    top: 51%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    font-weight: bold;
    font-size:20px;
  }
  
  .form-stepper-horizontal {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  ul.form-stepper > li:not(:last-of-type) {
    margin-bottom: 0.625rem;
    -webkit-transition: margin-bottom 0.4s;
    -o-transition: margin-bottom 0.4s;
    transition: margin-bottom 0.4s;
  }
  
  .form-stepper-horizontal > li:not(:last-of-type) {
    margin-bottom: 0 !important;
  }
  
  .form-stepper-horizontal li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  
  .form-stepper-horizontal li:not(:last-child):after {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 7px;
    content: "";
    top: 18%;
    border-radius:150px;
  }
  
  .form-stepper-horizontal li:after {
    background-color: #444;
  }
  
  .form-stepper-horizontal li.form-stepper-completed:after {
    background-color: #30ca52;
  }
  
  .form-stepper-horizontal li:last-child {
    flex: unset;
  }
  
  ul.form-stepper li a .form-stepper-circle {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 0;
    line-height: 1.7rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.38);
    border-radius: 50%;
  }
  
  .form-stepper .form-stepper-active .form-stepper-circle {
    background-color: #00abf1 !important;
    color: #21242c;
  }
  
  .form-stepper .form-stepper-active .label {
    color: #eee !important;
  }
  
  .form-stepper .form-stepper-active .form-stepper-circle:hover {
    background-color: #4361ee !important;
    color: #fff !important;
  }
  
  .form-stepper .form-stepper-unfinished .form-stepper-circle {
    background-color: #21242c;
    border:solid 1px #444;
  }
  
  .form-stepper .form-stepper-completed .form-stepper-circle {
    background-color: #30CA52 !important;
    color: #fff;
  }
  
  .form-stepper .form-stepper-completed .label {
    color: #eee !important;
  }
  
  .form-stepper .form-stepper-completed .form-stepper-circle:hover {
    background-color: #0e9594 !important;
    color: #fff !important;
  }
  
  .form-stepper .form-stepper-active span.text-muted {
    color: #fff !important;
  }
  
  .form-stepper .form-stepper-completed span.text-muted {
    color: #fff !important;
  }
  
  .form-stepper .label {
    font-size: 12px;
    margin-top: 0.5rem;
    max-width:120px;
    color:#fff !important;
  }
  
  .form-stepper a {
    cursor: default;
  }
  
  .bg-menu-assets{
    background:#20B6F3;
  }
  
  a .item-menu-assets {
    display:inline-block;
    padding:20px 10px;
    color:#f7f8fc;
    min-width:70px;
    text-align:center;
  }
  
  .language-html{
    display:none;
  }
  
  .bdcomponent{
    background:#21242C;
    border:solid 1px #444;
    border-radius:15px;
    padding:10px;
    min-height:250px;
  }
  
  button-clip{
    background:#20B6F3;
    display:block;
    width:150px;
    height:auto;
    cursor: pointer;
    text-align:center;
    padding:10px;
    border-radius:150px;
    border:solid 1px #20B6F3;
    font-family: 'Inter', sans-serif !important;
    color:#fff;
    margin:0 auto !important;
    position:absolute;
    bottom:15px;
    left:35%;
  }
  
  button-clip:hover{
    background:#212529;
    transition:.3s;
    color:#eee;
  }
  
  .desc{
    color:#fff;
    font-size:10px;
    text-transform: uppercase;
  }
  
  div#v-pills-tab {
  align-content: space-around;
  margin-top: 30px !important;
  }
  
  .content-section-new{
  width: 95% !important;
  transition:.2s;
  }
  
  .menu_side_new{
    width: 2.5% !important;
    transition:.2s;
  }
  
  .menu_side_new div#v-pills-tab ul#stacked-menu a.nav-menu {
    display: flex;
    padding: 12px;
    justify-content: space-around;
  }
  
  .menu_side_new ul.nav.nav-pills.nav-stacked.collapse.show {
    display: none;
  }
  
  .menu_side_new a.nav-submenu {
    display: none;
  }
  
  .menu-section-new .arrow-close-open{
  left: 4% !important;
  transform: rotate(180deg);
  transition: .2s;
  top: 50%;
  background: #00abf1;
  color: #21242c;
  }
  
  .collapsed .menu-arrow{
  transform: rotate(90deg);
  transition:.2s;
  }
  
  .menu_side_new span{
  display: none;
  transition:.2s;
  }
  
  .nav-tabs .nav-link.active{
    background-color:#00abf1 !important;
    color:#21242c !important;
    transition:.2s;
  }
  
  .menu_side_new div.text-center img.logo-site.mx-auto {
    display: none;
  }
  
  .menu_side_new img.logo-site-responsive.mx-auto {
  display: revert;
  width: 50px;
  margin-top: 15px;
  }
  
  .menu-section-new{
  display: flex !important;
  width: 5% !important;
  padding: 0 !important;
  transition: .2s;
  justify-content: space-around;
  }
  
  a {
  text-decoration: none !important;
  }
  
  .bg-color-header{
  background-color:#21242C;
  }
  
  .bg-color{
    background-color: #fff;
    border:solid 1px #ddd;
    border-radius:5px;
  }
  
  .div-color{
  background:#21242c !important;
  border:solid 1px #444;
  border-radius:15px;
  }
  
  td a{
  color:#eee;
  }
  
  .logo-site{
  width:80%;
  margin-top:15px;
  }
  
  .activo{
  background:#00abf1;
  border-radius:100px;
  color:#21242c !important;
  }
  
  .icon-moon{
  font-size:16px;
  vertical-align: middle;
  color:#eee;
  }
  
  .icon-sun{
  font-size:16px;
  vertical-align: middle;
  color:#eee;
  }
  
  .menu-content{
  position:fixed;
  width:15%;
  transition:.2s;
  }
  
  /*
  .menu-content ul.nav.nav-pills.nav-stacked.collapse.show {
  overflow: auto;
  height: 24vh;
  }
  */
  
  .tab-custom{
  color:#eee!important;
  background:#21242c;
  margin:0 10px 0 0;
  padding:10px 40px !important;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  border-top:solid 1px #444 !important;
  border-left:solid 1px #444 !important;
  border-right:solid 1px #444 !important;
  border-bottom:solid 0px #444 !important;
  }
  
  .date-custom{
  font-size:12px;
  margin:7px 0;
  }
  
  .tab-custom:hover{
  background:#00abf1;
  color:#fff !important;
  transition:.3s;
  }
  
  .bg-tab{
  background:#21242c;
  border:solid 1px #444;
  padding:15px;
  }
  
  .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  color:#444 !important;
  }
  
  .nav-tabs{
  border-bottom:none !important;
  }
  
  .menu-section{
  display: flex;
  width: 17%;
  background: #21242C;
  padding: 0;
  transition: .2s;
  justify-content: center;
  min-height:100vh !important;
  }
  
  .content-section{
  display:inline-block;
  width:83%;
  transition:.2s;
  }
  
  .menu-superior{
  width:100%;
  }
  
  .info-content{
  width:100%;
  }
  
  .menu-arrow{
    font-size:14px;
    width:20px;
    height:20px;
    position:absolute;
    left:85%;
    display: inline-block;
    text-align:center !important;
  }
  
  .nav-menu{
    color:#eee;
    width:100% !important;
    display:block;
    padding:10px 20px;
    margin:2px 0;
    font-size:14px;
    font-weight: 500;
  }
  
  .nav-menu .ti{
    font-size:22px
  }
  
  .nav-menu .ti-chevron-right{
    font-size:14px !important;
  }
  
  .nav-menu a{
  color:#444;
  }
  
  .nav-menu:hover{
    background:#00abf1 !important;
    border-radius:100px;
    color:#fff;
    text-decoration: none;
    transition: .2s;
  }
  
  .nav-submenu{
  color:#eee;
  width:100%;
  display:block;
  text-decoration:none;
  padding:5px 0 5px 60px
  }
  
  .nav-submenu:hover{
    color:#00abf1 !important;
  }
  
  .nav-submenu .ti:hover{
  color:#fff !important;
  text-decoration:none;
  }
  
  .cube-menu > .ti{
  color:#00abf1;
  font-size:24px;
  }
  
  a .cube-menu{
  color:#444;
  }
  
  .cube-menu:hover{
  background-color:#00abf1;
  color:#fff;
  transition:.2s;
  }
  
  .cube-menu-section{
  width:100%;
  text-align:center;
  margin-top:30px;
  }
  
  .cube-menu{
  background-color: #21242c !important;
  border:solid 1px #444;
  width:90px;
  height:90px;
  display:inline-block;
  border-radius:15px;
  text-align:center;
  padding-top:18px;
  margin:0 7px;
  }
  
  .icon-menu-custom{
    vertical-align: -4px;
  }
  
  .icon-menu{
  font-size:24px;
  color:#00abf1;
  }
  
  .txt-cube-menu{
  font-size:12px;
  margin-top:5px;
  color:#eee;
  }
  
  .small-text{
  font-size: 12px;
  }
  
  .nombre-menu{
  font-weight: 600;
  }
  
  .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 34px;
  }
  
  .switch input {
  opacity: 0;
  width: 0;
  height: 0;
  }
  
  .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  }
  
  .slider:before {
  position: absolute;
  content: "";
  height:18px;
  width: 18px;
  left: 3px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  }
  
  input:checked + .slider {
  background-color: #2196F3;
  }
  
  .txt-buscador{
    color:#eee!important;
  }
  
  input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  }
  
  .slider.round {
  border-radius: 34px;
  width:50px;
  height:25px;
  }
  
  .slider.round:before {
  border-radius: 50%;
  }
  
  .linea-horizontal{
  height:1px;
  width:100%;
  background-color: #ddd;
  margin:40px 0;
  }
  
  .linea-horizontal-perfil{
  height:1px;
  width:100%;
  background-color: #ddd;
  margin:5px 0;
  }
  
  .input-group-text{
  background-color:#181B22 !important;
  border-top: solid 1px #444 !important;
  border-left: solid 1px #444 !important;
  border-bottom: solid 1px #444 !important;
  border-right: none !important;
  }
  
  .input-group>.input-group-prepend>.input-group-text{
  border-top-left-radius: 150px;
  border-bottom-left-radius: 150px;
  }
  
  .input-group>.form-control:not(:first-child){
  border-top-right-radius: 150px !important;
  border-bottom-right-radius: 150px !important;
  background-color:#181b22;
  }
  
  .ti-search{
  color:#20B6F3;
  font-size:24px;
  }
  
  .icon-priorizacion{
  width:40px;
  height:40px;
  text-align:center;
  border-radius:50px;
  padding:8px;
  font-size:16px;
  font-weight: bold;
  display: inline-block;
  color:#181b22;
  }
  
  .yellow-color{
  background-color:#FFCC29;
  }
  
  .blue-color{
  background-color:#5B9BD5;
  }
  
  .orange-color{
  background-color:#EA8947;
  }
  
  .green-color{
  background-color:#30CA52;
  }
  
  .checkbox-priorizacion{
  display: inline-block !important;
  margin-left:10px;
  }
  
  .main-input {
  width:100%;
  padding:10px;
  border-radius:150px;
  border:solid 1px #444;
  background-color: #21242c;
  color:#9B9B9B;
  font-size:12px;
  }
  
  .opt{
  color:#eee !important;
  }
  
  .form-control {
    padding-left:0px !important;
    padding-right:10px !important;
    height:38px;
    padding:0;
    border:solid 1px #444 !important;
    background-color:#21242c !important;
    font-size:14px !important;
  }
  
  .search-up{
    border-left: none !important;
    background-color:#181b22 !important;
    height:40px !important;
  }
  
  .form-control::placeholder{
    color:#9B9B9B !important;
    font-size:12px;
  }
  
  .titulos{
    font-weight: bold;
    font-size:22px;
    color:#fff;
  }
  
  .subtitulos{
  font-weight: bold;
  font-size:16px;
  color:#fff;
  }
  
  .alerta{
  background:rgba(0, 173, 241, 0.1);
  padding:10px 0;
  margin:20px 0;
  font-weight: 500;
  border-radius:150px;
  border:solid 1px #00abf1;
  }
  
  .text-alert{
  display:inline-block;
  transform: translateY(-25%);
  }
  
  .ti-alert-circle{
    color:#20B6F3;
    font-size:26px;
  }
  
  .ti-circle-check{
    color:#30CA52;
    font-size:30px;
    margin-right:10px;
  }
  
  .v-align{
    display: flex;
    align-items: center;
  }
  
  .instruccion{
    font-style: italic;
    padding:0 0 40px 0;
  }
  
  .btn{
  padding:0 !important;
  }
  
  .dropdown-item{
    padding:4px 10px !important;
    color:#eee !important;
    background-color:#21242c !important;
    border:solid 1px #444;
    transition:.3s;
  }
  
  .dropdown-toggle::after{
  margin-left: 0 !important;
  width:9px;
  }
  
  .dropdown-menu.show{
    font-size:14px !important;
    padding:10px !important;
    border-radius:12px;
    -webkit-box-shadow: 7px 6px 23px -11px rgba(0,0,0,0.75);
    -moz-box-shadow: 7px 6px 23px -11px rgba(0,0,0,0.75);
    box-shadow: 7px 6px 23px -11px rgba(0,0,0,0.75);
    background-color:#21242c !important;
    border:solid 1px #444 !important;
  }
  
  .dropdown-item:hover{
  border-radius:150px;
  color:#fff !important;
  background-color:#181b22 !important;
  transition:.2s;
  }
  
  .btn-secondary{
  color:#20B6F3 !important;
  background-color: rgba(0,0,0,0) !important;
  border-color: rgba(0,0,0,0) !important;
  }
  
  .logo-site-responsive{
  display:none;
  }
  
  .arrow-close-open{
  background: #21242c;
  border: solid 1px #444;
  padding: 4px;
  text-align: center;
  border-radius: 50%;
  left: 16.3%;
  top: 50%;
  color: #00ABF1;
  position: fixed;
  width: 30px;
  height: 30px;
  z-index: 1;
  }
  
  .arrow-close-open:hover{
  text-decoration: none;
  background:#00ABF1;
  color:#fff;
  }
  
  .menu-options{
    margin-left:5px;
  }
  
  .btn-secondary.focus, .btn-secondary:focus{
  box-shadow:0 0 0 0 #fff !important;
  }
  
  .custom-menu{
  display: inline-block;
  margin:0 15px;
  }
  
  .custom-menu .ti{
  font-size:24px;
  color:#00ABF1;
  }
  
  .custom-menu a{
  color: #444;
  }
  
  .custom-menu:hover{
  text-decoration: none !important;
  }
  
  .ipselect-custom{
  border:solid 1px #ddd !important;
  border-radius:150px !important;
  width:85% !important;
  }
  
  .description-rectangle{
  white-space: nowrap;
  }
  
  .dropdown-item .ti {
    color:#00abf1;
  }
  
  .titulo-dropdown{
  font-size:10px;
  width:auto;
  text-transform: uppercase;
  color:#fff;
  padding:10px;
  background-color:#21242c !important;
  display:inline-block;
  position:absolute;
  left:32%;
  letter-spacing:3px;
  }
  
  .linea-horizontal-drop{
  height:1px;
  width:100%;
  background-color:#383b42 !important;
  margin:18px 0;
  }
  
  .rectangle-custom-orange{
  margin:10px 0 0 0;
  width:100%;
  height:auto;
  background:#181B22 !important;
  border-radius:10px;
  padding:10px 15px;
  display:inline-block;
  border:solid 1px rgba(255, 118, 41, .3);
  }
  
  .line-rectangle-orange{
  width:30%;
  height:7px;
  background:rgba(255, 118, 41, .3);
  border-radius:50px;
  margin:10px 0 12px 0;
  }
  
  .icon-rectangle-orange{
  width:40px;
  height:40px;
  background:rgba(255, 118, 41, .3);
  color:#FF7629;
  font-size:24px;
  text-align:center;
  float:right;
  border-radius:50px;
  position:relative;
  top:-70px;
  }
  
  .rectangle-custom-blue{
  margin:10px 0 0 0;
  width:100%;
  height:auto;
  background:#181B22;
  border-radius:10px;
  padding:10px 15px;
  display:inline-block;
  border:solid 1px rgba(0, 171, 241,.3);
  }
  
  .line-rectangle-blue{
  width:30%;
  height:7px;
  background:rgba(0, 171, 241,.3);
  border-radius:50px;
  margin:10px 0 12px 0;
  }
  
  .icon-rectangle-blue{
  width:40px;
  height:40px;
  background:rgba(0, 171, 241,.3);
  color:#00abf1;
  font-size:24px;
  text-align:center;
  float:right;
  border-radius:50px;
  position:relative;
  top:-70px;
  }
  
  .rectangle-custom-yellow{
  margin:10px 0 0 0;
  width:100%;
  height:auto;
  background:#181B22 !important;
  border-radius:10px;
  padding:10px 15px;
  display:inline-block;
  border:solid 1px rgba(239, 180, 0, .3);
  }
  
  .line-rectangle-yellow{
  width:30%;
  height:7px;
  background:rgba(239, 180, 0, .3);
  border-radius:50px;
  margin:10px 0 12px 0;
  }
  
  .icon-rectangle-yellow{
  width:40px;
  height:40px;
  background:rgba(239, 180, 0, .3);
  color:#EFB400;
  font-size:24px;
  text-align:center;
  float:right;
  border-radius:50px;
  position:relative;
  top:-70px;
  }
  
  .rectangle-custom-green{
  margin:10px 0 0 0;
  width:100%;
  height:auto;
  background:#181B22 !important;
  border-radius:10px;
  padding:10px 15px;
  display:inline-block;
  border:solid 1px rgba(15, 185, 52, .3);
  }
  
  .line-rectangle-green{
  width:30%;
  height:7px;
  background:rgba(15, 185, 52, .3);
  border-radius:50px;
  margin:10px 0 12px 0;
  }
  
  .icon-rectangle-green{
  width:40px;
  height:40px;
  background:rgba(15, 185, 52, .3);
  color:#0FB934;
  font-size:24px;
  text-align:center;
  float:right;
  border-radius:50px;
  position:relative;
  top:-70px;
  }
  
  .rectangle-custom-red{
  margin:10px 0 0 0;
  width:100%;
  height:auto;
  background:#181B22 !important;
  border-radius:10px;
  padding:10px 15px;
  display:inline-block;
  border:solid 1px rgba(240, 95, 120, .3);
  }
  
  .line-rectangle-red{
  width:30%;
  height:7px;
  background:rgba(240, 95, 120, .3);
  border-radius:50px;
  margin:10px 0 12px 0;
  }
  
  .btn-modal-anular{
    padding:7px 12px;
    border-radius:150px;
    background:#F05F78;
    color:#21242c;
    border:solid 1px #F05F78;
    text-align:center;
  }
  
  .btn-modal-anular:hover{
    background-color:#21242c;
    border-radius:150px;
    border:solid 1px #F05F78;
    color:#F05F78;
    transition:.2s;
  }
  
  .btn-modal-aceptar{
    padding:7px 12px;
    border-radius:150px;
    background:#20B6F3;
    color:#21242c;
    border:solid 1px #20B6F3 !important;
    text-align:center;
  }
  
  .btn-modal-aceptar:hover{
    background-color:#21242c;
    border-radius:150px;
    border:solid 1px #20B6F3;
    color:#20B6F3;
    transition:.2s;
  }
  
  .btn-modal-cerrar{
    margin:15px 0;
    padding:7px 12px;
    border-radius:150px;
    background:#bfbfbf;
    color:#21242c;
    border:solid 1px #bfbfbf;
    text-align:center;
  }
  
  .btn-modal-cerrar:hover{
    background-color:#21242c;
    border-radius:150px;
    border:solid 1px #20B6F3;
    color:#20B6F3;
    transition:.2s;
  }
  
  .icon-rectangle-red{
  width:40px;
  height:40px;
  background:rgba(240, 95, 120, .3);
  color:#F05F78;
  font-size:24px;
  text-align:center;
  float:right;
  border-radius:50px;
  position:relative;
  top:-70px;
  }
  
  .input-max-width-custom{
  max-width:100%;
  }
  
  .search-custom{
  padding:18px 0 !important;
  width:90% !important;
  background:#21242c !important;
  border-left: 0 !important;
  }
  
  .focuso{
    border:solid 1px #444;
  }
  
  .bg-tables{
  background:#21242c;
  border:solid 1px #444;
  padding:20px 10px;
  border-top-left-radius:0px;
  border-top-right-radius:15px;
  border-bottom-left-radius:15px;
  border-bottom-right-radius:15px;
  }
  
  .search-icon-custom{
  background:#21242c !important;
  }
  
  .number-rectangle{
  font-size:28px;
  }
  
  .table-custom{
  border-right:1px solid #444;
  }
  
  .table-striped tbody tr:nth-of-type(2n+1){
  background:#181B22 !important;
  }
  
  select {
  display: block;
  width: 100%;
  font-size: 1em;
  padding: 0.8rem 0.5rem;
  border: 1px solid #333;
  font-family: inherit;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1em;
  }
  
  .notify{
  width:22px;
  height:22px;
  text-align:center;
  padding:2px;
  color:#fff;
  font-size:10px;
  background-color:#F05F78;
  position:relative;
  border-radius:150px;
  top:10px;
  left:-10px;
  }
  
  .top-menu-option{
  display:inline-block;
  margin:0 20px;
  color:#eee !important;
  }
  
  td .ti{
  font-size:24px;
  color:#20B6F3;
  }
  
  .top-menu-option .ti{
  font-size:20px;
  color:#20B6F3;
  vertical-align: -4px;
  }
  
  .top-menu-option:hover{
  color:#20B6F3 !important;
  transition:.2s;
  }
  
  .table-icon-details:hover{
  text-decoration: none;
  }
  
  .table{
  color:#eee !important;
  font-size:12px;
  margin-bottom: 0 !important;
  }
  
  .btn-modal-cerrar{
  margin:15px 0;
  padding:7px 12px;
  border-radius:150px;
  background:#20B6F3;
  color:#181b22;
  width:190px;
  border:solid 1px #20B6F3;
  text-align:center;
  }
  
  .btn-modal-cerrar:hover{
  background-color:#181b22;
  border-radius:150px;
  border:solid 1px #20B6F3;
  color:#20B6F3;
  transition:.2s;
  }
  
  .modal-header{
  border-bottom:0 !important;
  }
  
  .modal-content{
  background:#181b22 !important;
  border-radius:20px !important;
  }
  
  .modal-footer{
    border-top:0 !important;
    width:25%;
    margin:0 auto;
  }
  
  
  .modal-title{
  font-size:20px;
  font-weight: bold;
  }
  
  .table-modal-custom{
  background-color: #fff;
  border:solid 1px #ddd;
  }
  
  .modal-cs{
  max-width:40% !important;
  }
  
  .modal-body{
  padding:20px 40px !important;
  }
  
  .table-total{
  background:#21242c;
  min-width:10%;
  padding:10px 8px;
  float:right;
  border-top-left-radius:10px !important;
  border-top-right-radius:10px !important;
  text-align:center;
  border-top:solid 1px #444 !important;
  border-left:solid 1px #444 !important;
  border-right:solid 1px #444 !important;
  border-bottom:solid 0px #444 !important;
  margin-left:auto;
  }
  
  .table-total-contenido{
  display:inline-block;
  padding:0 20px;
  font-size:12px;
  }
  
  .boldnum{
  font-weight: bold;
  }
  
  .page-link{
  color:#20B6F3 !important;
  background-color:#181b22 !important;
  border:solid 1px #444 !important;
  }
  
  .page-item.active .page-link{
    background-color:#00ABF1 !important;
    color:#21242c !important;
    border:solid 1px #444 !important;
    font-weight: bold;
  }
  
  .title-modal{
  font-size: 12px;;
  }
  
  .detail-modal{
  font-weight: bold;
  }
  
  .card-custom{
  width:19.7%;
  display:inline-block;
  padding:5px;
  }
  
  .custom-fc{
  border:solid 1px #444 !important;
  width:70px !important;
  height:25px !important;
  font-size:12px !important;
  text-align: center !important;
  background:#181b22 !important;
  }
  
  .table td, .table th{
  border-top:0 !important;
  }
  
  a .delete-content{
  width:auto;
  background-color:#21242c !important;
  border-top:solid 1px #444;
  border-left:solid 1px #444;
  border-right:solid 1px #444;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom:0px;
  padding:10px 20px;
  color:#eee;
  margin-top:40px;
  }
  
  .delete-content:hover{
  background-color:#F05F78 !important;
  color:#21242c;
  transition:.2s;
  }
  
  .delete-content > .ti{
  color:#F05F78;
  font-size:20px;
  margin-right:5px;
  }
  
  .btn-details{
  display:none;
  }
  
  .mod-check{
  position:relative !important;
  }
  
  .modal-cs{
  max-width:60% !important;
  transition:.4s;
  }
  
  .table thead th{
  border-bottom:1px solid #444 !important;
  border-top:1px solid #444 !important;
  }
  
  .table-details{
  display:none;
  }
  
  .buscador{
  display:none;
  }
  
  .toggle-custom{
    display:none;
  }
  
  .apoderado{
    display:none;
  }
  
  @media (max-width: 1758px){
  
    .card-qualifier{
      width:19.7%;
    }
  }
  
  @media (max-width: 1500px){

    .cuaderno{
      width:30% !important;
    }
  
    .modal-footer{
      border-top:0 !important;
      width:50%;
      margin:0 auto;
    }
  
    .card-qualifier{
      width:32.9%;
    }
  
    .card-custom-fmc{
      width:24.7%;
    }
  
    .gen-horario{
      width:80%;
    }
  
    .content-box{
      width:19.6%;
    }
  
    .card-custom{
      width:32.9%;
    }
  
    .cube-menu{
      margin:10px 7px;
    }
  
    .menu_side_new{
      width:3.5%;
    }
  
    .menu_side_new img.logo-site-responsive.mx-auto{
      width:30px;
    }
  
    .logo-site{
      width:100%;
    }
  
    .menu-content{
      width:20%;
    }
  
    .logo-site{
      width:70%;
    }
  
    .menu-section{
      width:22%;
    }
  
    .content-section{
      width:78%;
    }
  
    .arrow-close-open{
      left:20.5%;
    }
  }
  
  @media (max-width: 1270px){
  
    .modal-footer{
      border-top:0 !important;
      width:50%;
      margin:0 auto;
    }
  
    .card-custom-fmc{
      width:24.6%;
    }
  
    .gen-horario{
      width:100%;
    }
  
    .content-box{
      width:32.9%;
    }
  
    .menu-section{
      width:25%;
    }
  
    .menu-content{
      width:22%;
    }
  
    .content-section{
      width:75%;
    }
  
    .arrow-close-open{
      left:23.5%;
    }
  }
  
  @media (max-width: 1115px){

    .icon-alumno{
      width:30px;
      height:30px;
    }

    .cuaderno{
      width:50% !important;
    }
  
    .main-input{
      width:100%;
    }
  
    .table-total{
      width:100%;
    }
  
    .nav-reorder{
      width:50%;
    }
  
    .tab-custom{
      text-align: center;
      width:90%;
      margin:10px auto;
      border-top:solid 1px #444 !important;
      border-left:solid 1px #444 !important;
      border-right:solid 1px #444 !important;
      border-bottom:solid 1px #444 !important;
      border-radius:10px;
    }
  
    .search-custom{
      width:100%;
    }
  
    .menu-content img.logo-site-responsive.mx-auto {
      width:30px;
      display: block;
    }
  
    .menu_side_new img.logo-site-responsive.mx-auto {
      display: none;
    }
  
    .menu-content div.col-12.text-center.mt-3 img.logo-site.mx-auto {
      display: none;
    }
  
    .menu_side_new div.col-12.text-center.mt-3 img.logo-site.mx-auto {
      display: block;
    }
  
    .table-total-contenido{
      padding:0 10px;
    }
  
    .modal-cs{
      max-width:90% !important;
      transition:.4s;
    }
    
    .modal-body{
      padding:20px !important;
    }
  
    .arrow-close-open{
      left: 3.5%;
      top: 50% !important;
      z-index:1;
    }
  
    .menu-content{
      width:4%;
    }
  
    .menu-content ul.nav.nav-pills.nav-stacked.collapse.show {
      display: none;
    }
    
    .menu-content a.nav-submenu {
      display: none;
    }
  
    .menu_side_new ul.nav.nav-pills.nav-stacked.collapse.show {
      display: inline-block;
    }
    
    .menu_side_new a.nav-submenu {
      display: inline-block;
    }
  
    .nav-menu .ti{
      font-size:14px;
      position:relative;
      top:-4px;
    }
  
    .table thead th{
      border-bottom:0 !important;
      vertical-align: middle !important;
    }
  
    .menu-options {
      display: none !important;
    }
  
    div.menu-superior {
      width: 100%;
    }
  
    .menu-section-new {
      width: 20% !important;
      justify-content: flex-start;
    }
  
    .menu_side_new {
      width: 25% !important;
      height: 100%;
      background-color:#21242c;
      padding:5px;
    }
  
    .menu-section {
      width: 5%;
    }
  
    .content-section {
      display: inline-block;
      width: 95%;
    }
  
    .content-section-new {
      margin-left: 25.4%;
    }
    
    .menu-section .arrow-close-open{
      transform: rotate(180deg);
      transition: .2s;
      background: #00ABF1;
      color: #21242c;
      width: 25px;
      height: 25px;
      font-size: 10px;
      padding: 5px;
    }
  
    .menu-section-new .arrow-close-open{
      transform: none !important;
    }
  
    ul#stacked-menu {
      margin-inline: 0%;
    }
  
    .nav-menu {
      padding: 7px 7px !important;
      display: flex;
      justify-content: center;
    }
  
    .menu_side_new div#v-pills-tab ul#stacked-menu a.nav-menu {
      display: flex;
      padding: 10px 15px !important;
      justify-content: flex-start;
    }
  
    .menu_side_new span{
      display: inline-block !important;
      transition:.2s;
    }
  
    .menu-section-new .arrow-close-open {
      left: 24% !important;
      top: 50% !important;
    }
  
    .card-custom{
      width:32%;
    }
  
    .buscador .ti-search{
      font-size:20px;
    }
  
    .hidde-item{
      display:none;
    }
  
    .btn-details{
      display:block;
    }
  }
  
  @media (max-width: 991px){

    .elbuscador{
      display:block;
    }
  
    .apoderado{
      display:none;
    }
  
    .leap-mobile{
      width:44%;
      margin:10px 0;
    }
  
    .card-qualifier{
      border-radius:10px;
      width:49.6%;
      display: inline-block;
    }  
  
    .gen-horario{
      width:100%;
      height:420px;
    }
  
    .content-box{
      width:32.9%;
    }
  
    .tab-custom{
      padding:10px 0 !important;
    }
  
    .hidde-item{
      display:none;
    }
  
    .table-custom{
      border:solid 1px #444;
    }
  
    .menu_side_new {
      width: 30% !important;
      background:#21242c;
    }
  
   .content-section-new {
      margin-left: 30.5%;
    }
  
    .menu-section-new .buscador{
      margin-top:40px;
      display:block;
    }
  
    .menu-section-new .toggle-custom{
      display:none;
    }
    
    .menu-section-new .arrow-close-open {
      left: 28.8% !important;
      top: 50% !important;
    }
  
    .card-custom{
      width:49.7%;
    }
  }
  
  @media (max-width: 768px) {

    .elbuscador{
      display:none;
    }

    .cuaderno{
      width:90% !important;
    }
  
    .form-check{
      padding-left:0;
    }
  
    .leap-mobile{
      width:100%;
      margin:10px 0;
    }
  
    .card-custom-fmc{
      width:49.6%;
    }
  
    .card-qualifier{
      border-radius:10px;
      width:100%;
      display: inline-block;
    }  
  
    .gen-horario{
      width:100%;
    }
  
    .content-box{
      width:49.4%;
    }
    
    .top-menu-option{
      display:inline-block;
      margin:0 20px;
      color:#444;
      width:49.5%;
      text-align:left;
      margin:5px 0;
    }
  
    .d-none.d-sm-block.col-lg-4.col-sm-4.col-4.text-right.pt-3.pr-lg-5 {
      display: flex !important;
      justify-content: flex-end;
    }
  
    .menu-section-new .buscador{
      margin-top:40px;
      display:block;
    }
  
    .d-sm-none {
      display: none!important;
    }
  
    .row.bg-color-header {
      display: flex;
      flex-wrap: nowrap;
    }
  
    .slider.round {
      width: 44px;
    }
  
    .menu-content img.logo-site-responsive.mx-auto {
      width: 30px;
    }
  
    .menu-section {
      width: 10%;
    }
  
    .menu-content {
      width: 8%;
    }
  
    .menu-section-new {
      width: 30% !important;
    }
  
    .arrow-close-open {
      left: 7%;
    }
  
    .menu-section-new .arrow-close-open {
      left: 39% !important;
      top: 50% !important;
    }
  
    .menu_side_new {
      width: 41.7% !important;
      background-color:#21242c;
    }
  
    .content-section {
      width: 90%;
    }
  
    .content-section-new {
      margin-left: 41.7%;
    }
  
    .nav-menu {
      padding: 4px 6px !important;
    }
  
    .row.bg-color-header{
      padding-bottom:10px;
    }
    
    .card-custom{
      width:49.5%;
    }
  
    .menu-section-new .toggle-custom{
      display:block;
    }
  }
  
  @media (max-width: 575px){
  
    .modal-footer{
      border-top:0 !important;
      width:80%;
      margin:0 auto;
    }
  
  
    .card-custom-fmc{
      width:49.6%;
    }
  
    .gen-horario{
      width:100%;
      height:500px;
    }
  
    .content-box{
      width:100%;
    }
  
    .btn-superior{
      width:40px;
      height:40px;
    }
  
    .btn-acciones{
      display:none;
    }
  
    .top-menu-option{
      display:inline-block;
      margin:0 20px;
      color:#444;
      width:49.5%;
      text-align:left;
      margin:5px 0;
    }
  
    .tab-custom{
      padding:10px 0 !important;
    }
  
    .card-custom{
      width:100%;
    }
  
    .content-section-new {
      margin-left: 40%;
    }
    
    .menu_side_new {
      width: 40.5% !important;
      background-color:#21242c;
    }
  
    div.menu-superior {
      width: 100%;
    }
  
    .menu-section-new .arrow-close-open {
      left: 38% !important;
      top: 36% !important;
    }
  
    .row.bg-color-header{
      padding-bottom:0;
    }
  
    .table-custom{
      border:solid 1px #444;
    }
  }
  
  @media (max-width: 420px){
  
    .arrow-close-open{
      top:90% !important;
      left:2%;
    }
  }