header{
	height:5.6rem;
}

.header-filter{
	height:10rem;
}

p{
	text-align:justify;
}

h1, h2, h3, li{
	text-align:left;
}

#redelojas h2, #redelojas h3, #redelojas p, #redelojas li{
	text-align:center;
}

#news h2, #news h3, #news p, #news li{
	text-align:center;
}


#faixa_header{
	width: 100%;
	height: 5.6rem;
	margin: 0 auto;
	position: fixed;
	background-color: #d61b0c;
	z-index: 997;

	// Animation
   -webkit-transition: all 0.4s ease;
   transition: all 0.4s ease;
}

#faixa_header.shrink{
	height: 4.6rem;
	box-shadow: 0px 1px 6px rgba(0,0,0,0.5);
}

#faixa_header .wrapper{
	max-width: 161.8rem;
	margin: 0rem auto;
}


#direita-fixa-categorias {
    display: inline-block;
    vertical-align: top;
    width: 85%;
    text-align: center;
    padding: 5rem 2rem 6rem 2rem;
	border-left:1px #e0e0e0 solid;
}




#paginas {
	display: block;
    width: 100%;
    margin: 60px 0px 20px 0px;
    text-align: right;
}

#fitmetrix_result{
	display: none;
	padding: 2rem;
	margin-bottom: 4rem;
	color: #353535;
	font-weight: bold;
	background-color: #c0ff90;
	border: #69d869 1px solid;
}

#topo-nome{
	width:35rem;
}

#portes-devolucoes-seguranca{
	display:inline-block;
	vertical-align:top;
	width:30rem;
	height:10rem;
	background:url('/images/portes-devolucoes-seguranca.png') no-repeat 50% 50%;
}


#img-abrir-loja{
	display:block;
}

#img-abrir-loja-mobile{
	display:none;
}