/* HEADER */
.header {
	position: relative;
	display: block;
	margin: 0;
	height: 110px;
	background: #ffffff;
	overflow: visible;
}

.header .logo {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	margin: 0;
	height: 80%;
	transform: translate(-50%, -55%);
}

.header .logo img {
	display: block;
	width: auto;
	max-height: 100%;
}

.header .btMainMenuResponsivo {
	display: none;
}

.header .iconFacebook {
	position: absolute;
	top: 40px;
	right: 25px;
	width: 32px;
	height: 32px;
	background: url(../img/icons/icon-social-media-facebook.png) no-repeat center;
	background-size: 100% 100%;
}




/* HEADER MENU */
.boxMainMenu {
	display: block;
	box-sizing: border-box;
	margin: 0;
	padding: 10px 0;
	background-color: #aecf16;
	overflow: visible;
}

.boxMainMenu > ul {
	display: block;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0;
	font-size: 0;
	line-height: 0;
	text-align: center;
}

.boxMainMenu > ul > li {
	position: relative;
	box-sizing: border-box;
	display: inline-block;
	margin: 0 20px;
	padding: 0;
}

.boxMainMenu > ul > li .gradient {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(174,207,22,0) 30%,rgba(174,207,22,1) 100%);
}

.boxMainMenu > ul > li > a {
	position: relative;
	display: block;
	box-sizing: border-box;
	margin: 0;
	padding: 6px;
	color: white;
	font-weight: 600;
	font-size: 0.95rem;
	line-height: 1em;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 4px;
}

.boxMainMenu > ul > li:hover > a, .boxMainMenu > ul > li.selected > a {
	background-color: #57670b;
}

.boxMainMenu > ul > li.lojaVirtual > a {
	background: #ee8600;
}

.boxMainMenu > ul > li.hasSubmenu > a {
	padding: 6px 30px 6px 6px;
	background-image: url(../img/icons/icon-arrow-down-white.png);
	background-position: 93% 50%;
	background-repeat: no-repeat;
}

.boxMainMenu > ul > li:hover .submenu {
	visibility: visible;
	top: 100%;
	opacity: 1;
}




/* HEADER SUBMENU */
.boxMainMenu .submenu {
	position: absolute;
	display: block;
	top: 80%;
	left: 0;
	margin: 0;
	padding: 0;
	width: 280px;
	z-index: 1000;
	transition: top 0.25s ease-out, opacity 0.25s ease-out;
	visibility: hidden;
	opacity: 0;
	border-radius: 4px;
	box-shadow: 0 2px 14px rgba(0,0,0,0.35);
}

.boxMainMenu .submenu > li {
	display: block;
	margin: 0;
	padding: 0;
}

.boxMainMenu .submenu > li:first-child {
	border-top: 2px solid #484848;
}

.boxMainMenu .submenu > li > a {
	display: block;
	margin: 0;
	padding: 10px 14px;
	font-size: 0.90rem;
	font-weight: normal;
	line-height: 1em;
	color: white;
	background-color: #aecf16;
	text-decoration: none;
	text-align: left;
}

.boxMainMenu .submenu > li:hover > a {
	background-color: #57670b;
}




/* HEADER MAIN BANNER */
.boxMainBanner {
	position: relative;
	display: block;
	margin: 0 auto;
	max-width: 1280px;
	overflow: hidden;
}

.boxMainBanner ul li a {
	display: block;
	outline: none;
}




/* CONTENT */
.wrapper {
	display: block;
	margin: 0 auto;
	padding: 0;
	max-width: 1280px;
	overflow: visible;
}

.wrapper.padded {
	padding-top: 40px;
	padding-bottom: 40px;
}

.wrapper .textContent {
	margin: 0 auto;
	max-width: 960px;
}




/* SUBMENU */
.wrapper .btSubmenuResponsivo {
	display: none;
}

.wrapper .boxSubmenu {
	display: block;
	box-sizing: border-box;
	float: left;
	margin: 0;
	padding: 60px 0 20px 0;
	width: 100%;
	max-width: 25%;
	background-color: #eff5d0;
}

.wrapper .boxSubmenu.noAbsolute {
	position: relative;
	top: auto;
	left: auto;
	height: auto;
	float: left;
}

.wrapper .boxSubmenu > li {
	display: block;
	margin: 0 0 5px 0;
	padding: 0;
}

.wrapper .boxSubmenu > li > a {
	display: block;
	margin: 0;
	padding: 8px 14px 8px 54px;
	font-size: 1.1rem;
	line-height: 1.4em;
	text-decoration: none;
	color: #484848;
	background: url(../img/icons/icon-arrow-right-dark-green.svg) no-repeat 15px center;
	background-size: auto 32px;
}

