/*** agrega aqui los estilos necesarios para modificar el template ***/
.bs-header-navbar {
    background: #4D2259;
}
.bs-footer {
    background: #4D2259;
    background: #4e1f55;
    background-image: url("FOOTERIMAGEN.png"); 
 
   
   
    }
    
.img-fluid-pie {
    max-width: 50%;
}
.bs-footer__link {
    font-size: 1rem;
}
.bs-footer {

    color: #4d2259;
    }
.bs-footer__section {
    color: white;
    }
.bs-footer__link.bs-footer__link:hover {
    color: #F2A71B;
    }
.btn-cart:hover, .btn-login:hover {
    color: #F2A71B;
}
.badge-secondary {
    background: #F21B91;
    color: #F2D027;
}
