.logo a img {
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.5));
    position: absolute;
    top: 22px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 250%
}

#rodape .titulo {
    color: black;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid rgb(76 75 75)
}

#rodape .institucional a {
    display: block;
    color: black;
    font-size: 14px;
    font-weight: 500;
    word-break: break-all;
    width: 100%
}

.scrollToTop {
    position: fixed;
    z-index: 999;
    bottom: 1rem;
    right: 1rem;
    background: #fff;
    color: #000;
    display: block;
    width: 54px;
    height: 54px;
    text-align: center;
    box-shadow: 2px 2px 6px rgba(0,0,0,.4);
    border-radius: 150px;
    padding: 0 6px;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.busca input {
    width: 90%;
    border: 1px solid #c7c7c7;
    border-radius: 9px;
    height: 40px;
}