.cardapio-item {
	margin-bottom: 30px;
}

.cardapio-item figure {
	position: relative; 
	height: 140px;
	margin-bottom: 10px;
	overflow: hidden;
}

.cardapio-item img {
	margin-top: -20px;
	transition: all 0.4s ease;
}

.cardapio-item:hover img { margin-top: 0; }

.cardapio-item .link {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(131,27,2,0.4) url(../images/i-link-cardapio.png) no-repeat 50%;
	transition: all 0.4s ease;
}

.cardapio-item:hover .link { opacity: 1; }

.cardapio-item h3 {
	font-family: Georgia;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
}

.page-queijos-e-vinhos {
	background: url(../images/bg-main.jpg) no-repeat 50% 0,
				url(../images/bg-page-queijos.jpg) no-repeat 50% 100%;
	margin: -35px 0 0;
	transform: translateY(35px);
}

.page-queijos-e-vinhos .title-page { color: #fff; }

.page-queijos-e-vinhos .cardapio-item h3 { color: #fff; } 