.site-footer{
    border-top:0px;
    background-color: var(--azul-med);
}
.site-footer *{
    color: white!important;
}
.site-footer .widget{
    margin-bottom: 0;
}

/* LOGO */
.site-footer #media_image-6 .widget-wrap{
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .site-footer #media_image-6 .widget-wrap{
        text-align: left ;
    }
}

/* MENU FOOTER */
.site-footer ul,.site-footer li{
    gap: 1.5rem;
    display: flex;
    justify-content: center;
    list-style-type:none;
}
.site-footer ul > li{
    margin-bottom: 0;
}
.site-footer a{
    text-decoration: none;
}
.site-footer a:hover,.site-footer .current-menu-item a{
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 10px;
    color: white;
}

/* KIT DIGITAL */
.footer_kit_digital{
    gap: 1rem;
}
@media (max-width: 1400px){
    .site-footer .footer_kit_digital img{
        max-width:200px!important;
    }
}
@media (max-width:1200px){
    .site-footer .footer_kit_digital .widget_text{
        width:100%;
    }
}