@charset "utf-8";
/* CSS INICIAL */

@import url(base.css); /* -- BASE -- */



/* MOBILE */

/* ihpone */
@media screen and (max-width:320px) {
	.produtos_loja {
		width: 220px;
		height: 120px;
	}
		.produtos_loja img {
			width: 220px;
			height: 120px;
			opacity: 0;
		}
			.produtos_loja img.img_produto_hover {
				opacity: 1
			}

}
@media screen and (max-width:480px) {
	.produtos_loja {
		width: 220px;
		height: 120px;	
	}
		.produtos_loja img {
			width: 220px;
			height: 120px;
			opacity: 0;
		}
			.produtos_loja img.img_produto_hover {
				opacity: 1
			}
}
@media screen and (min-width:600px) {
	
	
}
/* Ipad */
@media screen and (max-width:768px) {
	
.titulo_centralizado{
	width: 100%;
}
	.titulo_centralizado h1 {
		text-align:center;
		float:none;
		margin-left: 0;
	}
	
	#faixa_direita{
		display:none;
	}
	

.produto_interna{
	width: 100%;
	float: none;
	height:auto;
	display:block;
	margin: 0 auto;
	margin-top: 20px !important;
}

.produto_interna img{
	width: 100%;
	float: none;
	margin: 0 auto;
	height:auto;
	display:block;
	
}

.bloco_armacao{
	width: 100%;
	float: none;
	margin: 0 auto;
}
	.img_galeria{
		width: 100%;
		margin: 0 auto;
		display: block;
		height: auto;
		overflow: hidden;
		margin-bottom: 8px;
	}
			.img_galeria img{
				width: 100%;
				margin: 0 auto;
				display: block;
			}


.produtos_loja {
	float: none !important;
	margin: 0 auto !important;
	margin-top: 30px !important;
}
	.produtos_loja img {
		opacity: 0;
	}
		.produtos_loja img.img_produto_hover {
			opacity: 1
		}
			
.tab {
	height: 1860px;
	
}
}
@media screen and (min-width:992px) {

	
}
@media screen and (min-width:1200px) {


}
