	
	#rodape{
		display:inline-block;
		width:100%;
		border-top:1px solid #DBDBDB;
		background:#25346E;
	}		
		#rodape #rodape_informacao{
			display:inline-block;
			width:100%;
			padding:50px 0 50px 0;
			background:#FFF;
		}
			#rodape #rodape_informacao .box_informacao{
				display:inline-block;
				vertical-align:top;
				width:27%;
				padding:0 2% 0 2%;
			}
				#rodape #rodape_informacao .box_informacao .link_informacao{
					display:inline-block;
					padding:6px 0 6px 40px;
					font-family:'GothamBook';
					font-size:20px;
					color:#25346E;
				}
					#rodape #rodape_informacao .box_informacao .link_facebook{
						background:url(../../imagens/rodape/icone_facebook.png) left center no-repeat;
					}
						#rodape #rodape_informacao .box_informacao .link_facebook:hover{
							opacity:0.7;
						}
					#rodape #rodape_informacao .box_informacao .link_instagram{
						background:url(../../imagens/rodape/icone_instagram.png) left center no-repeat;
					}
						#rodape #rodape_informacao .box_informacao .link_instagram:hover{
							opacity:0.7;
						}
					#rodape #rodape_informacao .box_informacao .rodape_sac{
						display:inline-block;
						padding:6px 0 0 30px;
						font-family:'GothamBook';
						font-size:20px;
						color:#25346E;
						text-align:left;
						background:url(../../imagens/rodape/icone_sac.png) left 8px no-repeat;
					}
						#rodape #rodape_informacao .box_informacao .rodape_sac a{
							font-size:12px;
							color:#25346E;
						}
							#rodape #rodape_informacao .box_informacao .rodape_sac a:hover{
								opacity:0.7;
							}
			
		
		#rodape #links_rodape{
			display:inline-block;
			width:100%;
		}
			
			#rodape #links_rodape .box_newsletter_rodape{
				display:inline-block;
				vertical-align:top;
				width:20%;
				padding:35px 10% 0 0;
				text-align:left;
			}
				#rodape #links_rodape .box_newsletter_rodape .titulo_newsletter_rodape{
					display:inline-block;
					width:100%;
					padding:0 0 15px 0;
					font-family:'GothamBook';
					font-size:20px;
					color:#FFF;
				}
				#rodape #links_rodape .box_newsletter_rodape .campo{
					display:inline-block;
					width:65%;
					vertical-align:middle;
					padding:12px 5% 12px 5%;
					margin:0 2% 0 0;
					font-size:12px;
					color:#777;
					background:#FFF;
					border:1px solid #FFF;
					outline:none;
				}
				#rodape #links_rodape .box_newsletter_rodape .botao_ok{
					display:inline-block;
					width:20%;
					max-width:40px;
					vertical-align:middle;
					padding:11px 0 11px 0;
					font-family:'GothamBook';
					font-size:15px;
					color:#FFF;
					background:#A3D900;
					text-align:center;
					border:none;
					border-radius:50%;
					cursor:pointer;
					outline:none;
					transition:0.5s;
				}
					#rodape #links_rodape .box_newsletter_rodape .botao_ok:hover{
						opacity:0.7;
					}
					#rodape #links_rodape .box_newsletter_rodape label{
						display:inline-block;
						padding:15px 0 0 5%;
						color:#FFF;
					}
					#rodape #links_rodape .box_newsletter_rodape label input{
						display:inline-block;
						vertical-align:middle;
						color:#FFF;
					}
			
			#rodape #links_rodape .box_menu_rodape{
				display:inline-block;
				vertical-align:top;
				padding:35px 2% 0 0;
				text-align:left;
			}
				#rodape #links_rodape .box_menu_rodape .link_rodape, #rodape #links_rodape .box_menu_rodape .link_rodape_up{
					display:inline-block;
					font-size:11px;
					color:#FFF;
					font-weight:bold;
				}
					#rodape #links_rodape .box_menu_rodape .link_rodape:hover, #rodape #links_rodape .box_menu_rodape .link_rodape_up{
						color:#2A8ADC;
					}
				#rodape #links_rodape .box_menu_rodape .sublink_rodape, #rodape #links_rodape .box_menu_rodape .sublink_rodape_up{
					display:inline-block;
					margin:6px 0 0 6px;
					font-size:11px;
					color:#FFF;
				}
					#rodape #links_rodape .box_menu_rodape .sublink_rodape:hover, #rodape #links_rodape .box_menu_rodape .sublink_rodape_up{
						color:#2A8ADC;
					}
		
		#rodape #rodape_endereco{
			display:inline-block;
			width:100%;
			padding:25px 0 20px 0;
			font-size:12px;
			color:#FFF;
		}
			#rodape #rodape_endereco .copy{
				display:inline-block;
				width:100%;
				padding:15px 0 5px 0;
				font-size:12px;
				color:#C3C3C3;
			}
			
			#desenvolvedor{
				position:relative;
				float:right;
				width:50%;
				text-align:right;
				font-size:11px;
				color:#C3C3C3;
			}
				#desenvolvedor a{
					font-size:11px;
					color:#C3C3C3;
					font-weight:bold;
				}
					#desenvolvedor a:hover{
						color:#CC0000;
					}

            

