@charset "UTF-8";
/* CSS Document */

* {
	box-sizing:border-box;
}

body {
/* ********************* */
	background-color: #fff;
/* ********************* */
	font-family: 'Roboto', sans-serif;	
	margin: 0;
	padding: 0;
	color: #222;
	font-size: 13px;
}

a, a:link {
    color: #fd7800;
	text-decoration: underline;	
}

a:visited {
    color: #fd7800;
}

a:hover {
    color: #666;
}

a:active {
    color: #666;
}


strong {
	font-weight: 500;
}

.btn-primary {
/* ***************************** */
    color: #fff;
    background-color: #fd7800;
    border-color: #fd7800;
	transition: all 0.3s ease;    
/* ***************************** */
}

.btn-primary:hover, .btn-primary:active:hover, .btn-primary.active:hover, .btn-primary:active:focus, .btn-primary.active:focus, .btn-primary:active.focus, .btn-primary.active.focus, .btn-primary:focus, .btn-primary.focus {
/* ***************************** */
    color: #fff;
    background-color: #1a417f;
    border-color: #1a417f;
/* ***************************** */
}

.contenedor_general {
/* ********************* */
	background-color: #fff;
/* ********************* */
}

.contenedor {
	width: 100%;
	max-width:1000px;
	margin: 0 auto;
	padding:0 20px;
}

.contenedor_minh {
	min-height: 500px;
}

.contenedor_listado {
	width: 100%;
	max-width:1000px;
	margin: 0 auto;
	padding:0 10px;
}

.contenedor_cabezal {
/* ********************* */
	background-color: #fff;
	border-bottom: 1px solid #fd7800;	
/* ********************* */
	width: 100%;
	/*margin-bottom: 20px;*/
}

.cabezal {
/* ******************* */
	min-height: 100px;	
	color: #fd7800;
	border-top: 1px solid #fff;	

/* ******************** */	
	width: 100%;
	max-width: 1000px;
    margin: 0 auto;
    position: relative;
	z-index: 11;
}

.logo {
/* ********************* */
	width: 250px;
	height: 57px;
	background-size: 250px 57px;
	margin-top: 20px;
		
/* ********************* */
	background-image:url('../img/logo.png');
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	margin-left: 20px;
}

