<div style="display:none;">[[https://www.api-inmobiliaria.es/index.php?modo=resultado&idioma=1&api=resales&usu=winterfield&pass=kfkfku325SfS&datos=property.All-properties]]</div>
<script>
	jQuery(document).ready(function($){
		$('.btn-buscar').click(function(){
			var referencia = $('#referencia').val();
			if(referencia != ''){ 
				window.location.href = '/en/property-details/PropertyID.'+referencia;
			}else{
				var url_modo = '';
				var url_venta = '';
				var url_tipo = '';
				var url_loc = '';
				var url_cuartos = '';
				var url_wc = '';
				var url_precio_min = '';
				var url_precio_max = '';
				var url_detacado = '';
				var url_ordenar = '';
				var modo = $('#modo-busqueda').val();
				var venta = $('#modo-venta').val();
				var tipo = $('#tipo-propiedad').val();
				var loc = $('#localizacion').val();
				var cuartos = $('#cuartos').val();
				var wc = $('#wc').val();
				var rango_precios = $('#rango-precios').val();
				var partes_rango_precios = rango_precios.split(';');
				var precio_min = partes_rango_precios[0];
				var precio_max = partes_rango_precios[1];
				var detacado = $('#detacado').val();
				var ordenar = $('.ordenar-form-pmr').val();

				if(modo != ''){ url_modo = 'property.'+modo+'/'; }
				if(venta != ''){ url_venta = 'Mode.For-Sale/'; }else{ url_venta = 'Mode.For-Sale/'; }
				if(tipo != ''){ url_tipo = 'type.'+tipo+'/'; }
				if(cuartos != ''){ url_cuartos = 'cod-cuarto.'+cuartos+'/'; }
				if(wc != ''){ url_wc = 'cod-wc.'+wc+'/'; }
				if(precio_min != ''){ 	url_precio_min = 'cod-precio-min.'+precio_min+'/'; }
				if(precio_max != ''){ 	url_precio_max = 'cod-precio-max.'+precio_max+'/'; }
				if(ordenar != ''){ url_ordenar = 'order-by.'+ordenar+'/'; }else{ url_ordenar = 'order-by.price-ascending/'; }

				if(detacado != ''){ var i = 1; detacado.forEach(function(val){ if(i > 1){ url_detacado += ','; } url_detacado += val; i++; }); url_detacado = 'features.'+url_detacado+'/'; }
				if(loc != ''){ var i = 1; loc.forEach(function(val){ if(i > 1){ url_loc += ','; } url_loc += val; i++; }); url_loc = 'cod-loc.'+url_loc+'/'; }
				var url_envia = url_modo+url_venta+url_tipo+url_loc+url_cuartos+url_wc+url_precio_min+url_precio_max+url_detacado+url_ordenar;
				var url = "https://www.winterfield.es/wp-content/plugins/cntrlz-resale/web/shortcode/utiles/guardar-busqueda.php";
				var formData = new FormData();
				formData.append('url_envia','/en/results/'+url_envia);
				$.ajax({ type:"POST",url:url,data:formData,contentType:false,processData:false,datatype:"text",success:function(respuesta){ 
					window.location.href = '/en/results/'+url_envia;
				}});
			}
		});
	});
</script>

<input type="hidden" id="lang-localidades" value="Locations">
<input type="hidden" id="lang-caracteristicas" value="Features">


<div class="buscador-pmr">
	<div class="fondo-azul-pmr"></div>
	<div class="grid-cntrlz-three">
		<div>
			<input type="text" id="referencia" class="referencia" value="" placeholder="Property reference" />
		</div>
		<div>
			<select id="modo-busqueda" class="propiedades">
								<option value="All-properties">All properties</option>
								<option value="New-construction">New construction</option>
			</select>	
		</div>
		<div class="ultima-caja">

			<select id="tipo-propiedad" multiple class="tipos" style="display:none;">
				<option value='all'>Property type</option>
															<option value="1-2">
											Ground Floor Apartment										</option>
																				<option value="1-4">
											Middle Floor Apartment										</option>
																				<option value="1-5">
											Top Floor Apartment										</option>
																				<option value="1-6">
											Penthouse										</option>
																				<option value="1-7">
											Penthouse Duplex										</option>
																				<option value="1-8">
											Duplex										</option>
																				<option value="1-9">
											Ground Floor Studio										</option>
																				<option value="1-10">
											Middle Floor Studio										</option>
																				<option value="1-11">
											Top Floor Studio										</option>
																				<option value="2-2">
											Detached Villa										</option>
																				<option value="2-4">
											Semi-Detached House										</option>
																				<option value="2-5">
											Townhouse										</option>
																				<option value="2-6">
											Finca - Cortijo										</option>
																				<option value="2-9">
											Bungalow										</option>
																				<option value="2-10">
											Quad										</option>
																				<option value="2-12">
											Castle										</option>
																				<option value="2-13">
											City Palace										</option>
																				<option value="2-14">
											Wooden Cabin										</option>
																				<option value="2-15">
											Wooden House										</option>
																				<option value="2-16">
											Mobile Home										</option>
																				<option value="2-17">
											Cave House										</option>
																				<option value="3-2">
											Residential Plot										</option>
																				<option value="3-3">
											Commercial Plot										</option>
																				<option value="3-4">
											Land										</option>
																				<option value="3-5">
											Land with Ruin										</option>
																				<option value="4-2">
											Bar										</option>
																				<option value="4-3">
											Restaurant										</option>
																				<option value="4-4">
											Café										</option>
																				<option value="4-5">
											Hotel										</option>
																				<option value="4-6">
											Hostel										</option>
																				<option value="4-7">
											Guest House										</option>
																				<option value="4-8">
											Bed and Breakfast										</option>
																				<option value="4-9">
											Shop										</option>
																				<option value="4-10">
											Office										</option>
																				<option value="4-11">
											Storage Room										</option>
																				<option value="4-12">
											Parking Space										</option>
																				<option value="4-13">
											Farm										</option>
																				<option value="4-15">
											Night Club										</option>
																				<option value="4-16">
											Warehouse										</option>
																				<option value="4-17">
											Garage										</option>
																				<option value="4-18">
											Business										</option>
																				<option value="4-19">
											Mooring										</option>
																				<option value="4-20">
											Stables										</option>
																				<option value="4-21">
											Kiosk										</option>
																				<option value="4-22">
											Chiringuito										</option>
																				<option value="4-23">
											Beach Bar										</option>
																				<option value="4-24">
											Mechanics										</option>
																				<option value="4-25">
											Hairdressers										</option>
																				<option value="4-26">
											Photography Studio										</option>
																				<option value="4-27">
											Laundry										</option>
																				<option value="4-28">
											Aparthotel										</option>
																				<option value="4-29">
											Apartment Complex										</option>
																				<option value="4-30">
											Residential Home										</option>
																				<option value="4-32">
											Vineyard										</option>
																				<option value="4-33">
											Olive Grove										</option>
																				<option value="4-34">
											Car Park										</option>
																				<option value="4-35">
											Commercial Premises										</option>
																				<option value="4-36">
											Campsite										</option>
																				<option value="4-37">
											With Residence										</option>
																				<option value="4-38">
											Building										</option>
																				<option value="4-100">
											Other										</option>
													</select>

			<div class="select-input-check">
			  <div class="selected-values" id="select-input-check">Property type</div>
			  <ul class="options-list" id="options-list-tipos" style="display: none;">
											
						


									<li>
																				<input type="checkbox" id="tipo-apartment" value="apartment"><label for="tipo-apartment">Apartment</label>
																			<ul>
																																			<li><input type="checkbox" id="tipo-1-2" value="1-2"><label for="tipo-1-2">Ground Floor Apartment</label></li>
																																			<li><input type="checkbox" id="tipo-1-4" value="1-4"><label for="tipo-1-4">Middle Floor Apartment</label></li>
																																			<li><input type="checkbox" id="tipo-1-5" value="1-5"><label for="tipo-1-5">Top Floor Apartment</label></li>
																																			<li><input type="checkbox" id="tipo-1-6" value="1-6"><label for="tipo-1-6">Penthouse</label></li>
																																			<li><input type="checkbox" id="tipo-1-7" value="1-7"><label for="tipo-1-7">Penthouse Duplex</label></li>
																																			<li><input type="checkbox" id="tipo-1-8" value="1-8"><label for="tipo-1-8">Duplex</label></li>
																																			<li><input type="checkbox" id="tipo-1-9" value="1-9"><label for="tipo-1-9">Ground Floor Studio</label></li>
																																			<li><input type="checkbox" id="tipo-1-10" value="1-10"><label for="tipo-1-10">Middle Floor Studio</label></li>
																																			<li><input type="checkbox" id="tipo-1-11" value="1-11"><label for="tipo-1-11">Top Floor Studio</label></li>
																					</ul>
																		</li>


								


									<li>
																				<input type="checkbox" id="tipo-house" value="house"><label for="tipo-house">House</label>
																			<ul>
																																			<li><input type="checkbox" id="tipo-2-2" value="2-2"><label for="tipo-2-2">Detached Villa</label></li>
																																			<li><input type="checkbox" id="tipo-2-4" value="2-4"><label for="tipo-2-4">Semi-Detached House</label></li>
																																			<li><input type="checkbox" id="tipo-2-5" value="2-5"><label for="tipo-2-5">Townhouse</label></li>
																																			<li><input type="checkbox" id="tipo-2-6" value="2-6"><label for="tipo-2-6">Finca - Cortijo</label></li>
																																			<li><input type="checkbox" id="tipo-2-9" value="2-9"><label for="tipo-2-9">Bungalow</label></li>
																																			<li><input type="checkbox" id="tipo-2-10" value="2-10"><label for="tipo-2-10">Quad</label></li>
																																			<li><input type="checkbox" id="tipo-2-12" value="2-12"><label for="tipo-2-12">Castle</label></li>
																																			<li><input type="checkbox" id="tipo-2-13" value="2-13"><label for="tipo-2-13">City Palace</label></li>
																																			<li><input type="checkbox" id="tipo-2-14" value="2-14"><label for="tipo-2-14">Wooden Cabin</label></li>
																																			<li><input type="checkbox" id="tipo-2-15" value="2-15"><label for="tipo-2-15">Wooden House</label></li>
																																			<li><input type="checkbox" id="tipo-2-16" value="2-16"><label for="tipo-2-16">Mobile Home</label></li>
																																			<li><input type="checkbox" id="tipo-2-17" value="2-17"><label for="tipo-2-17">Cave House</label></li>
																					</ul>
																		</li>


								


									<li>
																				<input type="checkbox" id="tipo-plot" value="plot"><label for="tipo-plot">Plot</label>
																			<ul>
																																			<li><input type="checkbox" id="tipo-3-2" value="3-2"><label for="tipo-3-2">Residential Plot</label></li>
																																			<li><input type="checkbox" id="tipo-3-3" value="3-3"><label for="tipo-3-3">Commercial Plot</label></li>
																																			<li><input type="checkbox" id="tipo-3-4" value="3-4"><label for="tipo-3-4">Land</label></li>
																																			<li><input type="checkbox" id="tipo-3-5" value="3-5"><label for="tipo-3-5">Land with Ruin</label></li>
																					</ul>
																		</li>


								


									<li>
																				<input type="checkbox" id="tipo-commercial" value="commercial"><label for="tipo-commercial">Commercial</label>
																			<ul>
																																			<li><input type="checkbox" id="tipo-4-2" value="4-2"><label for="tipo-4-2">Bar</label></li>
																																			<li><input type="checkbox" id="tipo-4-3" value="4-3"><label for="tipo-4-3">Restaurant</label></li>
																																			<li><input type="checkbox" id="tipo-4-4" value="4-4"><label for="tipo-4-4">Café</label></li>
																																			<li><input type="checkbox" id="tipo-4-5" value="4-5"><label for="tipo-4-5">Hotel</label></li>
																																			<li><input type="checkbox" id="tipo-4-6" value="4-6"><label for="tipo-4-6">Hostel</label></li>
																																			<li><input type="checkbox" id="tipo-4-7" value="4-7"><label for="tipo-4-7">Guest House</label></li>
																																			<li><input type="checkbox" id="tipo-4-8" value="4-8"><label for="tipo-4-8">Bed and Breakfast</label></li>
																																			<li><input type="checkbox" id="tipo-4-9" value="4-9"><label for="tipo-4-9">Shop</label></li>
																																			<li><input type="checkbox" id="tipo-4-10" value="4-10"><label for="tipo-4-10">Office</label></li>
																																			<li><input type="checkbox" id="tipo-4-11" value="4-11"><label for="tipo-4-11">Storage Room</label></li>
																																			<li><input type="checkbox" id="tipo-4-12" value="4-12"><label for="tipo-4-12">Parking Space</label></li>
																																			<li><input type="checkbox" id="tipo-4-13" value="4-13"><label for="tipo-4-13">Farm</label></li>
																																			<li><input type="checkbox" id="tipo-4-15" value="4-15"><label for="tipo-4-15">Night Club</label></li>
																																			<li><input type="checkbox" id="tipo-4-16" value="4-16"><label for="tipo-4-16">Warehouse</label></li>
																																			<li><input type="checkbox" id="tipo-4-17" value="4-17"><label for="tipo-4-17">Garage</label></li>
																																			<li><input type="checkbox" id="tipo-4-18" value="4-18"><label for="tipo-4-18">Business</label></li>
																																			<li><input type="checkbox" id="tipo-4-19" value="4-19"><label for="tipo-4-19">Mooring</label></li>
																																			<li><input type="checkbox" id="tipo-4-20" value="4-20"><label for="tipo-4-20">Stables</label></li>
																																			<li><input type="checkbox" id="tipo-4-21" value="4-21"><label for="tipo-4-21">Kiosk</label></li>
																																			<li><input type="checkbox" id="tipo-4-22" value="4-22"><label for="tipo-4-22">Chiringuito</label></li>
																																			<li><input type="checkbox" id="tipo-4-23" value="4-23"><label for="tipo-4-23">Beach Bar</label></li>
																																			<li><input type="checkbox" id="tipo-4-24" value="4-24"><label for="tipo-4-24">Mechanics</label></li>
																																			<li><input type="checkbox" id="tipo-4-25" value="4-25"><label for="tipo-4-25">Hairdressers</label></li>
																																			<li><input type="checkbox" id="tipo-4-26" value="4-26"><label for="tipo-4-26">Photography Studio</label></li>
																																			<li><input type="checkbox" id="tipo-4-27" value="4-27"><label for="tipo-4-27">Laundry</label></li>
																																			<li><input type="checkbox" id="tipo-4-28" value="4-28"><label for="tipo-4-28">Aparthotel</label></li>
																																			<li><input type="checkbox" id="tipo-4-29" value="4-29"><label for="tipo-4-29">Apartment Complex</label></li>
																																			<li><input type="checkbox" id="tipo-4-30" value="4-30"><label for="tipo-4-30">Residential Home</label></li>
																																			<li><input type="checkbox" id="tipo-4-32" value="4-32"><label for="tipo-4-32">Vineyard</label></li>
																																			<li><input type="checkbox" id="tipo-4-33" value="4-33"><label for="tipo-4-33">Olive Grove</label></li>
																																			<li><input type="checkbox" id="tipo-4-34" value="4-34"><label for="tipo-4-34">Car Park</label></li>
																																			<li><input type="checkbox" id="tipo-4-35" value="4-35"><label for="tipo-4-35">Commercial Premises</label></li>
																																			<li><input type="checkbox" id="tipo-4-36" value="4-36"><label for="tipo-4-36">Campsite</label></li>
																																			<li><input type="checkbox" id="tipo-4-37" value="4-37"><label for="tipo-4-37">With Residence</label></li>
																																			<li><input type="checkbox" id="tipo-4-38" value="4-38"><label for="tipo-4-38">Building</label></li>
																																			<li><input type="checkbox" id="tipo-4-100" value="4-100"><label for="tipo-4-100">Other</label></li>
																					</ul>
																		</li>


								
								  </ul>
			</div>

		</div>
	</div>
	<div class="grid-cntrlz-three-t">
		<div>
		    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ion-rangeslider/2.3.1/css/ion.rangeSlider.min.css"/>
		    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
		    <script src="https://cdnjs.cloudflare.com/ajax/libs/ion-rangeslider/2.3.1/js/ion.rangeSlider.min.js"></script>

		    <div class="label-form-pmr">Price:</div>
			<input type="text" class="js-range-slider" id="rango-precios" name="rango" value="" />

		    <script>
			var custom_values = [75000,100000,150000,200000,250000,300000,350000,400000,450000,500000,550000,600000,650000,700000,750000,800000,850000,900000,950000,1000000,1250000,1500000,1750000,2000000,2500000,3000000,4000000,5000000,7500000,10000000,15000000,20000000,25000000];				var my_from = custom_values.indexOf(50000);
				var my_to = custom_values.indexOf(25000000);
				jQuery("#rango-precios").ionRangeSlider({
					type:"double",
					grid: true,
					from: my_from,
					to: my_to,
					values: custom_values
				});
		    </script>

		</div>
		<div class="centrar">
			<select id="cuartos" class="cuartos">
				<option value="">Bedrooms</option>
				<option value="1">1 Bedroom</option><option value="1x">1 or more bedrooms</option><option value="2">2 Bedrooms</option><option value="2x">2 or more bedrooms</option><option value="3">3 Bedrooms</option><option value="3x">3 or more bedrooms</option><option value="4">4 Bedrooms</option><option value="4x">4 or more bedrooms</option><option value="5">5 Bedrooms</option><option value="5x">5 or more bedrooms</option><option value="6">6 Bedrooms</option><option value="6x">6 or more bedrooms</option><option value="7">7 Bedrooms</option><option value="7x">7 or more bedrooms</option><option value="8">8 Bedrooms</option><option value="8x">8 or more bedrooms</option><option value="9">9 Bedrooms</option><option value="9x">9 or more bedrooms</option>			</select>
		</div>
		<div class="ultima-caja centrar">
			<select id="wc" class="wc">
				<option value=''>Bathrooms</option>
				<option value="1">1 bathroom</option><option value="1x">1 or more bathrooms</option><option value="2">2 bathrooms</option><option value="2x">2 or more bathrooms</option><option value="3">3 bathrooms</option><option value="3x">3 or more bathrooms</option><option value="4">4 bathrooms</option><option value="4x">4 or more bathrooms</option><option value="5">5 bathrooms</option><option value="5x">5 or more bathrooms</option><option value="6">6 bathrooms</option><option value="6x">6 or more bathrooms</option><option value="7">7 bathrooms</option><option value="7x">7 or more bathrooms</option><option value="8">8 bathrooms</option><option value="8x">8 or more bathrooms</option><option value="9">9 bathrooms</option><option value="9x">9 or more bathrooms</option>			</select>
		</div>
	</div>



	<div class="grid-cntrlz-two">
		<div>
						<select id="localizacion" name="busca_localidades" class="localizar" multiple="multiple">
				<option value=''>All Locations</option>
					<optgroup label="Málaga"><option value="malaga">Málaga</option><option value="503-viviendas">503 Viviendas</option><option value="alameda">Alameda</option><option value="alcaucin">Alcaucín</option><option value="alfarnate">Alfarnate</option><option value="alfarnatejo">Alfarnatejo</option><option value="algarrobo">Algarrobo</option><option value="algarrobo-costa">Algarrobo Costa</option><option value="alhaurin-de-la-torre">Alhaurín de la Torre</option><option value="alhaurin-el-grande">Alhaurín el Grande</option><option value="alhaurin-golf">Alhaurin Golf</option><option value="almachar">Almachar</option><option value="almayate">Almayate</option><option value="almayate-alto">Almayate Alto</option><option value="almogia">Almogía</option><option value="aloha">Aloha</option><option value="alora">Alora</option><option value="alozaina">Alozaina</option><option value="altos-de-los-monteros">Altos de los Monteros</option><option value="antequera">Antequera</option><option value="archez">Árchez</option><option value="archidona">Archidona</option><option value="ardales">Ardales</option><option value="arenas">Arenas</option><option value="arriate">Arriate</option><option value="arroyo-de-la-miel">Arroyo de la Miel</option><option value="arroyo-de-los-angeles">Arroyo de los Ángeles</option><option value="artola">Artola</option><option value="atajate">Atajate</option><option value="atalaya">Atalaya</option><option value="bahia-de-marbella">Bahía de Marbella</option><option value="bailen-miraflores">Bailen Miraflores</option><option value="bajondillo">Bajondillo</option><option value="bel-air">Bel Air</option><option value="benahavis">Benahavís</option><option value="benajarafe">Benajarafe</option><option value="benalauria">Benalauría</option><option value="benalmadena">Benalmadena</option><option value="benalmadena-costa">Benalmadena Costa</option><option value="benalmadena-pueblo">Benalmadena Pueblo</option><option value="benamara">Benamara</option><option value="benamargosa">Benamargosa</option><option value="benamocarra">Benamocarra</option><option value="benaojan">Benaoján</option><option value="benarraba">Benarrabá</option><option value="bobadilla">Bobadilla</option><option value="cabopino">Cabopino</option><option value="cajiz">Cajiz</option><option value="cala-del-moral">Cala del Moral</option><option value="calahonda">Calahonda</option><option value="calanova-golf">Calanova Golf</option><option value="caleta-de-velez">Caleta de Vélez</option><option value="calypso">Calypso</option><option value="campanillas">Campanillas</option><option value="campo-mijas">Campo Mijas</option><option value="cancelada">Cancelada</option><option value="canete-la-real">Cañete la Real</option><option value="canillas-de-aceituno">Canillas de Aceituno</option><option value="canillas-de-albaida">Canillas de Albaida</option><option value="capuchinos">Capuchinos</option><option value="carib-playa">Carib Playa</option><option value="cartajima">Cartajima</option><option value="cartama">Cártama</option><option value="carvajal">Carvajal</option><option value="casabermeja">Casabermeja</option><option value="casarabonela">Casarabonela</option><option value="casares">Casares</option><option value="casares-playa">Casares Playa</option><option value="casares-pueblo">Casares Pueblo</option><option value="centro-historico">Centro Histórico</option><option value="cerrado-de-calderon">Cerrado de Calderón</option><option value="cerros-del-aguila">Cerros del Aguila</option><option value="chilches">Chilches</option><option value="churriana">Churriana</option><option value="ciudad-jardin">Ciudad Jardín</option><option value="coin">Coín</option><option value="colmenar">Colmenar</option><option value="comares">Comares</option><option value="competa">Cómpeta</option><option value="conde-de-urena">Conde de Ureña</option><option value="cortes-de-la-frontera">Cortes de la Frontera</option><option value="cortijo-blanco">Cortijo Blanco</option><option value="cortijo-de-maza">Cortijo de Maza</option><option value="corumbela">Corumbela</option><option value="costabella">Costabella</option><option value="costalita">Costalita</option><option value="cuevas-bajas">Cuevas Bajas</option><option value="cuevas-de-san-marcos">Cuevas De San Marcos</option><option value="cuevas-del-becerro">Cuevas del Becerro</option><option value="diana-park">Diana Park</option><option value="dona-julia">Doña Julia</option><option value="dos-hermanas">Dos Hermanas</option><option value="el-atabal">El Atabal</option><option value="el-borge">El Borge</option><option value="el-burgo">El Burgo</option><option value="el-candado">El Candado</option><option value="el-chaparral">El Chaparral</option><option value="el-chorro">El Chorro</option><option value="el-coto">El Coto</option><option value="el-ejido">El Ejido</option><option value="el-faro">El Faro</option><option value="el-hornillo">El Hornillo</option><option value="el-madronal">El Madroñal</option><option value="el-morche">El Morche</option><option value="el-padron">El Padron</option><option value="el-palo">El Palo</option><option value="el-paraiso">El Paraiso</option><option value="el-pinillo">El Pinillo</option><option value="el-presidente">El Presidente</option><option value="el-rosario">El Rosario</option><option value="el-torcal">El Torcal</option><option value="elviria">Elviria</option><option value="entrerrios">Entrerrios</option><option value="estacion-de-cartama">Estacion de Cartama</option><option value="estacion-de-gaucin">Estación de Gaucin</option><option value="estepona">Estepona</option><option value="finca-el-pato">Finca El Pato</option><option value="frigiliana">Frigiliana</option><option value="fuengirola">Fuengirola</option><option value="fuente-de-piedra">Fuente de Piedra</option><option value="gaucin">Gaucín</option><option value="genalguacil">Genalguacil</option><option value="gibralgalia">Gibralgalia</option><option value="guadalmar">Guadalmar</option><option value="guadalmina-alta">Guadalmina Alta</option><option value="guadalmina-baja">Guadalmina Baja</option><option value="guaro">Guaro</option><option value="hacienda-del-sol">Hacienda del Sol</option><option value="hacienda-las-chapas">Hacienda Las Chapas</option><option value="higueron">Higueron</option><option value="huelin">Huelin</option><option value="humilladero">Humilladero</option><option value="istan">Istán</option><option value="iznate">Iznate</option><option value="jubrique">Jubrique</option><option value="juzcar">Júzcar</option><option value="la-cala">La Cala</option><option value="la-cala-de-mijas">La Cala de Mijas</option><option value="la-cala-del-moral">La Cala del Moral</option><option value="la-cala-golf">La Cala Golf</option><option value="la-cala-hills">La Cala Hills</option><option value="la-campana">La Campana</option><option value="la-capellania">La Capellania</option><option value="la-carihuela">La Carihuela</option><option value="la-colina">La Colina</option><option value="la-duquesa">La Duquesa</option><option value="la-heredia">La Heredia</option><option value="la-mairena">La Mairena</option><option value="la-merced">La Merced</option><option value="la-princesa">La Princesa</option><option value="la-quinta">La Quinta</option><option value="la-trinidad">La Trinidad</option><option value="la-victoria">La Victoria</option><option value="la-vinuela">La Viñuela</option><option value="la-zagaleta">La Zagaleta</option><option value="lagos">Lagos</option><option value="las-brisas">Las Brisas</option><option value="las-chapas">Las Chapas</option><option value="las-flores">Las Flores</option><option value="las-lagunas">Las Lagunas</option><option value="lauro-golf">Lauro Golf</option><option value="limonar">Limonar</option><option value="los-alamos">Los Alamos</option><option value="los-almendros">Los Almendros</option><option value="los-arqueros">Los Arqueros</option><option value="los-boliches">Los Boliches</option><option value="los-flamingos">Los Flamingos</option><option value="los-monteros">Los Monteros</option><option value="los-pacos">Los Pacos</option><option value="los-tilos">Los Tilos</option><option value="macharaviaya">Macharaviaya</option><option value="malaga">Málaga</option><option value="malaga-centro">Málaga Centro</option><option value="malaga-este">Málaga Este</option><option value="malagueta">Malagueta</option><option value="manilva">Manilva</option><option value="marbella">Marbella</option><option value="marbesa">Marbesa</option><option value="maro">Maro</option><option value="martiricos">Martiricos</option><option value="mayorazgo">Mayorazgo</option><option value="mijas">Mijas</option><option value="mijas-costa">Mijas Costa</option><option value="mijas-golf">Mijas Golf</option><option value="miraflores">Miraflores</option><option value="moclinejo">Moclinejo</option><option value="mollina">Mollina</option><option value="monda">Monda</option><option value="monte-halcones">Monte Halcones</option><option value="monte-sancha">Monte Sancha</option><option value="montemar">Montemar</option><option value="montes-de-malaga">Montes de Málaga</option><option value="nagueles">Nagüeles</option><option value="nerja">Nerja</option><option value="new-golden-mile">New Golden Mile</option><option value="nueva-andalucia">Nueva Andalucía</option><option value="ojen">Ojén</option><option value="olletas">Olletas</option><option value="pacifico">Pacífico</option><option value="parque-clavero">Parque Clavero</option><option value="pedregalejo">Pedregalejo</option><option value="perchel-norte">Perchel Norte</option><option value="perchel-sur">Perchel Sur</option><option value="periana">Periana</option><option value="pinares-de-san-anton">Pinares de San Antón</option><option value="pizarra">Pizarra</option><option value="playamar">Playamar</option><option value="portada-alta">Portada Alta</option><option value="puerto-banus">Puerto Banús</option><option value="puerto-de-cabopino">Puerto de Cabopino</option><option value="puerto-de-la-torre">Puerto de la Torre</option><option value="pujerra">Pujerra</option><option value="punta-chullera">Punta Chullera</option><option value="reserva-de-marbella">Reserva de Marbella</option><option value="rincon-de-la-victoria">Rincón de la Victoria</option><option value="rio-real">Río Real</option><option value="riogordo">Riogordo</option><option value="riviera-del-sol">Riviera del Sol</option><option value="ronda">Ronda</option><option value="salares">Salares</option><option value="san-luis-de-sabinillas">San Luis de Sabinillas</option><option value="san-pedro-de-alcantara">San Pedro de Alcántara</option><option value="santa-clara">Santa Clara</option><option value="santa-rosalia">Santa Rosalía</option><option value="sayalonga">Sayalonga</option><option value="sedella">Sedella</option><option value="selwo">Selwo</option><option value="serrato">Serrato</option><option value="sierra-blanca">Sierra Blanca</option><option value="sierra-de-yeguas">Sierra de Yeguas</option><option value="sierrezuela">Sierrezuela</option><option value="soho">Soho</option><option value="suarez">Suárez</option><option value="teatinos">Teatinos</option><option value="teba">Teba</option><option value="the-golden-mile">The Golden Mile</option><option value="tolox">Tolox</option><option value="torre-de-benagalbon">Torre de Benagalbón</option><option value="torre-del-mar">Torre del Mar</option><option value="torre-real">Torre Real</option><option value="torreblanca">Torreblanca</option><option value="torremolinos">Torremolinos</option><option value="torremolinos-centro">Torremolinos Centro</option><option value="torremuelle">Torremuelle</option><option value="torrenueva">Torrenueva</option><option value="torrequebrada">Torrequebrada</option><option value="torrox">Torrox</option><option value="torrox-costa">Torrox Costa</option><option value="totalan">Totalán</option><option value="valle-de-abdalajis">Valle de Abdalajis</option><option value="valle-del-sol">Valle del Sol</option><option value="valle-romano">Valle Romano</option><option value="valle-niza">Valle-Niza</option><option value="valtocado">Valtocado</option><option value="velez-malaga">Vélez-Málaga</option><option value="victoria-eugenia">Victoria Eugenia</option><option value="villanueva-de-algaidas">Villanueva de Algaidas</option><option value="villanueva-de-la-concepcion">Villanueva De La Concepcion</option><option value="villanueva-de-tapia">Villanueva de Tapia</option><option value="villanueva-del-rosario">Villanueva del Rosario</option><option value="vinuela">Viñuela</option><option value="yunquera">Yunquera</option><option value="zalea">Zalea</option></optgroup>			</select>
		</div>
		<div class="ultima-caja">


			<select id="detacado" class="destacado" multiple="multiple" style="display:none;">
															<option value="Beachfront">Beachfront</option>
											<option value="Frontline-Golf">Frontline Golf</option>
											<option value="Town">Town</option>
											<option value="Suburban">Suburban</option>
											<option value="Country">Country</option>
											<option value="Commercial-Area">Commercial Area</option>
											<option value="Beachside">Beachside</option>
											<option value="Port">Port</option>
											<option value="Village">Village</option>
											<option value="Mountain-Pueblo">Mountain Pueblo</option>
											<option value="Close-To-Golf">Close To Golf</option>
											<option value="Close-To-Port">Close To Port</option>
											<option value="Close-To-Shops">Close To Shops</option>
											<option value="Close-To-Sea">Close To Sea</option>
											<option value="Close-To-Town">Close To Town</option>
											<option value="Close-To-Schools">Close To Schools</option>
											<option value="Close-To-Skiing">Close To Skiing</option>
											<option value="Close-To-Forest">Close To Forest</option>
											<option value="Marina">Marina</option>
											<option value="Close-To-Marina">Close To Marina</option>
											<option value="Urbanisation">Urbanisation</option>
											<option value="Front-Line-Beach-Complex">Front Line Beach Complex</option>
																				<option value="North-Facing">North Facing</option>
											<option value="North-East-Orientation">North East Orientation</option>
											<option value="East-Facing">East Facing</option>
											<option value="South-East-Orientation">South East Orientation</option>
											<option value="South-Facing">South Facing</option>
											<option value="South-West-Orientation">South West Orientation</option>
											<option value="West-Facing">West Facing</option>
											<option value="North-West-Orientation">North West Orientation</option>
																				<option value="Excellent-Condition">Excellent Condition</option>
											<option value="Good-Condition">Good Condition</option>
											<option value="Fair-Condition">Fair Condition</option>
											<option value="Renovation-Required">Renovation Required</option>
											<option value="Recently-Renovated">Recently Renovated</option>
											<option value="Recently-Refurbished">Recently Refurbished</option>
											<option value="Restoration-Required">Restoration Required</option>
											<option value="New-Construction">New Construction</option>
																				<option value="Communal-Pool">Communal Pool</option>
											<option value="Private-Pool">Private Pool</option>
											<option value="Indoor-Pool">Indoor Pool</option>
											<option value="Heated-Pool">Heated Pool</option>
											<option value="Room-For-Pool">Room For Pool</option>
											<option value="Childrens-Pool">Childrens Pool</option>
																				<option value="Air-Conditioning">Air Conditioning</option>
											<option value="Pre-Installed-A/C">Pre Installed A/C</option>
											<option value="Hot-A/C">Hot A/C</option>
											<option value="Cold-A/C">Cold A/C</option>
											<option value="Central-Heating">Central Heating</option>
											<option value="Fireplace">Fireplace</option>
											<option value="U/F-Heating">U/F Heating</option>
											<option value="U/F/H-Bathrooms">U/F/H Bathrooms</option>
																				<option value="Sea-Views">Sea Views</option>
											<option value="Mountain-Views">Mountain Views</option>
											<option value="Golf-Views">Golf Views</option>
											<option value="Beach-Views">Beach Views</option>
											<option value="Port-Views">Port Views</option>
											<option value="Country-Views">Country Views</option>
											<option value="Panoramic-Views">Panoramic Views</option>
											<option value="Garden-Views">Garden Views</option>
											<option value="Pool-Views">Pool Views</option>
											<option value="Courtyard-Views">Courtyard Views</option>
											<option value="Lake-Views">Lake Views</option>
											<option value="Urban-Views">Urban Views</option>
											<option value="Ski-Views">Ski Views</option>
											<option value="Forest-Views">Forest Views</option>
											<option value="Street-Views">Street Views</option>
																				<option value="Covered-Terrace">Covered Terrace</option>
											<option value="Lift">Lift</option>
											<option value="Fitted-Wardrobes">Fitted Wardrobes</option>
											<option value="Near-Transport">Near Transport</option>
											<option value="Private-Terrace">Private Terrace</option>
											<option value="Solarium">Solarium</option>
											<option value="Satellite-TV">Satellite TV</option>
											<option value="WiFi">WiFi</option>
											<option value="Gym">Gym</option>
											<option value="Sauna">Sauna</option>
											<option value="Games-Room">Games Room</option>
											<option value="Paddle-Tennis">Paddle Tennis</option>
											<option value="Tennis-Court">Tennis Court</option>
											<option value="Guest-Apartment">Guest Apartment</option>
											<option value="Guest-House">Guest House</option>
											<option value="Storage-Room">Storage Room</option>
											<option value="Utility-Room">Utility Room</option>
											<option value="Ensuite-Bathroom">Ensuite Bathroom</option>
											<option value="Wood-Flooring">Wood Flooring</option>
											<option value="Disabled-Access">Disabled Access</option>
											<option value="Marble-Flooring">Marble Flooring</option>
											<option value="Jacuzzi">Jacuzzi</option>
											<option value="Bar">Bar</option>
											<option value="Barbeque">Barbeque</option>
											<option value="Double-Glazing">Double Glazing</option>
											<option value="Domotics">Domotics</option>
											<option value="24-Hour-Reception">24 Hour Reception</option>
											<option value="Restaurant-On-Site">Restaurant On Site</option>
											<option value="Car-Hire-Facility">Car Hire Facility</option>
											<option value="Courtesy-Bus">Courtesy Bus</option>
											<option value="Day-Care">Day Care</option>
											<option value="Near-Mosque">Near Mosque</option>
											<option value="Staff-Accommodation">Staff Accommodation</option>
											<option value="Stables">Stables</option>
											<option value="Near-Church">Near Church</option>
											<option value="Basement">Basement</option>
											<option value="Fiber-Optic">Fiber Optic</option>
																				<option value="Fully-Furnished">Fully Furnished</option>
											<option value="Part-Furnished">Part Furnished</option>
											<option value="Not-Furnished">Not Furnished</option>
											<option value="Optional-Furniture">Optional Furniture</option>
																				<option value="Fully-Fitted-Kitchen">Fully Fitted Kitchen</option>
											<option value="Partially-Fitted-Kitchen">Partially Fitted Kitchen</option>
											<option value="Not-Fitted-Kitchen">Not Fitted Kitchen</option>
											<option value="Kitchen-Lounge">Kitchen-Lounge</option>
																				<option value="Communal-Garden">Communal Garden</option>
											<option value="Private-Garden">Private Garden</option>
											<option value="Landscaped-Garden">Landscaped Garden</option>
											<option value="Easy-Maintenance-Garden">Easy Maintenance Garden</option>
																				<option value="Gated-Complex">Gated Complex</option>
											<option value="Electric-Blinds">Electric Blinds</option>
											<option value="Entry-Phone">Entry Phone</option>
											<option value="Alarm-System">Alarm System</option>
											<option value="24-Hour-Security">24 Hour Security</option>
											<option value="Safe">Safe</option>
																				<option value="Underground-Parking">Underground Parking</option>
											<option value="Garage">Garage</option>
											<option value="Covered-Parking">Covered Parking</option>
											<option value="Open-Parking">Open Parking</option>
											<option value="Street-Parking">Street Parking</option>
											<option value="Multiple-Parking-Spaces">Multiple Parking Spaces</option>
											<option value="Communal-Parking">Communal Parking</option>
											<option value="Private-Parking">Private Parking</option>
											<option value="EV-charge-point">EV charge point</option>
																				<option value="Electricity">Electricity</option>
											<option value="Drinkable-Water">Drinkable Water</option>
											<option value="Telephone">Telephone</option>
											<option value="Gas">Gas</option>
											<option value="Photovoltaic-solar-panels">Photovoltaic solar panels</option>
											<option value="Solar-water-heating">Solar water heating</option>
																				<option value="Bargain">Bargain</option>
											<option value="Beachfront">Beachfront</option>
											<option value="Cheap">Cheap</option>
											<option value="Distressed">Distressed</option>
											<option value="Golf">Golf</option>
											<option value="Holiday-Homes">Holiday Homes</option>
											<option value="Investment">Investment</option>
											<option value="Luxury">Luxury</option>
											<option value="Off-Plan">Off Plan</option>
											<option value="Reduced">Reduced</option>
											<option value="Repossession">Repossession</option>
											<option value="Resale">Resale</option>
											<option value="With-Planning-Permission">With Planning Permission</option>
											<option value="Contemporary">Contemporary</option>
											<option value="New-Development">New Development</option>
																				<option value="Plot">Plot</option>
											<option value="With-License">With License</option>
											<option value="Without-License">Without License</option>
											<option value="Residential">Residential</option>
											<option value="Commercial">Commercial</option>
											<option value="Project">Project</option>
											<option value="Rustic">Rustic</option>
											<option value="Urbanised">Urbanised</option>
											<option value="Fully-Approved">Fully Approved</option>
											<option value="Not-Started">Not Started</option>
											<option value="Partially-Complete">Partially Complete</option>
											<option value="Fully-Complete">Fully Complete</option>
											<option value="Hotel">Hotel</option>
											<option value="Hostel">Hostel</option>
											<option value="Bed-and-Breakfast">Bed and Breakfast</option>
											<option value="Bar">Bar</option>
											<option value="Restaurant">Restaurant</option>
											<option value="Shop">Shop</option>
											<option value="Office">Office</option>
											<option value="Apartments">Apartments</option>
											<option value="Town-Houses">Town Houses</option>
											<option value="Villas">Villas</option>
											<option value="Nursing-Home">Nursing Home</option>
											<option value="Hospital">Hospital</option>
											<option value="School">School</option>
											<option value="Sports-Centre">Sports Centre</option>
											<option value="Equestrian-Centre">Equestrian Centre</option>
											<option value="Golf-Course">Golf Course</option>
											<option value="Garage-Space">Garage Space</option>
											<option value="Warehouse">Warehouse</option>
											<option value="Leasehold">Leasehold</option>
											<option value="Gymnasium">Gymnasium</option>
																				<option value="Bank-Guarantee-Required">Bank Guarantee Required</option>
											<option value="References-Required">References Required</option>
											<option value="Smoking-Allowed">Smoking Allowed</option>
											<option value="Pets-Allowed">Pets Allowed</option>
												</select>


			<div class="select-input-check-destacado">
				<div class="selected-values-destacado" id="select-input-check-destacado">Features</div>
				<div class="options-list-destacado" id="options-list-destacado" style="display:none;">
											<button class="accordion">Setting</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-Beachfront" value="Beachfront"><label for="destacado-Beachfront">Beachfront</label></li>
																	<li><input type="checkbox" id="destacado-Frontline-Golf" value="Frontline-Golf"><label for="destacado-Frontline-Golf">Frontline Golf</label></li>
																	<li><input type="checkbox" id="destacado-Town" value="Town"><label for="destacado-Town">Town</label></li>
																	<li><input type="checkbox" id="destacado-Suburban" value="Suburban"><label for="destacado-Suburban">Suburban</label></li>
																	<li><input type="checkbox" id="destacado-Country" value="Country"><label for="destacado-Country">Country</label></li>
																	<li><input type="checkbox" id="destacado-Commercial-Area" value="Commercial-Area"><label for="destacado-Commercial-Area">Commercial Area</label></li>
																	<li><input type="checkbox" id="destacado-Beachside" value="Beachside"><label for="destacado-Beachside">Beachside</label></li>
																	<li><input type="checkbox" id="destacado-Port" value="Port"><label for="destacado-Port">Port</label></li>
																	<li><input type="checkbox" id="destacado-Village" value="Village"><label for="destacado-Village">Village</label></li>
																	<li><input type="checkbox" id="destacado-Mountain-Pueblo" value="Mountain-Pueblo"><label for="destacado-Mountain-Pueblo">Mountain Pueblo</label></li>
																	<li><input type="checkbox" id="destacado-Close-To-Golf" value="Close-To-Golf"><label for="destacado-Close-To-Golf">Close To Golf</label></li>
																	<li><input type="checkbox" id="destacado-Close-To-Port" value="Close-To-Port"><label for="destacado-Close-To-Port">Close To Port</label></li>
																	<li><input type="checkbox" id="destacado-Close-To-Shops" value="Close-To-Shops"><label for="destacado-Close-To-Shops">Close To Shops</label></li>
																	<li><input type="checkbox" id="destacado-Close-To-Sea" value="Close-To-Sea"><label for="destacado-Close-To-Sea">Close To Sea</label></li>
																	<li><input type="checkbox" id="destacado-Close-To-Town" value="Close-To-Town"><label for="destacado-Close-To-Town">Close To Town</label></li>
																	<li><input type="checkbox" id="destacado-Close-To-Schools" value="Close-To-Schools"><label for="destacado-Close-To-Schools">Close To Schools</label></li>
																	<li><input type="checkbox" id="destacado-Close-To-Skiing" value="Close-To-Skiing"><label for="destacado-Close-To-Skiing">Close To Skiing</label></li>
																	<li><input type="checkbox" id="destacado-Close-To-Forest" value="Close-To-Forest"><label for="destacado-Close-To-Forest">Close To Forest</label></li>
																	<li><input type="checkbox" id="destacado-Marina" value="Marina"><label for="destacado-Marina">Marina</label></li>
																	<li><input type="checkbox" id="destacado-Close-To-Marina" value="Close-To-Marina"><label for="destacado-Close-To-Marina">Close To Marina</label></li>
																	<li><input type="checkbox" id="destacado-Urbanisation" value="Urbanisation"><label for="destacado-Urbanisation">Urbanisation</label></li>
																	<li><input type="checkbox" id="destacado-Front-Line-Beach-Complex" value="Front-Line-Beach-Complex"><label for="destacado-Front-Line-Beach-Complex">Front Line Beach Complex</label></li>
															</ul>
						</div>
											<button class="accordion">Orientation</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-North-Facing" value="North-Facing"><label for="destacado-North-Facing">North Facing</label></li>
																	<li><input type="checkbox" id="destacado-North-East-Orientation" value="North-East-Orientation"><label for="destacado-North-East-Orientation">North East Orientation</label></li>
																	<li><input type="checkbox" id="destacado-East-Facing" value="East-Facing"><label for="destacado-East-Facing">East Facing</label></li>
																	<li><input type="checkbox" id="destacado-South-East-Orientation" value="South-East-Orientation"><label for="destacado-South-East-Orientation">South East Orientation</label></li>
																	<li><input type="checkbox" id="destacado-South-Facing" value="South-Facing"><label for="destacado-South-Facing">South Facing</label></li>
																	<li><input type="checkbox" id="destacado-South-West-Orientation" value="South-West-Orientation"><label for="destacado-South-West-Orientation">South West Orientation</label></li>
																	<li><input type="checkbox" id="destacado-West-Facing" value="West-Facing"><label for="destacado-West-Facing">West Facing</label></li>
																	<li><input type="checkbox" id="destacado-North-West-Orientation" value="North-West-Orientation"><label for="destacado-North-West-Orientation">North West Orientation</label></li>
															</ul>
						</div>
											<button class="accordion">Condition</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-Excellent-Condition" value="Excellent-Condition"><label for="destacado-Excellent-Condition">Excellent Condition</label></li>
																	<li><input type="checkbox" id="destacado-Good-Condition" value="Good-Condition"><label for="destacado-Good-Condition">Good Condition</label></li>
																	<li><input type="checkbox" id="destacado-Fair-Condition" value="Fair-Condition"><label for="destacado-Fair-Condition">Fair Condition</label></li>
																	<li><input type="checkbox" id="destacado-Renovation-Required" value="Renovation-Required"><label for="destacado-Renovation-Required">Renovation Required</label></li>
																	<li><input type="checkbox" id="destacado-Recently-Renovated" value="Recently-Renovated"><label for="destacado-Recently-Renovated">Recently Renovated</label></li>
																	<li><input type="checkbox" id="destacado-Recently-Refurbished" value="Recently-Refurbished"><label for="destacado-Recently-Refurbished">Recently Refurbished</label></li>
																	<li><input type="checkbox" id="destacado-Restoration-Required" value="Restoration-Required"><label for="destacado-Restoration-Required">Restoration Required</label></li>
																	<li><input type="checkbox" id="destacado-New-Construction" value="New-Construction"><label for="destacado-New-Construction">New Construction</label></li>
															</ul>
						</div>
											<button class="accordion">Pool</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-Communal-Pool" value="Communal-Pool"><label for="destacado-Communal-Pool">Communal Pool</label></li>
																	<li><input type="checkbox" id="destacado-Private-Pool" value="Private-Pool"><label for="destacado-Private-Pool">Private Pool</label></li>
																	<li><input type="checkbox" id="destacado-Indoor-Pool" value="Indoor-Pool"><label for="destacado-Indoor-Pool">Indoor Pool</label></li>
																	<li><input type="checkbox" id="destacado-Heated-Pool" value="Heated-Pool"><label for="destacado-Heated-Pool">Heated Pool</label></li>
																	<li><input type="checkbox" id="destacado-Room-For-Pool" value="Room-For-Pool"><label for="destacado-Room-For-Pool">Room For Pool</label></li>
																	<li><input type="checkbox" id="destacado-Childrens-Pool" value="Childrens-Pool"><label for="destacado-Childrens-Pool">Childrens Pool</label></li>
															</ul>
						</div>
											<button class="accordion">Climate Control</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-Air-Conditioning" value="Air-Conditioning"><label for="destacado-Air-Conditioning">Air Conditioning</label></li>
																	<li><input type="checkbox" id="destacado-Pre-Installed-A/C" value="Pre-Installed-A/C"><label for="destacado-Pre-Installed-A/C">Pre Installed A/C</label></li>
																	<li><input type="checkbox" id="destacado-Hot-A/C" value="Hot-A/C"><label for="destacado-Hot-A/C">Hot A/C</label></li>
																	<li><input type="checkbox" id="destacado-Cold-A/C" value="Cold-A/C"><label for="destacado-Cold-A/C">Cold A/C</label></li>
																	<li><input type="checkbox" id="destacado-Central-Heating" value="Central-Heating"><label for="destacado-Central-Heating">Central Heating</label></li>
																	<li><input type="checkbox" id="destacado-Fireplace" value="Fireplace"><label for="destacado-Fireplace">Fireplace</label></li>
																	<li><input type="checkbox" id="destacado-U/F-Heating" value="U/F-Heating"><label for="destacado-U/F-Heating">U/F Heating</label></li>
																	<li><input type="checkbox" id="destacado-U/F/H-Bathrooms" value="U/F/H-Bathrooms"><label for="destacado-U/F/H-Bathrooms">U/F/H Bathrooms</label></li>
															</ul>
						</div>
											<button class="accordion">Views</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-Sea-Views" value="Sea-Views"><label for="destacado-Sea-Views">Sea Views</label></li>
																	<li><input type="checkbox" id="destacado-Mountain-Views" value="Mountain-Views"><label for="destacado-Mountain-Views">Mountain Views</label></li>
																	<li><input type="checkbox" id="destacado-Golf-Views" value="Golf-Views"><label for="destacado-Golf-Views">Golf Views</label></li>
																	<li><input type="checkbox" id="destacado-Beach-Views" value="Beach-Views"><label for="destacado-Beach-Views">Beach Views</label></li>
																	<li><input type="checkbox" id="destacado-Port-Views" value="Port-Views"><label for="destacado-Port-Views">Port Views</label></li>
																	<li><input type="checkbox" id="destacado-Country-Views" value="Country-Views"><label for="destacado-Country-Views">Country Views</label></li>
																	<li><input type="checkbox" id="destacado-Panoramic-Views" value="Panoramic-Views"><label for="destacado-Panoramic-Views">Panoramic Views</label></li>
																	<li><input type="checkbox" id="destacado-Garden-Views" value="Garden-Views"><label for="destacado-Garden-Views">Garden Views</label></li>
																	<li><input type="checkbox" id="destacado-Pool-Views" value="Pool-Views"><label for="destacado-Pool-Views">Pool Views</label></li>
																	<li><input type="checkbox" id="destacado-Courtyard-Views" value="Courtyard-Views"><label for="destacado-Courtyard-Views">Courtyard Views</label></li>
																	<li><input type="checkbox" id="destacado-Lake-Views" value="Lake-Views"><label for="destacado-Lake-Views">Lake Views</label></li>
																	<li><input type="checkbox" id="destacado-Urban-Views" value="Urban-Views"><label for="destacado-Urban-Views">Urban Views</label></li>
																	<li><input type="checkbox" id="destacado-Ski-Views" value="Ski-Views"><label for="destacado-Ski-Views">Ski Views</label></li>
																	<li><input type="checkbox" id="destacado-Forest-Views" value="Forest-Views"><label for="destacado-Forest-Views">Forest Views</label></li>
																	<li><input type="checkbox" id="destacado-Street-Views" value="Street-Views"><label for="destacado-Street-Views">Street Views</label></li>
															</ul>
						</div>
											<button class="accordion">Features</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-Covered-Terrace" value="Covered-Terrace"><label for="destacado-Covered-Terrace">Covered Terrace</label></li>
																	<li><input type="checkbox" id="destacado-Lift" value="Lift"><label for="destacado-Lift">Lift</label></li>
																	<li><input type="checkbox" id="destacado-Fitted-Wardrobes" value="Fitted-Wardrobes"><label for="destacado-Fitted-Wardrobes">Fitted Wardrobes</label></li>
																	<li><input type="checkbox" id="destacado-Near-Transport" value="Near-Transport"><label for="destacado-Near-Transport">Near Transport</label></li>
																	<li><input type="checkbox" id="destacado-Private-Terrace" value="Private-Terrace"><label for="destacado-Private-Terrace">Private Terrace</label></li>
																	<li><input type="checkbox" id="destacado-Solarium" value="Solarium"><label for="destacado-Solarium">Solarium</label></li>
																	<li><input type="checkbox" id="destacado-Satellite-TV" value="Satellite-TV"><label for="destacado-Satellite-TV">Satellite TV</label></li>
																	<li><input type="checkbox" id="destacado-WiFi" value="WiFi"><label for="destacado-WiFi">WiFi</label></li>
																	<li><input type="checkbox" id="destacado-Gym" value="Gym"><label for="destacado-Gym">Gym</label></li>
																	<li><input type="checkbox" id="destacado-Sauna" value="Sauna"><label for="destacado-Sauna">Sauna</label></li>
																	<li><input type="checkbox" id="destacado-Games-Room" value="Games-Room"><label for="destacado-Games-Room">Games Room</label></li>
																	<li><input type="checkbox" id="destacado-Paddle-Tennis" value="Paddle-Tennis"><label for="destacado-Paddle-Tennis">Paddle Tennis</label></li>
																	<li><input type="checkbox" id="destacado-Tennis-Court" value="Tennis-Court"><label for="destacado-Tennis-Court">Tennis Court</label></li>
																	<li><input type="checkbox" id="destacado-Guest-Apartment" value="Guest-Apartment"><label for="destacado-Guest-Apartment">Guest Apartment</label></li>
																	<li><input type="checkbox" id="destacado-Guest-House" value="Guest-House"><label for="destacado-Guest-House">Guest House</label></li>
																	<li><input type="checkbox" id="destacado-Storage-Room" value="Storage-Room"><label for="destacado-Storage-Room">Storage Room</label></li>
																	<li><input type="checkbox" id="destacado-Utility-Room" value="Utility-Room"><label for="destacado-Utility-Room">Utility Room</label></li>
																	<li><input type="checkbox" id="destacado-Ensuite-Bathroom" value="Ensuite-Bathroom"><label for="destacado-Ensuite-Bathroom">Ensuite Bathroom</label></li>
																	<li><input type="checkbox" id="destacado-Wood-Flooring" value="Wood-Flooring"><label for="destacado-Wood-Flooring">Wood Flooring</label></li>
																	<li><input type="checkbox" id="destacado-Disabled-Access" value="Disabled-Access"><label for="destacado-Disabled-Access">Disabled Access</label></li>
																	<li><input type="checkbox" id="destacado-Marble-Flooring" value="Marble-Flooring"><label for="destacado-Marble-Flooring">Marble Flooring</label></li>
																	<li><input type="checkbox" id="destacado-Jacuzzi" value="Jacuzzi"><label for="destacado-Jacuzzi">Jacuzzi</label></li>
																	<li><input type="checkbox" id="destacado-Bar" value="Bar"><label for="destacado-Bar">Bar</label></li>
																	<li><input type="checkbox" id="destacado-Barbeque" value="Barbeque"><label for="destacado-Barbeque">Barbeque</label></li>
																	<li><input type="checkbox" id="destacado-Double-Glazing" value="Double-Glazing"><label for="destacado-Double-Glazing">Double Glazing</label></li>
																	<li><input type="checkbox" id="destacado-Domotics" value="Domotics"><label for="destacado-Domotics">Domotics</label></li>
																	<li><input type="checkbox" id="destacado-24-Hour-Reception" value="24-Hour-Reception"><label for="destacado-24-Hour-Reception">24 Hour Reception</label></li>
																	<li><input type="checkbox" id="destacado-Restaurant-On-Site" value="Restaurant-On-Site"><label for="destacado-Restaurant-On-Site">Restaurant On Site</label></li>
																	<li><input type="checkbox" id="destacado-Car-Hire-Facility" value="Car-Hire-Facility"><label for="destacado-Car-Hire-Facility">Car Hire Facility</label></li>
																	<li><input type="checkbox" id="destacado-Courtesy-Bus" value="Courtesy-Bus"><label for="destacado-Courtesy-Bus">Courtesy Bus</label></li>
																	<li><input type="checkbox" id="destacado-Day-Care" value="Day-Care"><label for="destacado-Day-Care">Day Care</label></li>
																	<li><input type="checkbox" id="destacado-Near-Mosque" value="Near-Mosque"><label for="destacado-Near-Mosque">Near Mosque</label></li>
																	<li><input type="checkbox" id="destacado-Staff-Accommodation" value="Staff-Accommodation"><label for="destacado-Staff-Accommodation">Staff Accommodation</label></li>
																	<li><input type="checkbox" id="destacado-Stables" value="Stables"><label for="destacado-Stables">Stables</label></li>
																	<li><input type="checkbox" id="destacado-Near-Church" value="Near-Church"><label for="destacado-Near-Church">Near Church</label></li>
																	<li><input type="checkbox" id="destacado-Basement" value="Basement"><label for="destacado-Basement">Basement</label></li>
																	<li><input type="checkbox" id="destacado-Fiber-Optic" value="Fiber-Optic"><label for="destacado-Fiber-Optic">Fiber Optic</label></li>
															</ul>
						</div>
											<button class="accordion">Furniture</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-Fully-Furnished" value="Fully-Furnished"><label for="destacado-Fully-Furnished">Fully Furnished</label></li>
																	<li><input type="checkbox" id="destacado-Part-Furnished" value="Part-Furnished"><label for="destacado-Part-Furnished">Part Furnished</label></li>
																	<li><input type="checkbox" id="destacado-Not-Furnished" value="Not-Furnished"><label for="destacado-Not-Furnished">Not Furnished</label></li>
																	<li><input type="checkbox" id="destacado-Optional-Furniture" value="Optional-Furniture"><label for="destacado-Optional-Furniture">Optional Furniture</label></li>
															</ul>
						</div>
											<button class="accordion">Kitchen</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-Fully-Fitted-Kitchen" value="Fully-Fitted-Kitchen"><label for="destacado-Fully-Fitted-Kitchen">Fully Fitted Kitchen</label></li>
																	<li><input type="checkbox" id="destacado-Partially-Fitted-Kitchen" value="Partially-Fitted-Kitchen"><label for="destacado-Partially-Fitted-Kitchen">Partially Fitted Kitchen</label></li>
																	<li><input type="checkbox" id="destacado-Not-Fitted-Kitchen" value="Not-Fitted-Kitchen"><label for="destacado-Not-Fitted-Kitchen">Not Fitted Kitchen</label></li>
																	<li><input type="checkbox" id="destacado-Kitchen-Lounge" value="Kitchen-Lounge"><label for="destacado-Kitchen-Lounge">Kitchen-Lounge</label></li>
															</ul>
						</div>
											<button class="accordion">Garden</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-Communal-Garden" value="Communal-Garden"><label for="destacado-Communal-Garden">Communal Garden</label></li>
																	<li><input type="checkbox" id="destacado-Private-Garden" value="Private-Garden"><label for="destacado-Private-Garden">Private Garden</label></li>
																	<li><input type="checkbox" id="destacado-Landscaped-Garden" value="Landscaped-Garden"><label for="destacado-Landscaped-Garden">Landscaped Garden</label></li>
																	<li><input type="checkbox" id="destacado-Easy-Maintenance-Garden" value="Easy-Maintenance-Garden"><label for="destacado-Easy-Maintenance-Garden">Easy Maintenance Garden</label></li>
															</ul>
						</div>
											<button class="accordion">Security</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-Gated-Complex" value="Gated-Complex"><label for="destacado-Gated-Complex">Gated Complex</label></li>
																	<li><input type="checkbox" id="destacado-Electric-Blinds" value="Electric-Blinds"><label for="destacado-Electric-Blinds">Electric Blinds</label></li>
																	<li><input type="checkbox" id="destacado-Entry-Phone" value="Entry-Phone"><label for="destacado-Entry-Phone">Entry Phone</label></li>
																	<li><input type="checkbox" id="destacado-Alarm-System" value="Alarm-System"><label for="destacado-Alarm-System">Alarm System</label></li>
																	<li><input type="checkbox" id="destacado-24-Hour-Security" value="24-Hour-Security"><label for="destacado-24-Hour-Security">24 Hour Security</label></li>
																	<li><input type="checkbox" id="destacado-Safe" value="Safe"><label for="destacado-Safe">Safe</label></li>
															</ul>
						</div>
											<button class="accordion">Parking</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-Underground-Parking" value="Underground-Parking"><label for="destacado-Underground-Parking">Underground Parking</label></li>
																	<li><input type="checkbox" id="destacado-Garage" value="Garage"><label for="destacado-Garage">Garage</label></li>
																	<li><input type="checkbox" id="destacado-Covered-Parking" value="Covered-Parking"><label for="destacado-Covered-Parking">Covered Parking</label></li>
																	<li><input type="checkbox" id="destacado-Open-Parking" value="Open-Parking"><label for="destacado-Open-Parking">Open Parking</label></li>
																	<li><input type="checkbox" id="destacado-Street-Parking" value="Street-Parking"><label for="destacado-Street-Parking">Street Parking</label></li>
																	<li><input type="checkbox" id="destacado-Multiple-Parking-Spaces" value="Multiple-Parking-Spaces"><label for="destacado-Multiple-Parking-Spaces">Multiple Parking Spaces</label></li>
																	<li><input type="checkbox" id="destacado-Communal-Parking" value="Communal-Parking"><label for="destacado-Communal-Parking">Communal Parking</label></li>
																	<li><input type="checkbox" id="destacado-Private-Parking" value="Private-Parking"><label for="destacado-Private-Parking">Private Parking</label></li>
																	<li><input type="checkbox" id="destacado-EV-charge-point" value="EV-charge-point"><label for="destacado-EV-charge-point">EV charge point</label></li>
															</ul>
						</div>
											<button class="accordion">Utilities</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-Electricity" value="Electricity"><label for="destacado-Electricity">Electricity</label></li>
																	<li><input type="checkbox" id="destacado-Drinkable-Water" value="Drinkable-Water"><label for="destacado-Drinkable-Water">Drinkable Water</label></li>
																	<li><input type="checkbox" id="destacado-Telephone" value="Telephone"><label for="destacado-Telephone">Telephone</label></li>
																	<li><input type="checkbox" id="destacado-Gas" value="Gas"><label for="destacado-Gas">Gas</label></li>
																	<li><input type="checkbox" id="destacado-Photovoltaic-solar-panels" value="Photovoltaic-solar-panels"><label for="destacado-Photovoltaic-solar-panels">Photovoltaic solar panels</label></li>
																	<li><input type="checkbox" id="destacado-Solar-water-heating" value="Solar-water-heating"><label for="destacado-Solar-water-heating">Solar water heating</label></li>
															</ul>
						</div>
											<button class="accordion">Category</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-Bargain" value="Bargain"><label for="destacado-Bargain">Bargain</label></li>
																	<li><input type="checkbox" id="destacado-Beachfront" value="Beachfront"><label for="destacado-Beachfront">Beachfront</label></li>
																	<li><input type="checkbox" id="destacado-Cheap" value="Cheap"><label for="destacado-Cheap">Cheap</label></li>
																	<li><input type="checkbox" id="destacado-Distressed" value="Distressed"><label for="destacado-Distressed">Distressed</label></li>
																	<li><input type="checkbox" id="destacado-Golf" value="Golf"><label for="destacado-Golf">Golf</label></li>
																	<li><input type="checkbox" id="destacado-Holiday-Homes" value="Holiday-Homes"><label for="destacado-Holiday-Homes">Holiday Homes</label></li>
																	<li><input type="checkbox" id="destacado-Investment" value="Investment"><label for="destacado-Investment">Investment</label></li>
																	<li><input type="checkbox" id="destacado-Luxury" value="Luxury"><label for="destacado-Luxury">Luxury</label></li>
																	<li><input type="checkbox" id="destacado-Off-Plan" value="Off-Plan"><label for="destacado-Off-Plan">Off Plan</label></li>
																	<li><input type="checkbox" id="destacado-Reduced" value="Reduced"><label for="destacado-Reduced">Reduced</label></li>
																	<li><input type="checkbox" id="destacado-Repossession" value="Repossession"><label for="destacado-Repossession">Repossession</label></li>
																	<li><input type="checkbox" id="destacado-Resale" value="Resale"><label for="destacado-Resale">Resale</label></li>
																	<li><input type="checkbox" id="destacado-With-Planning-Permission" value="With-Planning-Permission"><label for="destacado-With-Planning-Permission">With Planning Permission</label></li>
																	<li><input type="checkbox" id="destacado-Contemporary" value="Contemporary"><label for="destacado-Contemporary">Contemporary</label></li>
																	<li><input type="checkbox" id="destacado-New-Development" value="New-Development"><label for="destacado-New-Development">New Development</label></li>
															</ul>
						</div>
											<button class="accordion">Plots and Ventures</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-Plot" value="Plot"><label for="destacado-Plot">Plot</label></li>
																	<li><input type="checkbox" id="destacado-With-License" value="With-License"><label for="destacado-With-License">With License</label></li>
																	<li><input type="checkbox" id="destacado-Without-License" value="Without-License"><label for="destacado-Without-License">Without License</label></li>
																	<li><input type="checkbox" id="destacado-Residential" value="Residential"><label for="destacado-Residential">Residential</label></li>
																	<li><input type="checkbox" id="destacado-Commercial" value="Commercial"><label for="destacado-Commercial">Commercial</label></li>
																	<li><input type="checkbox" id="destacado-Project" value="Project"><label for="destacado-Project">Project</label></li>
																	<li><input type="checkbox" id="destacado-Rustic" value="Rustic"><label for="destacado-Rustic">Rustic</label></li>
																	<li><input type="checkbox" id="destacado-Urbanised" value="Urbanised"><label for="destacado-Urbanised">Urbanised</label></li>
																	<li><input type="checkbox" id="destacado-Fully-Approved" value="Fully-Approved"><label for="destacado-Fully-Approved">Fully Approved</label></li>
																	<li><input type="checkbox" id="destacado-Not-Started" value="Not-Started"><label for="destacado-Not-Started">Not Started</label></li>
																	<li><input type="checkbox" id="destacado-Partially-Complete" value="Partially-Complete"><label for="destacado-Partially-Complete">Partially Complete</label></li>
																	<li><input type="checkbox" id="destacado-Fully-Complete" value="Fully-Complete"><label for="destacado-Fully-Complete">Fully Complete</label></li>
																	<li><input type="checkbox" id="destacado-Hotel" value="Hotel"><label for="destacado-Hotel">Hotel</label></li>
																	<li><input type="checkbox" id="destacado-Hostel" value="Hostel"><label for="destacado-Hostel">Hostel</label></li>
																	<li><input type="checkbox" id="destacado-Bed-and-Breakfast" value="Bed-and-Breakfast"><label for="destacado-Bed-and-Breakfast">Bed and Breakfast</label></li>
																	<li><input type="checkbox" id="destacado-Bar" value="Bar"><label for="destacado-Bar">Bar</label></li>
																	<li><input type="checkbox" id="destacado-Restaurant" value="Restaurant"><label for="destacado-Restaurant">Restaurant</label></li>
																	<li><input type="checkbox" id="destacado-Shop" value="Shop"><label for="destacado-Shop">Shop</label></li>
																	<li><input type="checkbox" id="destacado-Office" value="Office"><label for="destacado-Office">Office</label></li>
																	<li><input type="checkbox" id="destacado-Apartments" value="Apartments"><label for="destacado-Apartments">Apartments</label></li>
																	<li><input type="checkbox" id="destacado-Town-Houses" value="Town-Houses"><label for="destacado-Town-Houses">Town Houses</label></li>
																	<li><input type="checkbox" id="destacado-Villas" value="Villas"><label for="destacado-Villas">Villas</label></li>
																	<li><input type="checkbox" id="destacado-Nursing-Home" value="Nursing-Home"><label for="destacado-Nursing-Home">Nursing Home</label></li>
																	<li><input type="checkbox" id="destacado-Hospital" value="Hospital"><label for="destacado-Hospital">Hospital</label></li>
																	<li><input type="checkbox" id="destacado-School" value="School"><label for="destacado-School">School</label></li>
																	<li><input type="checkbox" id="destacado-Sports-Centre" value="Sports-Centre"><label for="destacado-Sports-Centre">Sports Centre</label></li>
																	<li><input type="checkbox" id="destacado-Equestrian-Centre" value="Equestrian-Centre"><label for="destacado-Equestrian-Centre">Equestrian Centre</label></li>
																	<li><input type="checkbox" id="destacado-Golf-Course" value="Golf-Course"><label for="destacado-Golf-Course">Golf Course</label></li>
																	<li><input type="checkbox" id="destacado-Garage-Space" value="Garage-Space"><label for="destacado-Garage-Space">Garage Space</label></li>
																	<li><input type="checkbox" id="destacado-Warehouse" value="Warehouse"><label for="destacado-Warehouse">Warehouse</label></li>
																	<li><input type="checkbox" id="destacado-Leasehold" value="Leasehold"><label for="destacado-Leasehold">Leasehold</label></li>
																	<li><input type="checkbox" id="destacado-Gymnasium" value="Gymnasium"><label for="destacado-Gymnasium">Gymnasium</label></li>
															</ul>
						</div>
											<button class="accordion">Rentals</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-Bank-Guarantee-Required" value="Bank-Guarantee-Required"><label for="destacado-Bank-Guarantee-Required">Bank Guarantee Required</label></li>
																	<li><input type="checkbox" id="destacado-References-Required" value="References-Required"><label for="destacado-References-Required">References Required</label></li>
																	<li><input type="checkbox" id="destacado-Smoking-Allowed" value="Smoking-Allowed"><label for="destacado-Smoking-Allowed">Smoking Allowed</label></li>
																	<li><input type="checkbox" id="destacado-Pets-Allowed" value="Pets-Allowed"><label for="destacado-Pets-Allowed">Pets Allowed</label></li>
															</ul>
						</div>
									</div>
			</div>



		</div>
	</div>
	<div class="grid-cntrlz-three">
		<div>
			<select name="ordenar" class="ordenar-form-pmr">
				<option value="" selected="selected">Sort By</option>
				<option value="price-ascending">Price (ascending)</option>
				<option value="price-descending">Price (descending)</option>
				<option value="location">Location</option>
				<option value="last-date">Listed date</option>
			</select>
		</div>
		<div>
			<input type="submit" class="btn-buscar" value='Search' />
		</div>
		<div class="ultima-caja">
			<a href="#" id="reset-formulario" class="btn-reset gris">Clear form</a>
		</div>
	</div>
</div>
<p class="num-resultados">Number of results: 8563</p><div class="paginar">
			<div class="half-pagination"><ul class="pagination pagination_nojax"><li class="active"><a href="https://www.winterfield.es/en/results/property.All-properties/pag.1/">1</a></li>	<li><a href="https://www.winterfield.es/en/results/property.All-properties/pag.2/">2</a></li>	<li><a href="https://www.winterfield.es/en/results/property.All-properties/pag.3/">3</a></li>	<li><a href="https://www.winterfield.es/en/results/property.All-properties/pag.4/">4</a></li>	<li><a href="https://www.winterfield.es/en/results/property.All-properties/pag.5/">5</a></li>	<li><a href="https://www.winterfield.es/en/results/property.All-properties/pag.6/">6</a></li>	<li><a href="https://www.winterfield.es/en/results/property.All-properties/pag.7/">7</a></li>	<li><a href="https://www.winterfield.es/en/results/property.All-properties/pag.8/">8</a></li>	<li><a href="https://www.winterfield.es/en/results/property.All-properties/pag.9/">9</a></li>	<li><a href="https://www.winterfield.es/en/results/property.All-properties/pag.10/">10</a></li>					<li class="roundright"><a href="https://www.winterfield.es/en/results/property.All-properties/pag.2/"><i class="fas fa-angle-right"></i></a></li>				<li class="roundright"><a href="https://www.winterfield.es/en/results/property.All-properties/pag.857/"><i class="fas fa-angle-double-right"></i></a></li>	</ul></div></div>

<div style="display:none;">
	</div>


<style>
	.prop_social {
	    position: relative;
	    top: unset;
	    right: unset;
	    float: right;
	}
</style>


	<section class="property-items" style="margin-left: -20px;">
		<div id="listing_ajax_container" class="grid-cntrlz-three">
							<div class="col-md-6 listing_wrapper ">
					<article class="property_listing  property_card_default">
						<figure class="listing-unit-img-wrapper">
							<div class="prop_new_details">
				            	<div class="prop_new_details_back"></div>
				                <div class="property_media"><i style="display: none;" class="fas fa-camera"></i> </div>
				                								<div class="property_location_image"> <span class="property_marker"></span><a href="/en/results/cod-loc.almogia" rel="tag">Almogía</a></div>
								<div class="featured_gradient"></div>
				            </div>	
							<a href="https://www.winterfield.es/en/property-details/PropertyID.R5362543/Almogía/"><img src="https://cdn.resales-online.com/public/woahhgjz50/properties/aea94bdc3d6511f182490652962539d5/w400/1-8feb9a13440344d11ba504bcb1dd499c.jpg?v=1776768006" class="attachment-property-thumb-image size-property-thumb-image wp-post-image" alt="R5362543 - Almogía" /></a>
						</figure>
						<div class="property-unit-information-wrapper">
							<h4><a href="https://www.winterfield.es/en/property-details/PropertyID.R5362543/Almogía/">R5362543 - Almogía</a></h4>
							<div class="detail">
								<div class="listing_unit_price_wrapper"> &euro; 223.000                                </div>
								<div class="listing_details the_grid_view">Imagine waking up to birdsong, the fresh air of the Guadalhorce Valley and sierra views that remind you every </div>
							</div>	
							<div class="property_listing_details">
								<span class="inforoom">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<circle class="circle" cx="5" cy="8.3" r="2.2"></circle><path class="path" d="M0 22.999C0 23.6 0.4 24 1 24S2 23.6 2 22.999V18H2h20h0.001v4.999c0 0.6 0.4 1 1 1 C23.552 24 24 23.6 24 22.999V10C24 9.4 23.6 9 23 9C22.447 9 22 9.4 22 10v1H22h-0.999V10.5 C20.999 8 20 6 17.5 6H11C9.769 6.1 8.2 6.3 8 8v3H2H2V9C2 8.4 1.6 8 1 8S0 8.4 0 9V22.999z M10.021 8.2 C10.19 8.1 10.6 8 11 8h5.5c1.382 0 2.496-0.214 2.5 2.501v0.499h-9L10.021 8.174z M22 16H2v-2.999h20V16z"></path>
									</svg>1								</span>
								<span class="infobath">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<path class="path" d="M23.001 12h-1.513C21.805 11.6 22 11.1 22 10.5C22 9.1 20.9 8 19.5 8S17 9.1 17 10.5 c0 0.6 0.2 1.1 0.5 1.5H2.999c0-0.001 0-0.002 0-0.002V2.983V2.98c0.084-0.169-0.083-0.979 1-0.981h0.006 C4.008 2 4.3 2 4.5 2.104L4.292 2.292c-0.39 0.392-0.39 1 0 1.415c0.391 0.4 1 0.4 1.4 0l2-1.999 c0.39-0.391 0.39-1.025 0-1.415c-0.391-0.391-1.023-0.391-1.415 0L5.866 0.72C5.775 0.6 5.7 0.5 5.5 0.4 C4.776 0 4.1 0 4 0H3.984v0.001C1.195 0 1 2.7 1 2.98v0.019v0.032v8.967c0 0 0 0 0 0.002H0.999 C0.447 12 0 12.4 0 12.999S0.447 14 1 14H1v2.001c0.001 2.6 1.7 4.8 4 5.649V23c0 0.6 0.4 1 1 1s1-0.447 1-1v-1h10v1 c0 0.6 0.4 1 1 1s1-0.447 1-1v-1.102c2.745-0.533 3.996-3.222 4-5.897V14h0.001C23.554 14 24 13.6 24 13 S23.554 12 23 12z M21.001 16.001c-0.091 2.539-0.927 3.97-3.001 3.997H7c-2.208-0.004-3.996-1.79-4-3.997V14h15.173 c-0.379 0.484-0.813 0.934-1.174 1.003c-0.54 0.104-0.999 0.446-0.999 1c0 0.6 0.4 1 1 1 c2.159-0.188 3.188-2.006 3.639-2.999h0.363V16.001z"></path><rect class="rect" x="6.6" y="4.1" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 15.6319 3.2336)" width="1" height="1.4"></rect><rect class="rect" x="9.4" y="2.4" transform="matrix(0.7066 0.7076 -0.7076 0.7066 4.9969 -6.342)" width="1.4" height="1"></rect><rect class="rect" x="9.4" y="6.4" transform="matrix(0.7071 0.7071 -0.7071 0.7071 7.8179 -5.167)" width="1.4" height="1"></rect><rect class="rect" x="12.4" y="4.4" transform="matrix(0.7069 0.7073 -0.7073 0.7069 7.2858 -7.8754)" width="1.4" height="1"></rect><rect class="rect" x="13.4" y="7.4" transform="matrix(-0.7064 -0.7078 0.7078 -0.7064 18.5823 23.4137)" width="1.4" height="1"></rect>
									</svg>1								</span>
								<span class="infosize">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<path class="path" d="M14 7.001H2.999C1.342 7 0 8.3 0 10v11c0 1.7 1.3 3 3 3H14c1.656 0 3-1.342 3-3V10 C17 8.3 15.7 7 14 7.001z M14.998 21c0 0.551-0.447 1-0.998 1.002H2.999C2.448 22 2 21.6 2 21V10 c0.001-0.551 0.449-0.999 1-0.999H14c0.551 0 1 0.4 1 0.999V21z"></path><path class="path" d="M14.266 0.293c-0.395-0.391-1.034-0.391-1.429 0c-0.395 0.39-0.395 1 0 1.415L13.132 2H3.869l0.295-0.292 c0.395-0.391 0.395-1.025 0-1.415c-0.394-0.391-1.034-0.391-1.428 0L0 3l2.736 2.707c0.394 0.4 1 0.4 1.4 0 c0.395-0.391 0.395-1.023 0-1.414L3.869 4.001h9.263l-0.295 0.292c-0.395 0.392-0.395 1 0 1.414s1.034 0.4 1.4 0L17 3 L14.266 0.293z"></path><path class="path" d="M18.293 9.734c-0.391 0.395-0.391 1 0 1.429s1.023 0.4 1.4 0L20 10.868v9.263l-0.292-0.295 c-0.392-0.395-1.024-0.395-1.415 0s-0.391 1 0 1.428L21 24l2.707-2.736c0.391-0.394 0.391-1.033 0-1.428s-1.023-0.395-1.414 0 l-0.292 0.295v-9.263l0.292 0.295c0.392 0.4 1 0.4 1.4 0s0.391-1.034 0-1.429L21 7L18.293 9.734z"></path>
									</svg>42 m<sup>2</sup>
								</span>
								<div class="prop_social">
	                                <div class="share_unit" style="display: none;">
	                                    <a href="https://www.facebook.com/sharer/sharer.php?u=https://www.winterfield.es/en/property-details/PropertyID.R5362543/Almogía/" class="social_facebook" rel="noreferrer" target="_blank">Facebook</a>
	                                    <a href="https://twitter.com/intent/tweet?url=https://www.winterfield.es/en/property-details/PropertyID.R5362543/Almogía/" class="social_tweet" rel="noreferrer" target="_blank">Twitter</a>
	                                    <a href="https://api.whatsapp.com/send?text=https://www.winterfield.es/en/property-details/PropertyID.R5362543/Almogía/" class="social_whatsup" rel="noreferrer" target="_blank">WhatsApp</a>
	                                    <a href="mailto:correo@correo.com?subject=I'm interested in&body=https://www.winterfield.es/en/property-details/PropertyID.R5362543/Almogía/" class="social_email" rel="noreferrer" target="_blank">Email</a>
	                                </div>
	                                <div class="title_share share_list single_property_action" data-original-title="compartir ficha"><i class="fas fa-share-alt"></i>Compartir</div>
	                            </div>
							</div>	
						</div>
					</article>
				</div>
							<div class="col-md-6 listing_wrapper ">
					<article class="property_listing  property_card_default">
						<figure class="listing-unit-img-wrapper">
							<div class="prop_new_details">
				            	<div class="prop_new_details_back"></div>
				                <div class="property_media"><i style="display: none;" class="fas fa-camera"></i> </div>
				                								<div class="property_location_image"> <span class="property_marker"></span><a href="/en/results/cod-loc.benamargosa" rel="tag">Benamargosa</a></div>
								<div class="featured_gradient"></div>
				            </div>	
							<a href="https://www.winterfield.es/en/property-details/PropertyID.R5362438/Benamargosa/"><img src="https://cdn.resales-online.com/public/g2cp4gc6qx/properties/6845926f3d5311f182490652962539d5/w400/1-8feb9a13440344d11ba504bcb1dd499c.jpg?v=1776760469" class="attachment-property-thumb-image size-property-thumb-image wp-post-image" alt="R5362438 - Benamargosa" /></a>
						</figure>
						<div class="property-unit-information-wrapper">
							<h4><a href="https://www.winterfield.es/en/property-details/PropertyID.R5362438/Benamargosa/">R5362438 - Benamargosa</a></h4>
							<div class="detail">
								<div class="listing_unit_price_wrapper"> &euro; 129.950                                </div>
								<div class="listing_details the_grid_view">Benamargosa is a charming little pueblo with services, cafes and restaurants and it is only 13 kilometers from</div>
							</div>	
							<div class="property_listing_details">
								<span class="inforoom">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<circle class="circle" cx="5" cy="8.3" r="2.2"></circle><path class="path" d="M0 22.999C0 23.6 0.4 24 1 24S2 23.6 2 22.999V18H2h20h0.001v4.999c0 0.6 0.4 1 1 1 C23.552 24 24 23.6 24 22.999V10C24 9.4 23.6 9 23 9C22.447 9 22 9.4 22 10v1H22h-0.999V10.5 C20.999 8 20 6 17.5 6H11C9.769 6.1 8.2 6.3 8 8v3H2H2V9C2 8.4 1.6 8 1 8S0 8.4 0 9V22.999z M10.021 8.2 C10.19 8.1 10.6 8 11 8h5.5c1.382 0 2.496-0.214 2.5 2.501v0.499h-9L10.021 8.174z M22 16H2v-2.999h20V16z"></path>
									</svg>3								</span>
								<span class="infobath">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<path class="path" d="M23.001 12h-1.513C21.805 11.6 22 11.1 22 10.5C22 9.1 20.9 8 19.5 8S17 9.1 17 10.5 c0 0.6 0.2 1.1 0.5 1.5H2.999c0-0.001 0-0.002 0-0.002V2.983V2.98c0.084-0.169-0.083-0.979 1-0.981h0.006 C4.008 2 4.3 2 4.5 2.104L4.292 2.292c-0.39 0.392-0.39 1 0 1.415c0.391 0.4 1 0.4 1.4 0l2-1.999 c0.39-0.391 0.39-1.025 0-1.415c-0.391-0.391-1.023-0.391-1.415 0L5.866 0.72C5.775 0.6 5.7 0.5 5.5 0.4 C4.776 0 4.1 0 4 0H3.984v0.001C1.195 0 1 2.7 1 2.98v0.019v0.032v8.967c0 0 0 0 0 0.002H0.999 C0.447 12 0 12.4 0 12.999S0.447 14 1 14H1v2.001c0.001 2.6 1.7 4.8 4 5.649V23c0 0.6 0.4 1 1 1s1-0.447 1-1v-1h10v1 c0 0.6 0.4 1 1 1s1-0.447 1-1v-1.102c2.745-0.533 3.996-3.222 4-5.897V14h0.001C23.554 14 24 13.6 24 13 S23.554 12 23 12z M21.001 16.001c-0.091 2.539-0.927 3.97-3.001 3.997H7c-2.208-0.004-3.996-1.79-4-3.997V14h15.173 c-0.379 0.484-0.813 0.934-1.174 1.003c-0.54 0.104-0.999 0.446-0.999 1c0 0.6 0.4 1 1 1 c2.159-0.188 3.188-2.006 3.639-2.999h0.363V16.001z"></path><rect class="rect" x="6.6" y="4.1" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 15.6319 3.2336)" width="1" height="1.4"></rect><rect class="rect" x="9.4" y="2.4" transform="matrix(0.7066 0.7076 -0.7076 0.7066 4.9969 -6.342)" width="1.4" height="1"></rect><rect class="rect" x="9.4" y="6.4" transform="matrix(0.7071 0.7071 -0.7071 0.7071 7.8179 -5.167)" width="1.4" height="1"></rect><rect class="rect" x="12.4" y="4.4" transform="matrix(0.7069 0.7073 -0.7073 0.7069 7.2858 -7.8754)" width="1.4" height="1"></rect><rect class="rect" x="13.4" y="7.4" transform="matrix(-0.7064 -0.7078 0.7078 -0.7064 18.5823 23.4137)" width="1.4" height="1"></rect>
									</svg>2								</span>
								<span class="infosize">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<path class="path" d="M14 7.001H2.999C1.342 7 0 8.3 0 10v11c0 1.7 1.3 3 3 3H14c1.656 0 3-1.342 3-3V10 C17 8.3 15.7 7 14 7.001z M14.998 21c0 0.551-0.447 1-0.998 1.002H2.999C2.448 22 2 21.6 2 21V10 c0.001-0.551 0.449-0.999 1-0.999H14c0.551 0 1 0.4 1 0.999V21z"></path><path class="path" d="M14.266 0.293c-0.395-0.391-1.034-0.391-1.429 0c-0.395 0.39-0.395 1 0 1.415L13.132 2H3.869l0.295-0.292 c0.395-0.391 0.395-1.025 0-1.415c-0.394-0.391-1.034-0.391-1.428 0L0 3l2.736 2.707c0.394 0.4 1 0.4 1.4 0 c0.395-0.391 0.395-1.023 0-1.414L3.869 4.001h9.263l-0.295 0.292c-0.395 0.392-0.395 1 0 1.414s1.034 0.4 1.4 0L17 3 L14.266 0.293z"></path><path class="path" d="M18.293 9.734c-0.391 0.395-0.391 1 0 1.429s1.023 0.4 1.4 0L20 10.868v9.263l-0.292-0.295 c-0.392-0.395-1.024-0.395-1.415 0s-0.391 1 0 1.428L21 24l2.707-2.736c0.391-0.394 0.391-1.033 0-1.428s-1.023-0.395-1.414 0 l-0.292 0.295v-9.263l0.292 0.295c0.392 0.4 1 0.4 1.4 0s0.391-1.034 0-1.429L21 7L18.293 9.734z"></path>
									</svg>120 m<sup>2</sup>
								</span>
								<div class="prop_social">
	                                <div class="share_unit" style="display: none;">
	                                    <a href="https://www.facebook.com/sharer/sharer.php?u=https://www.winterfield.es/en/property-details/PropertyID.R5362438/Benamargosa/" class="social_facebook" rel="noreferrer" target="_blank">Facebook</a>
	                                    <a href="https://twitter.com/intent/tweet?url=https://www.winterfield.es/en/property-details/PropertyID.R5362438/Benamargosa/" class="social_tweet" rel="noreferrer" target="_blank">Twitter</a>
	                                    <a href="https://api.whatsapp.com/send?text=https://www.winterfield.es/en/property-details/PropertyID.R5362438/Benamargosa/" class="social_whatsup" rel="noreferrer" target="_blank">WhatsApp</a>
	                                    <a href="mailto:correo@correo.com?subject=I'm interested in&body=https://www.winterfield.es/en/property-details/PropertyID.R5362438/Benamargosa/" class="social_email" rel="noreferrer" target="_blank">Email</a>
	                                </div>
	                                <div class="title_share share_list single_property_action" data-original-title="compartir ficha"><i class="fas fa-share-alt"></i>Compartir</div>
	                            </div>
							</div>	
						</div>
					</article>
				</div>
							<div class="col-md-6 listing_wrapper ">
					<article class="property_listing  property_card_default">
						<figure class="listing-unit-img-wrapper">
							<div class="prop_new_details">
				            	<div class="prop_new_details_back"></div>
				                <div class="property_media"><i style="display: none;" class="fas fa-camera"></i> </div>
				                								<div class="property_location_image"> <span class="property_marker"></span><a href="/en/results/cod-loc.campo-mijas" rel="tag">Campo Mijas</a></div>
								<div class="featured_gradient"></div>
				            </div>	
							<a href="https://www.winterfield.es/en/property-details/PropertyID.R5289445/Campo-Mijas/"><img src="https://cdn.resales-online.com/public/jmpkuq5ene/properties/44803e04f84411f0866f069f3d650d4b/w400/1-8feb9a13440344d11ba504bcb1dd499c.jpg?v=1772539112" class="attachment-property-thumb-image size-property-thumb-image wp-post-image" alt="R5289445 - Campo Mijas" /></a>
						</figure>
						<div class="property-unit-information-wrapper">
							<h4><a href="https://www.winterfield.es/en/property-details/PropertyID.R5289445/Campo-Mijas/">R5289445 - Campo Mijas</a></h4>
							<div class="detail">
								<div class="listing_unit_price_wrapper"> &euro; 1.799.500                                </div>
								<div class="listing_details the_grid_view">Set in a quite area of Campo Mijas and El Hornillo you have a fully functioning very successful south facing 8</div>
							</div>	
							<div class="property_listing_details">
								<span class="inforoom">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<circle class="circle" cx="5" cy="8.3" r="2.2"></circle><path class="path" d="M0 22.999C0 23.6 0.4 24 1 24S2 23.6 2 22.999V18H2h20h0.001v4.999c0 0.6 0.4 1 1 1 C23.552 24 24 23.6 24 22.999V10C24 9.4 23.6 9 23 9C22.447 9 22 9.4 22 10v1H22h-0.999V10.5 C20.999 8 20 6 17.5 6H11C9.769 6.1 8.2 6.3 8 8v3H2H2V9C2 8.4 1.6 8 1 8S0 8.4 0 9V22.999z M10.021 8.2 C10.19 8.1 10.6 8 11 8h5.5c1.382 0 2.496-0.214 2.5 2.501v0.499h-9L10.021 8.174z M22 16H2v-2.999h20V16z"></path>
									</svg>8								</span>
								<span class="infobath">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<path class="path" d="M23.001 12h-1.513C21.805 11.6 22 11.1 22 10.5C22 9.1 20.9 8 19.5 8S17 9.1 17 10.5 c0 0.6 0.2 1.1 0.5 1.5H2.999c0-0.001 0-0.002 0-0.002V2.983V2.98c0.084-0.169-0.083-0.979 1-0.981h0.006 C4.008 2 4.3 2 4.5 2.104L4.292 2.292c-0.39 0.392-0.39 1 0 1.415c0.391 0.4 1 0.4 1.4 0l2-1.999 c0.39-0.391 0.39-1.025 0-1.415c-0.391-0.391-1.023-0.391-1.415 0L5.866 0.72C5.775 0.6 5.7 0.5 5.5 0.4 C4.776 0 4.1 0 4 0H3.984v0.001C1.195 0 1 2.7 1 2.98v0.019v0.032v8.967c0 0 0 0 0 0.002H0.999 C0.447 12 0 12.4 0 12.999S0.447 14 1 14H1v2.001c0.001 2.6 1.7 4.8 4 5.649V23c0 0.6 0.4 1 1 1s1-0.447 1-1v-1h10v1 c0 0.6 0.4 1 1 1s1-0.447 1-1v-1.102c2.745-0.533 3.996-3.222 4-5.897V14h0.001C23.554 14 24 13.6 24 13 S23.554 12 23 12z M21.001 16.001c-0.091 2.539-0.927 3.97-3.001 3.997H7c-2.208-0.004-3.996-1.79-4-3.997V14h15.173 c-0.379 0.484-0.813 0.934-1.174 1.003c-0.54 0.104-0.999 0.446-0.999 1c0 0.6 0.4 1 1 1 c2.159-0.188 3.188-2.006 3.639-2.999h0.363V16.001z"></path><rect class="rect" x="6.6" y="4.1" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 15.6319 3.2336)" width="1" height="1.4"></rect><rect class="rect" x="9.4" y="2.4" transform="matrix(0.7066 0.7076 -0.7076 0.7066 4.9969 -6.342)" width="1.4" height="1"></rect><rect class="rect" x="9.4" y="6.4" transform="matrix(0.7071 0.7071 -0.7071 0.7071 7.8179 -5.167)" width="1.4" height="1"></rect><rect class="rect" x="12.4" y="4.4" transform="matrix(0.7069 0.7073 -0.7073 0.7069 7.2858 -7.8754)" width="1.4" height="1"></rect><rect class="rect" x="13.4" y="7.4" transform="matrix(-0.7064 -0.7078 0.7078 -0.7064 18.5823 23.4137)" width="1.4" height="1"></rect>
									</svg>8								</span>
								<span class="infosize">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<path class="path" d="M14 7.001H2.999C1.342 7 0 8.3 0 10v11c0 1.7 1.3 3 3 3H14c1.656 0 3-1.342 3-3V10 C17 8.3 15.7 7 14 7.001z M14.998 21c0 0.551-0.447 1-0.998 1.002H2.999C2.448 22 2 21.6 2 21V10 c0.001-0.551 0.449-0.999 1-0.999H14c0.551 0 1 0.4 1 0.999V21z"></path><path class="path" d="M14.266 0.293c-0.395-0.391-1.034-0.391-1.429 0c-0.395 0.39-0.395 1 0 1.415L13.132 2H3.869l0.295-0.292 c0.395-0.391 0.395-1.025 0-1.415c-0.394-0.391-1.034-0.391-1.428 0L0 3l2.736 2.707c0.394 0.4 1 0.4 1.4 0 c0.395-0.391 0.395-1.023 0-1.414L3.869 4.001h9.263l-0.295 0.292c-0.395 0.392-0.395 1 0 1.414s1.034 0.4 1.4 0L17 3 L14.266 0.293z"></path><path class="path" d="M18.293 9.734c-0.391 0.395-0.391 1 0 1.429s1.023 0.4 1.4 0L20 10.868v9.263l-0.292-0.295 c-0.392-0.395-1.024-0.395-1.415 0s-0.391 1 0 1.428L21 24l2.707-2.736c0.391-0.394 0.391-1.033 0-1.428s-1.023-0.395-1.414 0 l-0.292 0.295v-9.263l0.292 0.295c0.392 0.4 1 0.4 1.4 0s0.391-1.034 0-1.429L21 7L18.293 9.734z"></path>
									</svg>470 m<sup>2</sup>
								</span>
								<div class="prop_social">
	                                <div class="share_unit" style="display: none;">
	                                    <a href="https://www.facebook.com/sharer/sharer.php?u=https://www.winterfield.es/en/property-details/PropertyID.R5289445/Campo-Mijas/" class="social_facebook" rel="noreferrer" target="_blank">Facebook</a>
	                                    <a href="https://twitter.com/intent/tweet?url=https://www.winterfield.es/en/property-details/PropertyID.R5289445/Campo-Mijas/" class="social_tweet" rel="noreferrer" target="_blank">Twitter</a>
	                                    <a href="https://api.whatsapp.com/send?text=https://www.winterfield.es/en/property-details/PropertyID.R5289445/Campo-Mijas/" class="social_whatsup" rel="noreferrer" target="_blank">WhatsApp</a>
	                                    <a href="mailto:correo@correo.com?subject=I'm interested in&body=https://www.winterfield.es/en/property-details/PropertyID.R5289445/Campo-Mijas/" class="social_email" rel="noreferrer" target="_blank">Email</a>
	                                </div>
	                                <div class="title_share share_list single_property_action" data-original-title="compartir ficha"><i class="fas fa-share-alt"></i>Compartir</div>
	                            </div>
							</div>	
						</div>
					</article>
				</div>
							<div class="col-md-6 listing_wrapper ">
					<article class="property_listing  property_card_default">
						<figure class="listing-unit-img-wrapper">
							<div class="prop_new_details">
				            	<div class="prop_new_details_back"></div>
				                <div class="property_media"><i style="display: none;" class="fas fa-camera"></i> </div>
				                								<div class="property_location_image"> <span class="property_marker"></span><a href="/en/results/cod-loc.estepona" rel="tag">Estepona</a></div>
								<div class="featured_gradient"></div>
				            </div>	
							<a href="https://www.winterfield.es/en/property-details/PropertyID.R5342323/Estepona/"><img src="https://cdn.resales-online.com/public/89kebbpqnb/properties/ff3a308a286111f186110660515b2fcd/w400/1-8feb9a13440344d11ba504bcb1dd499c.jpg?v=1774866557" class="attachment-property-thumb-image size-property-thumb-image wp-post-image" alt="R5342323 - Estepona" /></a>
						</figure>
						<div class="property-unit-information-wrapper">
							<h4><a href="https://www.winterfield.es/en/property-details/PropertyID.R5342323/Estepona/">R5342323 - Estepona</a></h4>
							<div class="detail">
								<div class="listing_unit_price_wrapper"> &euro; 795.000                                </div>
								<div class="listing_details the_grid_view">FULLY RENOVATED TOWNHOUSE IN ATALAYA – READY TO MOVE IN