@media (max-width: 1000px)
{
	
	#rodape{
	}		
		#rodape #rodape_informacao{
			padding:30px 0 0 0;
		}
			#rodape #rodape_informacao .box_informacao{
				width:90%;
				padding:0 0 30px 0;
			}
				#rodape #rodape_informacao .box_informacao .link_informacao{
					padding:38px 0 0 0;
					font-size:15px;
				}
					#rodape #rodape_informacao .box_informacao .link_facebook{
						background:url(../../imagens/rodape/icone_facebook.png) center top no-repeat;
					}
						#rodape #rodape_informacao .box_informacao .link_facebook:hover{
						}
					#rodape #rodape_informacao .box_informacao .link_instagram{
						background:url(../../imagens/rodape/icone_instagram.png) center top no-repeat;
					}
						#rodape #rodape_informacao .box_informacao .link_instagram:hover{
						}
					#rodape #rodape_informacao .box_informacao .rodape_sac{
						padding:26px 0 0 0;
						font-size:15px;
						text-align:center;
						background:url(../../imagens/rodape/icone_sac.png) center top no-repeat;
					}
						#rodape #rodape_informacao .box_informacao .rodape_sac a{
						}
							#rodape #rodape_informacao .box_informacao .rodape_sac a:hover{
							}
			
	   
		
		#rodape #links_rodape{
		}
			
			#rodape #links_rodape .box_newsletter_rodape{
				width:90%;
				padding:30px 0 30px 0;
				text-align:center;
				background:none;
			}
				#rodape #links_rodape .box_newsletter_rodape .titulo_newsletter_rodape{
				}
				#rodape #links_rodape .box_newsletter_rodape .campo{
					width:71%;
					padding:12px 2% 12px 2%;
				}
				#rodape #links_rodape .box_newsletter_rodape .botao_ok{
				}
					#rodape #links_rodape .box_newsletter_rodape .botao_ok:hover{
					}
					#rodape #links_rodape .box_newsletter_rodape label{
						padding:15px 0 0 0;
					}
					#rodape #links_rodape .box_newsletter_rodape label input{
					}
			
			#rodape #links_rodape .box_menu_rodape{
				width:100%;
				margin:20px 0 0 0;
				padding:20px 0 0 0;
				text-align:center;	
				border-top:1px solid #DBDBDB;			
			}
				#rodape #links_rodape .box_menu_rodape .link_rodape, #rodape #links_rodape .box_menu_rodape .link_rodape_up{
					width:90%;
					padding:0 5% 0 5%;				
				}
					#rodape #links_rodape .box_menu_rodape .link_rodape:hover, #rodape #links_rodape .box_menu_rodape .link_rodape_up{
					}
				#rodape #links_rodape .box_menu_rodape .sublink_rodape, #rodape #links_rodape .box_menu_rodape .sublink_rodape_up{
					width:90%;
					padding:0 5% 0 5%;
					margin:6px 0 0 0;
				}
					#rodape #links_rodape .box_menu_rodape .sublink_rodape:hover, #rodape #links_rodape .box_menu_rodape .sublink_rodape_up{
					}
		
		#rodape #rodape_endereco{
			width:90%;
			margin:15px 0 0 0;
			padding:30px 5% 20px 5%;
			border-top:1px solid #DBDBDB;
		}
			#rodape #rodape_endereco .copy{
				width:100%;
			}
			
			#desenvolvedor{
				float:none;
				width:100%;
				text-align:center;
				margin:20px 0 0 0;
			}
				#desenvolvedor a{
					font-size:11px;
					color:#C3C3C3;
					font-weight:bold;
				}
					#desenvolvedor a:hover{
						color:#CC0000;
					}
	
	      
	
}



			
	

