.footer_kercadelac_container{
    background: #feb900 url(/wp-content/uploads/2020/02/bg-footer.jpg) no-repeat center top;
    margin:100px 0px 0px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Montserrat';
    text-transform: uppercase;
    color: #1E144B;
    font-weight: 300;
}

.footer_kercadelac_container a{
    color: #1E144B;
}
.footer_kercadelac_container a:hover{
    color: #1E144B;
    text-decoration: underline;
}

.footer_kercadelac_container ul{
    list-style: none;
    margin:0px;
    padding:0px;
}

.footer_kercadelac_container > ul > li{
    flex:1;
    display: flex;
    justify-content: center;
}

.footer_kercadelac_container > ul > li ul{
    height: 100%;
    line-height: 2.5;
}

.footer_kercadelac_container > ul > li:nth-child(3) ul{
    height: 100%;
    line-height: 1.7;
}

.footer_kercadelac_container ul li .widget-inner img{
    margin-bottom: 10px;
}

.footer_kercadelac_logo{
    position: relative;
    text-align: center;
    top: -72px;
}
.footer_kercadelac_logo img{
    max-width: 240px;
}

.footer_kercadelac_container > ul{
    max-width: 1150px;
    font-size: 16px;
    line-height: 1.5;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding-bottom:20px;
}

.footer_kercadelac_container > ul > li:nth-child(1){
    height: 120px;
}

.footer_kercadelac_container > ul > li{
    background:url(/wp-content/uploads/2020/02/trait-vertical.png) no-repeat right top;
}

.footer_kercadelac_container > ul > li:nth-child(3){
    background:unset;
}

.footer_kercadelac_social_network{
    max-width: 1150px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.5em;
    padding: 50px 0 100px 0;
}

.footer_kercadelac_social_network p{
    margin:0px;
}

.footer_kercadelac_social_network .social-media-link{
    font-size: 1.7em;
}
.footer_kercadelac_social_network .social-media-link a:hover{
    color: #1E144B;
    opacity: .9;
}

@media screen and (max-width: 770px){
    .footer_kercadelac_container ul{
        flex-direction: column;
    }

    .footer_kercadelac_container ul li{
        background: unset;
        text-align: center;
        font-size: 13px;
        font-weight: 300;
    }

    .footer_kercadelac_social_network{
        padding:3px 0 195px 0;
    }

    .footer_kercadelac_social_network p{
        font-size: 14px;
        font-weight: 300;
    }

    .footer_kercadelac_logo{
        top:-42px;
    }

    .footer_kercadelac_container > ul > li:nth-child(3){
        position: absolute;
        bottom: 0;
        width: 100%;
        margin: auto;
        padding-bottom: 30px;
    }

    .footer_kercadelac_container > ul > li:nth-child(3) .textwidget ul{
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .footer_kercadelac_container > ul > li:nth-child(3) .textwidget ul li{
        margin: 0px 1.25px 0px 1.25px;
    }
}
