@media screen and (max-width: 1190px){
    #footer{
        height: 700px;
    }
    #footer_top{
        display: block;
        height: 510px;
    }
    #footer_top .img-brand{
        margin: 0 0 20px 13%;
    }
    #footer_top .footer_menu{
        width: 40%;
        margin: -10px 0 20px 16%;
    }
    #footer_top .footer_menu .footer_sub_menu > a, #footer_top .footer_menu .footer_sub_menu > a b{
        margin: 9px 0;
        font-size: 17px;
    }
    #footer_top .footer_menu .footer_sub_menu:first-child{
        width: 60%
    }
    #footer_top .footer_menu .footer_sub_menu:last-child{
        width: 40%;
    }
    #footer_top .footer_menu.img{
        width: calc(14% + 240px);
        margin: -10px 6% 20px 4%;
    }
    #footer_top #footerBulk{
        float: left;
        width: 40%;
        margin-left: 6%;
    }
    #footer_top #footerBulk .inhouse{
        width: 50%;
    }
    #footer_top #footerBulk .mobileApp{
        float: left;
        width: 100px;
        margin-right: calc(60% - 100px);
    }
    #footer_top #footerBulk .mobileApp *{
        display: block;
    }
    #footer_top #footerBulk .inhouse{
        float: right;
        width: 150px;
    }
    #footer_top #footerBulk .inhouseText{
        margin-top: 140px;
    }
    #footer_mobile{
        display: none;
    }
    #footer_bottom{
        margin-top: 0;
    }
}
@media screen and (max-width: 970px){
    #footer_top .footer_menu{
        width: 40%;
        margin: -10px 0 20px 12%;
    }
    #footer_top .footer_menu.img{
        margin: -10px 1% 20px 4%;
    }
    #footer_top #footerBulk .mobileApp{
        float: none !important;
        clear: both;
        width: 100%;
    }
    #footer_top #footerBulk .mobileApp b, #footer_top #footerBulk .mobileApp a{
        display: inline-block;
        width: 32%;
    }
    #footer_top #footerBulk .mobileApp b{
        margin-top: 15px;
    }
    #footer_top #footerBulk .inhouse{
        float: none !important;
        clear: both;
        display: block;
        width: 200px;
        margin-top: 20px;
    }
    #footer_top #footerBulk .inhouseText{
        margin-top: 40px;
    }
    #footer_bottom{
        margin-top: 10px;
    }
}
@media screen and (max-width: 750px){
    #footer{
        height: 1060px;
    }
    #footer_top{
        display: none
    }
    #footer_mobile{
        display: block;
    }
    #footer_bottom{
        margin-top: 10px;
    }
}
@media screen and (min-width: 1181px){
    #footer{
        height: 560px;
    }
    #footer_top{
        display: block;
        height: 500px;
    }
    #footer_top .img-brand{
        margin: 0 0 20px 20px;
    }
    #footer_top .footer_menu{
        width: 23%;
        margin: -5px 0 20px 4%;
    }
    #footer_top .footer_menu .footer_sub_menu > a, #footer_top .footer_menu .footer_sub_menu > a b{
        margin: 7px 0;
        font-size: 16px;
    }
    #footer_top .footer_menu .footer_sub_menu:first-child{
        width: 52%
    }
    #footer_top .footer_menu .footer_sub_menu:last-child{
        width: 48%;
    }
    #footer_top .footer_menu.img{
        width: 21%;
        margin: -10px 0 20px 2%;
    }
    #footer_top #footerBulk{
        float: right;
        width: 280px;
        margin-right: 0.5%;
    }
    #footer_top #footerBulk .mobileApp{
        float: left;
        width: 100px;
    }
    #footer_top #footerBulk .mobileApp *{
        display: block;
    }
    #footer_top #footerBulk .inhouse{
        float: right;
        width: 150px;
    }
    #footer_top #footerBulk .inhouseText{
        margin-top: 140px;
    }
    #footer_mobile{
        display: none;
    }
    #footer_bottom{
        margin-top: 0;
    }
}
#footer{
    width: 100%;
    padding: 20px 0;
    margin-top: 20px;
    background-color: #38005c;
    background-image: url("https://kohano.com/css/clientes/kohano/images/footer.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    color: #fff;
}
#footer *{
    color: #fff !important;
}
#footer_top .img-brand{
    float: left;
    width: 240px;
    cursor: pointer;
}
#footer_top .img-brand img{
    width: 100%;
}
#footer_top .footer_menu{
    float: left;
}
#footer_top .footer_menu .footer_sub_menu{
    float: left;
    display: inline-block;
    box-sizing: border-box;
    width: 50%;
}
#footer_top .footer_menu .footer_sub_menu > a, #footer_top .footer_menu .footer_sub_menu > a b{
    display: block;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}
