.get-started-btn {
	border-radius: 50px;
}
.header-scrolled .logo img {
	transition: all ease 0.6s;
    max-height: 70px !important;
}
.destacado {
	color: #d11217;
}
h2 small {
    font-size: 30px;
}
.galeria img.item {
    height: 250px;
    width: auto;
    max-width: 100%;
}
.cta1 {
    background: #d9232d;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 30px;
}
.cta1 h2, .cta1 p {
	color: #fff;
}
.cta1 a {
padding: 10px 22px;
    background: #fff;
    display: block;
    margin: 0 auto;
    width: 9em;
    text-transform: uppercase;
    font-weight: bolder;
    margin-top: 30px;
	    border-radius: 3px;
    text-align: center;
}
.desa {
	padding-top: 50px;
}
.desa img {
	width: 15em;
	max-width: 100%;
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
}
.desa p{
	text-align: center;
	font-family: 'Montserrat', sans-serif;
}
.alto_control {
	height: 130px;
}
.menu_inte {
	position: fixed;
    list-style: none;
    padding: 0px;
    margin: 0px;
    bottom: 35px;
    left: 20px;
	z-index:99;
}
.box_buscador .form-controler {
	width: 100%;
    border-radius: 0;
    background: #fff;
    border: none;
    border-bottom: 3px solid #ff4141;
    padding: 10px 5px;
    color: #333;
	border-radius: 5px;
}
.box_buscador .col-md-3, .box_buscador .col-md-2, .box_buscador .col-md-12 , .box_buscador .col-md-5  {
	padding: 5px !Important;
}
.box_buscador h3 {
	color: #fff;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}
.botone  {
    width: 100%;
    border: none;
    padding: 12px 5px;
    border-radius: 50px;
    background: #d9232d;
    border: 1px solid #fff;
    color: #fff;
    transition: all ease 1s;
}
.precio_alquiler, .precio_venta {
	display: none;
}
.botone:hover {
	background: #ef3a44;
}
button.boton-busca {
    border-radius: 50px;
    border: none;
    padding: 5px 10px;
    margin-left: 5px;
    background: #d9232d;
    color: #fff;
}
.box_buscador {
	border-radius: 5px;
    background: rgb(217 35 45 / 89%);
    padding: 10px 10px;
    margin-top: 5px;
    position: absolute;
    bottom: 30%;
    z-index: 9;
    width: 85em;
    margin: 0 auto;
    display: block;
    left: 0;
    right: 0;
    font-size: 13px;
	max-width: 99%;
}
.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;
	border:1px solid #333;
}
.menu_inte li a{
    color: #000;
}
.menu_inte li:hover {
    background: #b80809;
    color: #fff;
	transform: translateX(10px);
}
.menu_inte li a:hover {
    color: #fff;
}
#select2-busc_ciudad-results li {
    font-size: 12px;
}

#select2-barrio-results {
    text-align: left;
}
#select2-barrio-results li {
    font-size: 12px;
}
.select2-selection--single {
    background-color: transparent !Important;
    border: none !Important;
    border-radius: 0 !Important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px !important;
}
.ul_amenities {
	padding: 0px;
	margin: 0px;
	list-style: none;
	float: left;
	width: 100%;
	background: #efefef;
	padding: 10px;
	margin-bottom: 30px;
	padding-bottom: 0px;
}
.ul_amenities li img {
	width: 26px;
	position: relative;
	top: 5px;
	margin-right: 5px;
}
.ul_amenities input[type="checkbox"] {
	float: left;
	width: 12px;
	margin-right: 11px;
	margin-top: 6px;
}
.ul_amenities li {
    margin-bottom: 5px;
    border-bottom: 1px solid #fff;
    padding: 10px 0px;
    font-size: 12px;
    width: calc(100% / 6);
    float: left;
}
@media screen and (max-width: 991px){
    #busc_prop{
        margin-bottom: 15px;
    }

	.box_buscador h3 {
		color: #fff;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 20px;
		font-size: 20px;
	}
	.box_buscador {
		bottom: 15px;
	}
	#header .logo img {
		max-height: 50px;
	}
	.ul_amenities li {
		margin-bottom: 5px;
		border-bottom: 1px solid #fff;
		padding: 10px 0px;
		font-size: 12px;
		width: calc(100% / 1);
		float: left;
	}
};