@charset "utf-8";
/* CSS Document */

/* hide from ie on mac \*/


	html {
		height: 100%;	
	}
	
.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}


	body {
	height: 100%;
	width: 100%;
	min-width: 420px;
	text-align:center;
	margin:0 auto;
	font-family: 'Roboto', arial;
	max-width: none;
}
	


	#spam{display:none;}
/* ----------------------------------------- HEADER */
		
	#header {
    position: relative;
    z-index: 500;
    width: 100%;
    min-width: 920px;
    height: 160px;
    padding: 0;
    margin: 0 auto;
    background-color: rgb(240, 240, 240);
    overflow: hidden;
    box-shadow: 0px 10px 10px #000;
 }
#header-cont{position: relative;width: 80%;max-width: 1280px;height: 100%;min-width: 960px;margin: 0 auto;padding: 0;}

 h1{
	/* float: left; */
	margin: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-image: url(../img/oab_logo_2020.png);
	background-size: 28%;
	background-position: center;
	padding: 0;
	text-indent:-5000px;
	}

	h2{
    float: left;
    width: auto;
    text-align: left;
    margin: 13px 0 0 0;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    padding: 10px;
    background-color: #212121;
  }	
	
  
#header ul{
    float: right;
    height: auto;
    width: 260px;
    margin: 30px 0 0 0;
    vertical-align: middle;
    padding: 0;
}

#header ul li{
    list-style: none;
    vertical-align: middle;
    /* margin: 2px 0 0 0; */
    padding: 2px 0 0 34px;
    text-align: left;
    height: 24px;
    font-size: 12px;
    font-weight: normal;
    background-repeat: no-repeat;
    background-size: 18px;
}


		

/* ---------------------------------------- SLIDER HOME  */
.fadein {
	/* min-width: 960px; */
	position: relative;
	padding: 0;
	width: 100%;
	min-width: 920px;
	height: auto;
	overflow: hidden;
	margin: 0px auto 0 auto;
	background-color: #f0f0f0;
}
.fadeinDiv{
	position: relative;
	/* min-height: 280px; */
	width: 100%;
	padding-top: 25%;
}

.fadein img {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.fadein video {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* ------------------------------------------------- MENU */
	
   .bg-body-tertiary {
     box-shadow: 0px 3px 15px black;
    /* background-color: #f0f0f0 !important; */
    width: 100%;
    z-index: 10;
    }
.container-fluid{
	width: 80%;
}

ul.navbar-nav li{
	margin: 0 25px 0 0;
}

.navbar-brand{display: none;}


	 #menu {
		/* display: none; */
		margin: 0px auto;
		width: 100%;
		min-width: 920px;
		/* max-width: 760px; */
		height: 43px;
		background: linear-gradient(180deg, black, #333);
		}
#menu div.botonesMenu {float: none;margin: 0 auto;width: 760px;/* min-width: 960px; */}
		
	#menu a{
			margin: 0;
			font-size: 15px;
			height: 100%;
			text-decoration: none;
			font-weight: 500;
			color: #eee;
			 /* Safari */
	}
			
#menu a:hover {color: #fff;}


#menu div{
	position:relative;
	float: left;
	margin: 10px 34px;
	width: auto;
}
.menuDesp {
		position: absolute;
		width: 150px;
		z-index: 500;
		left: -20px;
		padding: 10px;
		background-color: #ffc107;
	}
#menu ul{
	text-align: left;
	
}

#menu ul li{
	list-style: none;
	margin: 10px 0;
}

#menu ul li.otros{
	border-top: #000 1px solid;
}

#menu ul li a{
	font-weight: 300;
	color: #000;
}

#menu ul li a:hover{
	color: black;
}

#menu i{
	font-size: 10px;
	vertical-align: baseline;
}

/* ------------------------------------------------- BUSCADOR */
	
	#buscador {
		position: relative;
		/* float: left; */
		width: 80%;
		max-width: 1280px;
		margin: -90px auto 10px auto;
		min-width: 920px;
		height: 76px;
		padding: 20px 0;
		/* border-radius: 20px; */
		background: rgba(0, 0, 0, 0.5);
}

#buscador.solo{
	margin: 20px auto 10px auto;
	background: #ccc;
	/* box-shadow: 1px 5px 10px #eee; */
}
	
		

	
	#buscador form {
		width: 90%;
		margin: 0 auto;
		height: auto;
		}

select.desktopDropDown::-ms-expand {
    display: none;
}

	#buscador select {
	float: left;
	width: 22%;
	min-width: 15%;
	padding: 0;
	margin: 0 3% 0 0;
	height: 38px;
	color: #333;
	font-size: 14px;
	text-align: center;
	border: none;
	font-weight: 400;
	cursor: pointer;
	border-radius: 34px;
	 /* Firefox */
	 /* Safari and Chrome */
	 /* Safari */
	transition: border 0.2s;
	}
	
#buscador select:hover {
		 border: solid 2px #f7a700;
	}
	
		
#buscador select:focus {
    outline: none;
}
		
