/*#table-01 table.dataTable th.dt-type-numeric, #table-01 table.dataTable th.dt-type-date, #table-01 table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date {
    text-align: justify !important;
}*/
.divider {
  border-right: 1px solid #dee2e6;
  padding-right: 10px;
}

#table-01 table {
  border-collapse: collapse;
  width: 100%;
}

#table-01 caption, #table-01 th,
#table-01 td {
  padding: 1rem;
  text-align: center;
}

#table-01 th {
  background-color: rgba(54, 54, 54, 0.8509803922);
  color: #ffffff;
  text-align: center;
}

#table-01 tr:nth-of-type(2n) {
  background: hsla(0, 0%, 0%, 0.1);
}

#table-01 th:nth-of-type(1) {
  border-top-left-radius: 8px;
}

#table-01 th:nth-of-type(2) {
  border-top-right-radius: 8px;
}

#table-02 {
  border-collapse: collapse;
  width: 100% !important;
}

#table-02 caption, #table-02 th,
#table-02 td {
  padding: 1rem;
}

#table-02 th {
  background-color: rgba(54, 54, 54, 0.8509803922);
  color: #ffffff;
  text-align: center;
}

#table-02 tr:nth-of-type(2n) {
  background: hsla(0, 0%, 0%, 0.1);
}

#table-02 th:nth-of-type(1) {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

#table-03 {
  border-collapse: collapse;
  width: 100% !important;
}
#table-03 .subtitulos {
  text-align: center;
  background: gray;
}
#table-03 .divider {
  border-right: 1px solid #353535;
  width: 50%;
}
#table-03 tbody.border {
  border: 1px solid #000 !important;
}

#table-03 th,
#table-03 td {
  width: 50%; /* Garante que ambas as colunas tenham a mesma largura */
  padding: 8px;
  text-align: center;
}

#table-03 caption, #table-03 th, #table-03 td {
  padding: 1rem;
}

#table-03 th {
  background-color: rgba(54, 54, 54, 0.8509803922);
  color: #ffffff;
  text-align: center;
}

#table-03 td {
  text-align: center;
}

#table-03 tr:nth-of-type(2n) {
  background: hsla(0, 0%, 0%, 0.1);
}

#table-03 th:nth-of-type(1) {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

/*# sourceMappingURL=programa-super-escola.css.map */
