.container-fluid {
  min-height: 100vh; 
}

.div-colegio{
  color:#444;
}

.div-colegio .div-color:hover{
  box-shadow: 1px 1px 15px rgba(0,0,0,.1);
  transition:.3s;
  border:solid 1px #00abf1;
}

.div-colegio:hover{
  color:#444;
}

.titulo-alumno{
  letter-spacing: 2px;
  font-size:20px;
  font-weight: bold;
  text-transform: uppercase;
}

.titulo-colegios{
  font-weight: bold;
  text-transform: uppercase;
}

.logo-colegio{
  width:150px;
}

.numeros-notas{
  font-size:20px;
}

.brd-right{
  border-right:solid 1px #ddd;
}

.brd-top{
  border-top:solid 1px #ddd;
}

.tbl-custom > thead > tr:nth-child(2) > th:nth-child(2), .tbl-custom > thead > tr:nth-child(2) > th:nth-child(3), .tbl-custom > thead > tr:nth-child(2) > th:nth-child(4){
  border-left:solid 1px #ddd;
}

.tbl-custom > tbody > tr > td:nth-child(2), .tbl-custom > tbody > tr > td:nth-child(3), .tbl-custom > tbody > tr > td:nth-child(4), .tbl-custom > tbody > tr > td:nth-child(5), .tbl-custom > tbody > tr > td:nth-child(6), .tbl-custom > tbody > tr > td:nth-child(7), .tbl-custom > tbody > tr > td:nth-child(8){
  border-left:solid 1px #ddd;
}

.tbl-custom{
  border:solid 1px #ddd;
  border-radius:5px;
}

.bgceldas{
  background:#f7f8fc;
  font-size:14px;
}

.bg-tr-notas{
  background:#f7f8fc;
  border-left:solid 1px #ddd;
}

.bg-tr-final{
  background:#fff;
  border-left:solid 1px #ddd;
  border-right:solid 1px #ddd;
}

/* ---------------- Inicio Mensajeria ---------------- */

.mail-base-select{
  background:#f7f8fc;
  border-bottom:solid 1px #ddd;
  border-top:solid 1px #ddd;
  margin: 5px 0;
  cursor: pointer;
}

.mail-base{
  border-bottom:solid 1px #ddd;
  border-top:solid 1px #ddd;
  margin: 5px 0;
  cursor: pointer;
}

.check-section{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align:center;
}

/* ------------------ Fin Mensajeria ----------------- */

.bcm {
  position: relative;
  bottom: 16px;
  left: 239px;
  font-size: 10px;
  text-transform: uppercase;
  width:80px;
}

.bcm-dgl {
  position: relative;
  bottom: 16px;
  left: 308px;
  font-size: 10px;
  text-transform: uppercase;
  width:80px;
}

.dtl{
  letter-spacing: 1px;
}

.sin-bold{
  font-weight: 500;
}

.linea-divisora{
  width:98%;
  height:1px;
  background:#ddd;
  margin-top:25px;
  margin-bottom:15px;
  margin-left:auto;
  margin-right:auto;
}

.card-custom{
  width:100%;
  display:inline-block;
  padding:5px;
}

#cerrarBuscador{
  display:none;
}

.adjunto-titulo{
  width:100%;
  text-align:left;
}

.shadow-div{
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .1);
}

.texto-mail.mt-2 {
	padding: 0px 20px 0px 2px; 
  max-height: 68vh;
	margin-top: 0 !important; 
  overflow-y: auto;
}

.texto-mail.mt-2 p {
  margin-top: 0.7rem;
}

.seleccion-mail {
  height: 86.5%;
  box-shadow: 0 0 15px rgb(0 0 0 / 15%);
  clip-path: inset(0px -15px 0px 0px);
  border-top-right-radius: 5px;
	overflow-y: auto;
}

.input-group.mb-3.input-max-width-custom {
  margin-bottom: 0 !important;
}

.bandeja-entrada .row {
	margin: 0;
  margin-bottom: 11px;
}

.btn-noleidos {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-left: 0 !important;
}

.btn-noleidos i.ti.ti-align-center {
  border-radius: 50px;
  max-width: 30px !important;
  max-height: 30px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
	font-size: 18px;
	color: #7a7a7a;
	border: 1px solid #dddddd;
	cursor: pointer;
	transition: .3s all ease-in-out;
}

.btn-noleidos i.ti.ti-align-center:hover {
	border: 0; 
  background-color: #00abf1;
	color: #ffffff; 
	transition: .3s all ease-in-out;
}

.bg-comentarios{
  background:#F5F5F5;
  height: 100%;
  border-bottom-right-radius: 11px;
}

div.container-fluid.oscuro .mail-base-select{
  background:#181b22;
  border-bottom:solid 1px #444;
  border-top:solid 1px #444;
}

div.container-fluid.oscuro .mail-base{
  border-bottom:solid 1px #444;
  border-top:solid 1px #444;
}

div.container-fluid.oscuro button.notificaciones-dropbtn {
  color: #fff;
  background: #181b22;
  border: solid 1px #ced4da;
}

div.container-fluid.oscuro .notificaciones-dropdown-content{
  background:#181b22;
  border:solid 1px #444;
}

div.container-fluid.oscuro .table-notificaciones{
  background:#21242c;
}

div.container-fluid.oscuro .bg-comentarios{
  background:#181b22;
  height: 100%;
  border-bottom-right-radius: 11px;
}

.comentarios.p-2 {
  padding: 0 .5rem !important;
}

.caja-avatar-chat {
  display: flex;
  justify-content: end;
}

.nombre-chat {
  color: #fff;
  font-size: 18px;
  text-align: center;
  width: 40px;
  height: 40px;
  background: #799ed7;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: .1rem;
  margin-right: .3rem;
}

.mensaje-chat:before {
  content: '';
  border-width: .6em .6em .6em 0 !important;
  border: solid;
  position: absolute;
  left: -8px;
  top: 14px;
  border-color: transparent rgb(13 168 239) !important;
  box-sizing: border-box;
  padding: 0 !important;
}

.caja-avatar-chat2 {
  display: flex;
  justify-content: start; 
}

.nombre-chat-dos {
  color: #fff;
  font-size: 18px;
  text-align: center;
  width: 40px;
  height: 40px;
  background:#79d77e;	
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: .1rem; 
  margin-left: .3rem;
}

.mensaje-chat-dos{
  background:rgba(236, 255, 234, .8);
  border-radius:10px;
  outline:1px solid #18f000; 
}

.mensaje-chat-dos:before {
  content: '';
  border-width: .6em 0 .6em .6em !important;
  border: solid;
  position: absolute;
  right: -8px;
  top: 14px;
  border-color: transparent #18f000 !important;
  box-sizing: border-box;
  padding: 0 !important;
}