select::-ms-expand {
    display: none;
}
#buscador input.buscar {
	float: right;
	margin: 1px 0 0 0%;
	width: auto;
	max-width: 144px;
	color: #fff;
	height: 33px;
	font-weight: 500;
	font-size: 15px;
	background: linear-gradient(180deg, #222, #111);
	padding: 0px 20px 0px 20px;
	text-transform: uppercase;
	cursor: pointer;
	border-radius: 48px;
	-webkit-transition: background-color 0.1s; /* Safari */
	transition: background-color 0.1s;
	border: none;
	}
#buscador.solo input.buscar{
	    background-color: #212121;
	    color: #fff;
}

		
		
	#buscador input.codigo {
	float: left;
	height: 38px;
	width: 80px;
	padding: 0 0px;
	text-align: center;
	color: #000;
	border: none;
	border-radius: 34px;
	font-size: 14px;
	font-weight: 400;
	-webkit-transition: border 0.2s; /* Safari */
	transition: border 0.2s;
	background: none;
	background-color: #fff;
	}
	
#buscador input.codigo:hover {
		 border: solid 2px #f7a700;
	}
	
	#buscador input:focus {
    outline: none;
		}

			
#buscador iframe {
		max-width: 200px;
	}
		

	
/* //////////////////////////////////////////////////  RESULTADOS  */

#indice {
	float: left;
	width: 100%;
	margin: 20px auto;
	font-size: 22px;
	font-weight: 300;
}
#indice i{
	font-size: 30px;
}
#indice a{
	float: left;
	width: 100%;
	font-size: 18px;
	font-weight: 400;
	text-decoration: underline;
	font-style: italic;
	margin: 15px 0 0 0;
}
#indice p{
	margin-bottom: 0;
}


a.link {
	 float: left;
	 position: relative;
	 /* font-style: normal; */
	 width: 100%;
	 font-size: 18px;
	 font-weight: 400;
	 font-style: italic;
	 color: #000;
	 margin-bottom: 20px;
}
a.mas {
	    color: #444;
    font-size: 40px;
    text-decoration: none;
    background-color: #dfdcd2;
    padding: 10px 14px;
    border-radius: 50px;
}

a.mas:hover {
	font-size: 45px;
}
#resultadosCont{
	float: left;
	width: 100%;
}

#grillaPropsCont {
    position: relative;
    /* float: left; */
    width: 80%;
    min-width: 920px;
    max-width: 1280px;
    margin: 0 auto;
    padding: 1% 0;
    overflow: hidden;
    /* background-color: #212529; */
}

#grillaPropsCont.zonas{
	 width: 100%;
    min-width: unset;
    max-width: none;
}
#grillaPropsCont i{
	 position: absolute;
    top: 43%;
    right: 0;
}

#grillaPropsCont i.right{
	 position: absolute;
    top: 43%;
    left: 0;
}

a.flechitamas{
	    position: absolute;
	    height: 100%;
	    width: 3%;
	    top: 0;
	    right: 0;
	    color: #212529;
	    font-size: 40px;
	    background-color: #fff;
	    vertical-align: middle;
}

a.flechitaAtras {
	    position: absolute;
	    text-align: center;
	    height: 100%;
	    /* padding-bottom: 25%; */
	    width: 3%;
	    vertical-align: middle;
	    top: 0;
	    left: 0;
	    color: #212529;
	    font-size: 40px;
	    background-color: #ffffff;
}

#listadoPropiedades{
	    float: left;
	    height: auto;
	    width: 102%;
	    text-align: left;
	    padding: 0;
	    font-size: 14px;
	    color: #000;
	    margin: 0;
}

#listadoPropiedades.ofertasDesk{
    float: left;
    width: 400%;
    max-width: none;
}

#listadoPropiedades.ofertasDesk li{
   width: 8.02%;
   margin: 0 0.48% 0 0;
}
			
	#listadoPropiedades li{
		float: left;
		list-style: none;
		width: 31.3%;
		margin: 0 2% 2% 0;
		height: auto;
		text-align: left;
		background-repeat:  no-repeat;
		background-position-y:  center;
		}

#listadoPropiedades li.zonas{
	width: 31%;
    margin: 0 2% 2% 0;
}

	#listadoPropiedades a{
		float: left;
		margin: 0;
		font-style: normal;
		color: #fff;
		text-decoration: none;
		text-align: center;
		/* text-transform: uppercase; */
		padding: 5px 0;
		opacity: 1;
		width: 100%;
		font-size: 15px;
		font-weight: 500;
		text-transform: uppercase;
		background-color: rgb(0, 0, 0, 0.5);
	}
#listadoPropiedades div.foto{
	float: left;
	width: 100%;
	margin: 0;
	padding: 0 0 75% 0;
	background-position: center;
}
#listadoPropiedades div.botones{
	float: left;
	margin: -67px 0 0 0;
	width: 100%;
}	

#listadoPropiedades div.lote{
	margin: -89.5px 0 0 0px;
}	

#listadoPropiedades a.precio{
		font-size: 12px;
		font-weight: 400;
		width: 100%;
		margin: 0 auto;
		padding: 7px 0 7px 0;
		border: none;
		font-stretch: extra-expanded;
		background: linear-gradient(180deg, #111, #333);
		background: radial-gradient(#212529, #111);
		}
		
#listadoPropiedades a.precio b
{
	font-size: 14px;
	font-weight: 600;
	margin-right: 2%;
	padding-right: 3%;
	font-weight: 300;
	}


	#listadoPropiedades a.masinfo{
		display: none;
		color: #ffcd49;
		font-weight: 600;
		width: 100%;
		height: 22px;
		padding: 28% 0;
		text-align: center;
		margin: 0% 0 0 0;
		background: rgba(0, 0, 0, 0.5);
		opacity: 0;
		border: none;
		z-index: 0;
	}

