.filtros {
  display: flex;
  justify-content: center; 
  align-items: center;     
  gap: 10px;               
  flex-wrap: nowrap;       
}
.filtros-titulo {
  font-weight: bold;
  font-size: 1.2em;
  white-space: nowrap;
}