body {
  background: #f1f1f1;
}

h2 {
  text-align: center;
  margin-bottom: 25px;
  color: #2d6a4f;
}

.filtro {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
}

.filtro input,
.filtro select {
  padding: 8px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.filtro input {
  width: 250px;
}

table {
  width: 100%;
  border-collapse: collapse;
  background: white;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

th, td {
  padding: 10px;
  border: 1px solid #ccc;
  text-align: left;
  vertical-align: top;
}

th {
  background-color: #2d6a4f;
  color: white;
}

tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

.loading {
  text-align: center;
  font-size: 1.1rem;
  color: #555;
}

#resultado-contador {
  margin-top: 10px;
  text-align: right;
  font-style: italic;
  color: #333;
}