#footer_top .footer_menu .footer_sub_menu > a:last-child{
    width: 170px;
}
#footer_top .footer_menu .footer_sub_menu img{
    display: block;
    width: 80px;
    margin: 10px auto 20px;
    vertical-align: middle;
}
#footer_top .footer_menu .footer_sub_menu.last img:first-child{
    width: 120px !important;
}
#footer_top .footer_menu .footer_sub_menu.last img:last-child{
    width: 130px !important;
}
#footer_top #footerBulk .inhouse img{
    width: 100%;
}
#footer_top #footerBulk .inhouseText{
    clear: both;
    display: block;
    width: 100%;
}
#footer_top #footerBulk .inhouseText b{
    display: block;
    font-size: 13px;
    font-weight: 400;
}
#footer_top #footerBulk .mobileApp a{
    margin-top: 10px;
}

#footer_mobile{
    height: 970px;
    padding: 0 20px;
}
#footer_mobile > a{
    display: block;
}
#footer_mobile .img-brand{
    display: block;
    width: 283px;
    margin: 0 auto 20px;
}
#footer_mobile .img-brand img{
    width: 100%;
}
#footer_mobile .footer_menu a, #footer_mobile .footer_menu a b{
    display: block;
    margin: 4px 0;
    font-size: 20px;
    font-weight: 700 !important;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}
#footer_mobile .partner .sub_partner{
    float: left;
    width: 50%;
}
#footer_mobile .partner .sub_partner img{
    display: block;
    width: 100px;
    margin: 20px auto;
}
#footer_mobile .partner .sub_partner.last img{
    display: block;
    width: 150px;
    margin: 20px auto;
}
#footer_mobile #footerBulk .mobileApp{
    float: none !important;
    clear: both;
    width: 100%;
}
#footer_mobile #footerBulk .mobileApp b, #footer_mobile #footerBulk .mobileApp a{
    display: inline-block;
    width: 32%;
}
#footer_mobile #footerBulk .mobileApp b{
    margin-top: 15px;
}
#footer_mobile #footerBulk .inhouse{
    box-sizing: border-box;
    float: none !important;
    clear: both;
    display: block;
    width: 200px;
    margin-top: 20px;
}
#footer_mobile #footerBulk .inhouse > img{
    clear: both;
    display: block;
    margin: 0 auto;
}
#footer_mobile #footerBulk .inhouseText{
    display: block;
    margin-top: 20px;
}
#footer_mobile #footerBulk .inhouseText b{
    display: block;
    font-size: 13px;
}

#footer_bottom{
    height: 70px;
    text-align: center;
}
#footer_bottom span{
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #38005c !important;
}
#footer_bottom a{
    display: inline-block;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    margin: 2px 6px 7px 0;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #393939;
    border-radius: 50%;
    color: #212121 !important;
    transition: all .3s ease-in-out 0s;
    cursor: pointer;
}
#footer_bottom a:hover{
    background-color: rgba(56, 0, 92, 0.3);
}
#footer_bottom a i{
    color: #38005c !important;
    font-size: 24px;
    font-weight: 400;
}