  .conteudo{
    width: 80%;
    height: 250px;
    margin: 40px 10% 0 10%;
  }

  .conteudo input{
    float: left;
    width: 98%;
    height: 35px;
    text-align: center;
    margin: 10px 1% 0 0;
    border-radius: 10px;
    border: 1px solid #002040;
  }

  .conteudo img{
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 50%; 
    background: #00FFFF;
    border: 1px solid black; 
  }

  label{
    display: block;
    width: 50%;
    padding-top: 20px;
    padding-left: 20%;
    color: #002040;
    font-weight: bold;
    font-size: 15px; 
    cursor: pointer;   
    }

  input{
    display: none;
    } 

  .conteudo p{
    text-align: center;
    font-size: 14px;
    height: 30px;
    color: red;
    margin-top: 10px;
  }  

  .conteudo h3{
    text-align: center;
    font-size: 20px;
    height: 35px;
    color: #00FFFF;
    padding-top: 8px;
    margin: 10px 0 5px 0;
    background-color: #002040; 
    border-radius: 10px;
  }

  .conteudo textarea{
   width: 98%;
   height: 28px;
   color: black;
   text-align: center;
   padding-top: 5px;  
   margin: 15px 0 5px 0;
   font-weight: bold;
   border-radius: 10px; 
   border: 1px solid #002040;   
  }

  .conteudo button{
   width: 100%;
   height: 40px;
   font-size: 20px;
   color: #00FFFF;
   margin-top: 20px;
   border-radius: 10px;
   background-color: #002040;
   border: 1px solid #00FFFF; 
  }

  .conteudo button:hover{
    text-decoration: underline; 
  } 

 .footer{
  width: 80%;
  height: auto;
  margin: 30px 10% 0 10%;
}

.footer img{
  width: 100%;
  height: auto;
} 

.bandeiras{
 width: 80%;
 height: 60px;
 color: #2F4F4F;
 text-align: center;
 font-size: 18px;
 padding-top: 2px; 
 border-radius: 10px;
 background-color: #FFF; 
 margin: 20px 10% 10px 10%;
}