.testa.px-3 > .row > .col-12 {
  border-bottom: 1px solid #e7e7e7;
  max-width: 99%;
  margin-left: .5%;
  margin-bottom: 5px;
}

.row-nuevo-mensaje.px-3, .row.btns-edit.px-3 {
  padding-bottom: .5rem;
}

.comentarios {
  font-size: 13px;
}

.row.escribir-comentario {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 3%;
  display: flex;
  justify-content: center;
  align-items: center;
	width: -webkit-fill-available !important;
} 

span.texto-chat > span.fecha-comentario {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 12px;
	color: #5e5e5e;
}

textarea.escribir-comentario {
  border-radius: 50px;
  resize: none;
  border-color: #ced4da;
}

.escribir-comentario {
  width: 80% !important;
	padding: 0;
}

button.enviar-comentario {
  margin-left: 3%;
  border: none;
  background: none;
  background-image: url(../images/icono-enviar.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 28px;
  background-size: cover;
}

.escribir-comentario:focus {
  box-shadow: none !important;
  border-color: #00abf1 !important;
}

button.adjunto-comunicacion {
  border: none;
	display: flex;
  align-items: center;
  justify-content: center;
	border-radius: 6px;
	height: 70px; 
  margin-top:10px;
  width:100%;
}

button.adjunto-comunicacion:hover {
  background-color: #e3e3e3;
}

.adjunto-texto {
  display: inline-flex;
  align-items: flex-start;
  flex-flow: column;
}

i.icon-imagen {
  width: 50px;
  height: 50px;
  background: aliceblue;
  border-radius: 10px;
	display: flex;
  justify-content: center;
  align-items: center;
  font-size: 27px;
  color: #0eabf2;
}

.adjunto-eliminar{
  display:none !important;
}

span.adjunto-eliminar {
  position: relative;
  margin-left: 28%;
  width: 20px;
  height: 20px;
  background: #e5e5e5; 
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
	transform: translate(120px, -60px);
  box-shadow:1px 1px 3px 1px rgba(0,0,0,0.1);
}

span.adjunto-eliminar:hover {
  background: #d0d0d0;
}

span.adjunto-descargar {
  font-size: 12px;
  text-transform: uppercase;
  color: #999898;
  padding-top: 2px;
}

.btn-mail{
  padding:4px 0px;
  color:#fff;
  width:150px;
  text-align:center;
  border-radius:50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.btn-mail i.ti {
  font-size: large;
  margin-right: 5px;
}

.mensaje-previo{
  font-size: 12px;
  color: #8b8b8b;
  padding-top: 4px;
  width: 80%;
  hyphens: auto;
}

.fecha-entrada{
  font-size:12px;
  color:#aaa;
}

.icon-ad i.ti.ti-paperclip {
  font-size: 16px;
}

.content-mail.active {
  background-color: aliceblue;
}

.content-mail .col-12.p-3 {
  padding: 0.6rem 0rem 0.6rem 1rem !important
} 

.sec-der.mt-2.text-right {
  position: absolute;
  top: 0.8rem;
  margin: 0 !important;
  right: 0.5rem; 
} 

.content-mail {
  box-shadow: 0;
  border-radius:0;
  margin-bottom:0;
  border-bottom: 1px solid #e7e7e7;  
}

.content-mail:hover{
  box-shadow: 0; 
  cursor:pointer;
  transition:.3s;
  background-color: #f4f4f4; 
}

input.form-control.search-custom:focus::placeholder {
	color: transparent !important;  
}

.input-group-prepend:hover {
  cursor: pointer;
} 

input.form-control.search-custom:focus, .input-group:has(input.form-control.search-custom:focus) >.input-group-prepend>.input-group-text {
box-shadow: none;
border-color: #00abf1 !important;
transition: all .3s ease-in-out; 
}

.bandeja-entrada{
  width:26%;
  padding: 0 0px 0 10px;
  height: 78.8vh !important;
}

.comunicacion { 
  min-height: -webkit-fill-available; 
  max-height: -webkit-fill-available;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; 
}

/* ---------------- HASTA ACA ---------------- */

.btn-width{
  width:150px;
}

.letras-mail{
  display:inline-block;
}

.fecha{
  color:#aaa;
  font-size:12px;
}

.testa{
  width:74%;
}

.chat-adjuntos{
  width:50%;
  margin-left:auto;
}

.m-celeste{
  background-color: #00abf1;
}

.m-celeste:hover{
  background:#fff;
  color:#00abf1;
  outline:1px solid #00abf1;
  transition:.5s;
}

.m-gris{
  background-color: #ddd;
  color:#7a7a7a !important;
  font-size:12px;
}

.m-gris:hover{
  background:#fff;
  color:#00abf1;
  outline:1px solid #aaa;
  transition:.3s;
}

.btn-mail{
  padding:4px 0px;
  color:#fff;
  width:150px;
  text-align:center;
  border-radius:150px;
}

.columna-01{
  width:26%;
  padding:0 10px;
}

.columna-02{
  width: -webkit-fill-available;
}

.nombre-usuario-chat{
  font-weight: bold;
}

.mensaje-chat{
  background:rgba(234, 249, 255, .7);
  border-radius:10px;
  outline:1px solid #00abf1;
}

.contenido-mail{
  width:60%;
  border-left: solid 1px #e7e7e7;
  border-right: solid 1px #e7e7e7;
}

.bg-comentarios{
  background:#F5F5F5;
  padding-bottom:20px;
}

.comentarios{
  width:40%;
  padding-bottom:30px;
}

.texto-mail{
  padding:5px 20px;
}

.avatar {
  display: inline-block;
  background-image: url(https://i.pinimg.com/736x/a8/45/f1/a845f11e10d890b2926202b895658d20.jpg);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.img-avtr{
  width:60px;
  height:60px;
  border-radius:150px;
}

.entrada-perfil-curso{
  font-size:12px;
}

.entrada-nombre{
  font-weight: bold;
  font-size:16px;
}

.sec-iz{
  display:inline-block;
  width:80%
}

.sec-der{
  display:inline-block;
  width:30%;
}

.nombre-remitente{
  font-weight: bold;
  font-size:16px;
}

.perfil-curso{
  font-size:12px;
  padding-top: 2px;
}

.icon-ad {
  color: #aaa;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
	margin-right: 3px;
}

.chat-icon{
  color:#aaa;
  width: 18px;
  height: 18px;
  margin: 0 5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 21px;
}

.notymen .adjunto, .chat-adjuntos .adjunto {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.icon-not{
  padding: 0px 6px;
  background: #00abf1;
  border-radius: 150px;
  color: #fff;
  font-size: 12px;
  width: 18px;
  height: 18px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

.flechanose{
  font-size: 20px;
  color: #aaa;
  text-align: right;
  margin-top: 8px;
}

.activo{
  background:#00abf1;
  border-radius:100px;
  color:#fff !important;
}

.nav-submenu.active, .nav-submenu2.active{
  color: #00abf1;
}

div.container-fluid.oscuro .btn-reporte a{
  color:#fff;
}

div.container-fluid.oscuro .btn-reporte a:hover{
  color:#20B6F3;
  transition:.2s;
  margin:5px 0;
}

.perfil-alumno > .ti-search{
  color:#979797;
}

div.container-fluid.oscuro .table-total{
  background:#21242c;
  border-top:solid 1px #444 !important;
  border-left:solid 1px #444 !important;
  border-right:solid 1px #444 !important;
  border-bottom:solid 0px #444 !important;
}

div.container-fluid.oscuro .rectangle-custom-red{
  background:#181b22;
}

div.container-fluid.oscuro .rectangle-custom-green{
  background:#181b22;
}

div.container-fluid.oscuro .rectangle-custom-yellow{
  background:#181b22;
}

div.container-fluid.oscuro .rectangle-custom-blue{
  background:#181b22;
}

div.container-fluid.oscuro .rectangle-custom-orange{
  background:#181b22;
}

div.container-fluid.oscuro .titulo-dropdown{
  background-color: #21242c;
}

div.container-fluid.oscuro .linea-horizontal-drop{
  background-color: #181b22;
}

div.container-fluid.oscuro .color-circulo:hover{
  border:solid 1px #00abf1;
  transition:.3s;
  box-shadow: 0 0 10px 0 rgba(0, 171, 241, .8);
}

div.container-fluid.oscuro .dropdown-content{
  background-color: #21242c;
  border:solid 1px #444;
}

div.container-fluid.oscuro .nom-desafios{
  color:#fff;
}

div.container-fluid.oscuro .btn-modal-cerrar{
  color:#21242c;
}

div.container-fluid.oscuro .btn-modal-cerrar:hover{
  background:#181b22;
  color:#fff;
}

div.container-fluid.oscuro .modal-content{
  background:#1d2228 !important;
}

div.container-fluid.oscuro .border-table-custom{
  border:solid 1px #444;
}

div.container-fluid.oscuro .nav-submenu:hover{
  color:#fff !important;
  text-decoration:none;
}

div.container-fluid.oscuro .btn-celdas{
  color:#181b22 !important;
  border:solid 1px transparent;
}

div.container-fluid.oscuro .btn-celdas:hover{
  background:#181b22;
  color:#fff !important;
  border:solid 1px #00abf1;
  cursor: pointer;
  transition: .3s;
}

div.container-fluid.oscuro .page-item.active .page-link{
  border:solid 1px #444 !important;
}

div.container-fluid.oscuro .page-link{
  background-color:#181b22;
  border:1px solid #444;
  color:#fff !important;
}

div.container-fluid.oscuro .border-table{
  border:solid 1px #444 !important;
}

div.container-fluid.oscuro .btn-link{
  color:#fff !important;
}

div.container-fluid.oscuro .card{
  background-color:#181b22;
}

div.container-fluid.oscuro td a{
  color:#fff;
}

div.container-fluid.oscuro .asset-custom{
  color:#181b22;
  border:solid 1px transparent;
}

div.container-fluid.oscuro .asset-custom:hover{
  background:#181b22;
  color:#fff;
  border:solid 1px #00abf1;
  cursor: pointer;
  transition: .3s;
}

div.container-fluid.oscuro .ver-informe{
  color:#181b22;
  border:solid 1px transparent;
}

div.container-fluid.oscuro .ver-informe:hover{
  background:#181b22;
  color:#fff;
  border:solid 1px #30CA52;
  cursor: pointer;
  transition: .3s;
}

div.container-fluid.oscuro .reevaluar{
  color:#181b22;
  border:solid 1px transparent;
}

div.container-fluid.oscuro .reevaluar:hover{
  background:#181b22;
  color:#fff;
  border:solid 1px #00abf1;
  cursor: pointer;
  transition: .3s;
}

div.container-fluid.oscuro .btn-modal-anular{
  color:#21242c;
}

div.container-fluid.oscuro .btn-modal-anular:hover{
  background:#181b22;
  color:#fff;
}

div.container-fluid.oscuro .btn-modal-aceptar{
  color:#21242c;
}

div.container-fluid.oscuro .btn-modal-aceptar:hover{
  background:#181b22;
  color:#fff;
}

div.container-fluid.oscuro .brd-custom{
  border:solid 1px #444;
}

div.container-fluid.oscuro .card-int-orange{
  background:#21242c;
}

div.container-fluid.oscuro .card-int-green{
  background:#21242c;
}

div.container-fluid.oscuro .card-int-yellow{
  background:#21242c;
}

div.container-fluid.oscuro .card-int-blue{
  background:#21242c;
}

div.container-fluid.oscuro .table-custom{
  border-right: solid 1px #444;
}

div.container-fluid.oscuro .caja-contenido{
  background-color:#21242c;
}

div.container-fluid.oscuro .min-tittle{
  color:#aaa !important;
}

div.container-fluid.oscuro .tab-custom{
  background:#21242c;
  color:#fff !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;
}

div.container-fluid.oscuro .form-stepper .form-stepper-active .label{
  color:#fff !important;
}

div.container-fluid.oscuro a .ins-alumno{
  border:solid 1px #444;
  border-style: dotted;
  border-width:4px;
  color:#fff;
}

div.container-fluid.oscuro a .ins-alumno:hover{
  background:#181b22;
  border-color: #20B6F3;
  transition:.4s;
}

div.container-fluid.oscuro .form-stepper .form-stepper-completed span.text-muted{
  color:#181b22 !important;
}

div.container-fluid.oscuro .form-stepper .form-stepper-completed .form-stepper-circle{
  color:#181b22;
}

div.container-fluid.oscuro #menu-informes{
  color:#eee;
}

div.container-fluid.oscuro #menu-libropie{
  color:#eee;
}

div.container-fluid.oscuro .form-stepper-horizontal li:after{
  background-color:#21242c;
}

div.container-fluid.oscuro .form-stepper .form-stepper-unfinished .form-stepper-circle{
  background-color:#21242c;
  border:solid 1px #444;
}

div.container-fluid.oscuro .form-control{
  background-color:#181b22;
  border:solid 1px #444 !important;
}

div.container-fluid.oscuro .form-step{
  background:#21242c;
  border:solid 1px #444;
}

div.container-fluid.oscuro .dropdown-menu{
  background-color:#21242c;
  border:solid 1px #444;
}

div.container-fluid.oscuro .dropdown-menu a:hover{
  background:#181b22 !important;
  color:#fff !important;
  border:solid 1px #444;
}

div.container-fluid.oscuro .dropdown-item{
  color:#fff;
  border:solid 1px #21242c;
}

a.nav-menu.active{
  background: #00abf1;
  border-radius: 100px;
  color: #fff;
  text-decoration: none;
}

a.nav-menu:hover{
  background: #00abf1;
  color: #fff;
}

div.container-fluid.oscuro .opt{
  color:#fff !important;
}

div.container-fluid.oscuro .table thead th{
  border-bottom:1px solid #444 !important;
  border-top:1px solid #444 !important;
}

div.container-fluid.oscuro .input-group-text.search-icon-custom{
  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;
}

div.container-fluid.oscuro .search-custom{
  background-color: #181b22 !important;
  border-top: solid 1px #444 !important;
  border-right: solid 1px #444 !important;
  border-bottom: solid 1px #444 !important;
  border-left: none !important;
  color:#fff;
}

div.container-fluid.oscuro .table-striped tbody tr:nth-of-type(odd){
  background:#181b22 !important;
}

div.container-fluid.oscuro .table{
  color:#eee;
}

div.container-fluid.oscuro .bg-tab{
  background:#21242c;
  border:solid 1px #444;
}

div.container-fluid.oscuro .main-input{
  background-color:#181b22;
  border:solid 1px #444;
}

a.nav-menu.active li span.menu-options div.menu-arrow{
  transform: rotate(90deg);
}

body:has(div.container-fluid.oscuro) {
  background-color: #181B22 !important;
  color: #eee !important;
}

div.container-fluid.oscuro div.bg-color-header {
  background-color: #21242C;
}

div.container-fluid.oscuro input.search-up {
  background: #181b22;
  border: solid 1px #444 !important;
  border-left: none !important;
  color:#fff;
}

div.container-fluid.oscuro .m-gris{
  background-color:#181b22;
  color:#fff !important;
  outline:1px solid #fff;
}

div.container-fluid.oscuro .m-gris:hover{
  outline:1px solid #00abf1;
}

div.container-fluid.oscuro .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;
}

div.container-fluid.oscuro .nombre-chat{
  color:#181b22;
}

div.container-fluid.oscuro .nombre-chat-dos{
  color:#181b22;
}

div.container-fluid.oscuro .contenido-mail{
  border-left:solid 1px #444;
  border-right:solid 1px #444;
}

div.container-fluid.oscuro .bg-comentarios{
  background:#181b22;
  padding-bottom:20px;
}

div.container-fluid.oscuro div.perfil-alumno {
  color: #fff;
  background: #181b22;
  border: solid 1px #ced4da;
}

div.container-fluid.oscuro button.dropbtn {
  color: #fff;
  background: #181b22;
  border: solid 1px #ced4da;
}

div.container-fluid.oscuro span.icon-sun, div.container-fluid.oscuro span.icon-moon {
  color: #eee;
}

div.container-fluid.oscuro div.menu-section {
  background: #21242C;
  transition: .2s;
}

div.container-fluid.oscuro a.nav-menu {
  color: #eee;
}

div.container-fluid.oscuro a.nav-menu:hover {
  background: #181b22 !important;
  color: #fff;
  text-decoration: none;
  transition: .2s;
}

div.container-fluid.oscuro .linea-divisora{
  background:#444;
}

div.container-fluid.oscuro a.nav-menu.active, div.container-fluid.oscuro a.nav-menu.active {
  background: #00abf1;
  color: #fff !important;
}

div.container-fluid.oscuro a.nav-submenu {
  color: #eee;
  text-decoration: none;
}

div.container-fluid.oscuro .nombre-usuario-chat{
  color:#181b22;
}

div.container-fluid.oscuro .texto-chat{
  color:#181b22;
}

div.container-fluid.oscuro div.breadcrumbs a {
  color: #ffffff;
}

div.container-fluid.oscuro div.titulos {
  color: #fff;
}

div.container-fluid.oscuro button.btn-superior {
  background-color: #21242c !important;
  border: solid 1px #444;
}

div.container-fluid.oscuro i.btn-superior .ti {
  color: #20B6F3;
}

div.container-fluid.oscuro div.btn-acciones {
  color: #eee;
}

div.container-fluid.oscuro div.div-color {
  background: #21242c;
  border: solid 1px #444;
}

div.container-fluid.oscuro div.subtitulos {
  color: #fff;
}

div.container-fluid.oscuro a.arrow-close-open {
  background: #21242c;
  border: solid 1px #444;
  color: #00ABF1;
}

div.container-fluid.oscuro a.arrow-close-open:hover {
  background: #00ABF1;
  color: #fff;
}

/*--------------------Fin Css Andres--------------------*/

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

.logo-site-responsive-blanco{
  display:none;
}

.img-fundamentos{
  width:auto;
  max-height:190px;
}

.cont-btn{
  position:absolute;
  width:90%;
  bottom:20px;
}

.btn-fundamentos{
  width:170px;
}

.max-h-div{
  min-height:300px;
}

@font-face {
  font-family: "Inter";
  src: url("../componentes/Inter-VariableFont.ttf");
}

button-clip-layout{
  background:#20B6F3;
  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:34%;
}

button-clip-layout:hover{
  background:#fff;
  transition:.3s;
  color:#444;
}

.img-layout{
  width:100%;
  margin:0 auto 10px auto;
  box-shadow:0px 0px 6px 0px #ccc;
}

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

/* Inicio desafios */

.img-desafio{
  width:100%;
}

.avatar-desafios{
  width:25%;
  display:inline-block;
}

.logo-desafio-clasico{
  border-radius:5px;
  width:60%;
  display:inline-block;
}

.menu-section-new .avatar-desafios {
  width:80%;
  display:block;
  margin:5px auto;
}

.logo-desafio-clasico:hover{
  border-radius:5px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
  transition:.3s;
}

.nom-desafios{
  text-align: center !important;
  padding: 0 !important;
  line-height: 16px;
  font-size: 13px;
  color: #444;
  margin-left: 1.5px;
  margin-top: 8px; 
  text-transform: capitalize;
}

.menu-section-new .nom-desafios{
  display:none;
}

.menu-section-new .img-desafio{
  display:none;
}

/* Fin Desafios */

a .cube-menu .ti:hover{
  color:#fff !important;
}

.icon-assets{
  font-size:40px !important;
  color:#000;
  margin-top:40px;
}

button-clip-icon{
  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:20%;
}

button-clip-icon:hover{
  background:#fff;
  transition:.3s;
  color:#444;
}

.bdcomponent-icon{
  background:#fff;
  border:solid 1px #ddd;
  border-radius:15px;
  padding:10px;
  min-height:200px;
}

.icon-apoderado-perfil{
  width:150px;
  height:150px;
  border-radius:150px;
  background-size: cover;
}

.nom-desafios{
  text-align: center !important;
  padding: 0 !important;
  line-height: 16px;
  font-size: 13px;
  color: #566556;
  margin-left: 1.5px;
  margin-top: 8px; 
  text-transform: capitalize;
}

.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, rgb(255, 255, 255) 0%, rgb(221, 221, 221) 100%);
  border:solid 1px #ccc;
}

