/*** agrega aqui los estilos necesarios para modificar el template ***/

@media screen and (min-width: 992px) {
    .bs-parallax__title {
        color: grey;
    }
    }
.bs-parallax__content {
    color: grey;
}
.bs-banner-grid__info {
    background: #f2f2f2;
}
.bs-copyright {
    background: transparent;
    color: grey;
}
.bs-footer {
    padding-top: 29rem;
}
@media screen and (max-width: 992px) {
    .bs-footer {
        background: url(pie5.webp)!important;
    }
}
.term {
    font-weight: 700;
}
.term:hover {
    font-weight: 700;
    opacity:.7;
    color:black;
}
.bs-collection__product-notice {
    font-size: 12px;
    font-style: italic;
    color: #888888;
}
.bs-collection__product-brand {
    color: #686868;
    background: #dfdfdf;
}
.bs-product__title {
    text-transform: uppercase;
}