#listadoPropiedades a.masinfo:hover{
		display: none;
		opacity: 1;
		-webkit-transition: opacity 0.2s; /* Safari */
		transition: opacity 0.2s;
		}
	

#listadoPropiedades p{
		position: relative;
		float: left;
		text-transform: uppercase;
		margin: 0;
		width: 100%;
		text-align:  center;
		padding: 20px 0px;
		color: #000;
		/* background-color: #212121; */
		/* border-bottom: solid #999 2px; */
}

#listadoPropiedades p strong{
	font-weight: 800;
	margin: 0 14px 0 3px;}	
	


	
	#listadoPropiedades .id{
	display: none;
	}
	#listadoPropiedades .codCons{
	display: none;
	}



	
/*   ///////////////////////////////// PAGINAS    */
#resultadosCont form{
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
	color: #000;
}			

#pagina button{
	background: none;
	border: none;
	/* text-decoration: underline; */
	font-size: 18px;
	font-weight: 400;
	margin: 0 14px;
	font-style: italic;
	color: #000;
	text-decoration: underline;
}	

#pagina strong {
	font-weight: 500;
}



h3 {
    float: left;
    font-size: 18px;
    text-transform: uppercase;
    margin: 20px 0 0 0;
    width: 100%;
    text-align: center;
    padding: 6px 0px;
    color: #f8f9fa;
}

h3.black {
	color: #000;
}

	/* ------------------------- PREFOOTER MOBILE    */

.prefooter_mobile{
    float: left;
    width: 90%;
    margin: 20px 0 40px 5%;
    height: auto;
    padding: 30px 0;
    font-size: 18px;
    text-align: left;
    background-color: grad;
    background: radial-gradient(180deg, #111, #333);
    background: radial-gradient(#212529, #111);
    border-radius: 8px;
}

.prefooter_mobile a{color: #eee;float: left;width: 100%;margin: 8px 0px 0 0;font-style: normal;text-decoration: none;font-weight: 300;text-transform: uppercase;font-size: 24px;}

.prefooter_mobile ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

.prefooter_mobile ul li {
    float: left;
    width: 80%;
    list-style: none;
    font-style: italic;
    font-weight: 400;
    margin: 20px 10%;
    text-align: center;
}
.prefooter_mobile i {
	font-size: 50px;
	color: #fff;
	margin: 0px 0px 0px 0px;
	/* vertical-align: middle; */
}


/* ------------------------- PREFOOTER DESK    */
.prefooter_desk{
    width: 80%;
    min-width: 920px;
    max-width: 1280px;
    margin: 20px auto;
    height: 269px;
    padding: 10px 0;
    font-size: 13px;
    text-align: left;
    background-color: #f0f0f0;
    background: linear-gradient(0deg, #333, #111);
    background: radial-gradient(#212529, #111);
    box-shadow: 3px 3px 15px #ccc;
    border-radius: 5px;
}

.prefooter_desk a{float: left;text-align: center;margin: 0px 0 0 0;width: 100%;max-width: 100%;color: #fff;font-size: 14px;font-weight: 500;FONT-WEIGHT: 600;}

.prefooter_desk ul {
	padding: 10px 30px;
}

.prefooter_desk ul li {
	float: left;
	width: 25%;
	text-align: center;
	list-style: none;
	/* font-style: italic; */
	font-weight: 400;
	margin: 20px 0 0 0;
	padding: 0 15px;
}
.prefooter_desk i {
	background-color: #fff;
	color: #222;
	padding: 10px 13px;
	font-size: 30px;
	margin: 0 auto;
	vertical-align: middle;
	border-radius: 88px;
}

.prefooter_desk p {
	font-size: 12px;
	font-weight: 300;
	color: #f8f9fa;
}
	
/*  --------------------------------------------------- CONTACT FORM MOBILE    */

.whatsapp {
    display: inline-block;
    background-color: #198754;
    width: 60%;
    /* height: 50px; */
    color: #fff;
    font-size: 25px;
    text-decoration: none;
    padding: 18px 0;
    text-transform: uppercase;
    border-radius: 20px;
    margin-bottom: 55px;
}

#contactFormMobile{
		float: left;
		width: 50%;
		min-width: 420px;
		margin: 10px 0 40px 0;
		padding: 20px 0;
		background-color: #f0f0f0;
}

	


	h2.prefooter {
	margin: 10px 5%;
	background: none;
	padding: 0 0;
	width: 90%;
	text-align: center;
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
}
	#contactFormMobile ul{
	position: relative;
	float: left;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
	min-height: 457px;	
}


#contactFormMobile ul iframe{
	width: 100%;
	border: none;
	}

	#contactFormMobile ul.ulti{
	margin: 0px 0px 0 0;

		}
		

	#contactFormMobile ul li{
	float:left;
	margin: 0;
	width: 100%;
	text-align: center;
	padding: 0;
	border: none;
	}
		
#contactFormMobile ul li a{
float: left;
width: 180px;
color: #666;
font-size: 12px;
text-align: center;
margin: 5px 0 0 0;
}



