@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700|Roboto');
body {
    font-family: 'Roboto', sans-serif;
    background: #ffffff;
    color: #626262;
    min-height: 100%;
}
h2 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
input[type=text], select, textarea {
    width: 100%;
    padding: 8px 15px;
    font-size: 16px;
    margin-bottom: 10px;
    color: #000000;
}
input[type=submit] {
    width: 100%;
    padding: 8px 15px;
    font-size: 16px;
    background-color: #304da4;
    color: #ffffff;
    text-align: center;
    border: 0;
    text-transform: uppercase;
}
.topo {
    min-height: 83px;
    background: #e6e6e6;
}
.topo:after {
    content: "";
    display: block;
    height: 2px;
    background: #ccc;
}
.topo img {
    padding: 5px 0;
}
a.voltar-site {
    min-height: 113px;
    line-height: 113px;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #ffffff;
    background-color: #304da4;
}
.meio {
    padding: 70px 0;
}