@import 'https://fonts.googleapis.com/css?family=Josefin+Sans:400,600,700';

*{
    font-family: 'Josefin Sans', sans-serif;
	box-sizing:border-box;
	moz-box-sizing:border-box;
	webkit-box-sizing:border-box;
	
/*	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;	
*/	
	
}

#loading{
	display:none;
	width:150px;
	height:150px;
	margin-top:-75px;
	margin-left:-75px;
	position:fixed;
	top:50%;
	left:50%;
	z-index:12;
}

#overFlow{
	background:#000;
	opacity:0.5;
	filter: alpha(opacity=50);
	width:100%;
	height:100%;
	position:fixed;
	z-index:11;
	top:0;
	left:0;
	display:none;
}

body {
	margin:0;
}

.central{
	margin:0 auto;
	max-width:1180px;
}
#barTop{
	height:30px;
	background:#555;
	line-height:30px;
	border-bottom:solid 2px #000;
	color:#FFF;
	padding-left:10px;
	font-size:18px;
}

#barTop #menuTop{
	float:left;
	margin-left:10px;
	overflow:hidden;
}

#barTop #menuTop .itemMenu{
	float:left;
}

#barTop #menuTop .itemMenu a{
	text-decoration:none;
	color:#000;
	background:url(../images/bgmenutop.png) no-repeat right;
	display:block;
	padding:0 10px 0 10px;	
}

#barTop #menuTop .itemMenu a:hover{
	background:url(../images/bgmenutop-hover.png) no-repeat right;
	color:#FFF;
}

#barTop #topTel{
	float:right;
	margin-right:10px;
}

#barProcura{
	height:32px;
	background:url(../images/bg-top.gif);
	display:none;
}

#barProcura  input{
	max-width:1180px;
	width:100%;
	font-size:24px;
	padding:0 10px 0 10px;
	margin:0;
	border:none;
	line-height:32px;
	height:32px;
	color:#000;
	background:none;
}

#top{
	height:80px;
	padding:0px 10px 5px 10px;
	overflow:hidden;
}

#top #logoTop{
	/*
-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.75);
box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.75);
*/
}

#ajAltura{
	height:75px;	
}

#iconesTop{
	float:right;
	height:65px;
	line-height:65px;
}

#iconesTop > .itemIconTop{
	float:left;
	padding:5px;
	opacity:1;
	transition: opacity 0.5s, padding 0.25s;	
	animation-timing-function: ease;
	
}



#iconesTop > .itemIconTop:hover{
	opacity:0.5;
	transition: opacity 0.5s, padding 0.25s;
	animation-timing-function: ease;
}



#top *{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;	
}





#menuProd > .itemMenu a:hover{
	float:left;
	margin-left:15px;
	opacity:0.5;
	transition: opacity 0.25s, padding 0.25s;		
}

#top .submenu{
	position:absolute;
	width:100%;
	left:0;
	margin-top:80px;
	background:#FFF;
	padding:20px 0 20px 10%;
	display:none;
	border-top:solid 1px #dadada;
	overflow:auto;
}

#top .submenu .tituloSub{
	font-size:18px;
	line-height:30px;
	height:30px;
	border-bottom:solid 1px #000;
	float:left;
	margin-bottom:20px;
}

#top .submenu .itemSub{
	float:left;
	margin:1px;
}

#top .submenu .itemSub a{
	line-height:24px;
	height:24px;
	text-decoration:none;
	color:#777;
	font-size:18px;
	padding:0 10px 0 10px;
	display:block;
	border: solid 1px #dadada;
}

#top .submenu .itemSub a:hover{
	color:#000;
	text-decoration:none;
	background:#dadada;
}

#menuTop .iconMaisMenos{
	display:none;
}

#modalDireita{
	width:500px;
	height:100%;
	position:fixed;
	background:#FFF;
	top:0;
	right:0;
	display:none;
	z-index:15;
}

#modalEsquerda{
	width:500px;
	height:100%;
	position:fixed;
	background:#FFF;
	top:0;
	left:0;
	display:none;
	z-index:15;
	overflow:scroll;
	padding-bottom:30px;
}

#modalEsquerda #menuProdModal{
	overflow:auto;
	height:100%;
}

#modalEsquerda #menuProdModal h2{
	margin-bottom:2;
	padding-bottom:2;
	border-bottom:solid 1px #333333;
	font-size:18px;
	font-weight:bold;
}

#modalEsquerda #menuProdModal .itemMenu , #modalEsquerda #menuProdModal .itemSub{
	font-size:18px;
}



