footer {
    background: var(--vermelho);
    color: var(--branco);
    font-size: 0.8rem;
    padding: 1rem 0;
    height: auto;
}

footer a:hover {
    color: var(--preto);
}

.rodape,
.direitosAutorais {
    display: flex;
    justify-content: space-evenly;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

@media (max-width: 767px) {

    .rodape {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        margin: 0;
    }

    .rodape li {
        margin: 0.3rem 0;
    }
}
.footer-seo {
    width: 100%;
    max-width: 100%;
    margin: 20px auto 0 auto;
    text-align: center;
}

.footer-seo p {
    margin-top: 10px;
    font-size: 11px;
    line-height: 1.2;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}
