body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1.25rem;
    background-color: #3BC3AD;
}

body table.dataTable {
    margin:0!important;
    max-width:100%!important
}

table.dataTable tbody tr td:nth-child(2) {
    padding: .75rem 3px;
}

table.dataTable tbody tr td:nth-child(5) div {
    white-space: nowrap!important
}


.has-background-danger {
    background-color: red !important;
}

.has-background-warning {
    background-color: orange !important;
}

.has-background-success {
    background-color: lightgreen !important;
}

.referencia-colores {
    gap: 4rem;
    font-size:.75em
}

section.section {
    background: #fff
}

.content-wrap {
    flex: 1;
    background-color: transparent;
    width: 100%;
}

.table {
    width: 100%;
    background-color: white;
    margin-top: 0 !important;
}

.td-materia,
.td-aula {
  width: 460px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.td-aula {
    width: 100%;
}

.table th {
    font-size:0.95em;
}

.table td {
    font-size:20.5px;
    padding:.75rem .3rem;
    font-weight: bold
}


/* footer */

.footer {
    background: #343a40;
    color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 10px
}

.footer p {
    font-size: 0.7em;
    margin: 10px 15px;
    text-align: center;
}
