body{
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	font-style: normal;
	background-image: url("../images/banner-nutricao.jpg");
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.topMenu{
	background-color: #a3670c;
}
#mobileMenu{
	background-color: #a3670c;
}
.mobileMenuContainer{
	background-color:rgba(163,103,12,0.9);
}
.main-content{
	width: 100%;
	color: #333;
	overflow: hidden;
	background-color: #FFF;
	padding-top: 30px;
}
.main-block{
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
	font-weight: 400;
	text-align: justify;
	padding-bottom: 30px;
}
.main-block p{
	margin-bottom: 10px;
}

.banner{
	box-sizing: border-box;
	width: 100%;
	height: 600px;
	padding-top: 150px;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
}
.bannerIllustration{
	width: 690px;
	height: 122px;
	margin: 0 auto;
	background-image: url("../images/nutricao-title.svg");
	background-position: center;
	background-repeat: no-repeat;
}
.bannerBorder{
	background-image: url("../images/banner-border.svg");
	background-repeat: no-repeat;
	background-position: bottom;
	width: 100%;
	height: 450px;
	position: absolute;
	z-index: 0;
}
.produto-block{
	width: 1100px;
	padding: 20px 0 30px 0;
	margin: 0 auto;
	overflow: hidden;
	font-weight: 400;
	text-align: justify;
	border-top: 2px dotted #a3670c;
}
.produto-block p{
	margin-bottom: 10px;
}
.produto-bullet{
	background-image: url("../images/nutricao-bullet.svg");
	background-repeat: no-repeat;
	background-position: left 1px;
	background-size: 20px 20px;
	margin-bottom: 5px;
	padding-left: 20px;
}
.produto-logo{
	width: 100%;
	height: 180px;
	text-align: center;
	margin-bottom: 10px;
}
.produto-slogan{
	font-size: 28px;
	font-weight: 700;
	color: #a3670c;
	text-align: center;
	margin-bottom: 30px;
}
.produto-slogan p{
	line-height: 20px;
}
.produto-tipos{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.produto{
	width: 450px;
	overflow: hidden;
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	text-align: center;
	color: #a3670c;
}
.produto img{
	width: 400px;
	align-self: center;
}
.footer{
	background-image: url("../images/footer-nutricao.svg");
}

@media (max-width: 1200px) and (orientation: landscape){
	.banner{
		height: 500px;
	}
	.bannerIllustration{
		width: 472px;
		height: 122px;
	}
	.bannerBorder{
		height: 350px;
	}
	.main-block{
		width: 900px;
	}
	.produto-block{
		width: 900px;
	}
	.produto-logo, .produto-logo img{
		height: 140px;
	}
	.produto-slogan{
		font-size: 24px;
		margin-bottom: 30px;
	}
}
@media (max-width: 1000px) and (orientation: landscape){
	.banner{
		height: 400px;
		padding-top: 84px;
	}
	.bannerIllustration{
		width: 372px;
		height: 97px;
	}
	.bannerBorder{
		height: 316px;
	}
	.main-block{
		width: 700px;
	}
	.produto-block{
		width: 700px;
	}
	.produto-logo, .produto-logo img{
		height: 120px;
	}
	.produto-slogan{
		font-size: 20px;
		margin-bottom: 20px;
	}
	.produto{
		width: 300px;
	}
	.produto img{
		width: 300px;
	}
}
@media (max-width: 1200px) and (orientation: portrait){
	body{
		background-position: top;
		background-size: auto 60vh;
	}
	.banner{
		width: 100%;
		height: 40vh;
		padding-top: 200px;
	}
	.bannerBorder{
		width: 100%;
		height: calc(40vh - 196px);
		position: absolute;
		z-index: 0;
	}
	.main-block{
		width: 800px;
	}
	.produto-block{
		width: 800px;
	}
	.produto-logo, .produto-logo img{
		height: 120px;
	}
	.produto-slogan{
		font-size: 20px;
		margin-bottom: 20px;
	}
	.produto{
		width: 400px;
	}
	.produto img{
		width: 400px;
	}
}
@media (max-width: 900px) and (orientation: portrait){
	.banner{
		width: 100%;
		height: 30vh;
		padding-top: 100px;
	}
	.bannerBorder{
		width: 100%;
		height: calc(30vh - 96px);
		position: absolute;
		z-index: 0;
	}
	.bannerIllustration{
		width: 372px;
		height: 97px;
	}
	.main-block{
		width: 700px;
	}
	.produto-block{
		width: 700px;
	}
	.produto-slogan{
		font-size: 18px;
		margin-bottom: 17px;
	}
	.produto{
		width: 300px;
	}
	.produto img{
		width: 300px;
	}
}
@media (max-width: 800px) and (orientation: portrait){
	.bannerIllustration{
		width: 250px;
		height: 65px;
	}
	.main-block, .produto-block{
		width: 80%;
		text-align: left;
	}
	.produto-tipos{
		flex-flow: column nowrap;
		justify-content: flex-start;
	}
	.produto{
		width: 400px;
		align-self: center;
		margin-bottom: 10px;
	}
	.produto img{
		width: 400px;
	}
	.produto-logo, .produto-logo img{
		height: 90px;
	}
}
@media (max-width: 600px) and (orientation: portrait){
	.produto-logo, .produto-logo img{
		height: 70px;
	}
	.produto{
		width: 300px;
		align-self: center;
		margin-bottom: 10px;
	}
	.produto img{
		width: 300px;
	}
}