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

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

.incluye  {
	padding-left: 20px;
  font-weight: 500;

}



.opening-table .heading-block span {
	font-size: 16px;
	font-weight: 400;
}

.opening-table {
	padding: 30px;
	background-color: #FFF;
	border-radius: 4px;
	border: 1px solid #EEE;
}

.time-table-wrap .time-table {
	padding: 14px 0;
	text-align: left;
	border-top: 1px solid #E5E5E5;
}


.big {
 float: left;
margin-left: 20px;
}






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

.lead {
  font-size: 1.0rem ;
}

#page-title.page-title-dark {
  background-position: left / cover;
}



.simil-h2 {
  font-size: 24px!important;
  font-weight: 600!important;
}



  
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
	
	#page-title.page-title-dark {
  background: url(images/01/page-title-rooms.jpg) left / cover;
}
	
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