.logo_texto {
	margin-top: 6px;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.cabezal .redes {
/* ***************** */
    right: 11px;
/* ***************** */
	position: absolute;
    top: 20px;
}


.cabezal .redes .facebook {
	background-image: url('../img/facebook.png');
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 24px 24px;
    width: 24px;
    height: 24px;
	float: right;	
	margin-left: 10px;
}

.cabezal .redes .facebook:hover {
	opacity: 0.8;
}

.cabezal .redes .linkedin {
	background-image: url('../img/linkedin.png');
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 24px 24px;
    width: 24px;
    height: 24px;
	float: right;	
	margin-left: 10px;
}

.cabezal .redes .linkedin:hover {
	opacity: 0.8;
}

.cabezal .redes .twitter {
	background-image: url('../img/twitter.png');
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 24px 24px;
    width: 24px;
    height: 24px;
	float: right;	
	margin-left: 10px;
}

.cabezal .redes .twitter:hover {
	opacity: 0.8;
}

.cabezal .redes .youtube {
	background-image: url('../img/youtube.png');
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 24px 24px;
    width: 24px;
    height: 24px;
	float: right;	
	margin-left: 10px;
}

.cabezal .redes .youtube:hover {
	opacity: 0.8;
}

.cabezal .redes .instagram {
	background-image: url('../img/instagram.png');
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 24px 24px;
    width: 24px;
    height: 24px;
	float: right;	
	margin-left: 10px;
}

.cabezal .redes .instagram:hover {
	opacity: 0.8;
}

.cabezal .redes .english {
	background-image: url('../img/english.png');
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 24px 24px;
    width: 24px;
    height: 24px;
	float: right;	
	margin-left: 10px;
}

.cabezal .redes .english:hover {
	opacity: 0.8;
}

.cabezal .redes .espanol {
	background-image: url('../img/espanol.png');
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 24px 24px;
    width: 24px;
    height: 24px;
	float: right;	
	margin-left: 10px;
}

.cabezal .redes .espanol:hover {
	opacity: 0.8;
}

.cabezal .botonera {
/* ***************** */
/* DERECHA 			 */
/* ***************** */
    top: 46px;
    right: 5px;
    width: auto;
    bottom: 0;
    position: absolute;
	margin: 0 0 0 0;
/* ***************** */
/* IZQUIERDA		 */
/* ***************** */
	
/*	margin: 23px 0 0 2px;*/
	
/* ****************** */
	
    min-height: 1px;
	
}

.cabezal .boton {
/* *********************** */
    color: #fd7800;
/*	background-color: #38bfff;*/
    float: right;
/*    float: left;*/
/* *********************** */
    font-size: 13px;
	text-decoration: none;
    height: 35px;
    line-height: 25px;
    padding: 5px 10px;
	position: relative;
	transition: all 0.3s ease;
}

.cabezal .boton:hover {
    color: #fff;
	background-color: #fd7800;
}

.cabezal .boton:hover .subbotonera {
	display: block;
}

.cabezal .subbotonera {
	position: absolute;
    top: 35px;
    left: 0px;
	display: none;
}

.cabezal .subboton {
/* *********************** */
    color: #fff;
    background-color: #fd7800;
/* *********************** */

    display: block;
    font-size: 13px;
    text-decoration: none;
    height: 40px;
    line-height: 31px;
    padding: 5px 18px;
    white-space: nowrap;
}

.cabezal .subboton:hover {
    color: #fff;
	background-color: #1a417f;
}

.cabezal .hamburguesa {
	width: 30px;
	height: 30px;
	background-image: url(../img/ham.png);
	background-size: 30px 60px;
	background-position:left top;
	display: none;
	z-index:98;
}

.cabezal .cerrar {
	display: none;
}

.cabezal .hamburguesa_b {
	background-image: url(../img/ham.png);
	background-position:left bottom;
}

.cabezal .referencia {
/* **************************** */
    right: 20px;
/* **************************** */
	position: absolute;
    width: 154px;
    top: 10px;
    font-size: 15px;
    line-height: 25px;	
}

.cabezal .referencia .form-control {
	width: 50px;
    float: right;
    height: 23px;
    padding: 4px 8px;
}

.cabezal .referencia button {
/* *********************************** */
    background-color: #fff;
    color: #1c3f95;
	border-color: #1c3f95;
/* *********************************** */	
	padding: 0px 0 1px 1px;
    float: right;
    margin-left: 2px;
    margin-top: 0;
}


.titulo_seccion {
	margin: 20px 0 10px 0;
	position: relative;
}

.titulo_seccion .volver {
	float: right;
}

.titulo_seccion h1 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size:18px;
	margin-right: 120px;
	max-height: 42px;
    overflow: hidden;	
 	line-height: 21px;
	position: absolute;
    bottom: 0;
	
}

.titulo_largo {
	margin: 20px 0 10px 0;
	position: relative;
}

.titulo_largo h1 {
	margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 19px;
    max-height: 42px;
    overflow: hidden;
    color: #fff;
    padding-left: 15px;
    background-color: #fd7800;
    height: 42px;
    line-height: 42px;	
}

.contenido_interno .titulo_largo {
	margin-bottom: 40px;
}

.separador {
	height:1px;
	margin-bottom: 20px;
	clear: both;
}

.separador_min {
	height:1px;
	margin-bottom: 10px;
	clear: both;
}

.separador_linea {
	border-bottom:1px solid #ddd;
	height:1px;
	margin-bottom: 20px;
	clear: both;
}

.contenedor_listado .separador_linea {
	margin: 0 10px 20px 10px; 
}

