/* Header */
.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #92cbdf;
    padding: 10px;
    text-align: center;
}

.header_fixo {
    background-color: #92cbdf;
}

/* Footer */
.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #1249a1;
    color: #fff;
    padding: 10px;
    text-align: center;
}