.c-negro{
  background: rgb(45 53 60);
  background: linear-gradient(90deg, rgb(31 45 56) 17%, rgb(23 25 28) 100%);
}

.c-celeste{
  background: rgb(27,144,209);
  background: linear-gradient(90deg, rgba(14,109,127,1) 17%, rgba(9,29,77,1) 100%);
}

.c-rojo{
  background: rgb(209,27,27);
  background: linear-gradient(90deg, rgba(181,11,166,1) 17%, rgba(83,0,200,1) 100%);
}

.c-verde{
  background: rgb(52,209,27);
  background: linear-gradient(90deg, rgba(18,189,191,1) 0%, rgba(223,146,87,1) 100%);
}

.dropbtn {
  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;
  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 {
  position: relative;
  display: inline-block;
}

.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;
}

.color-circulo:hover{
  border:solid 1px #a5a5a5;
  transition:.3s;
  box-shadow: 0 0 10px 0 rgba(94, 94, 94, 0.8);
}

.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 !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:#f7f8fc;
  padding:5px;
  margin:5px 0;
}

.table-notificaciones:hover{
  background:#edeef1;
  cursor:pointer;
  transition:.3s;
}

.notificaciones-dropbtn {
  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;
  border-radius:150px;
}

.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: #f9f9f9;
  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  #ced4da;
  transition:.3s;
}

