.lista_produtos {
	width: 1275px;
    margin: 0 auto;
    max-height: 450px;
	margin-bottom: 40px;
}

#box_lista_produto_similar {
	width:804px; display:table; padding-bottom: 1000em;  margin-bottom: -999.5em; overflow:hidden; 
}

.divisoria {
	clear:both;
	width:100%; height:15px;
}
.capsula_produto {
	width: 313px; max-width:313px; 
	height: 314px; max-height:314px; 
	margin: 0 3.8px; 
	padding:0px;
	background-color: #FFF;
	border:1px solid #CCC;
	box-sizing: border-box;
	outline: none;
    position: relative;
	
	height: 480px; max-height:480px;
	box-shadow: 0px 0px 5px #CCC;
}
/*.capsula_produto:hover {
	height: 365px; max-height:365px;
	box-shadow: 0px 0px 5px #CCC;
}
.capsula_produto:hover  .box_linhapreco {
	display: block;
}*/
.capsula_produto strong {
 cursor:pointer;
}
.box_foto_lista {
	display: flex;
    width: 200px;
    height: 178px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.box_nomeproduto {
	height: 40px; 
	padding: 0 10px; 
	text-align:center;
	margin-top: 5px;
}
.box_nomeproduto a {
	color: #333;
	font-weight:bold;
	font-size: 14px;
}
.box_quant_min {
	width: 65%;
    text-align: center;
    font-size: 12px;
    clear: both;
    background: #0058B1;
    font-weight: bold;
    color: #FFFFFF;
    border-radius: 8px;
    margin: 0px auto 6px auto;
    padding: 5px;
}
.box_linhapreco {
	display: block;
	padding: 0 10px;
}
.box_linhapreco_padrao1 {
	color: #121212;
	font-size: 13px;
	padding: 0 16px;
	text-align: center;
}
.compre_com_desconto {
	width: 100%;
	border: 1px solid #E6E6E6;
	box-sizing: border-box;
    margin-top: 16px;
}
.compre_com_desconto .titulo {
	width: 100%;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 0px;
    text-align: center;
    background-color: #E6E6E6;
}
.compre_com_desconto .precos_faixas {
	text-align: center;
    font-size: 14px;
    padding: 10px 0px;
    box-sizing: border-box;
    color: #777;
}
.compre_com_desconto .precos_faixas strong {
    color: #444;
}
.compre_com_desconto .precos_faixas p {
    margin: 3px auto 5px auto;
}
.box_linhapreco_padrao2 {
	color: #1157bd;
	font-size: 25px; font-weight: bold;
}
.linha_preco-parcela {
	display: flex;
	align-items: center;
	justify-content: space-between;
    padding: 0 10px;
    width: 180px;
    position: relative;
    margin: 2px auto;
}
.linha_parcela {
	font-size: 13px;
	color: #121212;
}
.info_quant_min {
    position: absolute;
    right: 11px;
    font-size: 12px;
}

.bt_imediato {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	background-color: #FECE29;
	background-color: #006FC0;
	border-radius: 5px;
	padding: 5px 10px;
	margin: 10px 0 0 0;
	box-sizing: border-box;
}
.bt_imediato.destaque {
	width: 70%;
	padding: 5px 20px;
}
.bt_imediato span {
	font-weight: bold; font-size: 16px;
	color: #FFF;
}
.bt_imediato.destaque span {
	margin: auto;
}
.bt_imediato .ico_carrinho {
	background-position: -5px -49px;
	width: 30px;
    height: 31px;
	filter: invert(100%);
}

.box_linhapreco .consultar_preco {
	display: flex;
    width: 180px;
    height: 45px;
    text-align: center;
	background-color: #1157bd;
    border-radius: 5px;
    align-items: center;
    margin: 25px auto;
    justify-content: center;
	
	position: absolute;
    bottom: 7px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
}
.consultar_preco .destaque {
	display:flex;
	width: 100%;
}
.consultar_preco span {
	font-weight: bold; font-size: 16px;
	color: #FFF;
	margin: auto;
}
.consultar_preco .ico_orcamento {
	margin: 0 0 0 8px;
	background-position: -45px -48px;
	width: 31px;
    height: 32px;
	filter: invert(100%);
}
.box_linhapreco .consultar_preco_txt {
	color: #FFF;
	font-weight: bold; font-size: 18px;
}

.alerta {
	display: none;
}

.box_chamada {
	width:95%; height:26px; line-height:26px; background-color:#FF7A00; font-family:arial; font-size:17px; font-weight:bold; text-align:center; color:#FFF; margin:0 auto;
}
.box_obs {
	width:95%; height:20px; line-height:20px; padding:5px; clear:both; margin:0 auto; text-align:center; background-color:#F1F1F1; background-repeat: none; font-size:12px; color:#8C0000;
}
.maior {
	font-size:20px;
}
.promo {
	font-size:16px;
}
.vermelho {
	color:#900;
}
.centralizar {
	margin:0 auto;
}
.clear {
	clear:both;
}
.bClose{
	border-radius:7px 7px 7px 7px;box-shadow:none;font:bold 131% sans-serif;padding:0 6px 2px;position:absolute;right:-7px;top:-7px;
	background:#F90; cursor:pointer;
}
.topico {
	background-image:url(../img/bg_geral.png);
	background-repeat:none;
	background-position:-1700px -580px;
	width:120px;
	height:18px;
	line-height:18px;
	font-size:10px;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
	margin-left:10px;
	float:left;
}
.mais_detalhes{
	background-color:#666;
	width:120px;
	height:20px;
	line-height:20px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	cursor:pointer;
	float:right;
	margin:0 10px 0 0;
}
.botao_comprar{
	background-color:#F60;
	width:120px;
	height:20px;
	line-height:20px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	cursor:pointer;
	float:right;
}
.grande {
	font-size:16px;
}
.cinza {
	color:#333;
}
#tipo_visualizar {
	clear:both; width:100%; font-size:12px; height:17px; line-height:17px; text-align:right; margin:0 0 0 10px;
	background-color:#FFFFFF;
}
.alerta {
	clear:both;
	font-weight:bold;
	color:#900;
	font-size:13px;
}
.coluna {
    height:17px; line-height:17px;
	background:url(../img/bg_geral.png);
	background-repeat:none;
	background-position:-415px -1220px;
	padding-left:26px;
	padding-right:15px;
	cursor:pointer;
	float:right;
}
.linha {
    height:17px; line-height:17px;
	background:url(../img/bg_geral.png);
	background-repeat:none;
	background-position:-415px -1240px;
	padding-left:25px;
	padding-right:15px;
	cursor:pointer;
	float:right;
}