#formConsulta p{
		color: #888;
		}
		

#formConsulta input {
	height: auto;
	width: 100%;
	font-size: 20px;
	font-weight: 300;
	background: none;
	border: none;
	border-bottom: 1px solid #999;
	border-radius: unset;
	color: #666;
	margin: 15px 0 0px 0;
	padding: 5px 0 10px 10px;
	}



	
#formConsulta input:-ms-input-placeholder { 
   font-style:normal; 
   color: black; 
   background-color: #fff; 
}
		
		
		
	#formConsulta input.enviar {
			margin: 10px auto;
			width: 150px;
			height: 34px;
			font-weight: 500;
			color: #fff;
			font-size: 14px;
			background-color: #212121;
			border: none;
			padding: 0 0px 0 23px;
			overflow: hidden;
			text-transform: uppercase;
			cursor: pointer;
		
			}
			
	#formConsulta input.enviar:hover {
				color: #FFF;
				}


	
#formConsulta textarea {
		    font-weight: 300;
		    background: none;
		    font-size: 20px;
		    color: #666;
		    border: none;
		    border-bottom: solid 1px #999;
		    border-radius: unset;
		    padding: 5px 0 0 10px;
		    width: 96%;
		    margin: 15px 0 0 4%;
		    height: 166px;
	}

#formConsulta input.enviar {
		padding: 10px 30px;
		font-size: 20px;
		width: auto;
		height: auto;
		border-radius: 50px;
		background-size: 28px;
		background-position: 20px 19px;
	}

h4.consulta {
		text-align: center;
		margin: 8px 0 0 0;
		font-weight: 400;
	}

/* --------------------------------------------------------------- FOOTER */


	
#nombre_footer {
	float: left;
	color: #fff;
	width: 100%;
	min-width: 920px;
	margin: 20px 0 0px 0;
	padding: 10px 0px 150px 0;
	background: linear-gradient(180deg, #111, #333);
	background: radial-gradient(#212529, #111);
}

.footer_left{
    float: left;
    width: 40%;
}
.footer_right{
    float: right;
    width: 60%;
}

#nombre_footer p{font-weight: 300;}

#nombre_footer p.desk{float: left;font-weight: 300;margin-top: 10px;/* margin-left: 15px; */padding-top: 0px;width: 100%;text-align: left;/* border-top: solid 1px #999; *//* color: #999; */}

#nombre_footer a{
	color: #fff;
	margin: 0 20px;
	text-decoration: none;
	font-weight: 300;
}

#nombre_footer a:hover{
	text-decoration: underline;
}

#nombre_footer i{font-size: 28px;}

#nombre_footer .footer_center {
	width: 80%;
	height: 25px;
	min-width: 880px;
	max-width: 1024px;
	margin: 0 auto;
}

.logo_footer{
	background-image: url("../img/logo_footer_02.png");
	background-position: center;
	background-size: 160px;
	background-repeat: no-repeat;
	height: 130px;
	list-style: none;
	margin: 0px 0 0 0;
}

#footer_menu {
    font-size: 14px;
    float: right;
    width: 100%;
    text-align: right;
    margin: 32px -15px 0 0;
}

#footer_redes {
    float: right;
    width: 100%;
    margin-right: -15px;
    margin-top: 35px;
    text-align: right;
}
#nombre_footer li.desk{
    float: left;
    width: 100%;
    background-position: -13px;
    height: 90px;
    margin-top: 15px;
    margin-right: -15px;
}

/* ------------------------------------------------------------------ /PROPIEDAD */	
	


 h4{
	position: relative;
	margin: 10px 0 10px 0;
	float: left;
	width: 100%;
	height: auto;
	padding: 5px 0 4px 10px;
	font-size: 18px;
	text-align: center;
	border-bottom: solid 4px #f8b504;
	line-height: 28px;
	background-color: #222;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	}
h4.contacto{
	
	
}

h4.blanco {
background: none;
color:#000;
	padding: 4px 0 5px 0px;

}
	h4 small{
		/* float: left; */
		/* font-size: 18px; */
		font-weight: 300;
		color: #fff;
		background-color: #333;
		padding: 2px 10px;
		margin: 0px 0 0 0;
	}
 h4.home{
	position: relative;
	margin: 30px auto 5px auto;
	float: none;
	width: 80%;
	min-width: 920px;
	max-width: 1280px;
	height: auto;
	background-color: #f0f0f0;
	font-size: 22px;
	text-align: center;
	padding: 5px 0 3px 0px;
	border-bottom: none;
	font-weight: bold;
	line-height: normal;
	color: #000;
	}
h4 i{
    font-size: 25px;
}
/*  ---------------------------------------------- PROPIEDAD SLIDER FOTOS  */



#sliderProp {
	position: relative;
	float: left;
	width: 101%;
	aspect-ratio: 18 / 7;
	/* padding-bottom: 40%; */
	overflow: hidden;
	margin: 0 0 30px -0.5%;
	}

#sliderProp table{
		/* float: left; */
		position: absolute;
		/* table-layout: fixed; */
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		/* min-height: 390px; */
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		}
#sliderProp div{
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}