.buscador {
	border-bottom:1px solid #ddd;
	margin: 20px 0;
	padding-bottom: 20px;
}

.buscador_c1 {
	width: 17%; 
	padding-right:10px; 
	float: left;	
}

.buscador_c2 {
	width: 17%; 
	padding-right:10px; 
	float: left;	
}

.buscador_c3 {
	width: 33%; 
	padding-right:10px; 
	float: left;	
}

.buscador_c4 {
	width: 33%; 
	float: left;	
}

.buscador_c5 {
	/*width: 50%; */
	width: 34%; 
	padding-right:10px; 
	float: left;
	margin-top: 10px;
}

.buscador_c6 {
	/*width: 50%; */
	width: 33%; 
	float: left;	
	margin-top: 10px;
	padding-right:10px; 
}

.buscador_c7 {
	width: 17%; 
	float: left;	
	margin-top: 10px;
	padding-right:10px; 
}

.buscador_c8 {
	width: 16%; 
	float: left;	
	margin-top: 10px;
}

.buscador_c9 {
	width: 17%;
	float: left;
	margin-top: 10px;
	padding-right:10px; 
}

.buscador_c10 {
	width: 50%;
	float: left;
	margin-top: 10px;
	padding-right:10px; 
}

.buscador_c11 {
	width: 17%;
	float: left;
	padding-right:10px; 
	margin-top: 10px;
}

.buscador_c12 {
	width: 16%;
	float: left;
	margin-top: 10px;
}

.contenido {
	min-height: 300px;
}

.contenido_interno {
	margin-top: 30px;
	margin-bottom: 30px;
    padding-bottom: 50px;
}

.propiedad_cont {
	width: 33.333%;
	height: 300px;
	float: left;
	padding: 10px;
}

.propiedad {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 2px;
	box-shadow: 0 1px 4px rgba(0,0,0,.23);
	background-color: #FFF;	
	z-index: 1;
	color: #fff;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;	
    -webkit-transition: all .15s cubic-bezier(.33,.66,.66,1);
    transition: all .15s cubic-bezier(.33,.66,.66,1);	
}

.propiedad:hover {
    box-shadow: -2px 0 2px 0 rgba(0,0,0,0.16) , 2px 0 2px 0 rgba(0,0,0,0.16) , 0 2px 2px 0 rgba(0,0,0,0.23);
    -webkit-transform: translate3d(0,-3px,0);
    transform: translate3d(0,-3px,0);	
}

.propiedad .imagen {
	width: 100%;
	height: 170px;

	background-size: cover;
	background-position: 50% 50%;

	overflow: hidden;

	position: absolute;
	top: 0;
	left: 0;

	z-index:1;

}

.propiedad .sombra {	
	width: 100%;
	height: 170px;

	overflow: hidden;
	
	background-color: #000000;

	opacity: 0.2;
	transition: opacity 0.3s;
	
	position: absolute;
	top: 0;
	left: 0;
	z-index:2;
}

.propiedad:hover .sombra {
	opacity: 0.1;
}

.propiedad .titulo {
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.8);	
    height: 120px;
    overflow: hidden;	
	margin: 0;
	
	position: absolute;
	top: 15px;
	left: 15px;
	right: 50px;
	
	z-index: 3;
}

.propiedad .precio {
	font-size: 18px;

	color: #222;
	
	position: absolute;
	top: 180px;
	left: 15px;
	
	z-index: 3;
}

.propiedad .ubicacion {
	color: #222;
	font-size: 15px;
	
	position: absolute;
	bottom: 5px;
	right: 15px;
	
	text-align: right;
	
	z-index: 3;
}

.propiedad .caracteristicas {
	color: #222;
	position: absolute;
	top: 215px;
	left: 15px;
	z-index: 3;
    font-size: 15px;	
}

.propiedad .link {
	position:absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 4;
}

.propiedad .favorito {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 5;
	font-size: 19px;
	color: #fff;
}

