/* Geral */
.text-justify {
	text-align: justify;
}

.item-content.activated{
    background: none !important;
}

.scroll-bar-indicator {
	display: none;
}

/* Menu */
.menu-logo {
	max-height: 93px;
	background-color: #D50505;
}

.menu-logo img {
	max-height: 93px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

/* Ofertas */
.nome_oferta h2 {
	font-size: 17px;
	white-space: normal;
}

.preco_normal p {
	font-size: 16px;
	text-decoration: line-through;
}

.preco_oferta p {
	font-size: 20px;
	color: red;
}

.item-ofertas {
	padding-left: 0px;
	padding-right: 0px;
}

.ofertas-preco {
	text-align: right;
	vertical-align: middle;
}


/* Quem Somos */
.logo-quemsomos {
	display: block;
    margin-left: auto;
    margin-right: auto;
	max-height: 100px;
	background-color: #D50505;
}

.bar-subheader{
	height: 100px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-color: #D50505;	
}

.quemsomos{
	margin-top: 100px;
}

/* Receita */
.receita h2{
	font-size: 30px;
	height: 40px;
}

.body-receita h2{
	font-size: 25px;
}
