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

/*** 2020 ***/
body {
    background-color: #f4f4f4;
}

.main .container {
    padding-bottom: 115px;
}


/** PANEL BUSQUEDA **/

.buscadorGeneral {
    background-color: #737175;
}
.containerRadio input:checked ~ .checkmark {
    background-color: #981024;
}
.buscadorGeneral .contenido .buscadorInput button {
    background-color: #981024;
}

/** FILTRO **/
/*
.filtros {
	width: 23% ;
	float: left ;
	display: table ;
	min-height: 500px;
}
*/
.filtros {
    width: 23%;
    float: left;
    display: table;
    min-height: 500px;
    margin-top: 0px;
    
    margin-left: 0px;
}
.filtros h3 {
	color: #981024;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	padding-top: 11px;
	text-transform: uppercase; 
	padding-bottom: 0px;
	border-bottom: 1px solid #DDD;
	clear: both;
}
/** tags **/
.tags {
	width: 100%;
	display: table;
	margin-left: -5px;
	margin-top: -5px;
}
.tags a {
	display: inline-block;
	border: 0 ;
	background-color: #AAAAAA;
	color: white;
	padding: 3px 10px 6px 12px;
	font-size: 15px;
	font-weight: 100;
	float: left;
	margin-left: 5px;
	margin-top: 5px;

}
.tags a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.tags a::after {
	content: url(../images/tag-x.png);
	font-weight: bold;
	padding-left: 7px; 
}

/** custom select **/
/*the container must be positioned relative:*/
.custom-select {
	position: relative;
	font-size: 15px;
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: #f4f4f4;
}

/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    top: 17px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #981024 transparent transparent transparent;
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #981024 transparent;
    top: 11px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
	color: #535353;
	padding: 8px 0px;
	border: 1px solid transparent;
	border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
	cursor: pointer;
	user-select: none;
}

/*style items (options):*/
.select-items {
	position: absolute;
	background-color: #f4f4f4;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
	border: 3px solid #CCC;
	padding: 0px 5px 0px 5px;

}



/*hide the items when the select box is closed:*/
.select-hide {
  	display: none;
}

.select-items div:hover, .same-as-selected {
	/*background-color: rgba(0, 0, 0, 0.1);*/
	font-weight: bold;
}

/** borra border-bottom del item seleccionado **/
.select-selected {
    border-bottom: 0;
}


.filtros .ordenar {
	margin-top: 15px;

}
.custom-select {
}
.ordenar-select {
	background-image: url(../images/filtro-separadorHorizontal.png?55);
	background-repeat: no-repeat;
	background-position: right 13px;
	width: 141px ;
	display: table;
	float: left ;
}
.filtros .vistas {
	float: left;

}
.filtros .vistas ul {
	margin-left: 10px;
	margin-top: 11px;
}
.filtros .vistas ul li {
	float: left ;
	padding-right: 10px;
}
.filtros .vistas img {
	border: 0 ;
}

.filtros .ordenar .vistas ul li a:hover {
	opacity: 0.3 ;
}

.filtros .filtrar-busqueda h3 {
	font-weight: bold ;
}
.filtros .filtrar-busqueda {
    clear: both;
    float: left;
	width: 100% ;
}

.filtros .filtrar-busqueda .filtros-2 {
	clear: both;
	float: left;
	width: 100% ;
	margin-top: -8px;
}

.filtros .filtrar-busqueda .filtros-2 label {
    color: black;
}

.filtros .filtrar-busqueda .filtros-2 label span {
    border: 1px solid #CCC;
}

.filtros .filtrar-busqueda .filtros-2 .precio {
    margin-top: 8px;
	clear: both;
	float: left ;
}


.filtros .filtrar-busqueda .filtros-2 h3 {
	font-weight: 100;
    font-size: 14px;
}

.filtros-2 .precio .desdeHasta input {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: 0;
    padding-left: 7px;
    transition: 0.3s;
    border: 0;
    line-height: 23px;
    border: 1px solid #ccc;
    width: 85px;
	float: left;
	margin-left: 10px;
}

.filtros-2 .precio .desdeHasta input:first-child {
	margin-left: 0px ;
}
.filtros-2 .precio a {
	display: block;
    font-size: 14px;
    font-weight: 500;
    color: white;
    line-height: 31px;
    max-width: 85px;
    text-align: center;
    background-color: #981024;
    border: 0px;
    height: 32px;
    background-image: none;
    width: 100%;
    margin-top: 11px;
    clear: both;
    float: left;
}
/** RESULTADO **/

.resultado {
	width: 75%;
    float: right;
    display: table;
    min-height: 500px;
}

.res-ficha:first-child {
	margin-top: 0px;
}

.res-ficha {
    background-color: white;
    border: 0;
    width: 100%;
    min-height: 281px;
	height: 100%;
    display: block;
    float: left;
    margin-left: 0;
    margin-top: 10px;
    position: relative;
}


.res-ficha-info {
    border-bottom: 0;
    margin-left: 11px;
    margin-top: -255px;
    padding-bottom: 6px;
    width: 95%;
}

