.fundo-secundario .titulo {
    color: #DB4A2B !important;
}

.fundo-secundario .links-rodape a {
    color: #DB4A2B !important;
}

.fundo-secundario .links-rodape a:hover {
    color: #444 !important;
}

.fundo-secundario .lista-redes a i {
    color: #DB4A2B !important;
}

.fundo-secundario .lista-redes a i:hover {
    color: #444 !important;
}

.scrollToTop {
    display: none !important;
}

.li-whatsapp a {
    width: 48px !important;
    height: 48px !important;
    bottom: 85px !important;
    right: 20px !important;
    background-color: #4dc247 !important;
    background-image: unset !important;
}

.li-whatsapp i {
    font-size: 28px !important;
    font-weight: lighter !important;
}

.back-to-top {
    bottom: 145px !important;
    right: 20px !important;
}

/* Mobile */
@media(max-width: 767px) {
    img[alt$="@Mobile"] {
        display: block;
    }

    img[alt$="@Desktop"] {
        display: none;
    }

    .back-to-top i {
        font-size: 4em !important;
    }
}

/* Desktop */
@media(min-width: 768px) {
    img[alt$="@Mobile"] {
        display: none;
    }

    img[alt$="@Desktop"] {
        display: block;
    }

    .back-to-top i {
        font-size: 4.6em !important;
    }
}