Exclusive townhouse completely renovated in Septe</div>
							</div>	
							<div class="property_listing_details">
								<span class="inforoom">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<circle class="circle" cx="5" cy="8.3" r="2.2"></circle><path class="path" d="M0 22.999C0 23.6 0.4 24 1 24S2 23.6 2 22.999V18H2h20h0.001v4.999c0 0.6 0.4 1 1 1 C23.552 24 24 23.6 24 22.999V10C24 9.4 23.6 9 23 9C22.447 9 22 9.4 22 10v1H22h-0.999V10.5 C20.999 8 20 6 17.5 6H11C9.769 6.1 8.2 6.3 8 8v3H2H2V9C2 8.4 1.6 8 1 8S0 8.4 0 9V22.999z M10.021 8.2 C10.19 8.1 10.6 8 11 8h5.5c1.382 0 2.496-0.214 2.5 2.501v0.499h-9L10.021 8.174z M22 16H2v-2.999h20V16z"></path>
									</svg>3								</span>
								<span class="infobath">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<path class="path" d="M23.001 12h-1.513C21.805 11.6 22 11.1 22 10.5C22 9.1 20.9 8 19.5 8S17 9.1 17 10.5 c0 0.6 0.2 1.1 0.5 1.5H2.999c0-0.001 0-0.002 0-0.002V2.983V2.98c0.084-0.169-0.083-0.979 1-0.981h0.006 C4.008 2 4.3 2 4.5 2.104L4.292 2.292c-0.39 0.392-0.39 1 0 1.415c0.391 0.4 1 0.4 1.4 0l2-1.999 c0.39-0.391 0.39-1.025 0-1.415c-0.391-0.391-1.023-0.391-1.415 0L5.866 0.72C5.775 0.6 5.7 0.5 5.5 0.4 C4.776 0 4.1 0 4 0H3.984v0.001C1.195 0 1 2.7 1 2.98v0.019v0.032v8.967c0 0 0 0 0 0.002H0.999 C0.447 12 0 12.4 0 12.999S0.447 14 1 14H1v2.001c0.001 2.6 1.7 4.8 4 5.649V23c0 0.6 0.4 1 1 1s1-0.447 1-1v-1h10v1 c0 0.6 0.4 1 1 1s1-0.447 1-1v-1.102c2.745-0.533 3.996-3.222 4-5.897V14h0.001C23.554 14 24 13.6 24 13 S23.554 12 23 12z M21.001 16.001c-0.091 2.539-0.927 3.97-3.001 3.997H7c-2.208-0.004-3.996-1.79-4-3.997V14h15.173 c-0.379 0.484-0.813 0.934-1.174 1.003c-0.54 0.104-0.999 0.446-0.999 1c0 0.6 0.4 1 1 1 c2.159-0.188 3.188-2.006 3.639-2.999h0.363V16.001z"></path><rect class="rect" x="6.6" y="4.1" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 15.6319 3.2336)" width="1" height="1.4"></rect><rect class="rect" x="9.4" y="2.4" transform="matrix(0.7066 0.7076 -0.7076 0.7066 4.9969 -6.342)" width="1.4" height="1"></rect><rect class="rect" x="9.4" y="6.4" transform="matrix(0.7071 0.7071 -0.7071 0.7071 7.8179 -5.167)" width="1.4" height="1"></rect><rect class="rect" x="12.4" y="4.4" transform="matrix(0.7069 0.7073 -0.7073 0.7069 7.2858 -7.8754)" width="1.4" height="1"></rect><rect class="rect" x="13.4" y="7.4" transform="matrix(-0.7064 -0.7078 0.7078 -0.7064 18.5823 23.4137)" width="1.4" height="1"></rect>
									</svg>3								</span>
								<span class="infosize">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<path class="path" d="M14 7.001H2.999C1.342 7 0 8.3 0 10v11c0 1.7 1.3 3 3 3H14c1.656 0 3-1.342 3-3V10 C17 8.3 15.7 7 14 7.001z M14.998 21c0 0.551-0.447 1-0.998 1.002H2.999C2.448 22 2 21.6 2 21V10 c0.001-0.551 0.449-0.999 1-0.999H14c0.551 0 1 0.4 1 0.999V21z"></path><path class="path" d="M14.266 0.293c-0.395-0.391-1.034-0.391-1.429 0c-0.395 0.39-0.395 1 0 1.415L13.132 2H3.869l0.295-0.292 c0.395-0.391 0.395-1.025 0-1.415c-0.394-0.391-1.034-0.391-1.428 0L0 3l2.736 2.707c0.394 0.4 1 0.4 1.4 0 c0.395-0.391 0.395-1.023 0-1.414L3.869 4.001h9.263l-0.295 0.292c-0.395 0.392-0.395 1 0 1.414s1.034 0.4 1.4 0L17 3 L14.266 0.293z"></path><path class="path" d="M18.293 9.734c-0.391 0.395-0.391 1 0 1.429s1.023 0.4 1.4 0L20 10.868v9.263l-0.292-0.295 c-0.392-0.395-1.024-0.395-1.415 0s-0.391 1 0 1.428L21 24l2.707-2.736c0.391-0.394 0.391-1.033 0-1.428s-1.023-0.395-1.414 0 l-0.292 0.295v-9.263l0.292 0.295c0.392 0.4 1 0.4 1.4 0s0.391-1.034 0-1.429L21 7L18.293 9.734z"></path>
									</svg>226 m<sup>2</sup>
								</span>
								<div class="prop_social">
	                                <div class="share_unit" style="display: none;">
	                                    <a href="https://www.facebook.com/sharer/sharer.php?u=https://www.winterfield.es/en/property-details/PropertyID.R5342323/Estepona/" class="social_facebook" rel="noreferrer" target="_blank">Facebook</a>
	                                    <a href="https://twitter.com/intent/tweet?url=https://www.winterfield.es/en/property-details/PropertyID.R5342323/Estepona/" class="social_tweet" rel="noreferrer" target="_blank">Twitter</a>
	                                    <a href="https://api.whatsapp.com/send?text=https://www.winterfield.es/en/property-details/PropertyID.R5342323/Estepona/" class="social_whatsup" rel="noreferrer" target="_blank">WhatsApp</a>
	                                    <a href="mailto:correo@correo.com?subject=I'm interested in&body=https://www.winterfield.es/en/property-details/PropertyID.R5342323/Estepona/" class="social_email" rel="noreferrer" target="_blank">Email</a>
	                                </div>
	                                <div class="title_share share_list single_property_action" data-original-title="compartir ficha"><i class="fas fa-share-alt"></i>Compartir</div>
	                            </div>
							</div>	
						</div>
					</article>
				</div>
							<div class="col-md-6 listing_wrapper ">
					<article class="property_listing  property_card_default">
						<figure class="listing-unit-img-wrapper">
							<div class="prop_new_details">
				            	<div class="prop_new_details_back"></div>
				                <div class="property_media"><i style="display: none;" class="fas fa-camera"></i> </div>
				                								<div class="property_location_image"> <span class="property_marker"></span><a href="/en/results/cod-loc.fuengirola" rel="tag">Fuengirola</a></div>
								<div class="featured_gradient"></div>
				            </div>	
							<a href="https://www.winterfield.es/en/property-details/PropertyID.R4600363/Fuengirola/"><img src="https://cdn.resales-online.com/public/44ul4js2p2/properties/t28vq598ayzpnvn/w400/1-8feb9a13440344d11ba504bcb1dd499c.jpg?v=1774881314" class="attachment-property-thumb-image size-property-thumb-image wp-post-image" alt="R4600363 - Fuengirola" /></a>
						</figure>
						<div class="property-unit-information-wrapper">
							<h4><a href="https://www.winterfield.es/en/property-details/PropertyID.R4600363/Fuengirola/">R4600363 - Fuengirola</a></h4>
							<div class="detail">
								<div class="listing_unit_price_wrapper">370.000&euro; - 530.000&euro;                                </div>
								<div class="listing_details the_grid_view">New Development: Prices from €370,000 to €530,000. [Bedrooms: 2 - 3] [Bathrooms: 2] [Built size: 67m2 - 12</div>
							</div>	
							<div class="property_listing_details">
								<span class="inforoom">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<circle class="circle" cx="5" cy="8.3" r="2.2"></circle><path class="path" d="M0 22.999C0 23.6 0.4 24 1 24S2 23.6 2 22.999V18H2h20h0.001v4.999c0 0.6 0.4 1 1 1 C23.552 24 24 23.6 24 22.999V10C24 9.4 23.6 9 23 9C22.447 9 22 9.4 22 10v1H22h-0.999V10.5 C20.999 8 20 6 17.5 6H11C9.769 6.1 8.2 6.3 8 8v3H2H2V9C2 8.4 1.6 8 1 8S0 8.4 0 9V22.999z M10.021 8.2 C10.19 8.1 10.6 8 11 8h5.5c1.382 0 2.496-0.214 2.5 2.501v0.499h-9L10.021 8.174z M22 16H2v-2.999h20V16z"></path>
									</svg>2 - 3								</span>
								<span class="infobath">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<path class="path" d="M23.001 12h-1.513C21.805 11.6 22 11.1 22 10.5C22 9.1 20.9 8 19.5 8S17 9.1 17 10.5 c0 0.6 0.2 1.1 0.5 1.5H2.999c0-0.001 0-0.002 0-0.002V2.983V2.98c0.084-0.169-0.083-0.979 1-0.981h0.006 C4.008 2 4.3 2 4.5 2.104L4.292 2.292c-0.39 0.392-0.39 1 0 1.415c0.391 0.4 1 0.4 1.4 0l2-1.999 c0.39-0.391 0.39-1.025 0-1.415c-0.391-0.391-1.023-0.391-1.415 0L5.866 0.72C5.775 0.6 5.7 0.5 5.5 0.4 C4.776 0 4.1 0 4 0H3.984v0.001C1.195 0 1 2.7 1 2.98v0.019v0.032v8.967c0 0 0 0 0 0.002H0.999 C0.447 12 0 12.4 0 12.999S0.447 14 1 14H1v2.001c0.001 2.6 1.7 4.8 4 5.649V23c0 0.6 0.4 1 1 1s1-0.447 1-1v-1h10v1 c0 0.6 0.4 1 1 1s1-0.447 1-1v-1.102c2.745-0.533 3.996-3.222 4-5.897V14h0.001C23.554 14 24 13.6 24 13 S23.554 12 23 12z M21.001 16.001c-0.091 2.539-0.927 3.97-3.001 3.997H7c-2.208-0.004-3.996-1.79-4-3.997V14h15.173 c-0.379 0.484-0.813 0.934-1.174 1.003c-0.54 0.104-0.999 0.446-0.999 1c0 0.6 0.4 1 1 1 c2.159-0.188 3.188-2.006 3.639-2.999h0.363V16.001z"></path><rect class="rect" x="6.6" y="4.1" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 15.6319 3.2336)" width="1" height="1.4"></rect><rect class="rect" x="9.4" y="2.4" transform="matrix(0.7066 0.7076 -0.7076 0.7066 4.9969 -6.342)" width="1.4" height="1"></rect><rect class="rect" x="9.4" y="6.4" transform="matrix(0.7071 0.7071 -0.7071 0.7071 7.8179 -5.167)" width="1.4" height="1"></rect><rect class="rect" x="12.4" y="4.4" transform="matrix(0.7069 0.7073 -0.7073 0.7069 7.2858 -7.8754)" width="1.4" height="1"></rect><rect class="rect" x="13.4" y="7.4" transform="matrix(-0.7064 -0.7078 0.7078 -0.7064 18.5823 23.4137)" width="1.4" height="1"></rect>
									</svg>2								</span>
								<span class="infosize">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<path class="path" d="M14 7.001H2.999C1.342 7 0 8.3 0 10v11c0 1.7 1.3 3 3 3H14c1.656 0 3-1.342 3-3V10 C17 8.3 15.7 7 14 7.001z M14.998 21c0 0.551-0.447 1-0.998 1.002H2.999C2.448 22 2 21.6 2 21V10 c0.001-0.551 0.449-0.999 1-0.999H14c0.551 0 1 0.4 1 0.999V21z"></path><path class="path" d="M14.266 0.293c-0.395-0.391-1.034-0.391-1.429 0c-0.395 0.39-0.395 1 0 1.415L13.132 2H3.869l0.295-0.292 c0.395-0.391 0.395-1.025 0-1.415c-0.394-0.391-1.034-0.391-1.428 0L0 3l2.736 2.707c0.394 0.4 1 0.4 1.4 0 c0.395-0.391 0.395-1.023 0-1.414L3.869 4.001h9.263l-0.295 0.292c-0.395 0.392-0.395 1 0 1.414s1.034 0.4 1.4 0L17 3 L14.266 0.293z"></path><path class="path" d="M18.293 9.734c-0.391 0.395-0.391 1 0 1.429s1.023 0.4 1.4 0L20 10.868v9.263l-0.292-0.295 c-0.392-0.395-1.024-0.395-1.415 0s-0.391 1 0 1.428L21 24l2.707-2.736c0.391-0.394 0.391-1.033 0-1.428s-1.023-0.395-1.414 0 l-0.292 0.295v-9.263l0.292 0.295c0.392 0.4 1 0.4 1.4 0s0.391-1.034 0-1.429L21 7L18.293 9.734z"></path>
									</svg>67 - 125 m<sup>2</sup>
								</span>
								<div class="prop_social">
	                                <div class="share_unit" style="display: none;">
	                                    <a href="https://www.facebook.com/sharer/sharer.php?u=https://www.winterfield.es/en/property-details/PropertyID.R4600363/Fuengirola/" class="social_facebook" rel="noreferrer" target="_blank">Facebook</a>
	                                    <a href="https://twitter.com/intent/tweet?url=https://www.winterfield.es/en/property-details/PropertyID.R4600363/Fuengirola/" class="social_tweet" rel="noreferrer" target="_blank">Twitter</a>
	                                    <a href="https://api.whatsapp.com/send?text=https://www.winterfield.es/en/property-details/PropertyID.R4600363/Fuengirola/" class="social_whatsup" rel="noreferrer" target="_blank">WhatsApp</a>
	                                    <a href="mailto:correo@correo.com?subject=I'm interested in&body=https://www.winterfield.es/en/property-details/PropertyID.R4600363/Fuengirola/" class="social_email" rel="noreferrer" target="_blank">Email</a>
	                                </div>
	                                <div class="title_share share_list single_property_action" data-original-title="compartir ficha"><i class="fas fa-share-alt"></i>Compartir</div>
	                            </div>
							</div>	
						</div>
					</article>
				</div>
							<div class="col-md-6 listing_wrapper ">
					<article class="property_listing  property_card_default">
						<figure class="listing-unit-img-wrapper">
							<div class="prop_new_details">
				            	<div class="prop_new_details_back"></div>
				                <div class="property_media"><i style="display: none;" class="fas fa-camera"></i> </div>
				                								<div class="property_location_image"> <span class="property_marker"></span><a href="/en/results/cod-loc.benalmadena" rel="tag">Benalmadena</a></div>
								<div class="featured_gradient"></div>
				            </div>	
							<a href="https://www.winterfield.es/en/property-details/PropertyID.R5362603/Benalmadena/"><img src="https://cdn.resales-online.com/public/imr1mf8usj/properties/577b2dc73d6b11f182490652962539d5/w400/1-8feb9a13440344d11ba504bcb1dd499c.jpg?v=1776773152" class="attachment-property-thumb-image size-property-thumb-image wp-post-image" alt="R5362603 - Benalmadena" /></a>
						</figure>
						<div class="property-unit-information-wrapper">
							<h4><a href="https://www.winterfield.es/en/property-details/PropertyID.R5362603/Benalmadena/">R5362603 - Benalmadena</a></h4>
							<div class="detail">
								<div class="listing_unit_price_wrapper"> &euro; 423.000                                </div>
								<div class="listing_details the_grid_view">Apartment for Sale in Benalmádena Costa – Puerto Marina Area