#sliderProp video{
	position: absolute;
	left: 0px;
	top: 3px;
	width: 49.5%;
	height: 98%;
	
}


#sliderProp table td{
		border-width: 5px;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		cursor: pointer;
		border-color: #fff;
		}

.fotosFull {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 500;
	background-color: #111111bd;
	display: flex;
	opacity: 0;
	pointer-events: none;
}
.closeFull {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.fotosFull button{
	position: fixed;
	top: 50%;
	width: 50px;
	height: 50px;
	color: #FFF;
	font-size: 40px;
	border: none;
	background: none;
	z-index: 500;
}

.fotosFull button.menos{
	left: 5%;
}

.fotosFull button.mas{
	right: 5%;
}

.fotosFull button.cerrar{
	position: absolute;
	top: 2.5%;
	right: 5%;
	font-size: 24px;
	color: #000;
	background-color: #fff;
	width: 35px;
	height: 35px;
	z-index: 200;
}

.mostrar {
	opacity: 1;
	pointer-events: unset;
}
.fotoSlide {
	margin: auto;
	width: 60%;
	max-height: 90%;
}

.fotosFull img {
  width: auto;
  height: 95%;
  padding: 2.5% 0 0 0;
  margin: 0 auto 0 auto;
  z-index: 1;
}
.fotosFull video {
  height: 100%;
  width: auto;
  padding: 0;
  margin: 0 auto;
  z-index: 1;
}

.carousel {
    float: left;
    width: 90%;
    margin: 0 0 0 5%;
}

.ofertasMobile {
	width: 100%;
	max-height: 400px;
	min-height: 400px;
	background-size: cover;
}
.ofertasItem {
height: 400px;
background-position: center;
}

.ofertasItem p{font-size: 22px;font-weight: 300;width: 80%;padding: 8px;margin: 270px 10%;background-color: rgba(0, 0, 0, 0.6);}

.ofertasItem a{color: white;text-decoration: none;text-transform: uppercase;}

.ofertasItem b{
	font-weight: 600;
}

.ofertaFotos{
    /* float: left; */
    /* width: 100%; */
    /* height: 400px; */
    min-height: 400px;
    /* min-width: 500px; */
    background-size: cover;
}

.ofertasLink {}

.ofertasTitulo {font-size: 22px;font-weight: 600;width: 100%;padding: 8px;background-color: rgba(0, 0, 0, 0.6);}



/* --------------------------- PROPIEDAD DESCRIPTION    */

#propiedadDiv {
   position:  relative;
   min-height: 200px;
   width: 100%;
   max-width: 1024px;
   min-width: 865px;
   padding: 0 20px;
   margin: 0 auto;
}


#bloquesInfo {
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
}
#bloquesInfo.bloqueDer{
	/* width: 46%; */
	/* margin: 0 0% 0 1%; */
}

#propiedadDiv button.sliderBtnL{
	left: 93%;
	background-image: url(../img/backIconL.png);
	}	



#bloquesInfo ul{
	float: left;
	list-style: none;
	text-align: left;
	width: 35%;
	height: auto;
	padding: 0;
	}

#bloquesInfo ul.informationVenta{
	float: left;
	margin: 0;
	width: 103%;
	}
#bloquesInfo ul.contacto{
	float: left;
	margin: 0 0% 0 0;
	width: 50%;
	}
#bloquesInfo ul.contacto li{margin: 0 0% 0 0;width: 100%;height: auto;background: none;padding: 0;}

#bloquesInfo ul li.servicios {
    float: left;
    width: 23.5%;
    text-align: center;
    background-color: #f0f0f0;
    height: 85px;
    margin: 2% 1% 0% 0%;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 500;
}
#bloquesInfo ul li.servicios i{
	float: none;
	padding: 0px 44%;
}
	#bloquesInfo ul li {
		float: left;
		color: #222;
		text-align: center;
		font-size: 18px;
		height: auto;
		min-height: auto;
		max-height: fit-content;
		width: 15.35%;
		background: none;
		border-radius: 0;
		margin: 25px 1% 0 0;
	}
	
	#bloquesInfo ul li.corto {
		float: left;
		text-align: center;
		font-size: 16px;
		font-weight: 800;
		width: 15.35%;
		padding: 8px 0;
		background-color: #f0f0f0;
		color: #212529;
		border-radius: 0;
		max-height: 65px;
		height: 65px;
		margin: 12px 1% 0 0;
		overflow: hidden;
	}

	#bloquesInfo ul li strong{
	float: left;
	width: 100%;
	font-weight: 300;
	font-size: 16px;
	}



	#bloquesInfo table {
		float:left;
		width: 100%;
		max-width: 500px;
		font-size: 14px;
		margin: 30px 0;
		}

	#bloquesInfo table i{
	font-size: 18px;
	float: none;
	color: #cd5d5d;
}


	#bloquesInfo table tr {
	width: 100%;
	height: 43px;
	}
	#bloquesInfo table tr th {
		background-color: #f0f0f0;
		width: 20%;
		text-align: center;
		}
	#bloquesInfo table tr td {
		width: 20%;
		text-align: center;
		}

#bloquesInfo a{
	/* float: left; */
	color: #0d6efd;
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	/* margin: 10px 0 0 0px; */
	}
	
