
/* Div */

.banner{
	width:100%;
	height:720px;
	margin-top:70px;
	background-image:url(../img/banner/bannerIndex.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:100% 100%;
}

.bannerProds{
	width:100%;
	height:550px;
	background-image:url(../img/banner/banner_produtos2.png);
	background-position:center;
	background-repeat:no-repeat;
}

.faixaCinza{
	width:100%;
	height:75px;
	background-color:rgba(8,30,78,0.50);
}

.faixaAzul{
	width:100%;
	height:80px;
	background-color: #051A49;
}
/*.cores{
	width:100%;
	height:250px;	
	margin-bottom:10px;
	background-image:url(../img/catalogoCores.png);
	background-size:100% 100%;
	background-position:center;
	background-repeat:no-repeat;
} */

.mapa{
	width:100%;
	height:450px;
	position:relative;
	margin-top:30px;
	margin-bottom:30px;
}




/* Id */


#btnCentro{
	border-radius: 20px 0px 20px  0px;
	border:4px solid rgba(8,30,78,1.00);
	width:220px;
	height:55px;
	position:relative;
	margin-left: 420px;
	top:215px;
}

#btnEsquerdo{
	border-radius: 20px 0px 20px  0px;
	border:4px solid rgba(8,30,78,1.00);
	width:200px;
	height:50px;
	position:relative;
	top:30px;
	margin-left:7px;
}

#btnDireito{
	border-radius: 20px 0px 20px  0px;
	border:4px solid rgba(8,30,78,1.00);
	width:200px;
	height:50px;
	position:relative;
	left:79.5%;
	top:-28px;
}

#btnTodosProdutos{
	border:4px solid rgba(255,255,255,1.00);
	width:250px;
	height:40px;
	position:relative;
	margin:auto;
	top:18%;
	left:1.3%;
}

#faixaAzulConteudo{
	width:1024px;
	height:255px;
	margin:auto;
	position:relative;
	top:250px;
}





/* Fontes */


#aCores{
	font-family: 'Quicksand', sans-serif;
	color: #051A49;
	font-size: 50px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	position:relative;
	top:180px;
	left:46%;
}

#aProdutos{
	font-family: 'Quicksand', sans-serif;
	color: #051A49;
	font-size: 16px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	position:relative;
	top:15px;
	left:12px;
}

#aProdutosImp
{
	font-family: 'Quicksand', sans-serif;
	color: #051A49;
	font-size: 16px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	position:relative;
	top:8px;
	left:27px;
}

#aProdutosImpQuartzo
{
	font-family: 'Quicksand', sans-serif;
	color: #051A49;
	font-size: 16px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	position:relative;
	top:8px;
	left:66px;
}


#aVejaTodosProdutos{
	font-family: 'Quicksand', sans-serif;
	color: #FFFFFF;
	font-size: 16px;
	text-transform:uppercase;
	text-decoration:none;
	position:relative;
	top:10px;
	left:14px; 
	font-weight:bold;
}

#pTituloProdutos{
	font-family: 'Quicksand', sans-serif;
	font-size: 30px;
	text-align: center;
	color: #FFFFFF;
	text-transform:uppercase;	
	font-weight:bold;
	line-height:75px;
}