.notificaciones-dropbtn:hover, .notificaciones-dropbtn:focus {
  background-color:#00abf1;
  color:#fff;
  cursor:pointer;
  transition:.3s;
}

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

.zona-izquierda{
  width:39%;
}

.zona-derecha{
  padding:10px 24px 0 0;
  width:60%;
}

.icon-alumno{
  width: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;
}

.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;
}

.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;
}

.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: #566556;
  margin-left: 6px;
  margin-top: 9px;
  text-transform: capitalize;
}

.biblioteca-width{
  width:50% !important;
}

.breadcrumbs a{
  font-size:10px;
  text-transform: uppercase;
  color:#444;
  letter-spacing: 1px;
}

a.bread-conector {
  margin-right: 4px;
  margin-left: 4px;
}

a.bread-active,a.bread-active2 {
  margin-left: 4px;
}

.bread-active{
  color:#2196F3;
}

.aw-bread{
  font-size:10px;
  color:#20B6F3;
  margin-right:5px;
}

.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;
}

.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;
}

.menu-section{
  display: flex;
  width: 17%;
  background: #fff;
  padding: 0;
  transition: .2s;
  justify-content: center;
  z-index:999;
}

.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;
}

.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;
  width:15.7%;
}

.btn-celdas{
  display:inline-block;
  padding:3px 7px;
  background-color:#20B6F3;
  color:#fff !important;
  font-size:12px !important;
  border-radius:50px;
  position:relative;
  top:-1px;
  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.75%;
  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;
}

