#footer-11 {
    min-height: 400px;
    padding-top: 3rem;
    padding-bottom: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: var(--wp--preset--color--cor-9);
    background-color: var(--wp--preset--color--cor-7);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#footer-11 .border-copyright {
    border-top: 1px solid rgba(255, 255, 255, .1);
}

#footer-11 #footer_copyright {
    margin-top: 3rem;
}

#footer-11 h2 {
    font-size: var(--wp--preset--font-size--fonte-5);
    font-family: var(--wp--preset--font-family--archivo-black);
    text-transform: uppercase;
}

#footer-11 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer-11 a {
    font-size: var(--wp--preset--font-size--fonte-5);
    color: var(--wp--preset--color--cor-9);
    text-decoration: none;
    padding: .625rem 0;
    display: block;
    transition: all .4s;
}

#footer-11 a:hover {
    color: var(--wp--preset--color--cor-1);
}

@media screen and (max-width: 1200px) {

    #footer-11 #email-id-1 a {
        font-size: var(--wp--preset--font-size--fonte-12px);
        ;
    }
}

@media screen and (max-width: 991px) {

    #footer-11 .footer_coluna.footer_coluna-1 {
        margin-bottom: 3rem;
    }
}

@media screen and (max-width: 767px) {

    #footer-11 .footer_coluna.footer_coluna-3,
    #footer-11 .footer_coluna.footer_coluna-2 {
        display: none;
    }

    .footer_coluna.footer_coluna-4 a,
    .footer_coluna.footer_coluna-4 {
        text-align: center;
        justify-content: center;
    }

    #footer-11 #email-id-1 a {
        font-size: var(--wp--preset--font-size--fonte-6);
    }
}