.banner{

float: left;

width: 100%;
height: 390px;

display: block;
margin-bottom: 50px;

}

.produtos{

float: left;

width: 100%;

display: block;

padding-top: 100px;


}

.produtos .lista{
	float: right;
}

.produtos .lista .produto figure img{
	max-width: 100%;
	margin-bottom: 50px;
	height: 400px;
}

.produtos .lista h1{

	position: relative;
	display: inline-block;
	color: #1064AD;
	margin: 0px 0px 60px 0px;
	font-size: 35px;
	text-align: left;
	font-family: proxima_novabold;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
	float: left;

}

.beforeh2::before {
    background-color: #1064AD;
    position: absolute;
    height: 2px;
    width: 40%;
    content: "";
    left: 0px;
    bottom: -10px;
}
.produtos{
	margin:0px 0px 30px 0px
}

.produto{
text-align: center;
}

.produtos a figure{

	width: 100%;
	height: 150px;
	float: left;
	position: relative;
	margin-bottom: 50px;
}

.produtos a img{

	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: 0;
	max-height: 100%;
	max-width: 100%;
	margin: auto

}

.produtos p {
    font-family: 'Lato', sans-serif;
    color: #777777;
    font-style: italic;
    font-size: 14px;
    line-height: 22px;
    padding: 0px 0 15px 0;
    text-align: left;
    float: left;
    width: 100%;
}

.produtos h2 {
    font-family: 'Lato', sans-serif;
    color: #777777;
    font-style: italic;
    font-size: 14px;
    line-height: 22px;
    padding: 0px 0 10px 0;
    text-align: left;
    font-weight: bold;
    float: left;
    width: 100%;
}

.titulo_linha {
	font-family: 'Lato', sans-serif;
	color: #000;
	font-size: 15px;
	padding:10px;
	text-align: center;
	font-weight: bold;
	background: #EFEFEF;
	margin-bottom: 40px;
	border: solid 1px #DFDFDF
}

.galeria a{
	width: calc(100% / 4 - 5px);
	height: 170px;
	position: relative;
	border: solid 1px #DFDFDF;
	display: inline-block;

}

.galeria a:hover{


border: solid 1px #EE891D;

}

.galeria a img{

position:absolute;
margin: auto;
left: 0;
right: 0;
bottom: 0;
top: 0;
max-height: 100%;
max-width: 100%;
}

.buton_produtos{
	background: #1064AD;
	text-align: center;
	color: #FFF;
	float: left;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
}


.buton_produtos:hover{
	color: #FFF;
	background: #EE891D
}