a.bold-font{
  color:#00abf1;
}

a.bold-font:hover{
  color:#000;
  transition:.3s;
}

.alerta-custom{
  background-color:rgba(255,232,0,.03);
  border:solid 1px #ffd100;
  border-radius:10px;
}

.excl-custom{
  font-size:40px;
  color: #ffd100;
}

.dropdown-menu{
  left:-2% !important;
}

.dropdown-menu .ti{
  font-size:18px;
  margin-right:10px;
  color:#20B6F3;
}

.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: #ddd;
  border-radius:20px;
  color:#444;
}

a .ins-alumno:hover{
  background:#f7f8fc;
  border-color: #20B6F3;
  transition:.4s;
}

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

.subtitle{
  font-size:12px;
  font-weight: 400;
}

.title-modal-custom{
  font-size: 14px !important;
  text-transform: uppercase;
}

.exam-button{
  color:#fff;
  padding:0 !important;
  height:auto !important;
  font-size:14px !important;
}

.input-form-custom{
  width:200px !important;
  border-radius:120px !important;
  margin-top:-8px;
}

.radio-custom{
  display:inline-block !important;
  margin:0 10px;
}

.text-area-custom{
  height:90px !important;
  padding:10px !important;
  border-radius:15px !important;
}

.text-area{
  height:100px !important;
  border-radius:10px !important;
  font-size:14px !important;
}

.input-text::placeholder{
  font-size:12px !important;
}

.input-text{
  border-radius:50px !important;
  padding:0 10px !important;
  height:38px !important;
}

#multi-step-form-container {
  margin-top: 10px;
}

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

.pl-0 {
  padding-left: 0;
}

.button {
  padding: 7px 25px;
  border: 1px solid #00abf1;
  background-color: #00abf1;
  color: #fff;
  border-radius: 50px;
  cursor: pointer;
}

.button:hover{
  background-color: #fff;
  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:#30ca52;
}

.mt-3 {
  margin-top: 2rem;
}

.d-none {
  display: none;
}

.form-step {
  border:solid 1px #ddd;
  background:#fff;
  border-radius: 20px;
  padding: 20px;
}

.font-normal {
  font-weight: bold;
  font-size:14px;
}

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;
}

.div-class-content{
  border:solid 1px #f00;
  height:120px;
  width:120px;
}

.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: #dee2e6;
}

.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: #fff;
}

.form-stepper .form-stepper-active .label {
  color: #444 !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: #fff;
  border:solid 1px #ddd;
}

.form-stepper .form-stepper-completed .form-stepper-circle {
  background-color: #30CA52 !important;
  color: #fff;
}

.form-stepper .form-stepper-completed .label {
  color: #444 !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;
}

.form-stepper a {
  cursor: default;
}

.bg-menu-assets{
  background:#00abf1;
}

a .item-menu-assets {
  display:inline-block;
  padding:20px 10px;
  color:#f7f8fc;
  min-width:70px;
  text-align:center;
}

a .item-menu-assets:hover {
  background:#f7f8fc;
  transition:.3s;
  color:#20B6F3;
}

.language-html{
  display:none;
}

.bdcomponent{
  background:#fff;
  border:solid 1px #ddd;
  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:38%;
}

button-clip:hover{
  background:#fff;
  transition:.3s;
  color:#444;
}

.desc{
  text-align:center;
  width:100%;
  color:#000;
  font-size:10px;
  text-transform: uppercase;
}

div#v-pills-tab {
  align-content: space-around;
}

.content-section-new{
  width: 95% !important;
  transition:.2s;
}

.menu_side_new{
  width: 5% !important;
  transition:.2s;
  padding:0 15px;
}

.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 !important;
}

.menu_side_new a.nav-submenu {
  display: none;
}

.menu_side_new .logo-alumno{
  display:none;
}

