/*** agrega aqui los estilos necesarios para modificar el template ***/

.bs-header-navbar {
    background: black;
}

@media screen and (min-width: 768px) {
    .logo {
        max-width: 250px;
        max: 250px;
    }
}

.bs-footer {
    background-image: url(piedepaginareal.png);
}


.bs-footer__link {
    font-weight: 700;
    font-size: 15px;
}

.bs-footer .img-fluid {
    max-width: 50%;
}

.badge-secondary {
    background: #218f37;
    }

.bs-collection__old-price, .bs-collection__product-final-price {
    color: #000;
}

.alert {
    padding: 11px;
    font-size: 17px;
}

.bs-footer__title {
    font-weight: bold;
}

.col-md-4.mb-3 {
    margin-top: 80px;
}

.bs-blog-article__title {
    color: #000;
}

.bs-blog-article__content {
    font-size: 14px;
    }

.bs-header .bs-social-media a {
    color: #000;
    font-size: 20px;
}

@media screen and (max-width: 992px) {
.bs-title, .bs-title:hover {

    font-size: 16px;
}
}