Magnificent apartment located in one of the</div>
							</div>	
							<div class="property_listing_details">
								<span class="inforoom">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<circle class="circle" cx="5" cy="8.3" r="2.2"></circle><path class="path" d="M0 22.999C0 23.6 0.4 24 1 24S2 23.6 2 22.999V18H2h20h0.001v4.999c0 0.6 0.4 1 1 1 C23.552 24 24 23.6 24 22.999V10C24 9.4 23.6 9 23 9C22.447 9 22 9.4 22 10v1H22h-0.999V10.5 C20.999 8 20 6 17.5 6H11C9.769 6.1 8.2 6.3 8 8v3H2H2V9C2 8.4 1.6 8 1 8S0 8.4 0 9V22.999z M10.021 8.2 C10.19 8.1 10.6 8 11 8h5.5c1.382 0 2.496-0.214 2.5 2.501v0.499h-9L10.021 8.174z M22 16H2v-2.999h20V16z"></path>
									</svg>2								</span>
								<span class="infobath">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<path class="path" d="M23.001 12h-1.513C21.805 11.6 22 11.1 22 10.5C22 9.1 20.9 8 19.5 8S17 9.1 17 10.5 c0 0.6 0.2 1.1 0.5 1.5H2.999c0-0.001 0-0.002 0-0.002V2.983V2.98c0.084-0.169-0.083-0.979 1-0.981h0.006 C4.008 2 4.3 2 4.5 2.104L4.292 2.292c-0.39 0.392-0.39 1 0 1.415c0.391 0.4 1 0.4 1.4 0l2-1.999 c0.39-0.391 0.39-1.025 0-1.415c-0.391-0.391-1.023-0.391-1.415 0L5.866 0.72C5.775 0.6 5.7 0.5 5.5 0.4 C4.776 0 4.1 0 4 0H3.984v0.001C1.195 0 1 2.7 1 2.98v0.019v0.032v8.967c0 0 0 0 0 0.002H0.999 C0.447 12 0 12.4 0 12.999S0.447 14 1 14H1v2.001c0.001 2.6 1.7 4.8 4 5.649V23c0 0.6 0.4 1 1 1s1-0.447 1-1v-1h10v1 c0 0.6 0.4 1 1 1s1-0.447 1-1v-1.102c2.745-0.533 3.996-3.222 4-5.897V14h0.001C23.554 14 24 13.6 24 13 S23.554 12 23 12z M21.001 16.001c-0.091 2.539-0.927 3.97-3.001 3.997H7c-2.208-0.004-3.996-1.79-4-3.997V14h15.173 c-0.379 0.484-0.813 0.934-1.174 1.003c-0.54 0.104-0.999 0.446-0.999 1c0 0.6 0.4 1 1 1 c2.159-0.188 3.188-2.006 3.639-2.999h0.363V16.001z"></path><rect class="rect" x="6.6" y="4.1" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 15.6319 3.2336)" width="1" height="1.4"></rect><rect class="rect" x="9.4" y="2.4" transform="matrix(0.7066 0.7076 -0.7076 0.7066 4.9969 -6.342)" width="1.4" height="1"></rect><rect class="rect" x="9.4" y="6.4" transform="matrix(0.7071 0.7071 -0.7071 0.7071 7.8179 -5.167)" width="1.4" height="1"></rect><rect class="rect" x="12.4" y="4.4" transform="matrix(0.7069 0.7073 -0.7073 0.7069 7.2858 -7.8754)" width="1.4" height="1"></rect><rect class="rect" x="13.4" y="7.4" transform="matrix(-0.7064 -0.7078 0.7078 -0.7064 18.5823 23.4137)" width="1.4" height="1"></rect>
									</svg>2								</span>
								<span class="infosize">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<path class="path" d="M14 7.001H2.999C1.342 7 0 8.3 0 10v11c0 1.7 1.3 3 3 3H14c1.656 0 3-1.342 3-3V10 C17 8.3 15.7 7 14 7.001z M14.998 21c0 0.551-0.447 1-0.998 1.002H2.999C2.448 22 2 21.6 2 21V10 c0.001-0.551 0.449-0.999 1-0.999H14c0.551 0 1 0.4 1 0.999V21z"></path><path class="path" d="M14.266 0.293c-0.395-0.391-1.034-0.391-1.429 0c-0.395 0.39-0.395 1 0 1.415L13.132 2H3.869l0.295-0.292 c0.395-0.391 0.395-1.025 0-1.415c-0.394-0.391-1.034-0.391-1.428 0L0 3l2.736 2.707c0.394 0.4 1 0.4 1.4 0 c0.395-0.391 0.395-1.023 0-1.414L3.869 4.001h9.263l-0.295 0.292c-0.395 0.392-0.395 1 0 1.414s1.034 0.4 1.4 0L17 3 L14.266 0.293z"></path><path class="path" d="M18.293 9.734c-0.391 0.395-0.391 1 0 1.429s1.023 0.4 1.4 0L20 10.868v9.263l-0.292-0.295 c-0.392-0.395-1.024-0.395-1.415 0s-0.391 1 0 1.428L21 24l2.707-2.736c0.391-0.394 0.391-1.033 0-1.428s-1.023-0.395-1.414 0 l-0.292 0.295v-9.263l0.292 0.295c0.392 0.4 1 0.4 1.4 0s0.391-1.034 0-1.429L21 7L18.293 9.734z"></path>
									</svg>80 m<sup>2</sup>
								</span>
								<div class="prop_social">
	                                <div class="share_unit" style="display: none;">
	                                    <a href="https://www.facebook.com/sharer/sharer.php?u=https://www.winterfield.es/en/property-details/PropertyID.R5362603/Benalmadena/" class="social_facebook" rel="noreferrer" target="_blank">Facebook</a>
	                                    <a href="https://twitter.com/intent/tweet?url=https://www.winterfield.es/en/property-details/PropertyID.R5362603/Benalmadena/" class="social_tweet" rel="noreferrer" target="_blank">Twitter</a>
	                                    <a href="https://api.whatsapp.com/send?text=https://www.winterfield.es/en/property-details/PropertyID.R5362603/Benalmadena/" class="social_whatsup" rel="noreferrer" target="_blank">WhatsApp</a>
	                                    <a href="mailto:correo@correo.com?subject=I'm interested in&body=https://www.winterfield.es/en/property-details/PropertyID.R5362603/Benalmadena/" class="social_email" rel="noreferrer" target="_blank">Email</a>
	                                </div>
	                                <div class="title_share share_list single_property_action" data-original-title="compartir ficha"><i class="fas fa-share-alt"></i>Compartir</div>
	                            </div>
							</div>	
						</div>
					</article>
				</div>
							<div class="col-md-6 listing_wrapper ">
					<article class="property_listing  property_card_default">
						<figure class="listing-unit-img-wrapper">
							<div class="prop_new_details">
				            	<div class="prop_new_details_back"></div>
				                <div class="property_media"><i style="display: none;" class="fas fa-camera"></i> </div>
				                								<div class="property_location_image"> <span class="property_marker"></span><a href="/en/results/cod-loc.el-paraiso" rel="tag">El Paraiso</a></div>
								<div class="featured_gradient"></div>
				            </div>	
							<a href="https://www.winterfield.es/en/property-details/PropertyID.R5286031/El-Paraiso/"><img src="https://cdn.resales-online.com/public/nn7cl5i5kx/properties/d076dd7ff51711f0866f069f3d650d4b/w400/1-8feb9a13440344d11ba504bcb1dd499c.jpg?v=1775219411" class="attachment-property-thumb-image size-property-thumb-image wp-post-image" alt="R5286031 - El Paraiso" /></a>
						</figure>
						<div class="property-unit-information-wrapper">
							<h4><a href="https://www.winterfield.es/en/property-details/PropertyID.R5286031/El-Paraiso/">R5286031 - El Paraiso</a></h4>
							<div class="detail">
								<div class="listing_unit_price_wrapper"> &euro; 550.000                                </div>
								<div class="listing_details the_grid_view">This is a beautifully appointed three-bedroom, two-bathroom apartment, set in an elevated ground-floor positio</div>
							</div>	
							<div class="property_listing_details">
								<span class="inforoom">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<circle class="circle" cx="5" cy="8.3" r="2.2"></circle><path class="path" d="M0 22.999C0 23.6 0.4 24 1 24S2 23.6 2 22.999V18H2h20h0.001v4.999c0 0.6 0.4 1 1 1 C23.552 24 24 23.6 24 22.999V10C24 9.4 23.6 9 23 9C22.447 9 22 9.4 22 10v1H22h-0.999V10.5 C20.999 8 20 6 17.5 6H11C9.769 6.1 8.2 6.3 8 8v3H2H2V9C2 8.4 1.6 8 1 8S0 8.4 0 9V22.999z M10.021 8.2 C10.19 8.1 10.6 8 11 8h5.5c1.382 0 2.496-0.214 2.5 2.501v0.499h-9L10.021 8.174z M22 16H2v-2.999h20V16z"></path>
									</svg>3								</span>
								<span class="infobath">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<path class="path" d="M23.001 12h-1.513C21.805 11.6 22 11.1 22 10.5C22 9.1 20.9 8 19.5 8S17 9.1 17 10.5 c0 0.6 0.2 1.1 0.5 1.5H2.999c0-0.001 0-0.002 0-0.002V2.983V2.98c0.084-0.169-0.083-0.979 1-0.981h0.006 C4.008 2 4.3 2 4.5 2.104L4.292 2.292c-0.39 0.392-0.39 1 0 1.415c0.391 0.4 1 0.4 1.4 0l2-1.999 c0.39-0.391 0.39-1.025 0-1.415c-0.391-0.391-1.023-0.391-1.415 0L5.866 0.72C5.775 0.6 5.7 0.5 5.5 0.4 C4.776 0 4.1 0 4 0H3.984v0.001C1.195 0 1 2.7 1 2.98v0.019v0.032v8.967c0 0 0 0 0 0.002H0.999 C0.447 12 0 12.4 0 12.999S0.447 14 1 14H1v2.001c0.001 2.6 1.7 4.8 4 5.649V23c0 0.6 0.4 1 1 1s1-0.447 1-1v-1h10v1 c0 0.6 0.4 1 1 1s1-0.447 1-1v-1.102c2.745-0.533 3.996-3.222 4-5.897V14h0.001C23.554 14 24 13.6 24 13 S23.554 12 23 12z M21.001 16.001c-0.091 2.539-0.927 3.97-3.001 3.997H7c-2.208-0.004-3.996-1.79-4-3.997V14h15.173 c-0.379 0.484-0.813 0.934-1.174 1.003c-0.54 0.104-0.999 0.446-0.999 1c0 0.6 0.4 1 1 1 c2.159-0.188 3.188-2.006 3.639-2.999h0.363V16.001z"></path><rect class="rect" x="6.6" y="4.1" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 15.6319 3.2336)" width="1" height="1.4"></rect><rect class="rect" x="9.4" y="2.4" transform="matrix(0.7066 0.7076 -0.7076 0.7066 4.9969 -6.342)" width="1.4" height="1"></rect><rect class="rect" x="9.4" y="6.4" transform="matrix(0.7071 0.7071 -0.7071 0.7071 7.8179 -5.167)" width="1.4" height="1"></rect><rect class="rect" x="12.4" y="4.4" transform="matrix(0.7069 0.7073 -0.7073 0.7069 7.2858 -7.8754)" width="1.4" height="1"></rect><rect class="rect" x="13.4" y="7.4" transform="matrix(-0.7064 -0.7078 0.7078 -0.7064 18.5823 23.4137)" width="1.4" height="1"></rect>
									</svg>2								</span>
								<span class="infosize">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<path class="path" d="M14 7.001H2.999C1.342 7 0 8.3 0 10v11c0 1.7 1.3 3 3 3H14c1.656 0 3-1.342 3-3V10 C17 8.3 15.7 7 14 7.001z M14.998 21c0 0.551-0.447 1-0.998 1.002H2.999C2.448 22 2 21.6 2 21V10 c0.001-0.551 0.449-0.999 1-0.999H14c0.551 0 1 0.4 1 0.999V21z"></path><path class="path" d="M14.266 0.293c-0.395-0.391-1.034-0.391-1.429 0c-0.395 0.39-0.395 1 0 1.415L13.132 2H3.869l0.295-0.292 c0.395-0.391 0.395-1.025 0-1.415c-0.394-0.391-1.034-0.391-1.428 0L0 3l2.736 2.707c0.394 0.4 1 0.4 1.4 0 c0.395-0.391 0.395-1.023 0-1.414L3.869 4.001h9.263l-0.295 0.292c-0.395 0.392-0.395 1 0 1.414s1.034 0.4 1.4 0L17 3 L14.266 0.293z"></path><path class="path" d="M18.293 9.734c-0.391 0.395-0.391 1 0 1.429s1.023 0.4 1.4 0L20 10.868v9.263l-0.292-0.295 c-0.392-0.395-1.024-0.395-1.415 0s-0.391 1 0 1.428L21 24l2.707-2.736c0.391-0.394 0.391-1.033 0-1.428s-1.023-0.395-1.414 0 l-0.292 0.295v-9.263l0.292 0.295c0.392 0.4 1 0.4 1.4 0s0.391-1.034 0-1.429L21 7L18.293 9.734z"></path>
									</svg>112 m<sup>2</sup>
								</span>
								<div class="prop_social">
	                                <div class="share_unit" style="display: none;">
	                                    <a href="https://www.facebook.com/sharer/sharer.php?u=https://www.winterfield.es/en/property-details/PropertyID.R5286031/El-Paraiso/" class="social_facebook" rel="noreferrer" target="_blank">Facebook</a>
	                                    <a href="https://twitter.com/intent/tweet?url=https://www.winterfield.es/en/property-details/PropertyID.R5286031/El-Paraiso/" class="social_tweet" rel="noreferrer" target="_blank">Twitter</a>
	                                    <a href="https://api.whatsapp.com/send?text=https://www.winterfield.es/en/property-details/PropertyID.R5286031/El-Paraiso/" class="social_whatsup" rel="noreferrer" target="_blank">WhatsApp</a>
	                                    <a href="mailto:correo@correo.com?subject=I'm interested in&body=https://www.winterfield.es/en/property-details/PropertyID.R5286031/El-Paraiso/" class="social_email" rel="noreferrer" target="_blank">Email</a>
	                                </div>
	                                <div class="title_share share_list single_property_action" data-original-title="compartir ficha"><i class="fas fa-share-alt"></i>Compartir</div>
	                            </div>
							</div>	
						</div>
					</article>
				</div>
							<div class="col-md-6 listing_wrapper ">
					<article class="property_listing  property_card_default">
						<figure class="listing-unit-img-wrapper">
							<div class="prop_new_details">
				            	<div class="prop_new_details_back"></div>
				                <div class="property_media"><i style="display: none;" class="fas fa-camera"></i> </div>
				                								<div class="property_location_image"> <span class="property_marker"></span><a href="/en/results/cod-loc.mijas-golf" rel="tag">Mijas Golf</a></div>
								<div class="featured_gradient"></div>
				            </div>	
							<a href="https://www.winterfield.es/en/property-details/PropertyID.R5362540/Mijas-Golf/"><img src="https://cdn.resales-online.com/public/knnhi9kbs8/properties/0e80d2a93d6511f182490652962539d5/w400/1-8feb9a13440344d11ba504bcb1dd499c.jpg?v=1776768503" class="attachment-property-thumb-image size-property-thumb-image wp-post-image" alt="R5362540 - Mijas Golf" /></a>
						</figure>
						<div class="property-unit-information-wrapper">
							<h4><a href="https://www.winterfield.es/en/property-details/PropertyID.R5362540/Mijas-Golf/">R5362540 - Mijas Golf</a></h4>
							<div class="detail">
								<div class="listing_unit_price_wrapper"> &euro; 275.000                                </div>
								<div class="listing_details the_grid_view">SPACIOUS UPPER-FLOOR APARTMENT in a secure, gated residential complex within Mijas Golf, easily accessible and</div>
							</div>	
							<div class="property_listing_details">
								<span class="inforoom">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<circle class="circle" cx="5" cy="8.3" r="2.2"></circle><path class="path" d="M0 22.999C0 23.6 0.4 24 1 24S2 23.6 2 22.999V18H2h20h0.001v4.999c0 0.6 0.4 1 1 1 C23.552 24 24 23.6 24 22.999V10C24 9.4 23.6 9 23 9C22.447 9 22 9.4 22 10v1H22h-0.999V10.5 C20.999 8 20 6 17.5 6H11C9.769 6.1 8.2 6.3 8 8v3H2H2V9C2 8.4 1.6 8 1 8S0 8.4 0 9V22.999z M10.021 8.2 C10.19 8.1 10.6 8 11 8h5.5c1.382 0 2.496-0.214 2.5 2.501v0.499h-9L10.021 8.174z M22 16H2v-2.999h20V16z"></path>
									</svg>2								</span>
								<span class="infobath">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<path class="path" d="M23.001 12h-1.513C21.805 11.6 22 11.1 22 10.5C22 9.1 20.9 8 19.5 8S17 9.1 17 10.5 c0 0.6 0.2 1.1 0.5 1.5H2.999c0-0.001 0-0.002 0-0.002V2.983V2.98c0.084-0.169-0.083-0.979 1-0.981h0.006 C4.008 2 4.3 2 4.5 2.104L4.292 2.292c-0.39 0.392-0.39 1 0 1.415c0.391 0.4 1 0.4 1.4 0l2-1.999 c0.39-0.391 0.39-1.025 0-1.415c-0.391-0.391-1.023-0.391-1.415 0L5.866 0.72C5.775 0.6 5.7 0.5 5.5 0.4 C4.776 0 4.1 0 4 0H3.984v0.001C1.195 0 1 2.7 1 2.98v0.019v0.032v8.967c0 0 0 0 0 0.002H0.999 C0.447 12 0 12.4 0 12.999S0.447 14 1 14H1v2.001c0.001 2.6 1.7 4.8 4 5.649V23c0 0.6 0.4 1 1 1s1-0.447 1-1v-1h10v1 c0 0.6 0.4 1 1 1s1-0.447 1-1v-1.102c2.745-0.533 3.996-3.222 4-5.897V14h0.001C23.554 14 24 13.6 24 13 S23.554 12 23 12z M21.001 16.001c-0.091 2.539-0.927 3.97-3.001 3.997H7c-2.208-0.004-3.996-1.79-4-3.997V14h15.173 c-0.379 0.484-0.813 0.934-1.174 1.003c-0.54 0.104-0.999 0.446-0.999 1c0 0.6 0.4 1 1 1 c2.159-0.188 3.188-2.006 3.639-2.999h0.363V16.001z"></path><rect class="rect" x="6.6" y="4.1" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 15.6319 3.2336)" width="1" height="1.4"></rect><rect class="rect" x="9.4" y="2.4" transform="matrix(0.7066 0.7076 -0.7076 0.7066 4.9969 -6.342)" width="1.4" height="1"></rect><rect class="rect" x="9.4" y="6.4" transform="matrix(0.7071 0.7071 -0.7071 0.7071 7.8179 -5.167)" width="1.4" height="1"></rect><rect class="rect" x="12.4" y="4.4" transform="matrix(0.7069 0.7073 -0.7073 0.7069 7.2858 -7.8754)" width="1.4" height="1"></rect><rect class="rect" x="13.4" y="7.4" transform="matrix(-0.7064 -0.7078 0.7078 -0.7064 18.5823 23.4137)" width="1.4" height="1"></rect>
									</svg>2								</span>
								<span class="infosize">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<path class="path" d="M14 7.001H2.999C1.342 7 0 8.3 0 10v11c0 1.7 1.3 3 3 3H14c1.656 0 3-1.342 3-3V10 C17 8.3 15.7 7 14 7.001z M14.998 21c0 0.551-0.447 1-0.998 1.002H2.999C2.448 22 2 21.6 2 21V10 c0.001-0.551 0.449-0.999 1-0.999H14c0.551 0 1 0.4 1 0.999V21z"></path><path class="path" d="M14.266 0.293c-0.395-0.391-1.034-0.391-1.429 0c-0.395 0.39-0.395 1 0 1.415L13.132 2H3.869l0.295-0.292 c0.395-0.391 0.395-1.025 0-1.415c-0.394-0.391-1.034-0.391-1.428 0L0 3l2.736 2.707c0.394 0.4 1 0.4 1.4 0 c0.395-0.391 0.395-1.023 0-1.414L3.869 4.001h9.263l-0.295 0.292c-0.395 0.392-0.395 1 0 1.414s1.034 0.4 1.4 0L17 3 L14.266 0.293z"></path><path class="path" d="M18.293 9.734c-0.391 0.395-0.391 1 0 1.429s1.023 0.4 1.4 0L20 10.868v9.263l-0.292-0.295 c-0.392-0.395-1.024-0.395-1.415 0s-0.391 1 0 1.428L21 24l2.707-2.736c0.391-0.394 0.391-1.033 0-1.428s-1.023-0.395-1.414 0 l-0.292 0.295v-9.263l0.292 0.295c0.392 0.4 1 0.4 1.4 0s0.391-1.034 0-1.429L21 7L18.293 9.734z"></path>
									</svg>90 m<sup>2</sup>
								</span>
								<div class="prop_social">
	                                <div class="share_unit" style="display: none;">
	                                    <a href="https://www.facebook.com/sharer/sharer.php?u=https://www.winterfield.es/en/property-details/PropertyID.R5362540/Mijas-Golf/" class="social_facebook" rel="noreferrer" target="_blank">Facebook</a>
	                                    <a href="https://twitter.com/intent/tweet?url=https://www.winterfield.es/en/property-details/PropertyID.R5362540/Mijas-Golf/" class="social_tweet" rel="noreferrer" target="_blank">Twitter</a>
	                                    <a href="https://api.whatsapp.com/send?text=https://www.winterfield.es/en/property-details/PropertyID.R5362540/Mijas-Golf/" class="social_whatsup" rel="noreferrer" target="_blank">WhatsApp</a>
	                                    <a href="mailto:correo@correo.com?subject=I'm interested in&body=https://www.winterfield.es/en/property-details/PropertyID.R5362540/Mijas-Golf/" class="social_email" rel="noreferrer" target="_blank">Email</a>
	                                </div>
	                                <div class="title_share share_list single_property_action" data-original-title="compartir ficha"><i class="fas fa-share-alt"></i>Compartir</div>
	                            </div>
							</div>	
						</div>
					</article>
				</div>
							<div class="col-md-6 listing_wrapper ">
					<article class="property_listing  property_card_default">
						<figure class="listing-unit-img-wrapper">
							<div class="prop_new_details">
				            	<div class="prop_new_details_back"></div>
				                <div class="property_media"><i style="display: none;" class="fas fa-camera"></i> </div>
				                								<div class="property_location_image"> <span class="property_marker"></span><a href="/en/results/cod-loc.estepona" rel="tag">Estepona</a></div>
								<div class="featured_gradient"></div>
				            </div>	
							<a href="https://www.winterfield.es/en/property-details/PropertyID.R5355259/Estepona/"><img src="https://cdn.resales-online.com/public/q8sjeevech/properties/3e3fe86034d611f186110660515b2fcd/w400/1-8feb9a13440344d11ba504bcb1dd499c.jpg?v=1775829824" class="attachment-property-thumb-image size-property-thumb-image wp-post-image" alt="R5355259 - Estepona" /></a>
						</figure>
						<div class="property-unit-information-wrapper">
							<h4><a href="https://www.winterfield.es/en/property-details/PropertyID.R5355259/Estepona/">R5355259 - Estepona</a></h4>
							<div class="detail">
								<div class="listing_unit_price_wrapper"> &euro; 199.000                                </div>
								<div class="listing_details the_grid_view">MAGNIFICENT STUDIO JUST A 2-MINUTE WALK FROM THE BEACH AND PORT OF ESTEPONA
