.buscador {
  background-color: #3e3e1f;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  padding: 25px 50px;
  border-radius: 20px;
  max-width: 980px;
  margin: 0 auto;
    margin-top: 0px;
  width: 100%;
  margin-top: 140px;
}
.campo {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  min-width: 160px;
}
.campo label {
  font-size: 18px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.precio-inputs {
  display: flex;
  gap: 10px;
}
.precio-inputs input {
  width: 100%;
  max-width: 90px;
}
.campo input {
  padding: 8px 12px;
  border-radius: 10px;
  border: none;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  background: #e6e3d9;
}
#tipoPropiedad {
  width: 100%;
  color: #3e3e1f !important;
  padding: 10px 30px;
  border-radius: 10px;
  border: none;
  font-size: 18px;
  font-weight: 600;
  background: #e6e3d9;
  text-align: left;
  text-transform: uppercase;
}
#tipoMoneda {
  width: 100%;
  max-width: 150px;
  color: #3e3e1f !important;
  padding: 10px 30px;
  border-radius: 10px;
  border: none;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  background: #e6e3d9;
}
#habitaciones {
  max-width: 100px;
}
.btn-buscar {
  background-color: #e6e3d9;
  color: #3e3e1f;
  border: none;
  padding: 10px 30px;
  border-radius: 10px;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
}
.link-ver-todos {
  display: block;
  color: white;
  text-decoration: underline;
  width: 100%;
  background: none;
  border: none;
  font-size: 18px;
}


.luxury-section {
  background-color: #e9e5d9;
  padding: 40px 60px;
  text-align: center;
  font-family: Arial, sans-serif;
}
.luxury-card {
  background: none;
  max-width: 100%;
  text-align: left;
  box-shadow: none !important;
  border: none;
  margin-bottom: 30px;
}
.luxury-info h3 {
  font-size: 30px;
  margin-bottom: 5px;
  font-weight: 400;
}

.titulo-buscador {
  font-weight: 500;
}


.pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  background: #e9e5d9;
}

.page-item .page-link {
  background: #d6d1c3;
  color: #000;
  border: none;
}

.page-item.active .page-link {
  background: #3e3e1f;
  color: #fff;
  border: none;
}

.logo-buscador img {
  max-width: 400px;
  width: 100%;
}

.logo-buscador {
  padding-top: 60px;
  padding-bottom: 25vh;
}

@media (max-width: 980px) {
.campo label {
  font-size: 16px;
}
.campo input {
  font-size: 16px;
}
#tipoMoneda {
  font-size: 16px;
  max-width: 100px;
}
#tipoPropiedad {
  font-size: 16px;
}
#habitaciones {
  max-width: 75px;
}
.btn-buscar {
  font-size: 16px;
}
.link-ver-todos {
  font-size: 16px;
}
}

@media (max-width: 480px) {
#propiedades .luxury-info .card-title {
  font-size: 24px;
}
#propiedades .luxury-info p {
  font-size: 15px;
}
#propiedades .luxury-info .card-subtitle.mb-2.text-muted.price {
  font-size: 24px;
}
#propiedades .luxury-info a.view-link {
  font-size: 22px;
}
}