footer {
    background: white;
}

footer .logos img {
    height: 40px;
}
footer .logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    border-top: 1px solid black;
    padding: 15px;
}

footer .avisos {
    border-top: 1px solid black;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5%;
    padding: 10px 25px;
    flex-direction: column;
    align-items: center;
}

footer .peu {
    padding: 25px 0;
    display: flex;
    flex-wrap: wrap;
}
footer .peu > div{
    width: 100%;
    padding: 10px;
    text-align: center;
}
footer .logoProManresa img {
    height: 80px;
    margin-bottom: 20px;
}

/*footer .titol {*/
/*    font-size: 1.2rem;*/
/*    font-weight: bold;*/
/*    line-height: 3.5rem;*/
/*}*/
footer .bi {
    padding: 0 !important;
    margin: 0 !important;
    vertical-align: middle;
    display: block;
}
footer  .bi::before, [class*=" bi-"]::before {
    font-size: 20px !important;
    padding: 0 !important;
    margin: 0 !important;
    display: block;
}

footer .marginTop {
    margin-top: 0;
}

footer .silueta-peu {
    background: url(/treball/assets/img/silueta.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center bottom;
    background-color: #ededed;
    background-size: contain;
    min-height: 50px;
    width: 100% !important;
}
@media only screen and (min-width: 768px) {
    /*Mida M */
    footer .silueta-peu {
        height: 55px;
    }
}
@media only screen and (min-width: 992px)
{ /*Mida L */
    footer .peu > div{
        width: 25%;
        padding: 10px;
        text-align: unset;
    }
    footer .marginTop {
        margin-top: 40px;
    }
    footer .silueta-peu {
        height: 79px;
    }
    footer .avisos {
        flex-direction: row;
        align-items: center;
        border-top: 0;
    }
}
@media only screen and (min-width: 1201px) /* Mida XL*/
{
    footer .logos {
        gap: 5%;
    }
    footer .silueta-peu {
        height: 88px;
    }
}
