section#topo-page{position: relative;text-align: center;color:#fff;padding-bottom: 50px;padding-top: 40px;background: url("../img/bg-produtos.jpg") center center no-repeat;background-size:cover; }
section#topo-page h2{font-family: 'uni_sans_boldregular';font-size: 1.5em}

section#produtos{padding-top: 40px;padding-bottom: 40px}
section#produtos > div{margin-bottom: 40px}
section#produtos .box-produtos{height: 101px;display: table;margin-top: 9px;}
section#produtos .box-produtos .texto{display: table-cell;vertical-align: middle;padding-left: 150px}
section#produtos .box-produtos .texto h2{color:#fff;font-family: 'uni_sans_boldregular'; font-size: 0.875em;}
section#produtos .box-produtos .texto p{font-family: 'Lato', sans-serif;font-weight: 400;color:#fff;font-size: 0.750em}

section#produtos .box-image{position: relative;left: 0;top:-110px;z-index: 2;float: left;margin-left: 134px}
section#produtos .box-all{display: block;background-color: #0B2E4F;position: relative;z-index: 1}


section#produtos .bg-mask{background: rgba(0, 0, 0, 0) url("../img/teste.svg") no-repeat scroll 0 0; display: block;height: 122px;right: 0;position: absolute; top: 0;width: 134px; z-index: 3;}
section#produtos .bg-image{ display: block; height: 119px;right: 0;position: absolute;top: 0;width: 134px;z-index: 2;}

section#produtos1{background: url("../img/bg-produtos2.jpg") center center no-repeat;background-size:cover;padding-bottom: 40px;padding-top: 40px}
section#produtos1 h2{font-size: 1.5em;font-family: 'uni_sans_boldregular';color:#fff;}
section#produtos1 p{font-family: 'Lato', sans-serif;font-weight: 400;color:#fff;font-size: 1em}
section#produtos1 a{background: url("../img/seta-branca.svg") 0 0 no-repeat;width: 40px;height: 50px;display: block;border:0;margin: auto}


@media (min-width: 768px) {
	section#topo-page{padding-bottom: 90px;padding-top: 80px}
	section#topo-page h2{font-size: 3em}
	section#produtos1 h2{font-size: 1.875em;}
	section#produtos .box-produtos .texto h2{font-size: 1.5em}
	
	section#produtos .box-produtos .texto{padding-left: 280px}
	section#produtos .box-image{top:-220px;margin-left: 268px}
	
	section#produtos .bg-mask{height: 238px;width: 268px;}	
	section#produtos .bg-image{height: 237px;width: 267px;}
	section#produtos .box-produtos{height: 202px;margin-top: 18px;}
	section#produtos .box-produtos .texto p{font-size: 0.875em}
	section#produtos .box-produtos .texto h2{font-size: 1em;}

}

@media (min-width: 992px) {

	
}

@media (min-width: 1200px) {
}