#cabecalho .logo a {
    overflow: hidden;
}
#cabecalho .logo a img {
    transform: scale(1.5);
}

#rodape .links-rodape ul li {
    line-height: normal;
}
#rodape .links-rodape ul li + li {
    margin-top: 10px;
}
#rodape .links-rodape ul li a {
    text-transform: none !important;
    word-break: normal;
}

#rodape .lista-redes ul li {
    margin-right: 0px;
}
#rodape .lista-redes ul li + li {
    margin-left: 15px;
}

#rodape .selos li {
    text-align: center;
    margin-top: 0;
    height: auto;
}
#rodape .selos li:nth-child(4) {
    display: none;
}
#rodape .selos li + li {
    margin-top: 10px;
}

.scrollToTop {
    box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 10px;
    right: 40px;
    bottom: 100px;
    width: 60px;
    height: 60px;
}

body > a[href^='https://wa.me/'] {
    box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 10px !important;
    bottom: 25px !important;
}