.banner_home_meio{
	width:620px;
	height:100px;
	background-color:#090;
}

.banners_meio {
	display: flex;
    width: 100%;
    max-width: 1281px;
    margin: 10px auto;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.banners_meio strong {
	font-size:16px;
	color:#555;
	margin:6px auto;
    display: table;
}
#linha_premium div {
    width: 250px;
    height: 60px;
    margin: 0px 34px 10px 34px;
}	
.banners_meio #banner_1 {
	background-image: url(../img/banner_home_1.jpg);
}
.banners_meio #banner_2 {
	background-image: url(../img/banner_home_2.jpg);
}
.banners_meio #banner_3 {
	background-image: url(../img/banner_home_3.jpg);
}
.banners_meio #banner_4 {
	background-image: url(../img/banner_home_4.jpg);
}
.banners_meio #banner_5 {
	background-image: url(../img/banner_home_5.jpg);
}
.banners_meio #banner_6 {
	background-image: url(../img/banner_home_6.jpg);
}
#linha_premium div:hover{
	filter:drop-shadow(0px 0px 4px black);
}

#categorias_icones a {
	margin: 10px auto;
}
#categorias_icones img:hover{
	filter:drop-shadow(0px 0px 4px black);
}

@media screen and (max-width: 1350px) {

	#categorias_icones {
		display:flex !important;
		/*overflow-x: auto;*/
	}	
	.barra_titulo {
		max-width: -webkit-fill-available !important;
	}
	.capsula_produto {
		width: 280px;
		max-width: 280px;
		/*height: 280px;*/
	}
	.lista_produtos {
		width: 1160px;
		/*max-height: 280px;*/
	}
}
@media screen and (max-width: 1225px) {
	.banners_meio {
		/*zoom: 0.84;*/
		padding-left: 0px;
	}
}
@media screen and (max-width: 1210px) {
	.lista_produtos {
		width: 870px;
	}
	.banners_meio strong {
		font-size: 20px;
	}
}
@media screen and (max-width: 1023px) {
	.box_nomeproduto, .box_nomeproduto a  {
		font-size: 13px;
		font-family: Arial, regular;
	}
	.banners_meio {
		display: none;
	}
	#linha_premium {
		display: flex;
		zoom: 1;
	}
	.box_linhapreco {
		/*display: none !important;*/
	}
}
@media screen and (max-width: 920px) {
	.box_quant_min {
		width: 72%;
		font-size: 11px;
		padding: 4px 2px;
		font-family: Arial;
	}
	.consultar_preco {
		height: 36px !important;
	}
	.lista_produtos {
		width: 570px;
	}
	.capsula_produto {
		margin-left: 4.5px;
	}
	#linha_premium div {
		margin: 10px;
	}
	#categorias_icones a {
		margin: 10px 5px;
	}
	.banners_meio {
		width: 570px !important;
	}
	.compre_com_desconto .titulo {
		padding: 11px 0px;
	}
	.compre_com_desconto  {
		margin-top: 14px;
	}
	.linha_preco-parcela {
		margin: 4px auto;
	}
}
@media screen and (max-width: 630px) {
	.lista_produtos {
		width: 280px;
		padding-left: 0;
	}
	.banners_meio {
		width: 280px !important;
	}
}