.menu-section-new .arrow-close-open{
  left: 4% !important;
  transform: rotate(180deg);
  transition: .3s;
  top: 50%;
  background: #00abf1;
  color: #fff;
}

a[aria-expanded="true"] li span.menu-options div.menu-arrow{
  transform: rotate(90deg);
  transition:.3s;
  }

.nav-tabs .nav-link.active{
  background-color:#00abf1 !important;
  color:#fff !important;
  transition:.3s;
}

.menu_side_new span{
  display: none;
  transition:.3s;
}

.menu_side_new .img.logo-site {
    display: none;
}

.menu_side_new .logo-site-responsive {
  display:block;
  width: 50px;
  margin-top: 15px;
  transition:.3s;
}

.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:#fff;
}

.bg-color{
  background-color: #fff;
  border:solid 1px #ddd;
  border-radius:5px;
}

.div-color{
  background:#fff;
  border:solid 1px #ddd;
  border-radius:15px;
}

td a{
  color:#444;
}

.logo-site{
  width:80%;
  margin-top:15px;
}


.icon-moon{
  font-size:16px;
  vertical-align: middle;
  color:#444;
}

.icon-sun{
  font-size:16px;
  vertical-align: middle;
  color:#444;
}

.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:#444!important;
  background:#fff;
  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 #ddd !important;
  border-left:solid 1px #ddd !important;
  border-right:solid 1px #ddd !important;
  border-bottom:solid 0px #ddd !important;
}

.date-custom{
  font-size:12px;
  margin:7px 0;
}

.tab-custom:hover{
  background:#00abf1;
  color:#fff !important;
  transition:.3s;
}

.bg-tab{
  background:#fff;
  border:solid 1px #ddd;
  padding:15px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  color:#fff!important;
  background-color:#00abf1 !important;
}

.nav-tabs{
  border-bottom:none !important;
}

.menu-section{
  display: flex;
  width: 17%;
  background: #fff;
  padding: 0;
  transition: .2s;
  justify-content: center;
}

.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;
  transition:.3s;
}

.nav-menu{
  color:#444;
  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;
}

#menu-libropie, #menu-informes{
  font-weight: 500 !important;
}

#menu-libropie.active, #menu-informes.active{
  background:none !important;
  color:#00abf1;
}

#menu-libropie:hover, #menu-informes:hover{
  background:none !important;
  font-weight: 500;
}

.nav-menu:hover,#menu-libropie:hover, #menu-informes:hover{
  border-radius:100px;
  color:#00abf1;
  text-decoration: none;
  transition: .2s;
  outline: transparent;
}

.nav-submenu,#menu-libropie, #menu-informes, .nav-submenu2{
  color:#444;
  width:100%;
  display:block;
  text-decoration:none;
  padding:5px 0 5px 52px;
  font-weight:500;
}

.nav-submenu2{
  padding-left:70px;
  color:#888;
}

.nav-submenu:hover, .nav-submenu2:hover{
  color:#00abf1;;
  text-decoration:none;
}

.icon-menu-custom{
  vertical-align: -4px;
}

.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: #fff;
  border:solid 1px #ddd;
  width:90px;
  height:90px;
  display:inline-block;
  border-radius:15px;
  text-align:center;
  padding-top:18px;
  margin:0 7px;
}

.icon-menu{
  font-size:24px;
  color:#00abf1;
}

.txt-cube-menu{
  font-size:12px;
  margin-top:5px;
}

.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;
}

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:#F7F8FC !important;
  border-top: solid 1px #ced4da !important;
  border-left: solid 1px #ced4da !important;
  border-bottom: solid 1px #ced4da !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:#F7F8FC;
}

.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:#fff;
}

.yellow-color{
  background-color:#FFCC29;
}

.blue-color{
  background-color:#5B9BD5;
}

.orange-color{
  background-color:#EA8947;
}

.green-color{
  background-color:#30CA52;
}

.checkbox-priorizacion{
  margin-left:10px;
}

.main-input {
  width:100%;
  padding:10px;
  border-radius:150px;
  border:solid 1px #ddd;
  background-color: #fff;
  color:#9B9B9B;
  font-size:12px;
}

.opt{
  color:#444 !important;
  font-size:14px;
}

.form-control{
  padding-left:0px !important;
  padding-right:10px !important;
  padding-bottom:2px !important;
  height:38px;
  border-top: solid 1px #ced4da !important;
  border-right: solid 1px #ced4da !important;
  border-bottom: solid 1px #ced4da !important;
  font-size:14px !important;
}

.search-up{
  border-left: none !important;
  height:40px !important;
}

.form-control::placeholder{
    color:#9B9B9B !important;
    font-size:12px;
}

.titulos{
    font-weight: bold;
    font-size:22px;
}

.subtitulos{
  font-weight: bold;
  font-size:16px;
  color:#000;
}

.ti-circle-x{
  color:#F05F78;
}

.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;
}

.dropdown-toggle::after{
  margin-left: 0 !important;
  width:9px;
}

.dropdown-menu a:hover{
  background:#eee !important;
  color:#444 !important;
  border-radius:150px;
  transition:.3s;
}

.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);
}

.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;
  transition:.3s;
}

.arrow-close-open{
  background: #fff;
  border: solid 1px #DDDDDD;
  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;
}

.titulo-dropdown{
  font-size:10px;
  width:auto;
  text-transform: uppercase;
  color:#9B9B9B;
  padding:10px;
  background-color:#fff;
  display:inline-block;
  position:absolute;
  left:32%;
  letter-spacing:3px;
}

.linea-horizontal-drop{
  height:1px;
  width:100%;
  background-color: #ddd;
  margin:18px 0;
}

.rectangle-custom-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);
}

.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;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rectangle-custom-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);
}

.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;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rectangle-custom-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);
}

.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;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rectangle-custom-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);
}

.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;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rectangle-custom-red{
  margin:10px 0 0 0;
  width:100%;
  height:auto;
  background:#fff;
  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;
}

.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;
  display: flex;
  align-items: center;
  justify-content: center;
}

.input-max-width-custom{
  max-width:100%;
}

.search-custom{
  padding:18px 0 !important;
  width:90% !important;
  background:#fff !important;
  border-left: 0 !important;
}

.bg-tables{
  background:#fff;
  border:solid 1px #ddd;
  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:#fff !important;
}

.number-rectangle{
  font-size:28px;
}

.table-custom{
  border-right:1px solid #ddd;
}

.table-striped tbody tr:nth-of-type(2n+1){
  background:#F7F8FC !important;
}

select {
  display: block;
  width: 100%;
  font-size: 1em;
  padding: 0.8rem 0.5rem;
  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 20 20' fill='none' stroke='currentColor' stroke-width='3' 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;
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: none;
}

.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:#444;
}

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;
  transition:.2s;
}

