body {
    background-color: #507891;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    padding: 0 10%;
    margin: 0;
}

#logo,
header,
article,
footer {
    background-color: white;
    color: #000000;
    margin: 0 auto;
    max-width: 1960px;
    padding: 10px 1%;
    text-align: left;
    width: 98%;
}

header {
    background-image: url('bg03.png');
    font-size: 28px;
    color: white;
    min-height: 50px;
    padding-top: 32px;
    text-shadow: 2px 2px 4px #666;
    
}

article {
    min-height: 800px;
}

footer {
    background-color: #f0f0f0;
    /* position: fixed; */
    bottom: 0;
    color: white;
    font-size: small;
    float: left;
    padding: 5px 0;
    text-align: center;
    width: 100%;
}




/* ===================================================== */
/* ===================================================== */
/* ===================================================== */
/* ===================================================== */
/* ===================================================== */
/* ===================================================== */
/* ===================================================== */
/* ===================================================== */
/* ===================================================== */
/* ===================================================== */
/* ===================================================== */
/* ===================================================== */
/* ===================================================== */
/* ===================================================== */
/* ===================================================== */
/* ===================================================== */

/* TELA RESPONSIVA */

@media screen and (max-width: 800px) {

body {
    padding: 0;
}

    #logo,
    header,
    article,
    footer {
        min-height: 700px;
        width: 100%;
    }
}