With an excellent location next t</div>
							</div>	
							<div class="property_listing_details">
								<span class="inforoom">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<circle class="circle" cx="5" cy="8.3" r="2.2"></circle><path class="path" d="M0 22.999C0 23.6 0.4 24 1 24S2 23.6 2 22.999V18H2h20h0.001v4.999c0 0.6 0.4 1 1 1 C23.552 24 24 23.6 24 22.999V10C24 9.4 23.6 9 23 9C22.447 9 22 9.4 22 10v1H22h-0.999V10.5 C20.999 8 20 6 17.5 6H11C9.769 6.1 8.2 6.3 8 8v3H2H2V9C2 8.4 1.6 8 1 8S0 8.4 0 9V22.999z M10.021 8.2 C10.19 8.1 10.6 8 11 8h5.5c1.382 0 2.496-0.214 2.5 2.501v0.499h-9L10.021 8.174z M22 16H2v-2.999h20V16z"></path>
									</svg>1								</span>
								<span class="infobath">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<path class="path" d="M23.001 12h-1.513C21.805 11.6 22 11.1 22 10.5C22 9.1 20.9 8 19.5 8S17 9.1 17 10.5 c0 0.6 0.2 1.1 0.5 1.5H2.999c0-0.001 0-0.002 0-0.002V2.983V2.98c0.084-0.169-0.083-0.979 1-0.981h0.006 C4.008 2 4.3 2 4.5 2.104L4.292 2.292c-0.39 0.392-0.39 1 0 1.415c0.391 0.4 1 0.4 1.4 0l2-1.999 c0.39-0.391 0.39-1.025 0-1.415c-0.391-0.391-1.023-0.391-1.415 0L5.866 0.72C5.775 0.6 5.7 0.5 5.5 0.4 C4.776 0 4.1 0 4 0H3.984v0.001C1.195 0 1 2.7 1 2.98v0.019v0.032v8.967c0 0 0 0 0 0.002H0.999 C0.447 12 0 12.4 0 12.999S0.447 14 1 14H1v2.001c0.001 2.6 1.7 4.8 4 5.649V23c0 0.6 0.4 1 1 1s1-0.447 1-1v-1h10v1 c0 0.6 0.4 1 1 1s1-0.447 1-1v-1.102c2.745-0.533 3.996-3.222 4-5.897V14h0.001C23.554 14 24 13.6 24 13 S23.554 12 23 12z M21.001 16.001c-0.091 2.539-0.927 3.97-3.001 3.997H7c-2.208-0.004-3.996-1.79-4-3.997V14h15.173 c-0.379 0.484-0.813 0.934-1.174 1.003c-0.54 0.104-0.999 0.446-0.999 1c0 0.6 0.4 1 1 1 c2.159-0.188 3.188-2.006 3.639-2.999h0.363V16.001z"></path><rect class="rect" x="6.6" y="4.1" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 15.6319 3.2336)" width="1" height="1.4"></rect><rect class="rect" x="9.4" y="2.4" transform="matrix(0.7066 0.7076 -0.7076 0.7066 4.9969 -6.342)" width="1.4" height="1"></rect><rect class="rect" x="9.4" y="6.4" transform="matrix(0.7071 0.7071 -0.7071 0.7071 7.8179 -5.167)" width="1.4" height="1"></rect><rect class="rect" x="12.4" y="4.4" transform="matrix(0.7069 0.7073 -0.7073 0.7069 7.2858 -7.8754)" width="1.4" height="1"></rect><rect class="rect" x="13.4" y="7.4" transform="matrix(-0.7064 -0.7078 0.7078 -0.7064 18.5823 23.4137)" width="1.4" height="1"></rect>
									</svg>1								</span>
								<span class="infosize">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<path class="path" d="M14 7.001H2.999C1.342 7 0 8.3 0 10v11c0 1.7 1.3 3 3 3H14c1.656 0 3-1.342 3-3V10 C17 8.3 15.7 7 14 7.001z M14.998 21c0 0.551-0.447 1-0.998 1.002H2.999C2.448 22 2 21.6 2 21V10 c0.001-0.551 0.449-0.999 1-0.999H14c0.551 0 1 0.4 1 0.999V21z"></path><path class="path" d="M14.266 0.293c-0.395-0.391-1.034-0.391-1.429 0c-0.395 0.39-0.395 1 0 1.415L13.132 2H3.869l0.295-0.292 c0.395-0.391 0.395-1.025 0-1.415c-0.394-0.391-1.034-0.391-1.428 0L0 3l2.736 2.707c0.394 0.4 1 0.4 1.4 0 c0.395-0.391 0.395-1.023 0-1.414L3.869 4.001h9.263l-0.295 0.292c-0.395 0.392-0.395 1 0 1.414s1.034 0.4 1.4 0L17 3 L14.266 0.293z"></path><path class="path" d="M18.293 9.734c-0.391 0.395-0.391 1 0 1.429s1.023 0.4 1.4 0L20 10.868v9.263l-0.292-0.295 c-0.392-0.395-1.024-0.395-1.415 0s-0.391 1 0 1.428L21 24l2.707-2.736c0.391-0.394 0.391-1.033 0-1.428s-1.023-0.395-1.414 0 l-0.292 0.295v-9.263l0.292 0.295c0.392 0.4 1 0.4 1.4 0s0.391-1.034 0-1.429L21 7L18.293 9.734z"></path>
									</svg>37 m<sup>2</sup>
								</span>
								<div class="prop_social">
	                                <div class="share_unit" style="display: none;">
	                                    <a href="https://www.facebook.com/sharer/sharer.php?u=https://www.winterfield.es/en/property-details/PropertyID.R5355259/Estepona/" class="social_facebook" rel="noreferrer" target="_blank">Facebook</a>
	                                    <a href="https://twitter.com/intent/tweet?url=https://www.winterfield.es/en/property-details/PropertyID.R5355259/Estepona/" class="social_tweet" rel="noreferrer" target="_blank">Twitter</a>
	                                    <a href="https://api.whatsapp.com/send?text=https://www.winterfield.es/en/property-details/PropertyID.R5355259/Estepona/" class="social_whatsup" rel="noreferrer" target="_blank">WhatsApp</a>
	                                    <a href="mailto:correo@correo.com?subject=I'm interested in&body=https://www.winterfield.es/en/property-details/PropertyID.R5355259/Estepona/" class="social_email" rel="noreferrer" target="_blank">Email</a>
	                                </div>
	                                <div class="title_share share_list single_property_action" data-original-title="compartir ficha"><i class="fas fa-share-alt"></i>Compartir</div>
	                            </div>
							</div>	
						</div>
					</article>
				</div>
					</div>
	</section>