.table-icon-details:hover{
  text-decoration: none;
}

.table{
  color:#444;
  font-size:12px;
  margin-bottom: 0 !important;
}

.btn-modal-anular{
  padding:7px 12px;
  border-radius:150px;
  background:#F05F78;
  color:#fff;
  border:solid 1px #F05F78;
  text-align:center;
}

.btn-modal-anular:hover{
  background-color:#fff;
  border-radius:150px;
  border:solid 1px #F05F78;
  color:#F05F78;
  transition:.2s;
}

.btn-modal-aceptar{
  padding:7px 12px;
  border-radius:150px;
  background:#20B6F3;
  color:#fff;
  border:solid 1px #20B6F3;
  text-align:center;
}

.btn-modal-aceptar:hover{
  background-color:#fff;
  border-radius:150px;
  border:solid 1px #20B6F3;
  color:#20B6F3;
  transition:.2s;
}

.btn-modal-cerrar{
  padding:7px 12px;
  border-radius:150px;
  background:#bfbfbf;
  color:#fff;
  border:solid 1px #bfbfbf;
  text-align:center;
}

.btn-modal-cerrar:hover{
  background-color:#fff;
  border-radius:150px;
  border:solid 1px #20B6F3;
  color:#20B6F3;
  transition:.2s;
}

.modal-header{
  border-bottom:0 !important;
}

.modal-content{
  background:#F7F8FC;
  border-radius:20px !important;
}

.modal-footer{
  border-top:0 !important;
  width:40%;
  margin:0 auto;
}

.modal-title{
  font-size:20px;
  font-weight: bold;
}

.modal-align{
  justify-content: center !important;
}

.table-modal-custom{
  background-color: #fff;
  border:solid 1px #ddd;
}

.modal-cs{
  max-width:40% !important;
}

.modal-body{
  padding:20px !important;
}

.table-total{
  background:#fff;
  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 #ddd !important;
  border-left:solid 1px #ddd !important;
  border-right:solid 1px #ddd !important;
  border-bottom:solid 0px #ddd !important;
  margin-left:auto;
}

.table-total-contenido{
  display:inline-block;
  padding:0 20px;
  font-size:12px;
}

.boldnum{
  font-weight: bold;
}

.page-link{
  color:#444 !important;
}

.page-item.active .page-link{
  background-color:#00ABF1 !important;
  color:#fff !important;
  border:solid 1px #ddd !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 #ddd !important;
  width:70px !important;
  height:25px !important;
  font-size:12px !important;
  text-align: center !important;
}

.table td, .table th{
  border-top:0 !important;
}

a .delete-content{
  width:auto;
  background-color:#fff;
  border-top:solid 1px #ddd;
  border-left:solid 1px #ddd;
  border-right:solid 1px #ddd;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom:0px;
  padding:10px 20px;
  color:#444;
  margin-top:40px;
}

.delete-content:hover{
  background-color:#F05F78;
  color:#fff;
  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 #ddd !important;
  border-top:1px solid #ddd !important;
}

.table-details{
  display:none;
}

.buscador{
  display:none;
}

.toggle-custom{
  display:none;
}

.apoderado{
  display:none;
}

@media (max-width: 1758px){

    .cuaderno_clases{
      bottom: 80px;
    }

    .notificacion{
      margin:-2px 0 0 80px;
    }
  
    .card-qualifier{
      width:19.7%;
    }
  }
  
  @media (max-width: 1500px){

    .contenido-mail{
      width:100%;
    }

    .comentarios{
      width:100%;
      margin-top:20px;
    }

    .nombre-chat{
      height:25px;
      font-size:12px;
      padding:20px 20px;
    }

    .nombre-chat-dos{
      height:25px;
      font-size:12px;
      padding:20px 20px;
    }

    .bandeja-entrada{
      width:30%;
    }

    .testa{
      width:70%;
    }

    .cuaderno{
      width:30% !important;
    }

    .notificacion{
      margin:-2px 0 0 110px;
    }
  
    .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%;
      padding:0 8px;
    }
  
    .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){

    .m-gris{
      width:28px !important;
    }

    .letras-mail{
      display:none;
    }

    .bandeja-entrada{
      width:50%;
    }

    .testa{
      width:50%;
    }

    .contenido-mail{
      width:100%;
      border:none;
    }

    .comentarios{
      width:100%;
    }

    .columna-02{
      width:50%;
      margin-left:auto;
    }

    .chat-adjuntos{
      width:60%;
    }

    .nombre-chat{
      height:40px;
      font-size:12px;
    }

    .nombre-chat-dos{
      height:40px;
      font-size:12px;
    }

    .cont-mod{
      width:70% !important;
    }
    
    .min-height{
    min-height:300px;
  }

    .modal-footer{
      border-top:0 !important;
      width:80%;
      margin:0 auto;
    }
  
    .card-qualifier{
      width:32.9%;
    }  
  
    .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%;
    }

    .hidde-item{
      display:none;
    }

    .btn-details{
      display:block;
    }
  }
  
  @media (max-width: 1115px){   
    
    .nav-submenu,#menu-libropie, #menu-informes, .nav-submenu2{
      padding:5px 0 5px 15px;
    }

    body#body.color-blanco .container-fluid.oscuro .logo-site-responsive-blanco.mx-auto {
      display: none;
  }
  
  body#body.color-blanco .container-fluid:not(.oscuro) .logo-site-responsive-blanco.mx-auto {
      display: none;
  }

    .menu_side_new{
      padding:0 5px;
    }

    .menu_side_new .logo-alumno{
      display:block;
    }

    .logo-alumno{
      display:none;
    }

    .nombre-perfil{
      margin-top:22px;
      width:100% !important;
    }

    .icon-alumno-perfil{
      width:70%;
      height:70%;
      border-radius:100%;
    }

/* Inicio desafios */

.logo-desafio-clasico{
  width:40%;
}

.img-desafio{
  display:none;
}

.avatar-desafios{
  width:70%;
  margin:0 auto;
}

.nom-desafios{
  display:none;
}

.menu-section-new .nom-desafios{
  display:block;
}

.menu-section-new .content-desafios{
  padding:0 20px;
}

.menu-section-new .avatar-desafios {
  width:25%;
  display:block;
  margin:5px auto;
}

.menu-section-new .img-desafio{
  display:block !important;
  width:80%;
  margin-top:20px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:10px;
}