#modalEsquerda #menuProdModal .itemMenu a, #modalEsquerda #menuProdModal .itemSub a{
	text-decoration:none;
	color:#333;
	display:block;
	line-height:40px;
	height:40px;
	padding-left:10px;
	border-bottom:solid 1px #ebebeb;

}

#modalEsquerda #menuProdModal .itemSub a{
	padding-left:30px;
}

#modalEsquerda #menuProdModal .subMenu{
	display:none;

}

.iconMaisMenos{
	float:right;
	padding-right:10px;
	margin-top:10px;
}

.iconListar{
	width:40px;
	height:40px;
	position:absolute;
	line-height:40px;
	display:none;
	border-radius:3px;
	margin-top:5px;
}

.iconListar .linha{
	width:36px;
	height:5px;
	background:#000;
	margin:5px;
	border-radius:3px;
}


#barrinhaBanner{
	overflow:hidden
}
#barrinhaBanner .itemBarrinha{
	float:left;
	border-bottom:solid 1px #333333;
	width:25%;
}

#Quadros{
	overflow:hidden
}

#Quadros .itemQuadro{
	float:left;
	width:25%;
	padding:2px;
}


.btnGeral a{
	height:30px;
	line-height:30px;
	text-align:center;
	text-decoration:none;
	color:#FFF;
	background:url(../images/bggeral.jpg);
	display:block;
}

#osMaisVistos > h3{
	padding:0 0 0 5px;
	margin:2px 0 0 0;
	line-height:30px;
	height:30px;
	background:url(../images/bggeral.jpg);
	color:#FFF;
}

.produtos{
	overflow:hidden;
}

.produtos .itemProdutos{
	width:20%;
	float:left;
	padding:2px;
	margin-bottom:20px;
}

.produtos .itemProdutos > div{
	height:100%;
	width:100%;
	border:solid 1px #dadada;
	min-height:300px;
	overflow:hidden;	
}

.produtos .itemProdutos > div > .modelo{
	padding-left:10px;
	background:url(../images/bggeral.jpg);
	color:#FFF;
	line-height:24px;
	height:24px;
	font-weight:700;
	vertical-align:central;
	display:block;

}

.produtos .itemProdutos > div .foto > img{
	width:100%;
	height:auto;
}

.produtos .itemProdutos > div h4{
	text-align:center;
	height:44px;
	line-height:22px;
	font-size:16px;
}

.produtos .itemProdutos > div .btnGeral{
	float:left;
	width:50%;
	padding:0.5px;
}


.nav{
	margin-top:5px;
	border-bottom:solid 1px #dadada;
	padding-bottom:2px;
}

.nav a{
	text-decoration:none;
	color:#333;
}

.geral{margin:0 auto; max-width:1180px;}


#botoesOrcamento{
	position:absolute;
	bottom:0;
	width:100%;
}
#botoesOrcamento .btnGeral{
	width:50%;
	float:left;
	padding:1px;
}

#botoesOrcamento #btnEnviar{
	width:100%;
	display:none;
}


#corpoOrcamento{
	height:80%;
	overflow:auto;
	padding:5px;
}

#corpoOrcamento .lnOrc{
	overflow:hidden;
	min-height:70px;
	border-bottom:solid 1px #dadada;
	padding-bottom:5px;
}

#corpoOrcamento .lnOrc .foto{
	width:60px;;
	height:60px;
	float:left;
}

#corpoOrcamento .lnOrc .foto > img{
	width:100%;
	height:auto;
}

#corpoOrcamento .lnOrc .texto{
	float:left;
	width:70%;
	text-align:left;
	margin-left:5px;
}

#corpoOrcamento .lnOrc .texto > div:first-child{
	font-weight:bold;
}

#corpoOrcamento .lnOrc .texto .qdQde{
	overflow:hidden;
}

#corpoOrcamento .lnOrc .texto .qdQde .btoes{
	width:24px;
	height:24px;
	line-height:24px;
	text-align:center;
	border:solid 1px #000;
	float:left;
}

#corpoOrcamento .lnOrc .texto .qdQde .aQde{
	width:30px;
	height:24px;
	line-height:24px;
	text-align:center;
	float:left;	
}

#mensagemOrcamento{
	padding:15px;
	min-height:100px;
	border:solid 1px #DADADA;
	display:none;
}

#formOrcamento{
	border-bottom:solid 1px #dadada;
	margin-bottom:10px;

}

