.filtro_propiedad{
  width: 100%; /* Establecer el ancho al 100% */
  background-color: #f1f1f1; /* Agregar un color de fondo opcional */
  padding: 20px; /* Agregar un relleno opcional */
  box-sizing: border-box; 
}
.filtro_propiedad form{
	width: 100%;
}
.propiedad{
    width: 80%;
    margin: 0 auto;
    float: left;
    margin-left: 10%;
    margin-bottom: 20px;
    border-top: 1px solid grey;
    padding-top: 15px;
}

.foto_propiedad{
	width: 49%;
    float: left;
	 position: relative;
     /* max-width: 542px;*/
}

.foto_propiedad img{
	   /* max-height: 361px;*/
    width: 250%;
}

.imagen-fondo{
	width: 100%;
    height: auto;
    display: block;
}

.marca-agua {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.3; /* Ajusta la opacidad según tus necesidades */
}


.datos_propiedad{
	    width: 51%;
    float: right;
    margin-top: 14px;
}

.descripcion_propiedad{
	width: 100%;
    float: left;
}

@media (max-width: 768px) {
.foto_propiedad{
	width: 100%;
    float: left;
}

.datos_propiedad{
	    width: 100%;
    float: left
    margin-top: 14px;
}
.descripcion_propiedad{
	width: 95%;
    float: left
}
}

    body {
      font-family: Arial, sans-serif;
      background-color: #f4f4f4;
      margin: 0;
      padding: 0;
    }

    h1 {
      text-align: center;
      margin-top: 20px;
    }

    form {
      background-color: #fff;
      margin: 0 auto;
      padding: 20px;
      border-radius: 5px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
	
	#propertyFilter{
		
	}
	.propertyFilter{
		
	}

    label, select, input {
      display: block;
      margin-bottom: 10px;
    }

    select, input[type="number"], input[type="text"] {
      width: 100%;
      padding: 10px;
      border: 1px solid #ccc;
      border-radius: 3px;
    }

    button {
      background-color: #4CAF50;
      color: #fff;
      border: none;
      padding: 10px 20px;
      border-radius: 3px;
      cursor: pointer;
      width: 100%;
      transition: background-color 0.3s;
    }

    button:hover {
      background-color: #45a049;
    }

    body {
      font-family: Arial, sans-serif;
      background-color: #f4f4f4;
      margin: 0;
      padding: 0;
    }

    h1 {
      text-align: center;
      margin-top: 20px;
    }

    form {
      background-color: #fff;
      max-width: 400px;
      margin: 0 auto;
      padding: 20px;
      border-radius: 5px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    label, select, input {
      display: block;
      margin-bottom: 10px;
    }

    select, input[type="number"], input[type="text"] {
      width: 100%;
      padding: 10px;
      border: 1px solid #ccc;
      border-radius: 3px;
    }

    button {
      background-color: #4CAF50;
      color: #fff;
      border: none;
      padding: 10px 20px;
      border-radius: 3px;
      cursor: pointer;
      width: 100%;
      transition: background-color 0.3s;
    }

    button:hover {
      background-color: #45a049;
    }

    #areaContainer {
      display: none;
    }
	
	.range_container {
  display: flex;
  flex-direction: column;
  width: 95%;
    margin: auto;
}

.sliders_control {
  position: relative;
     min-height: 3px;
}

.form_control {
  position: relative;
  display: flex;
  justify-content: space-between;
  /*font-size: 24px;*/
  color: #635a5a;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #C6C6C6;
  cursor: pointer;
}

input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #C6C6C6;
  cursor: pointer;  
}

input[type=range]::-webkit-slider-thumb:hover {
  background: #f7f7f7;
}

input[type=range]::-webkit-slider-thumb:active {
  box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
  -webkit-box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
}

input[type="number"] {
  color: #8a8383;
    width: 90px;
    height: 4px;
    font-size: 14px;
 /* border: none;*/
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  
   opacity: 1;
}

input[type="range"] {
  -webkit-appearance: none; 
  appearance: none;
  height: 2px;
  width: 100%;
  position: absolute;
  background-color: #C6C6C6;
  pointer-events: none;
}

#fromSlider {
  height: 0;
  z-index: 1;
}

button, input, optgroup, select, textarea{
	margin-bottom:5px !important;
}