.conteudo{	
 width: 80%;
 height: auto;
 margin: 40px 10% 0 10%;
 }

.conteudo p{
 width: 100%;
 color: #2F4F4F;
 font-size: 16px;
 margin-top: 0;
 padding-top: 10px;
} 

.conteudo input{
 width: 99%;
 height: 35px;
 text-align: center;
 font-size: 15px;
 margin-top: 5px;
 margin-bottom: 15px;
 border-radius: 15px;
} 
	
.conteudo button{	
 float: left;
 width: 100%;
 height: 48px;
 color: #00FA9A;
 font-size: 18px;
 background-color: #2F4F4F;
 margin: 20px 0 20px 0;
 border-radius: 15px;
 border: 1px solid #00FA9A;
}

.conteudo button:hover{
 text-decoration: underline;	
}

.footer{
  width: 80%;
  height: auto;
  margin: 40px 10% 0 10%;
}

.bandeiras{
 float: left; 
 width: 80%;
 height: 60px;
 color: #2F4F4F;
 text-align: center;
 font-size: 18px;
 padding-top: 2px; 
 border-radius: 10px;
 background-color: #FFF; 
 margin: 10px 10% 0 10%;
}

.footer img{
  width: 100%;
  height: auto;
}

.bandeiras{
 width: 80%;
 height: 100px;
 color: #2F4F4F;
 text-align: center;
 font-size: 18px;
 padding-top: 2px; 
 border-radius: 10px;
 background-color: #FFF; 
 margin: 20px 10% 10px 10%;
}