/* Fin Desafios */

    .menu-section{
      min-height:0 !important;
    }

    .cuaderno{
      width:50% !important;
    }

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

    .menu-section-new .icon-alumno{
      width:140px;
      height:140px;
    }

    .nombre-menu{
      display:none;
    }
  

    .menu-section-new .nombre-menu{
      display:inline-block;
    }

    .colegio{
      display:none;
    }

    .menu-section-new .colegio{
      display:inline-block;
    }
  
    .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 #ddd !important;
      border-left:solid 1px #ddd !important;
      border-right:solid 1px #ddd !important;
      border-bottom:solid 1px #ddd !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;
    }
  
    .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 !important;
    }
    
    .menu-content a.nav-submenu {
      display: none;
    }
  
    .menu_side_new ul.nav.nav-pills.nav-stacked.collapse.show {
      display: inline-block !important;
    }
    
    .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;
    }
  
    .table-total-contenido{
      padding:0 10px;
    }

    div.container-fluid.oscuro .menu_side_new{
      background-color:#21242c;
    }
  
    .menu_side_new {
      width: 25% !important;
      height: 100%;
      background-color:#fff;
      padding:0 15px;
    }
  
    .menu-section {
      width: 5%;
    }
  
    .content-section {
      display: inline-block;
      width: 95%;
    }
  
    .content-section-new {
      margin-left: 25%;
    }
    
    .menu-section .arrow-close-open{
      transform: rotate(180deg);
      transition: .2s;
      background: #00ABF1;
      color: #fff;
      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;
    }
  }
  
  @media (max-width: 991px){

    .apoderado{
      display:block;
    }

    .elbuscador{
      display:none;
    }
    
    .elbuscador.active{
      top: 0;
      right: 0;
      display: flex;
      position: absolute;
      height: 100vh;
      width: 100vw;
      background: white;
      margin: 0 !important;
      z-index: 999;
      justify-content: center;
    }
    
    .elbuscador.active .input-group {
      align-items: center;
      width: 80%;
    }
    
    .elbuscador.active .input-group-prepend {
      margin-right: 0px;
      height: 40px;
    }

    button#cerrarBuscador {
      border-radius: 50%;
      background: #00abf1;
      border: 1px solid #adf7ff;
      color: #fff;
      font-size: 17px;
      height: 30px;
      width: 30px;
      position: absolute;
      top: 26px;
      right: 25px;
    }
    
    .bodyBuscar .info-content .container-fluid{
      min-height: auto;
    }

    .bandeja-entrada{
      width:45%;
    }

    .testa{
      width:55%;
    }

    .book-box{
      width:23.5%;
    }

    .menu-section-new .nav-menu .ti{
      font-size:20px;
    }

    .menu-section-new .icon-menu-custom{
      top:-2px;
    }

    .cont-mod{
      width:90% !important;
    }

    .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;
    }
  
    .table-custom{
      border:solid 1px #ddd;
    }
  
    .menu_side_new {
      width: 30.5% !important;
      padding:0 15px;
    }
  
   .content-section-new {
      margin-left: 30.5%;
    }
    
    .menu-section-new .arrow-close-open {
      left: 28.8% !important;
      top: 50% !important;
    }
  
    .menu_side_new .card-custom{
      width:49.6% !important;
    }
  
    .card-custom{
      width:49.7%;
    }
    
    .adjunto-comunicacion{
      width:100% !important;
    }
  }
  
  @media (max-width: 768px) {

    .bg-comentarios{
      padding:30px 0;
      margin:10px 0;
    }

    .nombre-perfil{
      margin-top:10px;
      width:100% !important;
    }

    .nombre-chat{
      height:27px;
      padding:20px 10px;
    }

    .nombre-chat-dos{
      height:27px;
      padding:20px 10px;
    }

    .bandeja-entrada{
      width:100%;
    }

    .testa{
      width:100%;
      margin-top:50px;
    }

    .book-box{
      width:32%;
    }
    
    .chat-adjuntos{
      margin-bottom:20px;
    }

    .menu-section .arrow-close-open{
      transform: rotate(180deg);
      transition: .2s;
      background: #00ABF1;
      color: #fff;
      width: 25px;
      height: 25px;
      font-size: 10px;
      padding: 5px;
      left:3%;
      top:90% !important;
    }

    .content-section-new {
      margin-left: unset;
      width:100% !important;
    }

    .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;
    }  
  
    #calendar .weekdays, #calendar .other-month {
          display: none;
      }
  
    #calendar li {
        height: auto !important;
        border: 1px solid #ededed;
        width: 100%;
        padding: 10px;
        margin-bottom: -1px;
    }
    
    #calendar, #calendar tr, #calendar tbody {
      grid-template-columns: 1fr;
    }
    
    #calendar  tr {
      grid-column: 1 / 2;
    }
  
      #calendar .date {
          align-self: flex-start;
      }
  
    .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;
    }
  
    .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% !important;
      box-shadow: 3px -4px 20px 8px #00000020;
    }
  
    .content-section {
      width: 90%;
    }
  
    .nav-menu {
      padding: 4px 6px !important;
    }
  
    .row.bg-color-header{
      padding-bottom:0;
    }
    
    .card-custom{
      width:49.5%;
    }
  
    .menu-section-new .toggle-custom{
      display:none;
    }
  }
  
  @media (max-width: 575px){

    .menu-section-new .toggle-custom{
      display:block;
    }

    .columna-02{
      width:40%;
      margin-left:auto;
      margin-right:10px;
    }

    .nombre-perfil{
      margin-top:10px;
    }

    .menu-section .arrow-close-open{
      left:1.5%;
      top:90% !important;
    }

    .nombre-perfil{
      margin-top:8%;
      width:100% !important;
    }

    a .icon-menu-hidde{
      background:#f7f8fc;
      border-radius:150px;
      display:inline-block;
      margin-bottom:5px;
      font-size:22px;
      border:solid 1px  #ced4da;
      color:#979797;
      padding:0 5px;
    }

    .dropbtn:before{
      content:"\ea94";
      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;
      }
  
    .modal-footer{
      border-top:0 !important;
      width:80%;
      margin:0 auto;
    }
  
    .card-custom-fmc{
      width:100%;
    }
  
    .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%;
    }
    
    .menu_side_new {
      width: 80% !important;
      box-shadow: 3px -4px 20px 8px #00000020;
    }
  
    div.menu-superior {
      width: 100%;
    }
  
    .menu-section-new .arrow-close-open {
      left: 77% !important;
      top: 50% !important;
    }
  
    .row.bg-color-header{
      padding-bottom:0;
    }
  
    .table-custom{
      border:solid 1px #ddd;
    }

    .perfil-alumno{
      margin-right:2px;
    }

    .menu-section{
      min-height:0 !important;
    }
  }
  
  @media (max-width: 420px){

    .notificacion{
      display:none;
    }

    .zona-derecha{
      width:90%;
    }

    .menu-section-new .notificacion{
      display:inline-block;
      margin:-2px 0 0 18px;
    }


    .ico-sup-alum{
      font-size:20px;
      margin:5px 0 0 0;
    }
  
    .arrow-close-open{
      top:90% !important;
      left:1.5%;
    }
  }