.pre-footer {
    text-align: center;
    background-color: var(--c-gris-osc);
    border-radius: var(--b-radius);
    padding: 20px 15px 100px;
    margin-bottom: -80px;
    position: relative;
    z-index: 1;
}

.pre-footer p {
    margin-bottom: 0 !important;
    font-size: 0.9rem;
}

.site-footer * {
    margin-bottom: 0;
}

.site-footer .footer-widgets {
    border-radius: var(--b-radius);
    position: relative;
    z-index: 1;
}

.footer-widgets .inside-footer-widgets {
    justify-content: space-between;
    align-items: center;
}

.footer-widgets .inside-footer-widgets aside {
    padding: 0 !important;
    margin: 0 !important;
}

.footer-widgets .inside-footer-widgets .footer-widget-1,
.footer-widgets .inside-footer-widgets .footer-widget-2 {
    flex: 0 0 32%;
}

.footer-widgets .inside-footer-widgets .footer-widget-1 img {
    width: 100%;
    border-radius: 0 !important;
}

.footer-widgets .inside-footer-widgets .footer-widget-1 #media_image-2 img {
    max-width: 95px !important;
}

.footer-widgets .inside-footer-widgets .footer-widget-1 #media_image-3 {
    display: none;
}

.footer-widgets .inside-footer-widgets .footer-widget-2 {
    text-align: right;
}

.footer-widgets .inside-footer-widgets .footer-widget-2 ul {
    display: flex;
    justify-content: space-between;
}

.footer-widgets .inside-footer-widgets .footer-widget-2 ul li {
    margin: 0 20px;
}

.site-footer .site-info {
    margin-top: -40px;
    position: relative;
    z-index: 0;
    font-size: 1rem;
}

.copyright-bar {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.copyright-bar p {
    margin-bottom: 0 !important;
    font-size: 0.8rem;
}

.copy-links {
    font-size: 0.8rem;
}

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

    .footer-widgets .inside-footer-widgets {
        flex-direction: row !important;
    }

    .footer-widgets .inside-footer-widgets .footer-widget-1 {
        flex: 0 0 30%;
    }

    .footer-widgets .inside-footer-widgets .footer-widget-2 {
        flex: 0 0 50%;
    }

    .footer-widgets .inside-footer-widgets .footer-widget-1 {
        margin-bottom: 0;
    }
    
}

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

    .footer-widgets .inside-footer-widgets {
        flex-wrap: wrap;
    }    

    .footer-widgets .inside-footer-widgets .footer-widget-1, 
    .footer-widgets .inside-footer-widgets .footer-widget-2 {
        flex: 0 0 100%;
    }

    .footer-widgets .inside-footer-widgets .footer-widget-1 {
        margin-bottom: 15px;
    }

    .footer-widgets .inside-footer-widgets .footer-widget-1::after {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        background-color: var(--c-azul-osc);
        margin-top: 15px;
    }

    .footer-widgets .inside-footer-widgets .footer-widget-1 #media_image-2 {
        display: none;
    }

    .footer-widgets .inside-footer-widgets .footer-widget-1 #media_image-3 {
        display: block;
        text-align: center;
    }

    .footer-widgets .inside-footer-widgets .footer-widget-1 #media_image-3 img {
        max-width: 155px !important;
    }

    .footer-widgets .inside-footer-widgets .footer-widget-2 ul {
        justify-content: space-around;
        column-gap: 20px;
    }
    
    .footer-widgets .inside-footer-widgets .footer-widget-2 ul li {
        margin: 0;
    }

    .footer-widgets .inside-footer-widgets .footer-widget-2 ul li:first-child {
        margin-left: 0;
    }

    .inside-site-info {
        padding: 60px 15px 35px 15px !important;
    }

    .copyright-bar {
        display: block;
    }

    .copy-links {
        margin-bottom: 15px;
    }

    .copy-links .nopc {
        display: inline;
    }

    .copy-links span.nomv {
        display: none;
    }
}

   