.tab_content {
	padding-top: 30px;
	padding-bottom: 30px;
}
.menu_table {
	width: 100%;
}
.menu_table tr td {
	padding: 7px;
	vertical-align: top;
}
.menu_table tr th,
.menu_table tr td {
	text-align: left;
}
.menu_table tr td:nth-child(2),
.menu_table.table_bebidas tr td:nth-child(3) {
	width: 65px;
}
.menu_table tr td h4 {
	color: #A5B50F;
	letter-spacing: 5px;
}
.menu_table tr td:nth-child(2),
.menu_table.table_bebidas tr td:nth-child(3) {
	color: #A5B50F;
}
.border-bottom {
  border-bottom: 1px solid #bcbcbc!important;
}
.table-h {
	text-align: center!important;
}
.section-bg-image {
	background-position: center -100px;
}

.cards-container {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.card-content {
	position: relative;
}
.card-content::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to top, rgba(0,0,0,0.7) 5%, rgba(0,0,0,0));
}
.card-content a {
	display: block;
}
.card-content img {
	width: 100%;
	/*display: block;*/
}
.card-title {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -1rem;
	color: #FFF;
	text-align: center;
	font-weight: 600;
	letter-spacing: 4px;
}
.card-title span.card-btn {
	font-size: 14px;
	border: 1px solid #FFF;
	padding: 5px 10px 8px;
	transition: all 0.2s ease-out;
}
.card-content:hover span.card-btn {
	color: #FFF!important;
	background: #FF851B;
	border-color: #FF851B;
}

.title-menu {
	padding-top: 100px;
}
@media screen and (max-width: 767px) {
	.section-bg-image {
	  background-position: center;
	}
}
@media (min-width: 767px) {
	.card-title {
		font-weight: 300;
	}
}