footer
{
	margin: 0;
	padding: 0;
	clear: both;
}
.footer {
	color: white;
	font-family: sans-serif;
	background: url(background.jpg) repeat-x;
	clear: both;
	
}
	.footer a {
		text-decoration: none;
	}
	.footer .copyright a
	{
		text-decoration: underline;
	}
	.footer a:hover {
		text-decoration: underline;
		color: #ec9335
	}
	.footer a
	{
		color: #fff;
	}
	.footer .inner{
		max-width: 1360px;

		width: 94%;
		margin: 0 auto;
	}
	.footer-1 {
		width: 100%;
		height: 128px;
		background: #232323;
	}
		.contato .dadoscontato
		{
			float: left;
			width: 43%;
			margin: 1%;
		}
		.contato .selos
		{
			margin: 1%;
			float: right;
			text-align: right;
			display: inline-block;
		}		
		.contato .selos p
		{

			margin-top: 0;
			float: right;
		}
		
		.contato .selos p a
		{
			display: table-cell;
			vertical-align: middle;
			padding: 0 1.2em!important;
			
		}
		.contato .selos p a img
		{
			border: 2px solid transparent;
		}
		.contato .selos p a img:hover
		{
			border: 2px solid #fff;
		}
		
		.contato .localizacao .mapa
		{
			float: left;
			width: 26px;
		}
		.contato .localizacao .mapa a
		{
			width: 26px;
			height: 38px;
			display: block;
		}
		.contato .localizacao .informacoes
		{
			float: left;
			width: 79%;
			margin-left: 1%;
			padding-top: 0.5em;
		}		
		

		.contato .informacoes a {

			color: #fff;
		}
		.contato .informacoes a:hover {
			color: #ec9335;
		}
		.contato .localizacao p {
			font-size:1.2em;
			padding: 0;
			margin: 0;
			margin-left: 0.5em;
			line-height: 1.5em;
		}



			.mapa{
				width:26px;
				height:38px;
				background: url(icone_local.png) no-repeat center;
				float:left;
				border:2px solid transparent;

			}
			.mapa:hover{
				background: url(icone_local_over.png) no-repeat center;
			}
				.mapa a{

				}

	.footer-2 {
		background: #232323;
		text-align: left;
		padding-bottom:5%;
		height:100%;
		width: 100%;
		clear: both;
	}
	#menu-rodape
	{
		max-width:1360px;
		width: 100%;
		margin: 0 auto;
	}
	.menus {
		text-align: left;
		border-top: 1px solid #606060;
		width: 100%;
	}
		.menus .deeper {
			vertical-align: top;
			display: inline-block;
			width: 15%;
			list-style: none;
			height: auto;
			margin-left: .5%;	
			padding-left: 1%;

		}

		
		#menu-rodape .menus li.deeper
		{
			margin-top: 2.5em;
			border-left: 1px solid #606060;
			font-size: 1em;
		}
		#menu-rodape ul li
		{
			padding-top: 0;
			
		}
		#menu-rodape .menus li.first-item
		{
			border: none;
		}


			.menus .deeper > span {
				color: #fea700;
				margin-bottom: 2em;
				font-size:1.25em !important;
				
			}

			
			.menus .deeper ul {
				text-align: left;
				list-style: disc;
				color: white;
				margin-top: 1em;
			}

				.menus .deeper li {
					height: auto;
					padding: .5em 0;
					list-style-position: inside;
					list-style:none;
				}
			
			.menus .deeper span, .menus .deeper a {
				margin-bottom: .5em;
				clear: both;
				font-size: 1.1em;
				line-height: 1.6em;
				/*width: 100%;
				display: inline-block;*/
			}

			.menus .deeper a:hover {
				color: #e47500;
				
			}


	.footer-3 {
		height: 81px;
		background: #404040 url(footer-3.jpg) repeat-x;
	}

	.footer .copyright-home {
		padding-top: .8em;
	}
		.footer .copyright-home .only {
			float: left;
			overflow: hidden;
			text-indent: -999px;
			display: block;
			background: url(home.jpg) no-repeat;
			width: 15%;
			height: 48px;
		}


			.copyright-home .copyright {
				
				padding-left: 3%;
				border-left: 1px gray solid;
				width: 80%;
				float: left;
				margin-left: 1%;

			}
			.copyright-home .copyright p{
				font-size: 1.2em;
				margin-top: 0;
				line-height: 1.5em;
			}
@media only	screen and (max-width: 1024px) {
	.contato .localizacao span {
		font-size: 1em !important;
	}
	.menus {
		text-align: left;
		margin: 0 auto;
		padding:0 3%;
		width:94% !important;
	}

	.contato .dadoscontato
	{
		width: 48%!important;
	}
	.contato .selos
	{
		width:48%!important;
	}	

	
}