#propiedadDiv a.volver{
 float: left;
 width: auto;
 padding: 5px 14px;
 text-align: left;
 text-decoration: none;
 margin: 30px 0px 0  0;
 font-size: 14px;
 /* font-style: italic; */
 font-weight: 400;
 color: #222;
 background-color: #ddd;
 border-radius: 40px;
 text-transform: uppercase;
 }

#propiedadDiv a.volver i{
	font-size: 14px;
}
 

	
#bloquesInfo p strong{
	font-size: 18px;
	color: #000000;
	width: auto;
}
	
	#bloquesInfo p{
		float: left;
		text-align: left;
		padding: 8px;
		margin: 0px 0 0 0;
		color: #000000;
		font-size: 14px;
		width: 100%;
		font-weight: 500;
		line-height: 140%;
		font-size: 18px;
		font-weight: 300;
		padding: 0;
		margin: 10px 0;
		} 
#bloquesInfo p.centered {
	text-align: center;
	font-weight: 500;
	font-size: 16px;
}
		
	#bloquesInfo p strong {
		font-weight: bold;
		}
	

	
		
/* ----------------------------- ABOUT */
#contact_info{
	width: 80%;
	max-width: 880px;
	min-width: 880px;
	margin: 0 auto;
}

#contact_info ul {
    float: left;
    width: 104%;
    list-style: none;
    margin: 0px 0 40px -4%;
    padding: 0;
}

#contact_info ul li {
    float: left;
    width: 46%;
    height: 350px;
    margin: 4% 0px 0px 4%;
    padding: 30px 0 0px 0;
    border-bottom: none;
    background-color: #eee;
}

#contact_info p {
    font-size: 18px;
    float: left;
    width: 90%;
    margin: 0 5% 5px 5%;
    font-weight: 300;
}

#contact_info p.nosotros {
	text-align: left;
    width: 100%;
    margin: 10px 0 5px 0;
}


#contact_info i {
	font-size: 60px;
	padding: 20px 0 0 0;
}

#contact_info i.redes{
	float: none;
	color: #000;
	font-size: 40px;
	padding: 0;
	margin: 0;
}

#contact_info i.chico{
	font-size: 21px;
	margin: 0px 10px 0 0px;
	vertical-align: middle;
}

#contact_info a {
    float: left;
    font-style: italic;
    color: #0d6efd;
    font-size: 18px;
    margin: 40px 0 0 0;
    text-decoration: underline;
    font-weight: 400;
    width: 100%;
    text-align: center;
}

#contact_info a.sinMargen {
	margin: 5px 0 0 0;
}

#contact_info a.linkRedes {width: 50%;padding: 0;margin: 0;}
#contact_info b{
	font-weight: 500;
}
#contact_info .redes{
	float: left;
	width: 40%;
	margin: 0 30%;
	margin-top: 20px;
}

#about {
float: left;
width: 697px;
border: none;
text-align: left;
margin: 10px 0 10px 0;
display: none;

	}


#about p{
	float: left;
	width: 746px;
	font-size: 12px;
	margin: 10px 0 0 0;
font-style: italic;
color: #222;
	}
		
	
.espacio {
	position: relative;
	height: 20px;
	width: 1024;
}

/* ---------------------------    MIRAMAR MAPA     ------------------------ */
#selectZona{
	float: left;
	width: 31%;
	margin: 0 0 20px 2%;
}

#selectZona select{
	float: left;
	margin: 10px 0;
	height: 40px;
	width: 90%;
	padding: 0 5%;
	text-align: left;
	font-weight: 600;
	border: solid 2px #223;
	border-radius: 35px;
}

#mapaZonas{
	width: 80%;
	min-width: 920px;
	max-width: 1280px;
	height: 430px;
	margin: 45px auto 0 auto;
}

#mapaZonas .zonasImg{
	float: left;
	width: 66.4%;
	height: 75%;
	margin: 15px 0 0 0;
	/* padding-bottom: 45%; */
	background-position: 50% 85%;
	background-size: 110%;
	background-repeat: no-repeat;
	color: transparent;
}

#mapaZonas .zonasInfo{
	float: left;
	width: 31%;
	padding: 0% 0;
	/* max-width: 920px; */
	/* height: 800px; */
	margin: 0 0 0 2%;
}

#mapaZonas p{
	font-size: 18px;
	text-align: left;
	font-weight: 300;
}

#zonas_props{
	margin: 0px auto 0 auto;
	width: 80%;
	min-width: 920px;
	max-width: 1280px;
}

h4.centered{
text-align: center;
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 400;
}

h4.zonas{
	float: left;
	text-align: center;
	margin: 15px 0 0% 2%;
	font-size: 18px;
	width: auto;
	border: none;
	padding: 0;
	background: none;
	color: #000;
}

h5 {
	font-weight: 400;
	text-align: left;
	font-size: 30px;
}
h5 strong {
	/* color: black; */
	font-weight: 800;
}


@media only screen and (min-width: 1480px) {
	
	#listadoPropiedades li {
    /* margin: 1%; */
    /* width: 23%; */
  }
	
	h8{
	background-size: 50%;}

}


/* /////----------------------------------------------------------------------- MOBILE   ---- -*/

