.text_banner{
	font-size: 20px;
	text-align: center;
}

.banner_produtos img{
	flex-wrap:wrap;
	display: inline;
	width:70%;
	height:100%;
	margin-right:15%;
	margin-left: 15%;
	margin-top: 20px;
}

#produtos h3, h4{
	text-align:center;
	font-size: 20px;
}

#produtos .conteudo{
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
}

#produtos img{
	width:100%;
	max-width:280px;
}

#produtos article{
	margin:20px;
}

#nossosprodutos h3, h4{
	text-align:center;
}

#nossosprodutos p{
	justify-content: center;
	margin-left: 35px;
}

#nossosprodutos .conteudo{
	text-align: center;
}

#nossosprodutos img{
	width:100%;
	max-width:350px;
	border:10px solid rgba(245, 245, 245, 1);
}

#nossosprodutos article{
	margin:15px;
	padding-top:20px;
}

#nossosprodutos a{
	display:flex;
	color: #333;
	width:100px;
	border:1px solid #333;
	text-decoration:none;
	margin-top:10px;
	padding:10px;
}

#nossosprodutos a:hover{
	background:#e8e9eb;
}

.botao{
	display:block;
    margin-left:auto;
    margin-right:auto;
}

#nossosprodutos p{
	width:100%;
	max-width:280px;
	text-align: center;
}