.title {
			font-family: "Catamaran", Sans-serif;
			font-size: 54px;
			font-weight: 900;
			text-transform: uppercase;
			letter-spacing: -2.5px;
			margin-bottom: 0px;
		}
		.overlay {
			background: rgba(0,0,0,0.4);
			position: absolute;
			width: 100%;
			height: 100%;
			top: 0;
			right: 0;
			z-index: 0;
		}
.hr_separador {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
    border-color: #ffffff;
    border-width: 1px;
}
.selecto {
    display: block;
    width: 100%;
    border: none;
}
.menu_inte {
	position: fixed;
    list-style: none;
    padding: 0px;
    margin: 0px;
    bottom: 35px;
    left: 20px;
}
.menu_inte li {
    width: 40px;
    height: 40px;
    background: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    font-size: 16px;
    color: #000;
	transition: all ease 0.7s;
	cursor: pointer;
	margin-top: 20px;
}
.menu_inte li a{
    color: #000;
}
.menu_inte li:hover {
    background: #b80809;
    color: #fff;
	transform: translateX(10px);
}
.menu_inte li a:hover {
    color: #fff;
}
.active {
    background: #b80809 !important;
    color: #fff !important;
	transform: translateX(10px);
}

@media only screen and (max-width: 768px) {
    .menu_inte {
        z-index: 999;
    }
    .menu_inte li{
        color: #b80809;
        border: 1px solid #b80809
    }
    .menu_inte li a{
        color: #b80809;
    }
  }

.list_propiedades {
    list-style: none;
    float: left;
    width: 100%;
	padding-bottom: 30px;
}
.list_propiedades li {
	float: left;
	height: 200px;
	margin: 5px;
	width: calc(( 100% / 4) - 10px);
}
.galeria img.item {
    height: 150px;
    width: auto;
    max-width: 100%;
}
.list_propiedades li h4 {
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    margin-top: 5px;
}
.list_propiedades li small {
	color: #b80809; 
}
button.eliminar_img {
    width: 20px;
    height: 20px;
    position: absolute;
    background: #ff3535;
    color: #fff;
    cursor: pointer;
}

@media screen and (max-width : 991px){
	.list_propiedades li {
		float: left;
		height: 150px;
		margin: 5px;
		width: calc(( 100% / 1) - 10px);
	}
}