body {
  background-color: #f9f9f9;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
html, body {
  height: 100%;
}

h1, h2 {
  text-align: center;
  font-weight: 600;
  color: #333;
}

#buscadorContainer {
  max-width: 500px;
  margin: 0 auto 2rem auto;
  position: relative;
}

#buscador {
  padding-left: 2.5rem;
}

#buscadorIcon {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  color: #888;
  font-size: 1.2rem;
}

.botones-acciones {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 30px;
}

.btn i {
  margin-right: 5px;
}

.table {
  background-color: white;
  border-radius: 6px;
  overflow: hidden;
  font-size: 0.95rem;
}

.table th {
  background-color: #343a40;
  color: white;
  text-align: center;
  vertical-align: middle;
}

.table td {
  vertical-align: middle;
  text-align: center;
}
.hero-section {
  background: linear-gradient(90deg, #007bff, #00c6ff);
  color: white;
  padding: 60px 0;
}

.hero-section h1 {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}

.hero-section p {
  font-size: 1.2rem;
  opacity: 0.9;
}
