/* WIDGETS  */
.pre-footer{
    padding: 2em 0;
    background-color:#F2EFE8;
    border-bottom:1px solid
}
.pre-footer .wrap .container{
    display:flex;
    justify-content: space-between!important;
    align-items: center!important;
}
.pre-footer ul.menu{
    display:flex;
    padding-left:0px;
    gap: 20px;
    justify-content: end;
    margin-bottom: 0;
}

.pre-footer ul.menu li { list-style: none !important; margin-bottom: 0; }
.footer_logo img { width: 130px; }

.pre-footer a{
    outline: 0;
    border: none;
    -moz-outline-style: none;
}
.pre-footer a:hover,.pre-footer .current-menu-item a{
    text-decoration: underline solid 2px #1E1515;
    text-underline-offset:10px;
}

/* MENU FOOTER */
.site-footer{
    background-color:#F2EFE8;
}
.site-footer,.site-footer .container,.pre-footer .container{
    padding:0px;
}

#menu-footer a{
    margin:0px;
    outline: 0;
    border: none;
    -moz-outline-style: none;
}
#menu-footer a:hover{
    color:unset;
}
#menu-footer i{
    height:1em;
    padding-left:0.25em;
}
.footer_social img{
    width:40px;
    margin-left:5px;
}
.site-copyright-footer {
    padding: 20px 0 30px;
}
.footer_logo, .footer_copyright {
    text-align: left;
}
.widget { margin-bottom: 0;}

.footer_kit_digital .widget-title {
    font-size: 15px;
    font-weight: 400;
    margin-bottom:0px;
}

/* MOVIL */

@media (max-width: 992px){
    .footer_logo, .footer_copyright {
        text-align: center;
    }
    .pre-footer{
        padding: 1em 0.5em;
    }
    .pre-footer .container {
        display: unset;
        justify-content: space-around!important;
        text-align:center;
    }
    .pre-footer .menu li {
        padding-left: 0em;
        text-align:center;
    }
    .pre-footer ul.menu{
        display:inherit;
    }
    .site-footer{
        padding:0 0.5em 0.5em 0.5em;
    }
    .site-footer .footer_social{
        display:unset;
        justify-content:center!important;
        padding-bottom:1em;
    }
    .footer_copyright{
        order:4;
        display:block;
        margin-bottom:15px;
    }
    .site-copyright-footer section{
        width:100%;
    }
    .site-copyright-footer .footer_kit_digital, .site-copyright-footer .footer_copyright, .site-copyright-footer .footer_social{
        display:block!important;
    }
    .site-copyright-footer .footer_kit_digital{
        order:5;
    }
    .footer_kit_digital .widget_text{
        padding-top:20px;
        padding-bottom:20px;
    }

}