.wrapper .boxSubmenu > li:hover > a, .wrapper .boxSubmenu > li.selected > a {
	background-color: #aecf16;
}

.wrapper .boxSubmenu .subSubmenu {
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
}

.wrapper .boxSubmenu .subSubmenu li {
	display: block;
	margin: 0 0 0 0;
	padding: 0;
}

.wrapper .boxSubmenu .subSubmenu li a {
	display: block;
	margin: 0;
	padding: 8px 14px 8px 54px;
	font-size: 0.8rem;
	line-height: 1.2em;
	text-decoration: none;
	color: #484848;
	background-size: auto 32px;
}

.wrapper .boxSubmenu .subSubmenu li.selected a, .wrapper .boxSubmenu .subSubmenu li:hover a {
	font-weight: 600;
}




/* TITLES */
.titleLevel1 {
	display: block;
	margin: 0 0 20px 0;
	font-family: Courgette, 'Trebuchet MS', sans-serif;
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 1.6em;
	color: #5b5b5f;
}

.titleLevel1.linhaGourmet {
	padding: 0 0 5px 0;
	font-size: 1.6rem;
	font-weight: 400;
	border-bottom: 6px solid #f1a6a1;
}

.titleLevel1.linhaCafeteria {
	padding: 0 0 5px 0;
	font-size: 1.6rem;
	font-weight: 400;
	border-bottom: 6px solid #99c9f1;
}

.titleLevel1.linhaFoodService {
	padding: 0 0 5px 0;
	font-size: 1.6rem;
	font-weight: 400;
	border-bottom: 6px solid #acf199;
}

.titleLevel1 + .titleLevel2 {
	margin-top: -20px;
}

.titleLevel2 {
	display: block;
	margin: 0 0 20px 0;
	font-family: Courgette, 'Trebuchet MS', sans-serif;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.6em;
	color: #5b5b5f;
}




/* FOOTER */
.footer {
	display: block;
	margin: 0;
	padding: 25px;
	color: white;
	background: #aecf16;
	text-align: center;
}

.footer a, .footer p {
	color: white;
}




/* BOX SOCIAL MEDIA */
.boxSocialMedia {
	display: block;
	box-sizing: border-box;
	float: right;
	margin: 0 0 0 50px;
	padding: 6px 0 0 0;
	font-size: 0;
	line-height: 0;
}

.boxSocialMedia a {
	display: inline-block;
	margin: 0 0 0 3px;
	padding: 0;
	width: 36px;
	height: 36px;
	background: no-repeat #a8a8a8 center;
	background-size: auto 60%;
	transition: background 0.25s ease-out;
}