<div class="paginar">
			<div class="half-pagination"><ul class="pagination pagination_nojax"><li class="active"><a href="https://www.winterfield.es/en/results/property.All-properties/pag.1/">1</a></li>	<li><a href="https://www.winterfield.es/en/results/property.All-properties/pag.2/">2</a></li>	<li><a href="https://www.winterfield.es/en/results/property.All-properties/pag.3/">3</a></li>	<li><a href="https://www.winterfield.es/en/results/property.All-properties/pag.4/">4</a></li>	<li><a href="https://www.winterfield.es/en/results/property.All-properties/pag.5/">5</a></li>	<li><a href="https://www.winterfield.es/en/results/property.All-properties/pag.6/">6</a></li>	<li><a href="https://www.winterfield.es/en/results/property.All-properties/pag.7/">7</a></li>	<li><a href="https://www.winterfield.es/en/results/property.All-properties/pag.8/">8</a></li>	<li><a href="https://www.winterfield.es/en/results/property.All-properties/pag.9/">9</a></li>	<li><a href="https://www.winterfield.es/en/results/property.All-properties/pag.10/">10</a></li>					<li class="roundright"><a href="https://www.winterfield.es/en/results/property.All-properties/pag.2/"><i class="fas fa-angle-right"></i></a></li>				<li class="roundright"><a href="https://www.winterfield.es/en/results/property.All-properties/pag.857/"><i class="fas fa-angle-double-right"></i></a></li>	</ul></div></div>{"id":30827,"date":"2022-12-25T18:47:03","date_gmt":"2022-12-25T18:47:03","guid":{"rendered":"https:\/\/winterfield.es\/example-result\/"},"modified":"2023-04-21T08:47:34","modified_gmt":"2023-04-21T08:47:34","slug":"results","status":"publish","type":"page","link":"https:\/\/www.winterfield.es\/en\/results\/","title":{"rendered":"Results"},"content":{"rendered":"\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"inline_featured_image":false,"footnotes":""},"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v20.7 (Yoast SEO v20.10) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Results - Winterfield<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.winterfield.es\/en\/results\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Results\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.winterfield.es\/en\/results\/\" \/>\n<meta property=\"og:site_name\" content=\"Winterfield\" \/>\n<meta property=\"article:modified_time\" content=\"2023-04-21T08:47:34+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.winterfield.es\/en\/results\/\",\"url\":\"https:\/\/www.winterfield.es\/en\/results\/\",\"name\":\"Results - Winterfield\",\"isPartOf\":{\"@id\":\"https:\/\/www.winterfield.es\/#website\"},\"datePublished\":\"2022-12-25T18:47:03+00:00\",\"dateModified\":\"2023-04-21T08:47:34+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.winterfield.es\/en\/results\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.winterfield.es\/en\/results\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.winterfield.es\/en\/results\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\/\/www.winterfield.es\/en\/home\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Results\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.winterfield.es\/#website\",\"url\":\"https:\/\/www.winterfield.es\/\",\"name\":\"Winterfield\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.winterfield.es\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Results - Winterfield","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.winterfield.es\/en\/results\/","og_locale":"en_US","og_type":"article","og_title":"Results","og_url":"https:\/\/www.winterfield.es\/en\/results\/","og_site_name":"Winterfield","article_modified_time":"2023-04-21T08:47:34+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.winterfield.es\/en\/results\/","url":"https:\/\/www.winterfield.es\/en\/results\/","name":"Results - Winterfield","isPartOf":{"@id":"https:\/\/www.winterfield.es\/#website"},"datePublished":"2022-12-25T18:47:03+00:00","dateModified":"2023-04-21T08:47:34+00:00","breadcrumb":{"@id":"https:\/\/www.winterfield.es\/en\/results\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.winterfield.es\/en\/results\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.winterfield.es\/en\/results\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/www.winterfield.es\/en\/home\/"},{"@type":"ListItem","position":2,"name":"Results"}]},{"@type":"WebSite","@id":"https:\/\/www.winterfield.es\/#website","url":"https:\/\/www.winterfield.es\/","name":"Winterfield","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.winterfield.es\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/www.winterfield.es\/en\/wp-json\/wp\/v2\/pages\/30827"}],"collection":[{"href":"https:\/\/www.winterfield.es\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.winterfield.es\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.winterfield.es\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.winterfield.es\/en\/wp-json\/wp\/v2\/comments?post=30827"}],"version-history":[{"count":0,"href":"https:\/\/www.winterfield.es\/en\/wp-json\/wp\/v2\/pages\/30827\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.winterfield.es\/en\/wp-json\/wp\/v2\/media?parent=30827"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}