.banner{

float: left;

width: 100%;
height: 390px;

margin-bottom: 50px;

display: block;

}

.categorias{

float: left;

width: 100%;

display: block;

padding-top: 80px;


}

.categorias .lista{
	float: right;
}

.categorias .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: 50%;
    content: "";
    left: 0px;
    bottom: -10px;
}
.produtos{
	margin:0px 0px 100px 0px
}

.produtos a{

	position: relative;
	width: calc(100% / 3 - 10px);
	height: 220px;
	border-radius: 5px;
	margin-bottom: 20px;
	float: left;
	margin-right: 10px;
}

.produtos a figure{

	width: 100%;
	height: 180px;
	float: left;
	position: relative;
	margin-bottom: 20px;
}

.produtos a h2{

	width: 100%;
	float: left;
	color: #666666;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	margin: 0px;
	padding: 5px;
	font-weight: bold
}

.produtos a img{

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

}
