@charset "UTF-8";
@font-face{
    font-family: MEDIUMFLAM;
    src: url('../font/FlamaCondensed-Medium.woff2.ttf'); 
}

*{
    margin: 0px;
}
body{
    font-family: flama;
    margin: 0 auto;

}
/*
#banner{
    width: 100%;
    height: 500px;
    background-image: url('../images/banner.jpg');
    background-size: cover;
    background-position: right top;
    
   
}
*/
#banner{
    display: block;
}

#banner img{
    width: 100%;
    height: auto;
    background-image: url('../images/banner.jpg');
    background-size: cover;
    
}

.titulo {
   
   display: block;
   position: absolute;
   /*margin-top: -130px;*/
   padding: 5px 0 5px 0;

   
}

h1{
    margin-left: 17%;
    font-family: MEDIUMFLAM;
    font-size: 4vw;
    position: static !important;
   display: block;
 
}


 h1 span{
    color: #FF0000;

}


.corpo-form{
    width: 100%;
    max-width: 900px;
    margin: 20px auto;
    padding: 10px;
    
}

/*
form{
    width: 999px;
    margin: auto;
    text-align: center;
}
*/
section h2{
    font-weight: normal;
    margin-top: 50px;
    margin-bottom: 80px;
    font-size: 15pt;
    text-align: center;

}

input{
    width: 100%;
    height: 55px;
    border-radius: 35px;
    border-color: #000000;
    margin-bottom: 30px;
    font-size: 15pt;
    outline: 0;
    display:block;

}

label{
    display: block;
    margin-left: 35px;
    font-size: 15pt;
    
    
} 

section button{
width: 120px;
height: 50px;
border: none;
color: #ffffff;
background-color: #5d5e60;
font-size: 12pt;
margin-top: 70px;
margin-bottom: 50px;
margin-left: 45%;
cursor: pointer;
outline: 0;

}


button:hover{
    background-color: #888888;

}

footer{
    height: 230px;
}
footer img{
    width: 150px;
    margin-left: 50px;
    margin-top: 80px;
}

hr{
    border: 1px solid #FF0000;
    margin-left: 50px;
}

footer p{
    font-weight: normal;
    margin-top: 40px;
    font-size: 12pt;
    color: #888888; 
    margin-left: 50px;
}

footer a{
    text-decoration: none;
    color: #888888; 
}

@media only screen and (max-device-width: 400px){
    .titulo h1{
        margin-top: 20px;
    }
}