html,
body {
    background: #fff;
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
}
#faz-ou-bebe {
    min-height: 100%;
    position: relative;
    padding: 0 0 80px;
}

header {
    padding: 2rem 1rem 1rem;
    position: relative;
    margin-bottom: 7rem;
}
header::after {
    content: "";
    position: absolute;
    background: url("/img/bar-1.png") repeat-x top center;
    left: 0;
    right: 0;
    bottom: -30px;
    height: 66px;
}
header .center {
    text-align: center;
}
header .right {
    text-align: right;
}
header .logo {
    max-width: 70px;
    position: relative;
    z-index: 1;
}
header a.return {
    font-size: 2rem;
}

footer.page {
    line-height: 80px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    height: 80px;
    font-size: 14px;
    font-weight: 700;
    z-index: 2;
}

/* Small */
@media (max-width: 640px) {
    header {
        margin-bottom: 4rem;
    }
    header .logo {
        max-width: 75px;
    }
    nav ul {
        margin: 0;
    }
    nav ul li a.access i {
        color: #ffc822;
        font-size: 2rem;
        float: right;
        margin: 0;
    }
    nav ul li a.access span {
        display: none;
    }
}


/****/