:root {
  --ui-font: "Inter", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
}
body {
  font-size: 12px;
  line-height: 100%;
  font-family: var(--ui-font);
  padding: 0px;
  margin: 0px;
}

header {
  background-color: #01b95b;
  color: #fff;
  font-size: 20px;
  padding: 20px 10px;
  text-align: center;
}

.container {
  padding: 20px 10px;
}
.filtro{
    margin-bottom: 30px;
}
.tab__clasificacion {
  display: none;
}
h2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 20px;
  font-size: 20px;
  margin: 0px 0px 8px 0px;
}
h2 span {
  font-size: 15px;
   line-height: 20px;
  font-weight: normal;
  color: #888;
}

table {
  border: 1px solid #333;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 30px;
}
table tr td {
  border: 1px solid #333;
  padding: 5px 6px;
  width: 33%;
}
table tr th {
  background-color: #d2f5d3;
  padding: 6px 6px;
}
table .ganador {
  font-weight: bold;
}
table .descansa {
  background-color: #fff1d7;
}
table .tnum {
  width: 1px;
  text-align: center;
  padding: 5px;
}

.table__clasificacion {
  font-size: 10px;
}
.table__clasificacion td {
  padding: 5px 4px;
}
.table__clasificacion tr:nth-child(odd) {
  background-color: #e5e5e5;
}

.menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #555;
}
.menu > button {
  width: 50%;
  border: 0;
  background: transparent;
  padding: 10px 15px;
  opacity: 0.5;
  color: #000;
}
.menu > button:first-child {
  border-right: 1px solid #555;
}
.menu > button img {
  height: 26px;
  width: auto;
}
.menu .active {
  opacity: 1;
  background: #edebeb;
}
