.produtosMenu{
	width: 100%;
	margin-bottom: 30px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
}
.selecione{
	padding: 5px 0;
}
.main select{
	padding: 5px 10px;
	margin-left: 10px;
	background-color: #F7BB52;
	border-radius: 5px;
	cursor: pointer;
}
.main option{
	background-color: #3D3324;
	color: #FFF;
	cursor: pointer;
}
.marcaTitle{
	font-family: "Red Rose", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	text-align: center;
	font-size: 24px;
	margin-bottom: 30px;
}
.produtoBox{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	width: 100%;
	height: 500px;
	margin-bottom: 30px;
	padding: 20px;
	border: 1px solid #C38B45;
	border-radius: 10px;
	box-sizing: border-box;
}
.produtoImg{
	width: 500px;
	height: 440px;
	overflow: hidden;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-self: center;
}
.produtoChar{
	width: 200px;
	height: 440px;
	overflow: hidden;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-self: center;
}
.produtoDesc{
	width: 400px;
	height: auto;
	overflow: hidden;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-self: center;
}
.produtoDescLine{
	width: 100%;
	border-bottom: 1px solid #CCC;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.produtoDescLineLast{
	width: 100%;
	border-bottom: 1px solid #CCC;
	padding-bottom: 5px;
}
.produtoDescTitle{
	font-size: 24px;
	font-weight: 600;
}

/* LANDSCAPE */
@media (max-width: 1300px){
	.marcaTexto{
		width: 700px;
	}
	.produtoBox{
		height: 400px;
	}
	.produtoImg{
		width: 386px;
		height: 340px;
	}
	.produtoChar{
		width: 155px;
		height: 340px;
	}
	.produtoDesc{
		width: 400px;
	}
}
@media (max-width: 1100px){
	.marcaTexto{
		width: 500px;
	}
	.produtoBox{
		height: 300px;
	}
	.produtoImg{
		width: 273px;
		height: 240px;
	}
	.produtoChar{
		width: 109px;
		height: 240px;
	}
	.produtoDesc{
		width: 300px;
		font-size: 14px;
	}
	.produtoDescTitle{
		font-size: 20px;
	}
	.produtoDescLine{
		padding-bottom: 5px;
		margin-bottom: 10px;
	}
	.produtoDescLineLast{
		width: 100%;
		border-bottom: 1px solid #CCC;
		padding-bottom: 5px;
	}
}
@media (max-width: 900px){
	.marcaTexto{
		width: 400px;
	}
	.produtoBox{
		height: auto;
	}
	.produtoDesc{
		margin-top: 30px;
		width: 100%;
		font-size: 14px;
	}
}
@media (max-width: 800px){
	.marcasTexto{
		flex-flow: row wrap;
		justify-content: flex-start;
	}
	.marcaImg{
		width: 100%;
		margin-bottom: 20px;
		background-size: contain;
	}
	.marcaTexto{
		width: 100%;
	}
}
@media (max-width: 700px){

}
@media (max-width: 600px){
	.produtoImg{
		width: 280px;
		height: 240px;
	}
	.produtoChar{
		width: 70px;
		height: 240px;
	}
}
@media (max-width: 500px){
	.produtoBox{
		flex-flow: row wrap;
		justify-content: space-between;
	}
	.produtoImg{
		width: 182px;
		height: 160px;
	}
	.produtoChar{
		width: 73px;
		height: 160px;
	}
}