.rodape {
    text-align: center;
    line-height: 29px;
    font-weight: 300;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 55px;
    padding-bottom: 30px;
}

/* ----- */
.rodape .logotipo {
    margin-bottom: 15px;
}

/* ----- */
.rodape-links, .rodape-links li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.rodape-links li {
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
}

.rodape-links li a {
    font-size: 11px;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
}

/* ----- */
/* ----- */
.manutencao {
    text-align: center;
}

.manutencao, .manutencao a {
    color: #666666;
    font-size: 12px;
}

/* ----- */
.scrollup {
    background-image: url(../images/bt_scrollup.png);
    background-repeat: no-repeat;
    background-position: center top;
    text-indent: -9000em;
    height: 80px;
    width: 80px;
    margin: 0px auto 40px auto;
    padding: 0;
    display: block;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.scrollup:hover {
    background-position: left bottom;
}
