/*TOP BAR HOOKED*/
.top-bar-reservas{
    height:42px;
    
	justify-content: center;
	align-items: center;
	display: flex;
}
.top-bar-reservas a{
	z-index:999;
	color:#fff !important;
	line-height: 42px;
    font-size: 12px;
	font-weight: 600;
	flex: 1;
	text-align: center;
	background-color: #635952;
}
@media (max-width: 1110px){
	header#top{
		top: 42px;
	}

}
@media (min-width: 1111px) {
	.top-bar-reservas{
		display:none;
	}
}