.boxSocialMedia .facebook { background-image: url(../img/icons/icon-social-media-facebook.svg); }
.boxSocialMedia .facebook:hover { background-color: #3b5998; }
.boxSocialMedia .twitter { background-image: url(../img/icons/icon-social-media-twitter.svg); }
.boxSocialMedia .twitter:hover { background-color: #55acee; }
.boxSocialMedia .plus { background-image: url(../img/icons/icon-social-media-google-plus.svg); }
.boxSocialMedia .plus:hover { background-color: #e02f2f; }
.boxSocialMedia .linkedin { background-image: url(../img/icons/icon-social-media-linkedin.svg); }
.boxSocialMedia .linkedin:hover { background-color: #0e76a8; }
.boxSocialMedia .pinterest { background-image: url(../img/icons/icon-social-media-pinterest.svg); }
.boxSocialMedia .pinterest:hover { background-color: #c32426; }
.boxSocialMedia .whatsapp { background-image: url(../img/icons/icon-social-media-whatsapp.svg); }
.boxSocialMedia .whatsapp:hover { background-color: #2cb742; }




/* LISTA NOTÍCIAS */
.btTodasAsNoticias {
	position: absolute;
	bottom: 10px;
	right: 10px;

}

.boxListaNoticias {
	display: block;
	margin: 40px 0 0 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

.boxListaNoticias ul {
	margin: 40px 0 0 0;
	padding: 0;
	text-align: left;
}

.boxListaNoticias li {
	display: block;
	box-sizing: border-box;
	margin: 0 0 25px 0;
	padding: 0;
	transition: all 0.15s ease-out;
	vertical-align: top;
}

.boxListaNoticias li a {
	display: block;
	margin: 0 0 3px 0;
	padding: 0;
	color: #ffffff;
	font-weight: normal;
	font-family: Arial, sans-serif;
	line-height: 1em;
	text-decoration: none;
	background-color: #d3485b;
	transition: background 0.1s ease-out, color 0.1s ease-out;
	overflow: hidden;
}

.boxListaNoticias li:hover a {
	background-color: #e16b81;
}

.boxListaNoticias li a img {
	display: block;
	box-sizing: border-box;
	float: left;
	margin: 0 20px 0 0;
	width: 20%;
	height: auto;
}

.boxListaNoticias li a .arrow {
	display: block;
	float: left;
	margin: 0 20px 0 0;
	width: 32px;
	height: 100px;
	background: url(../img/icons/icon-arrow-right.png) no-repeat 0 25px;
}

.boxListaNoticias li a .title {
	display: block;
	float: left;
	margin: 20px 0 5px 0;
	padding: 0;
	width: 70%;
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 1.4em;
	color: #ffffff;
}

.boxListaNoticias li a p {
	display: block;
	float: left;
	margin: 10px 0 0 0;
	padding: 0;
	width: 70%;
	font-size: 1rem;
	line-height: 1.4em;
	color: #ffffff;
}




/* BOX LISTA PRODUTOS */
.boxListaProdutos {
	display: block;
	margin: 40px 0 0 0;
	font-size: 0;
	line-height: 0;
	text-align: center;
}

.boxListaProdutos .colLeft, .boxListaProdutos .colRight {
	padding: 0 10px;
}

.boxListaProdutos a {
	display: inline-block;
	box-sizing: border-box;
	margin: 0 2% 40px 2%;
	width: 29%;
	font-size: 1rem;
	line-height: 1em;
	text-decoration: none;
	vertical-align: top;
}

.boxListaProdutos .colLeft a, .boxListaProdutos .colRight a {
	margin: 0 3% 40px 3%;
	width: 42%;
}

.boxListaProdutos a img {
	display: block;
	max-width: 100%;
	height: auto;
	image-rendering: -moz-crisp-edges;         /* Firefox */
	image-rendering:   -o-crisp-edges;         /* Opera */
	image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}

.boxListaProdutos .colLeft a img, .boxListaProdutos .colRight a img {
	margin: 0 0 10px 0;
}

.boxListaProdutos a .title {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 1.2rem;
	font-weight: 400;
	font-style: italic;
	line-height: 1em;
	color: #5b5b5f;
	text-align: left;
}

.boxListaProdutos .colLeft .title, .boxListaProdutos .colRight .title {
	font-size: 0.9rem;
	line-height: 1.2em;
}




/* PRODUTO AMPLIADO */
.boxProdutoAmpliado {
	padding: 60px 0 0 0;
}

.boxProdutoAmpliado .mainImage {
	display: block;
	margin: 0 0 20px 0;
	max-width: 640px;
	height: auto;
	image-rendering: -moz-crisp-edges;         /* Firefox */
	image-rendering:   -o-crisp-edges;         /* Opera */
	image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}

.boxProdutoAmpliado .corpo p {
	max-width: 760px;
	line-height: 1.6em;
	hyphens: none;
}




/* POPUP LOJA VIRTUAL */
.popupLojaVirtual {
	padding: 40px;
	text-align: center;
	background: url(../img/bg-popup-loja-virtual.jpg) no-repeat center top #fff;
	background-size: 100% auto;
}

.popupLojaVirtual .popupInfo img {
	width: 186px;
	margin: 0;
}

.popupLojaVirtual .popupInfo p {
	margin: 30px 0 0 0;
	font-size: 32px;
	font-weight: 300;
	color: #212121;
}

.popupLojaVirtual .popupInfo p span {
	display: block;
	font-size: 54px;
	font-weight: 700;
	margin: 10px 0 0 0;
}

.popupLojaVirtual .boxButtons {
	margin: 45px 0 0 0;
}

.popupLojaVirtual .boxButtons a {
	display: inline-block;
	width: 90%;
	padding: 15px;
	font-size: 20px;
	line-height: 1;
	color: #212121;
	text-decoration: none;
	text-transform: uppercase;
}

.popupLojaVirtual .boxButtons .btIrParaLojaVirtual {
	margin: 16px 0;
	font-size: 24px;
	color: #fff;
	background: #aecf16;
}






/* ########## */
/* RESPONSIVE */
/* ########## */


/* 1440px */
@media screen and (max-width: 1440px) {

}


/* 1377px */
@media screen and (max-width: 1377px) {
	.wrapper.padded {
		padding-left: 25px;
		padding-right: 25px;
	}
}


/* 1170px */
@media screen and (max-width: 1170px) {
	.header .logo {
		left: 15px;
		transform: translate(0,-55%);
	}

	.header .iconFacebook {
		right: 95px;
	}

	.header .btMainMenuResponsivo {
		position: absolute;
		top: 50%;
		right: 15px;
		display: block;
		margin: 0;
		padding: 30px 30px;
		font-size: 0;
		color: white;
		background: url(../img/icons/icon-menu.svg) no-repeat 50% 50% #aecf16;
		background-size: 65% auto;
		text-decoration: none;
		transform: translate(0,-50%);
	}

	.boxMainMenu {
		position: fixed;
		top: 0;
		left: -100%;
		display: block;
		box-sizing: border-box;
		margin: 0;
		width: 40%;
		height: 100%;
		padding: 10px 0;
		background-color: #aecf16;
		overflow-y: scroll;
		z-index: 200;
		transition: left 0.5s ease-out;
	}

	.boxMainMenu > ul > li {
		display: block;
		margin: 0 0 4px 0;
		padding: 0;
	}

	.boxMainMenu.show {
		left: 0;
	}

	.boxMainMenu > ul > li > a, .boxMainMenu > ul > li.hasSubmenu > a {
		padding: 14px 0;
		font-size: 1rem;
		line-height: 1em;
		border-radius: 0;
	}

	.boxMainMenu > ul > li:hover .submenu {
		top: auto;
	}

	.boxMainMenu .submenu {
		position: relative;
		visibility: visible;
		display: none;
		top: auto;
		left: auto;
		margin: 0;
		padding: 0;
		width: 100%;
		opacity: 1;
		border-radius: 0;
		box-shadow: none;
	}

	.wrapper .boxSubmenu > li > a {
		padding: 8px 14px 8px 50px;
		font-size: 0.9em;
		line-height: 1em;
		background-position: 5px center;
	}

	.boxProdutoAmpliado .mainImage {
		max-width: 100%;
	}

	.boxProdutoAmpliado .corpo p {
		max-width: 90%;
	}
}


/* 960px */
@media screen and (max-width: 960px) {

}


/* 768px */
@media screen and (max-width: 768px) {
	.wrapper .btSubmenuResponsivo {
		display: block;
		margin: 0 0 10px 0;
		padding: 10px 14px;
		font-size: 1.2rem;
		font-weight: normal;
		line-height: 1em;
		color: white;
		background: url(../img/icons/icon-submenu.svg) no-repeat 15px 50% #aecf16;
		background-size: auto 90%;
		text-decoration: none;
		text-align: right;
	}

	.wrapper .boxSubmenu {
		display: none;
		position: absolute;
		float: none;
		max-width: 100%;
		width: 100%;
		height: 300px;
		padding: 2px 0 20px 0;
		z-index: 200;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}

	.wrapper .boxSubmenu > li > a {
		padding: 12px 14px 12px 50px;
	}

	.boxProdutoAmpliado .corpo p {
		font-size: 0.9rem;
		line-height: 1.6em;
	}

	.boxProdutoAmpliado {
		float: none;
		width: auto;
		padding: 0 15px;
	}



	/* POPUP LOJA VIRTUAL */
	.popupLojaVirtual .popupInfo img {
		width: 96px;
		margin: 25px 0 0 0;
	}

	.popupLojaVirtual .popupInfo p {
		margin: 35px 0 0 0;
		font-size: 24px;
	}

	.popupLojaVirtual .popupInfo p span {
		font-size: 42px;
	}
}


/* 640px */
@media screen and (max-width: 640px) {
	.header {
		height: 70px;
	}

	.header .btMainMenuResponsivo {
		padding: 24px 24px;
	}

	.wrapper.padded {
		padding-left: 15px;
		padding-right: 15px;
	}

	.boxMainMenu {
		width: 60%;
	}
}


/* 480px */
@media screen and (max-width: 480px) {
	.boxMainMenu {
		width: 75%;
	}

	.boxProdutoAmpliado .corpo p {
		max-width: 100%;
	}

  .footer p {
	  font-size: 0.9rem;
	  line-height: 1.4em;
	}
	


	/* POPUP LOJA VIRTUAL */
	.popupLojaVirtual {
		padding: 30px 20px;
	}

	.popupLojaVirtual .popupInfo img {
		width: 76px;
		margin: 0;
	}

	.popupLojaVirtual .popupInfo p {
		margin: 35px 0 0 0;
		font-size: 20px;
	}

	.popupLojaVirtual .popupInfo p span {
		font-size: 34px;
	}

	.popupLojaVirtual .boxButtons {
    margin: 25px 0 0 0;
	}

	.popupLojaVirtual .boxButtons a {
		font-size: 16px;
	}

	.popupLojaVirtual .boxButtons .btIrParaLojaVirtual {
		font-size: 18px;
	}
}


/* 320px */
@media screen and (max-width: 320px) {
	.boxMainMenu {
		width: 70%;
	}
}