.res-ficha-info .info-general {
	width: 40%;
    float: left;
    display: table;
    margin-left: 10px;
    margin-top: 3px;
}

.res-ficha-foto {
    margin-left: 0px;
    margin-top: 0px;
}
.resultado div .res-ficha-foto div {
	display: block;
	width: 374px;
	height: 281px;
	background-size: 374px 281px;
	background-repeat: no-repeat;
}
/*
.resultado div .res-ficha-foto .res-ficha-foto-sombra {
	display: block; 
	width: 100%; 
	height: 88px; 
	background-image: url(../../ns2-images/ficha-bkg-1.png); 
	background-repeat: no-repeat; 
	margin-top: -88px;
}
*/

.resultado div .res-ficha-foto .res-ficha-foto-sombra {
    display: block;
    width: 100%;
    height: 281px;
    background-image: url(../../ns2-images/ficha-bkg-1.png);
    background-repeat: no-repeat;
    margin-top: -281px;
    background-position-y: 140px;
}


.resultado div .res-ficha-foto .res-ficha-foto-estado {
    display: block;
    width: 374px;
    height: 281px;
    background-image: none;
    background-repeat: no-repeat;
    margin-top: -281px;
    background-position-y: 140px;
    background-color: #222;
    opacity: 0.7;
}
.resultado div .res-ficha-foto .res-ficha-foto-estado-text {
	
    margin-left: 10px;
    font-weight: normal;
    color: #981024;
    font-size: 24px;
    text-transform: uppercase;
    padding: 3px 17px 4px 17px;
    border-radius: 4px;
    background-color: #eee;
	    width: 135px;
    height: 35px;
	position: relative;
	top: 36%;
    left: 24%;
}

.res-ficha-info h3.inmueble {
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    /* background-color: #434146; */
    padding-left: 0px;
    padding-right: 11px;
    padding-top: 8px;
    padding-bottom: 7px;
    display: inline-block;
    /* margin-top: -20px; */
    opacity: 0.9;
    position: absolute;
    left: 400px;
    top: 10px;
}

.res-ficha-info h3.inmueble span {
    color: #981024;
    font-weight: 500;
	position: relative;
	top: -1px ;
}
.res-ficha-info .res-ficha-precio {
	opacity: 0.8;
	top: 196px;
    position: absolute;
}


.res-ficha-info .res-ficha-precio p.precio {
    font-size: 32px;
    color: white;
    float: left;
}

.res-ficha-info span.tipo-op {
    color: white;
    font-size: 32px;
    font-weight: normal;
    padding-right: 5px;
    position: relative;
    top: 7px;
	text-shadow: 2px 1px 3px black
}

.res-ficha-info .info-general .precio span strong {
    font-size: 13px;
    position: relative;
    top: 5px;
}

.res-ficha-info .res-ficha-precio p.botones {
	float: right;
    top: 36px;
    position: absolute;
    left: 255px;
    width: 70px;
}

.res-ficha-info .res-ficha-precio a.consulta {
    background-image: url(../ns2-images/ficha-consulta.png);
    background-repeat: no-repeat;
}

.res-ficha-info .res-ficha-precio a.whatsapp {
    background-image: url(../ns2-images/ficha-whatsapp.png);
    background-repeat: no-repeat;
    margin-top: -2px;
}

.res-ficha-info .res-ficha-precio a:first-child {
    margin-left: 8px;
}
.res-ficha-info .res-ficha-precio a {
    display: block;
    width: 29px;
    height: 27px;
    float: right;
}



.res-ficha-info p.direcc {
	margin-top: 30px;
}

.res-ficha-info p.direcc a {
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    color: #981024;
}
.res-ficha-info p.zona {
    font-size: 16px;
    margin-top: 0px;
}

.res-ficha-info p.res-ficha-desc {
    color: #636161;
    font-weight: 500;
    margin: 0 0 0 0;
    font-size: 17px;
    line-height: 20px;
    width: 100%;
}

.res-ficha-info .res-ficha-detalle {
	float: left;
    margin-top: -16px;
    margin-left: 47px;
    width: 50%;
}

.res-ficha-info .res-ficha-detalle p.zona {
	font-size: 15px;
	color: #4D4D4D ;

}

.res-ficha-info .res-ficha-detalle p.items {
    line-height: 36px;
}

.res-ficha-info .res-ficha-detalle p.items span {
    color: #666;
	font-weight: bold;
}

.res-ficha-info .res-ficha-ver-mas {
    width: 100%;
    margin: 0 0 0 0;
    left: 398px;
    top: 190px;
    position: absolute;
}

.res-ficha-info .res-ficha-ver-mas a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: white;
    line-height: 40px;
    max-width: 125px;
    text-align: center;
    background-color: #981024;
    border: 0px;
    height: 42px;
    background-image: none;
    width: 100%;
    margin-top: 30px;
}

/** PAGINACION **/

