@media (max-width: 1025px) {
  .table-semestre-widget {
    overflow-x: auto;
  }
}
.table-semestre-widget table {
  width: 100%;
}
.table-semestre-widget table thead {
  width: 100%;
}
.table-semestre-widget table thead tr th {
  font-family: Roboto Condensed;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding: 30px;
  text-align: center;
  border: 1px solid #000;
}
@media (max-width: 1025px) {
  .table-semestre-widget table thead tr th {
    padding: 15px;
  }
}
.table-semestre-widget table tbody tr td {
  text-align: center;
  font-family: Inter;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 30px;
  text-align: center;
  border: 1px solid #000;
}
@media (max-width: 1025px) {
  .table-semestre-widget table tbody tr td {
    padding: 15px;
  }
}
.table-semestre-widget table tbody tr td:first-child {
  text-transform: uppercase;
}
.table-semestre-widget table tbody tr td:first-child a {
  text-decoration: underline;
}