footer.site-footer img {
    border-radius: 0;
}

/* Footer outro */
footer.site-footer .footer-outro {
    padding: 1.5rem 0;
    color: var(--w3-black-text);
    font-weight: 400;
}

footer.site-footer .footer-outro p {
    /* font-size: 16px; */
    margin-bottom: 0;
}

footer.site-footer .footer-outro h1, 
footer.site-footer .footer-outro h2, 
footer.site-footer .footer-outro h3, 
footer.site-footer .footer-outro h4, 
footer.site-footer .footer-outro h5, 
footer.site-footer .footer-outro h6 {
    color: var(--w3-black-text);
}

/* Footer body */
footer.site-footer .footer-body {
    padding: 2.5rem 0 0;
    font-size: 0.875rem;
    font-weight: 400;
}

footer.site-footer .footer-body a {
    color: var(--w3-white);
    transition: 0.2s;
    line-height: 30px;
}

footer.site-footer .footer-body a:hover {
    padding-left: 5px;
}

footer.site-footer .footer-body .footer-logo img {
    max-width: 240px;
}

footer.site-footer .widget-title {
    /* font-family: var(--w3-font-family-text) !important; */
    font-size: 1.25rem;
    margin-bottom: 1rem;
    /* font-weight: 700; */
    /* text-transform: uppercase; */
    color: var(--w3-white);
}

footer.site-footer .menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

footer.site-footer .footer-body .menu .menu-item {
    margin-bottom: 0.5rem;
}

/* Social Media */
.social-media {
    gap: 10px;
}

.social-media .list-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.social-media .list-item i {
    font-size: 20px;
    margin-right: 8px;
    min-width: 20px;
}

/* footer copyright */
footer .footer-copyright {
    border-top: 1px solid var(--w3-white);
    padding: 1rem 0;
    font-size: 0.875rem;
}

footer .footer-copyright .widget_nav_menu {
    margin: 0;
}
footer .footer-copyright .menu {
    display: flex;
    justify-content: center;
}

footer .footer-copyright .menu .menu-item a {
    color: inherit;
    font-weight: 400;
    border-right: 1px solid var(--w3-white);
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

footer .footer-copyright .menu .menu-item:last-child a {
    border-right: none;
}

@media (max-width: 578px) {
    footer.site-footer .widget-title {
        font-size: 1rem;
    }
}

@media (min-width: 579px) {
    footer .footer-copyright .menu .menu-item a {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}
