html, body {
    max-width: 100%;
    overflow-x: hidden;
}

#header {
    background-color: #ffffff;
    /* padding-bottom: 10px; */
}

#menu-bar {
    position: relative;
    z-index: 100;
    margin: 0;
}
#menu-bar .bloco-programas .view-content {
    border: 0 !important;
}

.node-unpublished {
    background-color: unset;   
}

.region-tertiary-content {
    background-color: #ffffff;
    max-width: 100%;   
}

.region-tertiary-content .region-inner {
    margin: auto;
    max-width: 1280px;   
}

#block-system-main {
    position: relative;
    top: 10px;
    /* padding-bottom: 10px; */
}

@media only screen and (max-width: 768px) {
    #menu-bar {
        background-color: #ffffff;
    }
    #header {
        padding-bottom: 0;
    }
    #block-system-main {
        top: 6px;   
        padding-bottom: 0px;
    }
}

.node-unpublished .statistics_counter {
    background-color: #ffffff;
}
