.info-academica, .info-academica table td, .info-academica table th{font-size: 1.125rem;}

.profesorado-asignatura ul.profesores{
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
}
.profesorado-asignatura .profesores li{
    list-style: none;
    border: 1px solid #cccccc;
    width: 100%;
    padding: 1rem 2rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    text-align: center;
}
.profesorado-asignatura .profesores .grupos{
    width: 100%;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
    order: -1;
}

.info-academica .datos-asignatura ul{
    padding-left: 1rem;
    margin: 0;
}

.info-academica .datos-asignatura th{padding: 0.5rem 0.5rem;}
.info-academica .datos-asignatura td{padding: 0.5rem 1rem;}

.info-academica .datos-asignatura th{
    background-color: transparent;
    border-right: 2px solid;
    border-bottom: 0;
    width: 14rem;
}

.info-academica .datos-asignatura ul.guias{
    list-style: none;
    padding-left: 0;
}

.info-academica .datos-asignatura ul.guias i{
    width: 1.5rem;
}


.info-academica .datos-asignatura tr:hover{
    background-color: inherit;
}

@media (min-width: 39em) {
    .profesorado-asignatura .profesores li{
        width: calc(50% - 0.5rem/2);
        margin-right: 0.5rem;
    }

    .profesorado-asignatura .profesores li:nth-child(2n){
        margin-right: 0rem;
    }
}

@media (min-width: 64em) {
    .profesorado-asignatura .profesores li{
        width: calc(25% - 1.5rem/4);
        margin-right: 0.5rem;
    }

    .profesorado-asignatura .profesores li:nth-child(2n){
        margin-right: 0.5rem;
    }

    .profesorado-asignatura .profesores li:nth-child(4n){
        margin-right: 0rem;
    }
}

@media (max-width: 640px) {
    .info-academica .datos-asignatura tr{
        display:flex;
        flex-direction: column;
        flex-wrap: wrap;
    }
    .info-academica .datos-asignatura th, .info-academica .datos-asignatura td{
        width: 100%;
    }

    .info-academica .datos-asignatura th{
        border-right: 0;
    }

    .info-academica .datos-asignatura td{
        padding-left: 1.5rem;
    }
}

.info-academica .horario tr:first-child:hover{
    background-color: inherit;
}

.info-academica .horario th{
    background-color: transparent;
    border-bottom: 2px solid;
}

.info-academica .horario tr td .dia{
    text-align: right;
    right:0.5rem;
    width: 50%;
    top: 0.15rem;
    position: absolute;
}
.info-academica .horario tr td .hora{
    text-align: left;
    left:0.5rem;
    width: 50%;
    bottom: 0.15rem;
    position: absolute;
 }


.info-academica .horario tr:not(:first-child) th{
    border-right: 2px solid;
    border-bottom: 0;
}

.info-academica .horario tr:nth-child(2) th:first-child{
    border-top: 1px solid;
}

.info-academica .horario tr:first-child th:first-child{
    border-left: 1px solid;
    position: relative;
}

.info-academica .horario tr:first-child td:first-child{
    border-right: 2px solid;
    position: relative;
    border-bottom: 2px solid;
}


.info-academica .horario .linea{
   position: absolute;
   height: 1px;
   width: calc(100% + 1rem);
    top: calc(50% + 3px);
    left: 50%;
    transform: translate(-50%, -50%) rotate(30deg);
}


.info-academica .horario .linea{
    position: absolute;
    height: 1px;
    width: calc(100% + 1rem);
     top: calc(50% + 2px);
     left: 50%;
     transform: translate(-50%, -50%) rotate(20deg);
 }