#formOrcamento input{
	height:26px;
	line-height:26px;
	font-size:18px;
}

#formOrcamento input,#formOrcamento textarea{
	width:100%;
}


#formOrcamento div:nth-child(even) {margin-bottom:10px;}
/*#formOrcamento div:nth-child(odd) {background: #FFF}*/




#blocoDetalhes{
	overflow:hidden;
	margin-top:10px;
	display:table;
	width:100%;
}

#blocoDetalhes #lateralEsquerdo{
	overflow:hidden;
	width:50%;
	float:left;
	margin-top:0;
	vertical-align:top;	
}



#blocoDetalhes #lateralDireita{
	width:50%;	
	overflow:hidden;
	float:left;
	margin-top:0;
	vertical-align:top;
	padding:10px;
}

#blocoDetalhes #lateralDireita h2{
	margin:0;
	padding:0;

}

#blocoDetalhes #btnOrcar{
	background:url(../images/bggeral.jpg);
	background-size:100% 100%;
	color:#FFF;
	text-align:center;
	font-size:18px;
}

#blocoDetalhes #btnOrcar a{
	height:40px;
	line-height:40px;
	display:block;
	color:#FFF;
	text-decoration:none;	
}
#blocoDetalhes #btnOrcar a:hover{
	background:url(../images/bgmenu2_hover.png) 100% 100%;
	text-indent:2px;

}

#blocoDetalhes #lateralEsquerdo #fotoPrincipal{
	overflow:hidden;
	width:100%;
	float:left;
	background:#ebebeb;
	border:solid 1px #d1d1d1;
}

#blocoDetalhes #lateralEsquerdo #fotoPrincipal img{
	width:100%;
	height:auto;
}

#blocoDetalhes #lateralEsquerdo .thumbs{
	width:33.33%;
	height:auto;
	float:left;
	padding:1px;
}

#blocoDetalhes #lateralEsquerdo .thumbs img{
	width:100%;
	border:solid 1px #dadada;
}

#blocoDetalhes #lateralDireita h1, #blocoDetalhes #lateralDireita h2{display:block}
#blocoDetalhes #lateralEsquerdo h1, #blocoDetalhes #lateralEsquerdo h2{display:none}



#campoNewsletter{
	color:#FFF;
	overflow:hidden;
}

#campoNewsletter .titulo{
	font-size:24px;
	margin-top:10px;
}

#campoNewsletter input{
	width:100%;
	line-height:30px;
	height:30px;
	border:solid 2px #999999;
	background:#FFF;
	color:#333;
	font-size:16px;	
}

#campoNewsletter button{
	width:180px;
	line-height:32px;
	height:36px;
	border:solid 2px #999999;
	background:url(../images/bggeral.jpg);
	background-size:100% 100%;
	color:#FFF;
	text-align:center;
	font-size:24px;
}


#rodape{
	color:#FFF;
	padding:10px;
	overflow:hidden;
}

#rodape a{
	color:#FFF;
}

#rodape .rodapeDados{
	width:100%;
	float:left;
}

#rodape .rodapeDados .colunas{
	width:20%;
	float:left;
	padding:2px;
	overflow:hidden;
}


.fb-follow{
	float:right;
	width:50%;
	color:#FFF;
};

#maparua iframe{
	width:100%;
}


#formularioContato{
	overflow:hidden;
	float:left;
	width:50%;
	padding:5px;
}

#formularioContato input,#formularioContato textarea{
	width:100%;
	margin-bottom:5px;
	line-height:24px;
	font-size:16px;
}

#contatoEsquerdo{
	min-height:50PX;
	float:left;
	width:50%;
	padding:5px;
}


#alerta{
	position:fixed;
	min-height:100px;
	width:300px;
	margin-top:-50px;
	margin-left:-150px;
	border:solid 2px #000000;
	z-index:100;
	background:#FFF;
	top:50%;
	left:50%;
	display:none;
}
#alerta .tituloAlerta{
	overflow:hidden;
}

#alerta .conteudoAlerta{
	padding:5px;
}


.itemLoja{
	border:solid 1px #dadada;
	margin:5px;
	min-height:200px;
	margin-bottom:20px;
}

.itemLoja .header{
	background:url(../images/bggeral.jpg) repeat-y;
	color:#FFF;
	height:30px;
	line-height:30px;
	padding-left:10px;
}

.itemLoja .fotoLoja{
	float:left;
	width:70%;
}

.itemLoja .fotoLoja img{
	width:100%;
	height:auto;
}

