@charset "UTF-8";
/* CSS Document */

.space_jumbo{
	margin-top:10px;
	margin-bottom:20px;
}

/*** INFORMACAO DA DIV CENTRAL ***/
.center_info_div{
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	letter-spacing:2px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	height:100%;
	width:80%;
}

.espaco2{
	height:20px;
}

/*	CAIXA COM PECAS	*/
.caixa_peca, .caixa_peca2, .caixa_peca3{
	display:inline-block;
	margin-left:1%;
	margin-right:1%;
	padding-bottom:4%;
}

.caixa_peca{
	width: 29%;
}
.caixa_peca2{
	width: 47%;
}

.caixa_peca3{
	width: 30%;
}

.imagem_peca{
	width:100%;
	height:200px;
	background-position:center center;
	background-size:contain;
	background-repeat:no-repeat;
	background-color:transparent;
	
}

.texto_peca{
	color:#EEEEEE;
	background-color:gray;
	width:100%;
	height:40px;
	text-indent:10px;
	line-height:40px;
	letter-spacing:2px;
	-webkit-border-radius: 0px 0px 99px 0px;
	-moz-border-radius: 0px 0px 99px 0px;
	border-radius: 0px 0px 99px 0px;
}

@media only screen and (min-width:901px) {
	.caixa_peca{
		width:30%;
	}
	
}

@media (max-width:900px) and (min-width:641px) {
	.caixa_peca, .caixa_peca2, .caixa_peca3{
		width:47%;
	}
}


@media only screen and ( max-width: 640px ){
	.caixa_peca, .caixa_peca2, .caixa_peca3{
		width:100%;
		margin-left:0;
		margin-right:0;
	}
}