/*** HEADER ***/

.bs-header .img-fluid {
    width: 108px;
}

.bs-header-top {
    color: #ffffff;
}

.btn-cart, .btn-login {
    color: black;
}

.btn-cart:hover, .btn-login:hover {
    background: #4c4c4c;
}

.form-control {
    color: black;
}

/*** BODY ***/

.bs-promo-2__section.bs-promo-2__section {
    border-radius: 20px;
}
.bs-promo img {
    border-radius: 20px;
}

.bs-promo-1__img {
    background-image: url(categoria_2.png);
    border-radius: 20px;
}

.badge-warning {
    color: #212529;
    background-color: #e0e0e0;
}

.page-link {
    color: #000000;
}

.page-link:hover {
    color: white;
}

/*** FOOTER ***/

.bs-footer__site-description {
    background-image: url(fondosuscri.jpeg);
    border-radius: 20px;
}

.bs-footer__site-description .btn-social:hover {
    border: 1px solid #000000;
    background: #000000;
    color: #ffffff;
}

.bs-footer__social .btn-social:hover {
    border: 1px solid #000000;
    background: #000000;
}