.itemLoja .dadoLoja{
	padding:10px;
	width:30%;
	float:left;
}

.itemLoja .dadoLoja .titulo{
	font-size:14px;
	color:#C00;
}

.itemLoja .dadoLoja .texto{
	margin-bottom:20px;
	font-size:18px;
}

.itemLoja .btnMapa a{
	width:100%;
	background:url(../images/bg-botaomapa.jpg) 100% 100%;
	text-align:center;
	height:36px;
	line-height:36px;
	font-size:18px;
	font-weight:700;
	display:block;
	text-decoration:none;
	color:#000;
}


#mapaLocal{
	width:100%;
	height:100%;
	position:fixed;
	z-index:100;
	top:0;
	left:0;
	padding:20px;
	display:none;
}

#mapaLocal #container{
	height:100%;
	width:100%;
	background:#FFF;
}

/*Media query para os produtos*/

@media only screen and (min-width: 860px) and (max-width: 1050px) {
.produtos .itemProdutos{ width:25%;}
#rodape .rodapeDados .colunas { width:25%;}
#top .submenu{	padding:20px 0 20px 30px;}
}
@media only screen and (min-width: 580px) and (max-width: 860px) {
.produtos .itemProdutos{ width:33.3333%;}
#rodape .rodapeDados .colunas { width:33.3333%;}
#top .submenu{	padding:20px 0 20px 20px;}
}
@media only screen and (min-width: 400px) and (max-width: 580px) {
.produtos .itemProdutos{ width:50%;}
#rodape .rodapeDados .colunas { width:50%;}
}
@media only screen and (min-width: 0px) and (max-width: 400px) {
.produtos .itemProdutos{ width:100%;}
.produtos .itemProdutos > div .foto{width:50%; float:left}
.produtos .itemProdutos > div .info{width:50%; float:right; padding:5px;}
.produtos .itemProdutos > div{min-height:100px}
#blocoDetalhes #lateralDireita{width:100%; padding:10PX;}
#blocoDetalhes #lateralEsquerdo{width:100%;padding:10PX;}
#blocoDetalhes #lateralDireita h1, #blocoDetalhes #lateralDireita h2{display:none}
#blocoDetalhes #lateralEsquerdo h1, #blocoDetalhes #lateralEsquerdo h2{display:block}
#rodape .rodapeDados .colunas { width:100%;}
}

/*fimMedia query para os produtos*/





@media only screen and (max-width: 600px) {
#barrinhaBanner .itemBarrinha {width:50%;}
#Quadros .itemQuadro {width:50%;}
#botoesOrcamento .btnGeral{
	width:100%;
	float:none;
	padding:1px;
}
}

@media only screen and (min-width: 1090px) and (max-width: 1160px) {
#menuProd .itemMenu{font-size:18px;}
#menuProd{ margin-top:22px; }
}

@media only screen and (min-width: 1010px) and (max-width: 1090px) {
#menuProd .itemMenu{font-size:16px;}
#menuProd{ margin-top:22px; }
}


@media only screen and (min-width: 886px) and (max-width: 1010px) {
#logoTop{width:150px;}	
#menuProd .itemMenu{font-size:14px;}
#menuProd{ margin-top:24px; }
}

@media only screen and (min-width: 100px) and (max-width: 885px) {
#menuProd .itemMenu{font-size:14px;}
#menuProd{ display:none; }
#menuTop{ display:none; }
.iconListar{ display:block}
#logoTop{ margin-left:50px; width:150px;}
#ajAltura,#top{height:55px;}
#barTop #topTel{float:none; text-align:center;}
.geral{padding:5px;}
#rodape .rodapeDados{	width:100%;	float:none}
.fb-follow{	width:100% !important;	float:none; display:block; overflow:hidden;}
#contatoEsquerdo{	width:100%; float:none;}
#formularioContato{	width:100%; float:none;}
#formularioContato input,#formularioContato textarea{width:100%;}
#mesmosMenus .itemMenu[rel]{display:none;}
.itemLoja .fotoLoja{float:none; width:100%;}
.itemLoja .dadoLoja{float:none; width:100%;}
}


@media only screen and (min-width: 600px) and (max-width: 800px) {
#modalEsquerda{	width:50%;}
}

@media only screen and (min-width: 100px) and (max-width: 600px) {
#modalDireita{	width:80%;}
#modalEsquerda{	width:80%;}
}

@media only screen and (max-height: 400px) {
#corpoOrcamento{height:75%;}
}