#rodape .institucional a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    word-break: break-all;
    width: 100%;
    color: #555555;
}

#rodape .institucional a:hover,
#rodape .institucional a:focus {
    color: #EDEDED;
}

.scrollToTop {
    bottom: 1rem;
    right: 1rem;
}

#rodape .titulo {
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #B40000;
}