.footer{
    background-color: black;
    padding-top: 50px;
    padding-bottom: 50px;
}
.imgFooter{
    width: 8em;
}
.configFooter{
    display: flex;
    flex-direction: column;
}
.contentFooter{
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    height: 9em;
}
.contentFooter a, .contentFooter p{
    color: white;
    margin-left: 20px;
}

.contenDescripFoot{
    display: flex;
    width: 7em;
}
.imgBtnFooter{
    width: 9em;
}
@media(max-width:991px){
    .confiResponsi{
        display: flex;
        justify-content: center;
        margin-bottom: 40px;
        margin-top: 50px;
    }
}