@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700);
* {
	margin:0;
	padding:0;
	}
img,
picture,
video,
embed {
    max-width: 100%;
}
body{
	font-family: 'Roboto Slab', serif;	
	overflow-x:hidden;
	background:url(../imagens/bg-footer2.jpg) repeat-x;
	font-size:1.000em;
	font-weight:400;
}
#container-geral{
    max-width: 1166px;
    margin: 0 auto;
}
#container-geral a{
	color:#000000;
	text-decoration:none;
}
#logo{
	float:left;
	padding-left:2%;
	width:244px;
}
#tel{
	float:left;
	color:#FFFFFF;
	font-size:1.700em;
	font-weight:700;
	margin:50px 0 0 10%;
}
#selo{
	float:right;
	width:11.40651801%;
	padding-right:2%;
}
#banner{
	margin-top:25px;
}
.rodape{
	width:100%;
	background: url(../imagens/bg-footer2.jpg);
	height:200px;
	clear:both;
}
.container-footer{
	max-width: 1166px;
    margin: 0 auto;
	color:#FFFFFF;
	text-align:center;
	padding-top:20px;
}
/*-----------------------*/
@media screen and (max-width: 875px) {
#tel{
	float:right;
	padding-right:2%;
	margin-left:0;
}
#logo{
	clear:both;
	margin-right:0;
}
#selo{
	display:none;
}
}
@media screen and (max-width: 660px) {
#tel{
	display:none;
}
#logo{
	position:absolute;
	top: 0; 
	bottom: 0;
	left: 0; 
	right: 0;
	margin:auto;
}
#banner{
	margin-top:150px;
}
}