.tabla-semestre{
    width: 100%;
 }

.tabla-semestre tr th:first-child {
    width: 70%;
 }

 table.informacion-grado ul{
     padding-left: 1.1rem;
 }


@media (max-width: 600px) {
  .tabla-semestre tr{
    display: flex;
    flex-direction: column;
    width: 100%;

  }
  .tabla-semestre th,.tabla-semestre td  {
    width: 100%;
    padding: 0rem 2rem;
  }
  .tabla-semestre tr th:first-child, .tabla-semestre tr td:first-child {
    width: 100%;
    padding: 0.5rem;
  }

  .tabla-semestre tr td:last-child {
    padding-bottom: 0.5rem;
  }

  .tabla-semestre tr th:not(:first-child){
    display: none;
  }
}

/* Tabla de información del grado */
table.informacion-grado tbody{
  display: flex;
  flex-direction: row;
  flex-wrap:nowrap;
  width: 100%;
}

table.informacion-grado tr{
  width: 100%;

  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  background-color: #ffffff;
  border: 0;
}

table.informacion-grado tr th, table.informacion-grado tr td{
  background-color: #ffffff;
  width: 100%;
}

table.informacion-grado tr:nth-child(2n){
  background-color: #ffffff;
}

table.informacion-grado tr:hover{
  background-color: #ffffff;
}

@media (max-width: 48em) {
  table.informacion-grado tbody{
    flex-direction: column;
  }

  table.informacion-grado tr{
    border: 0;
    width: 100%;
    max-width: 100%;
  }

  table.informacion-grado th{
    border-bottom: 0;
    padding-bottom: 0;
  }

  table.informacion-grado td{
    padding-left: 2rem;
  }

  table.informacion-grado ul{
    margin-top: 0;
    margin-bottom: 0;
  }

  table.informacion-grado ul li:first-child{
    margin-top: 0;
  }

  table.informacion-grado ul li:last-child{
    margin-bottom: 0;
  }
}

.info-academica.grado .no-list{
  list-style: none;
  padding-left: 0;
  margin-bottom: -0.2rem;
}