/* BRANDS */

#brands{
    align-items: center;
    display: flex;
    justify-content: center;
}
#brands{
    margin: 0 auto;
    padding-top: 1rem;
}
#brands div{
    align-items: center;
    background-color: var(--beige);
    display: flex;
    height: 100px;
    justify-content: center;
    margin: 6.5px;
    padding: 10px;
    width: 126px;
    width: 40%;
}
#brands div a{
    text-decoration: none;
    width: 80%;
}
#brands div p{
    font-size: .8rem;
    text-align: center;
    color: var(--black);
    margin-bottom: .8rem;
}
#brands .brands-container{
    transition: .3s all;
}
#brands .todos{
    width: 90%;
}
#brands .todos a{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#brands .todos a p, #brands .todos a img{
    width: 100%;
    margin: -10px;
    text-align: right;
    color: var(--grey-300);
}
#brands .brands-container.over{
    background-color:  white;
}
#brands .brands-container.over a{
    transform: scale(1.075);
    /*filter: opacity(50%);*/
}
@media(max-width: 359px){
    #brands .todos{
        width: 40%;
    }
    #brand .todos a{
        height: 100%;
        justify-content: space-evenly;
    }
    #brands .todos a p, #brands .todos a img{
        text-align: center;
        margin: 0;
        font-size: .7rem;
}
}
@media(min-width: 768px){
    #brands{
        margin: 0 auto;
        max-width: 1200px;
        width: 100%;
        /* justify-content: start; */
        align-items: center;
        display: flex;
        justify-items: end;
    }
    #brands div {
        height: 103px;
        width: 161px;

        height: 14vh;
        width: 14%;
        padding: 10px;
    }
    #brands .todos{
        width: 64%;
    }
    #brands .todos a{
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
    }
    #brands .todos a p, #brands .todos a img{
        width: 50%;
        margin: 0;
        color: black;
        text-align: right;
    }
    #brands img{
        margin: 0;
    }




#brands{
    max-width: 1200px;
}
    #brands div {
    height: 103px;
    width: 161px;
    height: 10vh;
    width: 15%;
    margin: 0.5%;
    padding: 2%;
}
#brands .todos {
    width: 75%;
}
}
/* BRANDS */
    