

.bproduto-tit {
    width: 980px;
    text-align: center;
    color: #ffffff;
    font-size: 34px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0px;
    font-weight: bold;
}

.bprodutos {
    width: 974px;
    height: auto;
    border: 3px solid #2d2d2d;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	margin-top: 10px;
}

.bproduto_txt {
    margin-top: -2px;
    width: auto;
    height: auto;    
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 10px;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #4f4f4f;
}



/*COR DE BACKGROUND POR TEMA-*/

.bp-coffee-bg{background:#b2894d; margin-left: 0px;}
.bp-organizacao-bg{background: #40b2e3; margin-left: 0px;}
.bp-mobilidade-bg{background: #001f62; margin-left: 0px;}
.bp-limpezacasa-bg{background: #01b1ec; margin-left: 0px;}
.bp-limpescrita-bg{background: #069371; margin-left: 0px;}
.bp-moveis-bg{background: #865930; margin-left: 0px;}
.bp-paravoce-bg{background: #250060; margin-left: 0px;}
.bp-smartphone-bg{background: #cc311b; margin-left: 0px;}
.bp-natal-bg{background: #d22730; margin-left: 0px;}


/*COR DE BORDA POR TEMA-*/

.bp-limpescrita-borda{border: 3px solid #069371;}
.bp-limpescrita-borda a{color: #069371;}
.bp-moveis-borda{border: 3px solid #865930;}
.bp-moveis-borda a{color: #865930;}
.bp-paravoce-borda{border: 3px solid #250060;}
.bp-paravoce-borda a{color: #250060;}
.bp-organizacao-borda{border: 3px solid #40b2e3;}
.bp-organizacao-borda a{color: #40b2e3;}
.bp-mobilidade-borda{border: 3px solid #001f62;}
.bp-mobilidade-borda a{color: #001f62;}
.bp-smartacessorios-borda{border: 3px solid #cc311b;}
.bp-smartacessorios-borda a{color: #cc311b;}
.bp-cafe-borda{border: 3px solid #b2894d;}
.bp-cafe-borda a{color: #b2894d;}
.bp-limpacasa-borda{border: 3px solid #01b1ec;}
.bp-limpacasa-borda a{color: #01b1ec;}
.bp-natal-borda{border: 3px solid #d22730;}
.bp-natal-borda a{color: #d22730;}


@media (max-width:768px){
		
	.bprodutos{width: 100% !important; border: 0px; margin-bottom: 30px;}
	.bproduto-tit { width: 100%; font-size: 18px;}
	.bproduto_txt { width: 96.9%; display: none;}
	
}

@media (max-width: 414px){
		
	.bproduto_txt { width: 94.1%;}
	
}

@media (max-width: 375px){
	
	.bproduto_txt {width: 93.5%;}

}

@media (max-width: 360px){
	
	.bproduto_txt {width: 93.2%;}

}

@media (max-width: 320px){
	
	.bproduto_txt {width: 92.9%;}

}