/*//////////FOOTER///////////*/
/*//////////FOOTER///////////*/
/*//////////FOOTER///////////*/
/*//////////FOOTER///////////*/


.footer{
    background-color: black;
    height: 240px;
    width: 100%;
    color: white;
    font-size: 12px;
}
.footer .row div{
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer p{
    margin: 0;
}
.waskdesktop{
    display: flex;
    max-width: 100px;
    height: auto;
}

.innovadesktop{
    display: flex;
    max-width: 103px;
    height: auto;
}
.innovamob{
    display: none;
}
.waskmob{
    display: none;
}

/*//////////FOOTER///////////*/
/*//////////FOOTER///////////*/
/*//////////FOOTER///////////*/
/*//////////FOOTER///////////*/

@media (max-width: 768px) {
    /*//////////FOOTER///////////*/

    .footer{
        padding: 3rem;
        height: auto;
    }
    .footerchangemob{
        width: 100%;
        display: flex;
        justify-content: space-between!important;
        align-items: flex-start!important;
        padding-bottom: 2rem;
        border-bottom: 1px solid white;
        margin-bottom: 3rem;
    }
    .footer p{
        text-align: justify;
        text-align-last: center;
    }
    .footer p br{
        display: none;
    }
    .waskdesktop{
        display: none;
    }
    .waskmob{
        display: flex;
        max-width: 110px;
        height: auto;
    }
    
    .innovamob{
        display: flex;
        max-width: 110px;
        height: auto;
    }
    .innovadesktop{
        display: none;
    }

    /*//////////FOOTER///////////*/ 
}