.btn-inmu-search, .btn-inmu{
	color:#fff;
	    background: #005ECF;
    border: none;
    width: 100%;
    height: 37px;
}
.btn-inmu-search:hover{
		background: #FF212E;
    border: none;
    width: 100%;
    height: 37px;
}
.form-content{
	margin:5px;
}
.destacadosCards{
    display: flex;
    justify-content: space-around;
 }
 .inmueble-conten {
   height: auto;
   display: flex;
   padding: 15px;
   justify-content: center;
}
.inmueble-conten a{
   text-decoration: none;
   color: black;
}
.cont-img {
   height: 249px;
   overflow: hidden;
   border-radius: 15px;
   width: 100%;
}
.cont-img img {
   width: 100%;
}
.title-inmu {
   /*background: #005BA1;*/
   padding: 10px;
   color: black;
   font-weight: 600;
}
.inmueble .title-inmu {
font-size: 15px;
}
.inmueble{
   margin-bottom: 0px;
}
.inmu_title {
   padding: 00px;
   font-weight: 600;
}
.datos-inmu{
   margin-bottom: 0;
}
.inmueble{
   width: 330px;
   background: #fff;
}
.inmueble a {
   color: black;
}
.datos-inmu {
   padding: 10px;
color:#595959;
}
/*paginador*/
#page-selection{
   display:flex;
  justify-content:center;
  margin:20px;
}
.pagination{
  display:flex;
}
  .detalles{
      padding:15px;
  }
.pagination a{
      /*color: #005BA1;*/
  font-weight: 600;
  font-size: 29px;
  margin: 15px;
}
.inmudescrip{
	justify-content: space-evenly;
}
.video iframe{
	height:400px;
}