@charset "utf-8";


form#fContato{
    width: 500px;
    margin: 0 auto;
    border: 1px solid rgba(1,1,1,.5);
}
input,textarea{
    font-family: sans-serif;
    font-weight: normal;
    font-size: 13pt;
    background-color: rgba(255,255,255,.8);

}
input:hover, textarea:hover{
    background-color:#cecece ;
}
legend{
    color: #888888;
    font-weight: bold;
    font-size: 13pt;
    font-family: sans-serif;
}
fieldset{
    border-color: #000000;
    margin: auto;
    padding: 10px;
}
fieldset#sexo{
    margin: auto;
}

@media (max-width: 979px) {
    form {
        width: 100%;
    }
}