.fa-icon:before {
	/*content: "\f004"; /* Corazón */
	content: "\f005"; /* Estrella */ 
}

.fa-icon-o:before {
	/*content: "\f08a"; /* Corazón */
	content: "\f006"; /* Estrella */ 
}

.fa-icon-o:hover:before {
    /*content: "\f004"; /* Corazón */
    content: "\f005"; /* Estrella */
}

.ficha .col_left {
	float: left;
	width: 60%;
	padding-right: 30px;
}

.ficha .col_right {
	float: left;
	width: 40%;
}

.ficha .col_g_2 {
	float: left;
	width: 50%;
	padding: 0 10px;
}

.ficha .col_v {
	float: left;
	width: 60%;
	padding: 0 5px 10px 0;
}

.ficha .col_a {
	float: left;
	width: 40%;
	padding: 0 0 10px 0;
}

.ficha .col_2 {
	float: left;
	width: 50%;
	padding: 0 5px 10px 5px;
}

.ficha .col_3 {
	float: left;
	width: 33%;
	padding: 0 5px 10px 5px;
}

.ficha .imagen {
	width: 100%;
	height: 380px;

	background-size: cover;
	background-position: 50% 50%;
	
	border: 1px solid #eee;

}

.ficha .titulo_1 {
	font-size:25px;
}

.ficha .titulo_2 {
	font-size:16px;
}

.ficha .titulo_3 {
	font-size:17px;
}

.ficha .dato {
	width: 33%;
	padding-right: 5px;
	margin-bottom: 10px;
	float: left;
}

.ficha .foto {
	padding: 0 10px 20px 10px;
	float: left;
    width: 50%;	
	position: relative;
}

.ficha .foto:before{
	content: "";
	display: block;
	padding-top: 75%;
}
.ficha .foto div {
	position: absolute;
    top: 0;
    left: 10px;
    bottom: 20px;
    right: 10px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.ficha .f_label {
	margin-bottom: 6px;	
}

.ficha .f_control {
	margin-bottom: 15px;	
}

.info_full {
	display: block;
}

.info_min {
	display: none;
}

.form-control-min {
	height: 32px;
    padding: 6px 10px;
    font-size: 13px;
}

.texto_centrado {
	text-align: center;
	width: 100%;
}

.mensaje_listado {
    text-align: center;
    margin-top: 100px;
    font-size: 16px;
    height: 200px;
}

.paginado {
	height: 60px;
	background-color: #fafafa;
	margin: 20px 10px;	
}

.paginado_cont {
    margin: 0 auto;
    width: 280px;
    height: 60px;
	color: #333;
}

.paginado_link {
    height: 60px;
    line-height: 60px;
    width: 80px;
	float:left;
}

.paginado_link a {
	color: #333;
}

.paginado_sel {
	float:left;
    width: 60px;
    height: 40px;
    margin-top: 13px;
}

.paginado_cant {
	float:left;
    height: 60px;
    line-height: 60px;
    width: 40px;
	margin-left: 5px;
}

.contenedor_pie {
/* ********************* */
	background-color: #fd7800;
/* ********************* */
    width: 100%;
	margin-top: 20px;	
}

.pie {
/*************************/
    background-color: #fd7800;
    color: #fff;
/*************************/
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    min-height: 136px;
    padding: 20px 20px;
    font-size: 12px;
    position: relative;
    margin-top: 20px;
}

.pie .datos {
	float:left;
	margin-right: 50px;
}

.pie .datos_logos {
	width: 187px;
	float: right;
	margin-right: 0;
}

.pie .datos_logos img {
    margin-right: 15px;
    margin-bottom: 10px;	
}

.pie .datos_logos p img:last-child {
	margin-right: 0;
}

.pie a, .pie a:link {
    color: #fff;
}

.pie a:visited {
    color: #fff;
}

.pie a:hover {
    color: #666;
}

.pie a:active {
    color: #666;
}


.clear {
	clear: both;
	height:0;
}

.fright {
	float: right;
}

.tright {
	text-align: right;
}

#map_canvas {
	width: 40%;
    height: 370px;
    float: left;	
}

