#footer{background-color: #26358C;padding-top: 1.5%;padding-bottom: 1.5%;}
#footer .footer-content-logo{width: 12.5%;align-content: center;}
#footer .footer-content-logo img{width: 100%;}
#footer .footer-content-itens{align-content: center;text-align: center;}
#footer .footer-content-itens a{color: #fff;font-size: 22px;text-transform: uppercase;font-weight: 700;transition: all ease-in-out .2s;}
#footer .footer-content-sociais{width: 12.5%;}
#footer .footer-content-icone img{width: 30%;margin-left: 20px;float: right;}

@media(max-width:1799.5px){
    #footer .footer-content-itens a{font-size: 21px;}
    #footer .footer-content-icone img{margin-left: 18px;}
}

@media(max-width:1599.5px){
    #footer .footer-content-itens a{font-size: 20px;}
    #footer .footer-content-icone img{margin-left: 16px;}
}

@media(max-width:1399.5px){
    #footer .footer-content-itens a{font-size: 18px;}
    #footer .footer-content-icone img{margin-left: 14px;}
}

@media(max-width:1199.5px){
    #footer .footer-content-itens a{font-size: 16px;}
    #footer .footer-content-icone img{margin-left: 12px;}
}

@media(max-width:991.5px){
    #footer .footer-content-itens a{font-size: 14px;}
    #footer .footer-content-icone img{margin-left: 10px;}
    #footer .footer-content-logo{width: 15%;}
    #footer .footer-content-sociais{width: 12.5%;}
}

@media(max-width:767.5px){
    #space-footer{height: 60px;}

    #footer {background-color: #fff;position: fixed;bottom: 0;z-index: 999;border-top: solid 1px #26358C;}
    #footer .footer-content-logo{width: 30%;}
    #footer .footer-content-burguer .menu-icon{font-size: 30px;color: #26358C;cursor: pointer;}
    #footer .footer-content-burguer .side-menu {position: fixed;top: 0;left: -75%;width: 75%;height: -webkit-fill-available;background-color: #fff;overflow: hidden;transition: left 0.3s ease;box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);z-index: 1000;padding: 10% 5%;}
    #footer .footer-content-burguer .side-menu.open {left: 0;}
    #footer .footer-content-burguer .overlay {position: fixed;top: 0;left: 0;width: 100%;height: -webkit-fill-available;background: rgba(0, 0, 0, 0.5);display: none;z-index: 999;}
    #footer .footer-content-burguer .overlay.open {display: block;}
    #footer .footer-content-itens{text-align: left;}
    #footer .footer-content-icone img{float: none; margin-left: 0;}
    #footer .footer-content-burguer .side-menu .footer-content-logo img{width: 175px;}
    #footer .footer-content-icone img{width: 50px; margin-right: 10px;}
    #footer .footer-content-itens a{color: #26358C;font-size: 22px;}
    #footer .footer-content-itens li{padding-top: 2.5%;padding-bottom: 2.5%;}
    #footer .footer-content-menu{padding-top: 7.5%;padding-bottom: 7.5%;}
}

@media(max-width:575.5px){
    #footer .footer-content-logo{width: 40%;}
    #footer .footer-content-burguer .menu-icon{font-size: 25px;}
    #footer .footer-content-itens a{color: #26358C;font-size: 18px;}
}