.paginacion {
	min-height: 100px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 100%;
	clear: both;
	float: left;
	margin-top: -71px;
	height: 100%;
}
.paginacion a {
	color: #a0a0a0;
	font-size: 29px;
	font-weight: normal;
	letter-spacing: -4px;
	padding-left: 4px;
	padding-right: 5px;
}
.pag-flechas {
	font-size: 23px !important;
	font-weight: 300 !important;
	position: relative;
	top: -2px !important;
}
.paginacion a b {
	color: #971124;
}

/** BREADCRUMB **/
ul.breadcrumb {
	list-style: none;
	background-color: transparent ;
	padding-bottom: 36px;
}

ul.breadcrumb li {
	display: inline;
	font-size: 15px;
}

ul.breadcrumb li+li:before {
	padding-right: 9px;
  	content: "\2002\003e";
}

ul.breadcrumb li a {
	color: #666;
    text-decoration: none;
    font-weight: normal;
    /* font-style: italic; */
    font-size: 14px;
}

ul.breadcrumb li a:hover {
	opacity: 0.5 ;
	text-decoration: none;
}

/** INSTITUCIONAL **/

.titulo {
    color: #981024;
    font-size: 31px;
    font-weight: normal;
    line-height: 31px;
    padding-top: 24px;
    /* text-transform: uppercase; */
    clear: both;
    padding-bottom: 7px;
}


.descripcion {
    font-size: 16px;
    font-weight: 100;
    line-height: 25px;
}

.descripcion.intro {
	border: 0px;
    background-color: transparent;
    font-size: 21px;
    font-weight: normal;
    line-height: 28px;
    margin-top: -5px;
    padding: 0 0 0 0;
    padding-bottom: 14px;
}
.staff {
    margin-left: 0;
    margin-top: 14px;
    clear: both;
    float: left;
    width: 100%;
}

.slider-imagen {
	max-width:1164px ;
	width:100% ;
	height:435px ;
}
.main .prop-dest-titulo {
    height: 58px;
}

.main .prop-dest-titulo h2 {
    margin-top: 27px;
	color: #981024;
	text-align: left;
	margin-left: 0;
}

.main .prop-dest-titulo h2 span {
    font-size: 32px;
}


.subtitulo {
	color: #000;
    font-weight: normal;
    padding-bottom: 10px;
    padding-top: 10px;
}
.descripcion .color {
	color: #981024;
}
.descripcion strong {
    font-size: 18px;
    font-weight: bold;
}
.descripcion span {
	/*color: #981024;*/
    font-size: 18px;
    font-weight: bold;
}
.items {
	
}

.caracteristicas {
	color: #981024;
    font-size: 31px;
    font-weight: bold;
    line-height: 31px;
    padding-top: 24px;
    /* text-transform: uppercase; */
    clear: both;
    padding-bottom: 7px;
}

.filtros-btn {
    margin-top: -23px;
	display: none;
}
.filtros-btn a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: white;
    line-height: 40px;
    max-width: 125px;
    text-align: center;
    background-color: #981024;
    border: 0px;
    height: 42px;
    background-image: none;
    width: 100%;
}

@media screen and (max-width: 1164px) {
	
	.filtros {
		background-color: #f4f4f4;
		/*
		border-radius: 5px;
		border: 3px solid #ccc;
		*/
		/* border-left: 0px; */
		padding-top: 10px;
		padding-left: 10px;
		padding-right: 10px;
		margin-top: 182px;
		margin-left: -60px;
		
		left:auto; 
    	position: fixed !important ; 
  
	}
	
	.resultado {
		width: 100%;
		margin-top: 18px;
	}
	.res-ficha-info .info-general {
    	width: 376px;
	}
	.res-ficha-info .res-ficha-detalle {
		margin-left: 0px;
		width: 57%;
	}
}
@media screen and (max-width: 1036px) {
	.res-ficha-info .res-ficha-detalle {
		margin-left: 0px;
		width: 47%;
	}
}
@media screen and (max-width: 848px) {
	.res-ficha-info .res-ficha-detalle {
		margin-left: 0px;
		width: 40%;
	}
	.res-ficha-info p.res-ficha-desc {
		font-size: 15px;
		line-height: 15px;
	}
}
@media screen and (max-width: 750px) {

	.res-ficha-info p.res-ficha-desc {
		font-size: 14px;
		line-height: 14px;
		
	}
	ul.breadcrumb {
		margin-top: 24px;
	}
	.res-ficha-foto {
		width: 100%;
		display: block;
		clear: both;
		float: left;
	}
	.res-ficha-info h3.inmueble {
		/*
		margin-top: -277px;
    	margin-left: -379px;
		*/
		top: 284px;
    	left: 22px;
    	position: absolute;
		
	}
	.res-ficha-info .res-ficha-detalle {
		margin-left: 10px;
    	width: 90%;
    	margin-top: -1px;
	}
	.res-ficha {
		padding-bottom: 24px;
	}
	.res-ficha-info .res-ficha-ver-mas {
		left: 0;
		top: 0;
		position: relative;
	}
}