.col_contacto {
	width: 50%;
    float: left;
    padding-left: 30px;
}

.col_contacto .btn {
	width: 200px;
}

.banner img {
	width: 100%;
}

.banner_home {
/*	min-height: 199px;
    background-color: #4c9ed0;
    padding-left: 33px;
    padding-top: 30px;
    padding-bottom: 20px;	*/
}

.banner_home img {
	float: left;
    margin-right: 30px;
    margin-bottom: 20px;	
}

.banner_home .titulo_1 {
	color: #FFF;
    font-size: 16px;
    margin-bottom: 5px;
}

.banner_home .titulo_2 {
	color: #081E32;
    font-size: 20px;
    margin-bottom: 15px;	
}

.banner_home .titulo_3 {
	font-size: 11px;
    color: #FFF;
    line-height: 15px;
    margin-bottom: 10px;	
}

.banner_home a {
	color: #081E32;
    font-size: 15px;
    text-decoration: none;
}

.titulo_color {
	color: #4c9dd2;	
	font-size: 15px;
}

#banner_quienes {
    width: 100%;
    height: 260px;
    float: right;
    margin-bottom: 20px;
    position: relative;
}

#banner_quienes div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    background-size: cover;
    background-position: center center;
}

a.sodio {
    width: 26px;
    height: 7px;
    background-image: url('../img/sodio.png');
    background-repeat: no-repeat;
    background-position: left top;
	background-size: 25px 14px;
    display: block;
	position:absolute;
	bottom: 10px;
	right: 20px;
}

a.sodio:hover, a.sodio:active {
    background-position: left bottom;
}

a.nai {
    width: 16px;
    height: 10px;
    background-image: url('../img/nai.png');
    background-repeat: no-repeat;
    background-position: left top;
	background-size: 16px 20px;
    display: block;
	position:absolute;
	bottom: 9px;
    right: 55px;
}

a.nai:hover, a.nai:active {
    background-position: left bottom;
}

@media (min-width: 661px) and (max-width: 980px) { 
	.propiedad_cont {
		width: 50%;
	}
}

@media (max-width: 880px) { 

	.info_full {
		display: none;
	}

	.info_min {
		display: block;
	}

	.ficha .col_left {
		float: none;
		width: 100%;
		padding: 0;
	}
	
	.ficha .col_right {
		float: none;
		width: 100%;
		padding: 0;
	}

}

@media (max-width: 680px) {

	.banner_home img {
		float: none;
	}
	
	.pie .datos {
		margin-right: 0;
		margin-bottom: 30px;
		float: none;
	}
		
}

@media (max-width: 770px) {
	
	.cabezal .botonera {
/* ***************************** */
		width: 240px;		
		right: -240px;
/* ***************************** */		
		float: none;
		
		position:fixed;
		top: 0;
		margin: 0;
		z-index: 99;
		bottom: 0;
		background-color: rgba(255, 255, 255, 0.95);
		padding-top: 90px;
		border-left: 2px solid #1c3f95;		
		transition: all 0.2s ease;
		overflow-y: scroll;		
	}

	.cabezal .botonera_abierta {
		right: 0 !important;
	}
	
	.cabezal .boton {
/* **************************** */		
		color: #fd7800;
/* **************************** */		
		font-size: 13px;
		display: block;
		padding: 5px 20px;
		width: 100%;
		height: auto;
	}
	
	.cabezal div.boton:hover {
		color: #fd7800;
		background-color:inherit;
	}

	.cabezal .boton_clientes {
		background-color: inherit;
		color: #ef3e35;
	}

	.cabezal .subbotonera {
		position: relative;
		top: auto;
		left: 0px;
		display: block;
	}

	.cabezal .subboton {
/* **************************** */		
		color: #1c3f95;
/* **************************** */		
		background-color: inherit;	
	}
	
	.cabezal .hamburguesa {
		display: block;
		position:absolute;
		bottom: 11px;
    	right: 10px;
	}

	.cabezal .cerrar {
		position: absolute;
		top: 50px;
		left: 10px;
		width: 30px;
    	height: 30px;
    	background-image: url(../img/back.png);
    	background-size: 30px 60px;
    	background-position: left bottom;
    	z-index: 100;		
	}
	
}

