#navbar-menu {
  background-color: #3e3e1f !important;
}

/* --- Estilos del Buscador --- */
.buscador-container {
  text-align: center;
  background-color: #e6e3d9;
  padding-top: 98px;
  padding-left: 50px;
  padding-right: 50px;
}

.titulo-buscador {
  color: #3e3e1f;
  font-size: 28px;
  margin-bottom: 20px;
  text-align: left;
  margin-top: 15px;
  font-weight: 600;
}

.buscador {
  background-color: #3e3e1f;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  padding: 25px 50px;
  border-radius: 20px;
  max-width: 690px;
  margin: 0 auto;
  width: 100%;
  margin-top: 140px;
}

.campo {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    min-width: 150px;
}

.precio-inputs {
    display: flex;
    gap: 10px;
}

.campo label {
    font-size: 14px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.campo input {
  padding: 8px 12px;
  border-radius: 10px;
  border: none;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  background: #e6e3d9;
}

.btn-buscar {
    background-color: #e6e3d9;
    color: #3e3e1f;
    border: none;
    padding: 10px 30px;
    border-radius: 10px;
    cursor: pointer;
    font-weight: bold;
}

.btn-buscar:hover {
    background-color: #e6e6e6;
}

.link-ver-todos {
  display: block;
  color: white;
  text-decoration: underline;
  width: 100%;
  background: none;
  border: none;
}

.logo-buscador img {
  max-width: 250px;
  width: 100%;
}

.logo-buscador {
  padding: 40px 0px;
}

.precio-inputs input {
  width: 100%;
  max-width: 80px;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.page-item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background-color: #d6d1c3; /* gris-beige */
  color: #000;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.page-item:hover {
  background-color: #bbb49f;
}

.page-item.active {
  background-color: #3e3e1f; /* verde oscuro similar */
  color: #fff;
}

.page-dots {
  display: inline-flex;
  align-items: center;
  font-size: 20px;
  color: #7b7b7b;
}
