/*****************/
/*    Footer     */
/*****************/
footer {
    color: #fff;
    background: #1E2528;
    padding: 20px;
    bottom: 0;
}

footer a {
    margin-left: 25px;
    margin-right: 25px;
}

#body_dev {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
    flex: 1;
}

#body_com {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
    flex: 1;
}


/*#body_dev footer
{
    color: #fff;
    background: #1E2528; 
    padding: 30px;
    //position:absolute;
    bottom:0;
    left: 0px;
    right:0px;
}*/

/* RESPONSIVE */
@media screen and (max-width: 928px) {
    footer a {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 742px) {
    footer a {
        font-size: 12px;
        margin-left: 5px;
        margin-right: 5px;
    }
}

@media screen and (max-width: 582px) {
    footer #img_footer {
        width: 50px;
    }

    footer a {
        font-size: 10px;
        margin-left: 3px;
        margin-right: 3px;
    }
}

@media screen and (max-width: 446px) {
    footer {
        padding-bottom: 2px;
        padding-top: 5px;
        padding-left: 5px;
        padding-right: 5px;
        text-align: center;
    }

    footer a {
        display: inline-block;
        margin-right: 3px;
        margin-bottom: 5px;
    }
}

#container_footer footer {
    display: flex;
    align-items: center;
}

.footer-section-pages {
    margin: auto;
}

.footer-section-logos {
    display: flex;
    align-items: center;
    align-content: center;
}