@media (max-width: 660px) {

	.cabezal .referencia {
		top: 5px;
	}

	.cabezal .redes {
		top: 5px;
		right: 10px;
	}

	.logo {
		float: none;
		margin-bottom:0;
		margin-top:32px;
		margin-left:10px;
	}
	
	.logo_texto {
		margin-top: 10px;
		margin-bottom: 30px;
	}	

	.propiedad_cont {
		width: 100%;
	}
	.buscador_c1 {
		width: 100%; 
		padding-right:0; 
	}
	
	.buscador_c2 {
		width: 24%; 
		padding-right:10px; 
		margin-top: 10px;
	}
	
	.buscador_c3 {
		width: 38%; 
		padding-right:10px; 
		margin-top: 10px;
	}
	
	.buscador_c4 {
		width: 38%; 
		margin-top: 10px;
	}
	
	.buscador_c5 {
		width: 100%; 
		padding-right:0; 
		margin-top: 10px;
	}
	
	.buscador_c6 {
		width: 100%; 
		margin-top: 10px;
	}

	.buscador_c7 {
		width: 100%; 
		margin-top: 10px;
		padding-right:0; 
	}

	.buscador_c8 {
		width: 100%; 
		margin-top: 10px;
		padding-right:0; 
	}
	
	.buscador_c9 {
		width: 100%;
		margin-top: 10px;
		padding-right:0; 
	}

	.buscador_c10 {
		width: 100%;
		margin-top: 10px;
	}

	.buscador_c11 {
		width: 100%;
		margin-top: 10px;
		padding-right: 0;
	}

	.ficha .col_g_2 {
		width: 100%;
		margin-bottom: 10px;
		padding: 0 0 20px 0;
	}

	.ficha .foto {
		width: 100%;
		margin-bottom: 10px;
		padding: 0 0 20px 0;
		position: relative;
	}

	.ficha .foto div {
		left: 0;
		right: 0;	
	}

	.ficha .dato {
		width: 50%;
	}	
	
	#map_canvas {
		width: 100%;
		float: none;	
	}
	
	.col_contacto {
		width: 100%;
		float: none;
		padding-left: 0;
		margin-top: 40px;
	}
	
}

@media (max-width: 480px) { 
	.ficha .imagen {
		height: 280px;
	}
	.ficha .titulo_3 {
		font-size: 15px;
	}	
}

@media (max-width: 450px) { 

	.ficha .col_v {
		float: none;
		width: 100%;
	}
	.ficha .col_a {
		float: none;
		width: 100%;
	}
	
}

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 

	a.sodio {
		background-image: url('../img/sodio_2x.png');
	}
	
	a.nai {
		background-image: url('../img/nai_2x.png');
	}

	.logo {
		background-image:url('../img/logo_2x.png');
	}

	.cabezal .redes .facebook {
		background-image: url('../img/facebook_2x.png');
	}

	.cabezal .redes .linkedin {
		background-image: url('../img/linkedin_2x.png');
	}
	
	.cabezal .redes .twitter {
		background-image: url('../img/twitter_2x.png');
	}
	
	.cabezal .redes .youtube {
		background-image: url('../img/youtube_2x.png');
	}

	.cabezal .redes .instagram {
		background-image: url('../img/instagram_2x.png');
	}
	
	.cabezal .redes .english {
		background-image: url('../img/english_2x.png');
	}
	
	.cabezal .redes .espanol {
		background-image: url('../img/espanol_2x.png');
	}



}