@charset "utf-8";
/* Aqui eu configurei esta css apenas para Formulario da News */


 @media only screen and (max-width: 800px) { .NewsBg{ display: none !important; } }
  @media only screen and (min-width: 800px) { .NewsBgMobile{ display: none !important; } }
	
.NewsContato{ margin-top: -100px; }
	.NewsBg {
		background-color: #bed73d;
		width: 1160px;
		margin: 0 auto;
		margin-top:50px;
		margin-bottom: 5px;

	}
		.NewsBgMobile{
		background-color: #bed73d;
		width: 100%;
	   font-family: 'RobotoR';
	   padding: 10px 10px 0 10px;
	   margin-bottom: -30px;
  
	   
	}
	
	.Newsletter-Footer {
    width: 1112px;
    height: 100px;
    background-color: transparent;
    
    padding: 10px;
    margin-top: -15px;
	font-family: 'RobotoR';
	}
	
	table {
    font-size: 1em;
    margin-top: 0;
    margin-bottom: 1.305em;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
.newsIcon span{font-size: 35px;
margin: 3px 13px 0 0;color: #FFFFFF;}
.newsIcon{float: left;}
.newsText{float: right;}
.newsText h2{color: #FFF;
font-size: 20px;
text-transform: uppercase;
letter-spacing: normal;
padding: 0px;
line-height: 70px;
margin: 0px;
font-weight: 600;
float: left;
margin-left: 150px;}

.newsInput{
padding: 6px 12px;
font-size: 14px;
color: #2e3a47;
background-color: #fff;
background-image: none;
border: none;
height: 41px;
float: left;
width: 170px;margin-right: 0px;outline: none;}
	
.newsInputMobile{
font-size: 14px;
color: #2e3a47;
background-color: #fff;
background-image: none;
border: none;
text-align: center;
height: 41px;
width: 97%;
	}
	
.newsButtonMobille{
background-color:#3b4508; 
color:#FFFFFF;
font-weight: bold; 
font-size: 14px; 
height:41px; 
width:97%; 
border: 0;
cursor: pointer;}
.newsButtonMobille:hover{
background-color: #ffc90c; 
color: #6a2c91;}

.newsButton{
background-color: #6a2c91;
color: #FFFFFF;
font-weight: bold;
font-size: 14px;
height: 41px;
width: 50px;
padding: 0 10px;
border: 0;cursor: pointer;}
.newsButton:hover{
background-color: #ffc90c; 
color: #6a2c91;}
.input1{
margin-right: 5px;}
.newsText p{
font-size: 14px;
color: #FFF;
font-weight: 600;
text-transform: none;
letter-spacing: normal;line-height: 70px;
float: left;margin: 0px 40px;text-transform: uppercase;}
