.container-tipo-propiedad {
  display: block;
  width: 100%;
  max-width: 190px;
  margin: auto;
}

.container-filtros {
  margin: auto;
}

.tipo-operacion input {
  margin-right: 2px;
}

.precios input {
  width: 100%;
  max-width: 80px;
  background: #e6e3d9;
  color: #3e3e1f !important;
}

.buscador {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
}

.hero-overlay {
  background: rgba(230, 227, 217, 0.4);
  padding: 40px 80px;
  border-radius: 40px;
  max-width: 800px;
  width: 100%;
  color: #fff;
}

#tipoPropiedad {
  width: 100%;
  max-width: 220px;
  color: #3e3e1f !important;
  padding: 9px 12px;
  border-radius: 10px;
  border: none;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  background: #e6e3d9;
}

.btn-buscar {
  background: #b4824f;
  color: white;
  padding: 10px 20px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-top: 20px;
}

.all-properties {
  background: #e9e5d9;
  text-align: center;
  padding-bottom: 14vh;
  margin-top: 0px !important;
}

.luxury-cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}

@media (max-width: 480px) {
  .hero-overlay {
    padding: 30px 30px;
  }
}