
.real-estate-item { position: relative; }

.real-estate-item-image {
	position: relative;
	width: 100%;
}

.real-estate-item-image::before {
	position: absolute;
	content: '';
	pointer-events: none;
	z-index: 1;
	opacity: 0.90;
	top: auto;
	bottom: 0;
	width: 100%;
	height: 50%;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.85))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.real-estate-item-image > a,
.real-estate-item-image > img {
	display: block;
	width: 100%;
	height: auto;
}


.real-estate-item-image .badge {
	display: block;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 1;
	font-size: 11px;
	padding: 5px 8px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1px;
}


.real-estate-item-price {
	position: absolute;
	left: 20px;
	bottom: 00px;
	z-index: 1;
	letter-spacing: 1px;
	line-height: 1;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

.real-estate-item-price span {
	display: block;
	margin-top: 3px;
	font-weight: 300;
	font-size: 12px;
	color: rgba(255,255,255,0.85);
	text-align: right;
}

.real-estate-item-price h3 {
	color:#FFF;
	font-size: 1.3rem;
	font-weight: 600;
}

.real-estate-item-info {
	position: absolute;
	left: 20px;
	bottom: 20px;
	z-index: 1;
}

.real-estate-item-info a {
	display: block;
	float: left;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	font-size: 12px;
	line-height: 1;
	text-align: center;
	padding: 8px;
	background-color: rgba(0,0,0,0.25);
	border-radius: 4px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.real-estate-item-info a:hover { background-color: rgba(0,0,0,0.75); }

.real-estate-item-info a i {
	width: 12px;
	height: 12px;
}

.real-estate-item-info a:not(:first-child) { margin-left: 5px; }


.real-estate-item-desc {
	position: relative;
	margin-top: 20px;
	padding: 0 20px;
}


.real-estate-item-desc h3 { font-size: 21px; }

.real-estate-item-desc h3 + span {
	display: block;
	margin-top: -27px;
	color: #999;
}

.real-estate-item-desc h3 a { color: #333; }

.real-estate-item-desc h3 a:hover { color: #555; }


.real-estate-item-features { margin-top: 15px; }

.real-estate-item-features [class^=col-] { margin-top: 5px; }

.real-estate-item-features i {
	position: relative;
	top: 1px;
	margin-left: 3px;
}


.real-estate-item-link {
	position: absolute;
	top: 2px;
	right: 20px;
	width: 32px;
	height: 32px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	color: #555;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #555;
	border-radius: 50%;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.real-estate-item-link:hover {
	border-color: transparent;
	background-color: #2C3E50;
	color: #FFF;
}


.banner-titulo {
	padding: 80px 5px 0px 40px;
	font-size: 32px;
	font-weight: 500;
	color: #eee;
	margin-bottom: 0px;
}

.banner-texto {
		padding: 5px 5px 25px 40px;
	font-size: 19px;
	font-weight: 500;
}





.contactenos  {
  position: fixed;
  bottom: 120px;
  left: 85%;
  z-index:200;
}

.contactenos-m  {
  position: fixed;
  bottom: 0px;
  left: 70%;
  z-index:200;
}







del {
	color: #999!important;
	padding-right: 10px;
}


.medium-price {
	font-size: 17px;
	font-weight: bold;
	color: #000;
}


.anexo {
	font-size: 14px;
	line-height: 16px;
	color: #999;
}


.pull_right {
	text-align: right!important;
}

.compra-col {
	background: #f9f9f9;
	padding: 15px;
}

.compra-col .titulo {
	border-bottom: 2px solid #000;
	padding-bottom: 0px;
	margin-bottom: 20px;
}

.compra-col .titulo h4 {
	margin-bottom: 10px;
}

.compra-col h5 {
	margin-bottom: 5px!important;
}

.compra h4{
	margin-bottom: 0px;
	font-size: 22px;
}

.compra .gris {
	color: #999; font-size: 13px; line-height: 14px;
}


.producto-info {
}

.producto-info .title {
}


.producto-info .title h1 {
	margin-bottom: 0px;
}

.producto-info .title h2 {
	color: #666!important;
	font-size: 20px;
	font-weight: 600;
}

.price {
	font-size: 30px;
	color: #000;
	padding-top: 20px;
}

.price del {
	color: #999!important;
	font-size: 23px;
	padding-right: 10px;
}

.producto-info .cuotas-1 {
	font-size: 22px;
	margin-top: 0px!important;

	font-weight: 700!important;
}

.producto-info .cuotas-2 {
	font-size: 21px;
}

 {
	font-size: 16px;
}


.producto-info .cuotas-2 strong   { color: #1e7fc1;}


.producto-color   { 
	float: left;
	width: 120px;
	margin-left: 10px;
	margin-bottom: 10px;
}






.footer-lista ul {
list-style: none!important;
}

.footer-lista li {
list-style: none!important;
margin-bottom: 5px;
}


.footer-lista li i {
	margin-right: 10px;

}


.buscador-sillones {
	background: #eee;
	padding: 20px 0;

}


.top-left {
	margin-top:10px!important

}


.thumb-title {
	font-weight:600!important;
	font-size: 24px!important;
	margin-bottom: 0;
	color: #000;
}

.thumb-title a {
	color: #000;
}


.producto-thumb  {
	border-bottom: 1px solid #ddd;
}


.fundador {
	background-color:#69a972;
	padding:10px;
	color:#fff;
	font-size: 13px;
	line-height:15px;
	text-align: justify;
}

.fundador-title {
	color:#fff!important;
	font-weight:400;
}

.fundador-title {
	color:#fff!important;
	font-weight:400;
}

.producto {
	margin-top:50px!important;
}

.producto-title {
color:#53240c;
}

.producto-cantidad {
color:#53240c;
font-size: 13px;
}

.producto-icon {
float:left;
}


@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }

 .producto-info .cuotas-1 {  

	margin-top: 20px!important;
}

.producto-info .title { margin-top: 15px;
}



}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }

    .producto-info .title h1 {
	margin-top: 60px;
}

}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }

  .producto-info .title h1 {
	margin-top: 60px;
}



}