@media only screen and (max-device-width: 819px), screen and (max-width: 368px){

    

	
#header {
	width: 100%;
	min-width: 100%;
	height: 200px;
	box-shadow: none;
	}
	
	
	#header-cont {
    max-width: 100%;
    min-width: 100%;
    height: 100%;
}
#header h1 {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background-size: 70%;
    background-position: center;
}

	
.navbar-brand{display: block;}
.container-fluid{
	width: 100%;
}

#menu a{
	 float: left;
	 width: 25%;
	 font-size: 30px;
	 padding: 16px 0 0px 0;
	 margin: 0;
	}
	
#menu a.inicio{
	display: none;
	}
	

.fadein{
	display: none;
}

	
#buscador {
    width: 100%;
    margin: 14px 0 0 0;
    min-width: 320px;
    height: auto;
    background: none;
}
	
	#buscador.solo{
	margin: 20px auto 10px auto;
    background: none;

}

#buscador form {
		width: 90%;
		margin: 0 auto;
		height: auto;
		padding: 30px 0px 15px 0;
		background-color: #222;
		background: radial-gradient(#212529, #111);
		border-radius: 10px;
		}
	
	#buscador.solo input.buscar{
	    background-color: #333;
	    color: #fff;
}

#buscador select {
	float: none;
	width: 80%;
	height: 49px;
	text-align: center;
	text-align-last: center;
	margin: 7px 2%;
	font-size: 19px;
	padding: 0;
	border: none;
	border-radius: 25px;
	background: url(../img/select.png) no-repeat right 18px #fff;
	background-size: 18px;
	color: #333;
	font-weight: 400;
	appearance: none;
	}
	
	#buscador select:focus {
    outline: none;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
}

#buscador input.codigo {
	float: none;
	text-align: center;
	width: 38%;
	height: 50px;
	margin: 10px 10px 20px 0;
	font-size: 20px;
	border: none;
	border-radius: 35px;
	/* padding: 0 0% 0 2%; */
	color: black;
	}

#buscador input.buscar {
	float: none;
	width: 38%;
	height: 50px;
	max-width: 48%;
	font-size: 20px;
	margin: 10px 0;
	padding: 0;
	background: #f7a700;
	}
	
#buscador input.buscar:hover {
	background-color: #000;
	}

	
	.slider-wrapper{

	display: none;
}
	
	#listadoPropiedades{
	float: left;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	margin: 0 0 0px 0;
}
	#indice p{
	width: 70%;
	margin: 0 15%;
}
	
#listadoPropiedades li {
    margin: 0 0 4% 5%;
    width: 90%;
    max-height: none;
    padding: 46% 0 0 0;
}
	


#listadoPropiedades a {
       font-size: 20px;
       font-weight: 600;
}


#listadoPropiedades a.precio {
       font-size: 20px;
       font-weight: 500;
}

#listadoPropiedades a.precio b {
       font-size: 20px;
}
#listadoPropiedades li.info {
       margin: -87px 0 0 0;
}
	

	
a.link {
		font-size: 18px;
    font-weight: 400;
    font-style: italic;
	color: #000;
	}
#resultadosCont form{
	float: left;
	width: 100%;
	margin: 0 ;
	color: #000;
}
p.address {
	display: none;
	}
	
	
	/*  ---------------------- CONTACT FORM MOBILE    */
	

#contactFormMobile{
		float: left;
		width: 90%;
		min-width: unset;
		margin: 10px 0 40px 5%;
		padding: 13px 0;
		background-color: #f0f0f0;
		border-radius: 4px;
}

h2.prefooter{
	font-size: 28px;
	}
	
	
#formConsulta input {
	height: 60px;
	width: 94%;
	font-size: 20px;
	font-weight: 300;
	background: none;
	border: none;
	border-bottom: 1px solid #999;
	border-radius: inherit;
	margin: 20px 0 10px 0;
	color: #666;
	padding: 0 0 0 10px;
	}
	
	
