.bs-grid-header__logo img {
    width: 190px;
}
.announcement-bar {
    background: #000000;
    border-color: #000000;
}
.bs-header-top {
    background: #527a7a;
}
.botoncito {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: white;
    border-radius: 6px;
}
.botoncito:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: white;
    border-radius: 6px;
    opacity:.7;
}
.bs-collection__container {
    background: #f8f6f2bd;
}
.text-muted {
    color: #000000 !important;
}
.term {
    font-weight: 700;
}
.term:hover {
    font-weight: 700;
    opacity:.7;
}
.bs-collection-filter .bs-filter-btn:hover {
    color: #ffffffc7;
    background: #989898;
}
.nav-item.nav-item-mobile.bs-menu__lv2 {
    color: white;
}
.nav-item.nav-item-mobile.bs-menu__lv2:hover {
    color: white;
    opacity:.7;
}