	
	@font-face {
		font-family: 'Aller';
		src: url('../fontes/Aller/Aller.eot');
		src: url('../fontes/Aller/Aller.eot?#iefix') format('embedded-opentype'),
			 url('../fontes/Aller/Aller.woff') format('woff'),
			 url('../fontes/Aller/Aller.ttf') format('truetype'),
			 url('../fontes/Aller/Aller.svg#Aller') format('svg');
	}
	

	*{
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		color:#FFF;
		padding:0;
	}
	
	html, body {
		width:100%;
		height:100%;
		margin:0 auto;
	}
	img{
		border:0;
	}	

	.limpar_css{
		clear:both;
	}

	.sem_sublinhado{
		text-decoration:none;
	}
	
	#newsletters{
		width:100%;
		min-height:510px;
		background:url(../../imagens/newsletter/bk_grama.png) center bottom no-repeat, url(../../imagens/newsletter/bk.jpg) center top repeat-x #8BC33E;
		border-radius:30px;
		text-align:center;
	}
		#newsletters .titulo{
			display:inline-block;
			width:90%;
			margin:50px 0 0 0;
			color:#FFF;
			font-size:35px;
			font-family:'Aller';
			text-align:right;
			background:url(../../imagens/newsletter/icone_newsletter.png) 65% 5px no-repeat;
		}
		#newsletters .texto{
			display:inline-block;
			width:90%;
			margin:65px 0 40px 0;
			color:#FFF;
			font-size:18px;
			font-family:'Aller';
		}
		
		#newsletters .formulario{
			display:inline-block;
			width:70%;
		}
		
			#newsletters .formulario .campo{
				width:90%;
				padding:4% 5% 4% 5%;
				background:#FFF;
				border:0;
				color:#777;
				border-radius:15px;
				margin:10px 0 0 0;
				outline:none;
			}
			
			#newsletters .formulario #enviar{
				display:inline-block;
				padding:5% 10% 5% 10%;
				background:#023207;
				border:0;
				font-family:'Aller';
				color:#FFF;
				font-size:20px;
				border-radius:30px;
				margin:50px 0 0 0;
				cursor:pointer;
				outline:none;
				transition:0.5s;		
			}
				#newsletters .formulario #enviar:hover{
					background:#9B6C5B;		
				}
				
				
@media (max-width: 700px) {
	
	#newsletters{
	}
		#newsletters .titulo{
			width:90%;
			margin:30px 0 0 0;
			padding:35px 0 0 0;
			color:#FFF;
			font-size:35px;
			text-align:center;
			background:url(../../imagens/newsletter/icone_newsletter.png) center top no-repeat;
		}
		#newsletters .texto{
			display:inline-block;
			width:95%;
			margin:35px 0 25px 0;
			color:#FFF;
			font-size:18px;
			font-family:'Aller';
		}
		
		#newsletters .formulario{
			display:inline-block;
			width:95%;
		}
		
			#newsletters .formulario .campo{
				width:90%;
				padding:5% 5% 5% 5%;
				margin:10px 0 0 0;
			}
			
			#newsletters .formulario #enviar{
				padding:5% 10% 5% 10%;
				font-size:15px;
				margin:45px 0 0 0;		
			}
				#newsletters .formulario #enviar:hover{
				}
		
}