.submenu {
  display: none;
  list-style-type: none;
  padding-left: 20px;
}

.nav-item:hover .submenu {
  display: block;
}

.highlight {
  background: #f4e7b2!important;
}

.results tr[visible='false'],
.no-result{
  display:none;
}

.results tr[visible='true']{
  display:table-row;
}

.counter{
  padding:8px; 
  color:#ccc;
}

.encabezado {
  background-color: var(--bgcolor);
  color: var(--color);
}

.encabezado {
  background-color: var(--bgcolor);
  color: var(--color);
  position:sticky;
  top:0;
}

.tab-responsive {
  margin-top: 1rem;
}

.t-res{
  display: none;
}

.grafica{
  height: 402px;
} 
.grafica-content{
  height: 100%;
}

@media ( max-width: 35em) {
  .t-res {
    display: block;
  }
}
@media ( max-width: 35em) {
  .grafica {
    height: 306px;
  }
}

@media ( max-width: 35em) {
  .encabezado {
    display: none;
  }
}

@media ( max-width: 35em) {
  .tab-responsive tr {
    display: flex;
    flex-direction: column;
    border: none;
    padding: 1em;
    margin-bottom: 1em;
    box-shadow: inset 2px -2px 16px 0px var(--sombra);
  }
}

@media ( max-width: 35em) {
  .tab-responsive td[data-titulo] {
    display: flex;
    border: none;
  }
}

@media ( max-width: 35em) {
  .tab-responsive td[data-titulo]::before {
    content: attr(data-titulo);
    width: var(--sizepx);
    color: var(--color);
  }
}

@media ( max-width: 35em) {
  .encabezado {
    display: none;
  }
}

@media ( max-width: 35em) {
  .tab-responsive tr {
    display: flex;
    flex-direction: column;
    border: none;
    padding: 1em;
    margin-bottom: 1em;
    box-shadow: inset 2px -2px 16px 0px var(--sombra);
  }
}

@media ( max-width: 35em) {
  .tab-responsive td[data-titulo] {
    display: flex;
  }
}

@media ( max-width: 35em) {
  .tab-responsive td[data-titulo]::before {
    content: attr(data-titulo);
    width: var(--sizepx);
    color: var(--color);
  }
}