/*--------------------------------------------- PROPIEDAD MOBILE   */
	
	h4{
		background: none;
		color: #000;
		font-size: 22px;
		text-align: center;
		margin: 20px 0 20px 5%;
		width: 90%;
		font-weight: 300;
		min-width: 90%;
		padding: 0px 0 2px 0;
		line-height: 1.5;
	}
	
	 h4.home{
	background: none;
	position: relative;
	margin: 10px auto 10px auto;
	float: left;
	width: 100%;
	min-width: unset;
	max-width: none;
	height: auto;
	font-size: 22px;
	text-align: center;
	border-bottom: none;
	}
	h4.separador {
		margin: 40px auto 0px auto;
	}
	
	h4.consulta {
		text-align: center;
		margin: 0px 0 0px 5%;
		font-weight: 400;
		padding: 0 0 6px 0;
	}
	
	h4 small{
		/* float: left; */
		/* font-size: 18px; */
		font-weight: 300;
		color: #fff;
		background-color: #333;
		padding: 2px 10px;
		margin: 0px 0 0 0;
	}
	
	h4 b{
		font-weight: 600;
	}
	
	
	#propiedadDiv a.volver{
		float: left;
		width: 40%;
		text-align: center;
		margin: 30px 0px 0  30%;
		font-size: 17px;
		font-style: normal;
		font-weight: 500;
	}
	#propiedadDiv a.volver i{
		font-size: 16px;
	}
	
	
	#propiedadDiv {
   position:  relative;
   float: left;
   min-height: 200px;
   width: 100%;
   padding: 0;
   margin: 0 auto;
   min-width: auto;
   max-width: none;
}
	
	#propiedadDiv video {
    width: 90%;
    margin: 0 0 20px 0;
}
	#bloquesInfo {
	
	float: left;
	width: 100%;
}
	
	#bloquesInfo a{
	/* float: left; */
	color: #0d6efd;
	font-size: 18px;
	font-style: italic;
	font-weight: 500;
	/* margin: 10px 0 0 0px; */
	}
	
	#bloquesInfo ul.informationVenta {
		float: left;
		width: 94%;
		margin: 0 3%;
	}
	
	#bloquesInfo ul li {
		color: #222;
		text-align: left;
		font-size: 18px;
		height: auto;
		min-height: auto;
		max-height: fit-content;
		width: 92%;
		background: none;
		border-radius: 0;
		margin: 10px 2%;
	}
	
	#bloquesInfo ul li.corto {
		text-align: center;
		font-size: 16px;
		font-weight: 800;
		width: 46%;
		padding: 8px 0;
		background-color: #333;
		color: #FFF;
		border-radius: 0;
		max-height: 65px;
		height: 65px;
		margin: 8px 2%;
		overflow: hidden;
	}
	
	#bloquesInfo ul li.servicios {
    float: left;
    width: 46%;
    text-align: center;
    background-color: #f0f0f0;
    height: 100px;
    margin: 8px 2%;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 500;
}
#bloquesInfo ul li.servicios i{
	float: none;
	padding: 0px 44%;
}
	
	#bloquesInfo ul i{
		float: left;
		font-size: 32px;
		margin: 25px 5px 0 3%;
	}
	
		#bloquesInfo table {
		float:left;
		width: 94%;
		font-size: 14px;
		margin: 30px 3%;
		}
	
#bloquesInfo table i{
	font-size: 18px;
	float: none;
	color: #cd5d5d;
}

	#bloquesInfo ul i.link{
	font-size: 20px;
    margin: 0;
    float: none;
	}
	
#bloquesInfo p {
		width: 80%;
		text-align: left;
		padding: 0;
		margin: 10px 0 20px 6%;
		background: none;
		font-size: 18px;
		font-weight: 400;
	}
	

#bloquesInfo p.centered {
	text-align: left;
}
	
	
.fotosFull img {
	
    max-width: 100%;
    height: auto;
	padding: 0;
    margin: auto;
    z-index: 1;
}
	
	
	
	/*    ---------------------------- PAGINA CONTACTO    */
	
#contact_info ul {
    float: left;
    margin: 0px 0 25px 0;
    width: 100%;
}
	
#contact_info ul li {
    float: left;
    width: 86%;
    height: auto;
    margin: 15px 0px 15px 7%;
    padding: 35px 0 0px 0;
    border-top: solid 1px #ccc;
    background: none;
}
	
#contact_info{
	width: 100%;
	margin: 0;
	min-width: auto;
	max-width: none;
}
	
#contact_info a {
    margin: 10px 0 0 0;
}
	
#contact_info p.nosotros {
	text-align: center;
	width: 90%;
	margin: 0 5% 0px 5%;
}
	
	#listadoPropiedades li.zonas{
	width: 90%;
    margin: 0 0% 4% 5%;
    padding: 0;
}
	
		
h3 {
	font-size: 28px;

	}
	
/*  -------------------    FOOTER                      */
	
	#nombre_footer a{
	color: #fff;
	margin: 0 8px;
	text-decoration: none;
}
	#nombre_footer {
	min-width: 100%;
	max-width: 100%;
}
	
/* ---------------------------    MIRAMAR MAPA     ------------------------ */
#selectZona{
	float: left;
	width: 70%;
	margin: 0 0 20px 15%;
}

h5 {
	font-weight: 400;
	text-align: center;
	font-size: 30px;
}

#selectZona select{
	float: left;
	margin: 10px 0;
	height: 47px;
	width: 100%;
	padding: 0 5%;
	text-align: center;
	font-weight: 600;
	border: solid 2px #223;
	border-radius: 35px;
}

#mapaZonas{
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	height: 430px;
	margin: 0;
}

#mapaZonas .zonasImg{
	float: left;
	width: 90%;
	margin: 15px 0 0 5%;
	padding-bottom: 75%;
	background-position: 50% 85%;
	background-size: 110%;
	background-repeat: no-repeat;
}

#mapaZonas .zonasInfo{
	float: left;
	width: 90%;
	padding: 0% 0;
	margin: 0 0 0 5%;
}

#mapaZonas p{
	font-size: 18px;
	text-align: center;
	font-weight: 300;
}

#zonas_props{
	float: left;
	margin: 0;
	max-width: 100%;
	min-width: 100%;
	width: 100%;
}
	
	.bg-body-tertiary {
		box-shadow: 0px -6px 15px black;
		background-color: #f0f0f0 !important;
		width: 100%;
		margin-top: -1px;
	}
	
	
	
}   /* END IF MOBILE */
	

 



