html, body {
    overflow-x: hidden;
}

/* Lists */
ul {
    margin: 0;
    padding: 0;
}

hr{
    margin: 0;
    padding: 0;
}

/* Container */
#container {
    position: relative;
    padding: 20px 40px;
    padding-top: 80px;
}

/* Menu Button */
.menu-btn {
    padding: 0 10px 0 0;
    margin-bottom: 30px;
    background: none;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border: 0px;
    right: 8px;
    z-index: 30000;
    margin: -11px 0 -13px 428px;
    position: absolute;
    position: fixed;
    font-size: 45px;
    outline: none;
    border-radius: 9px;
}

.menu-btn:hover {
    opacity: 0.6;
}

/* Header */
.site-header {
    position: fixed;
    background: #000;
    color: #FFF;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    z-index: 9998;
}

/* Footer */
.site-footer {
    position: relative;
    border-top: 1px solid #EEE;
    color: #999;
    padding: 10px;
    font-size: 0.8em;
    text-align: center;
}

.boxRedesSociaisMobile a{
    float: left;
    margin: 4px;
    padding: 7px !important;
    font-size: 29px !important;
}


.boxRedesSociaisMobile a .fa-whatsapp {
    color: #00ff96 !important;
}
/*# sourceMappingURL=demo.css.map */
