/* BRANDS */

body{
    background-image: url("/assets/bg3.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.brands{
    overflow: hidden;
}

.footer{
    position: fixed;
    bottom: 3%;
}
.footer .enlace{
    color: white;
}


@media (min-width:768px){
    
}
@media (min-width:992px) {
    
}