#footer{
    padding: 72.5px 170px;
    background-color: #135477;
}

#footer .footer-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;

    gap: 20.6px;
    max-width: 1100px;
    /* max-height: 106px; */
}


#footer .footer-inner .logo-footer{
    text-align: center;

    height: 50px;
    width: auto;
}

#footer .footer-inner .menu-footer{
    display: flex;
    justify-content: space-between;

    width: 100%;
    max-width: 575px;
    padding-right: 8px;
    gap: 60px;
}
#footer .footer-inner .menu-footer .menu-left{
    display: flex;
    justify-content: space-between;

    width: 100%;
}

#footer .footer-inner .menu-footer .menu-right a{
    width: 85px;
}
@media screen and (max-width: 1150px) {
    #footer {
        padding: 60px 70px;
    }
    #footer .footer-inner .menu-footer {
        padding-right: 0px;
        gap: 15px;
    }
}
@media screen and (max-width: 855px) {
    #footer {
        padding: 20px 70px;
    }

    #footer .footer-inner {
        flex-flow: column;
        align-items: center;
    }
    #footer .footer-inner .menu-footer{
        flex-flow: column;
        align-items: center;
        gap: 14px;
    }
    #footer .footer-inner .menu-footer .menu-left{
        flex-flow: column;
        align-items: center;
        gap: 14px;

    }
}
@media screen and (max-width: 550px) {
    
}
@media screen and (max-width: 400px) {
    
}