#rodape .titulo {color: #000000 !important;}
#rodape .institucional li {
    list-style: none;
    color: #000000;
}
@media (min-width: 1200px) {
    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
        font-size: 9px;
    }
}

@media (max-width: 767px) {
    .span12, .row-fluid .span12 {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 9px;
    }
}

.scrollToTop {
    display: none !important;
}