.carousel-inner .img-fluid {
  width: 300px;
  height: 300px;
  object-fit: cover;
}

.card-body .btn-block {
	background-color: #483e8c;	
	
}

.card-body .btn-block:hover {
	background-color: #695eb1;	
	
}
.hospedaje .backhospedaje{
	
	background-color : #ddddfd;
}
.hospedaje .wave-container{
	position: absolute;
	top: -96px;
	height: 100px;
	min-height: 100px;
	max-height: 100px;
	background: url("./blocks.png") repeat-x center bottom;
	background-size: auto 70px;
}

.hospedaje .hotelone{
	order: 3;	
}

.hospedaje .hotelcity{
	order: 2;	
}


.hospedaje .hotelfiesta{
	order: 1;	
}

@media (min-width:1024px){
	.hospedaje .hotelone{
	order: 3;	
}

.hospedaje .hotelcity{
	order: 1;	
}


.hospedaje .hotelfiesta{
	order: 2;	
}
	
}



