/*** agrega aqui los estilos necesarios para modificar el template ***/
.sidebar-filters {
    display: none;
}
.bs-footer__site-description {
    background: #f2f2f2;
}
.bs-copyright {
    color: black;
    background:transparent;
}
.bs-footer .btn-social {
    border: 1px solid #ffffff;
    background: #ffffff;
    color: #000000;
}
.page-link {
    color: #000000;
}
.page-link:hover {
    background: #888888c7;
    color: #ffffff;
}
.bs-header-top {
    background: #dadada;
}
.bs-blog-article .text-muted {
    display: none;
}
.btn-secondary {
    background: #9e9d9dc7;
    border-color: #9e9d9dc7;
}
.btn-secondary:hover {
    background: #9e9d9dc7;
    border-color: #9e9d9dc7;
    opacity:.7;
}
.term {
    font-weight: 700;
}
.term:hover {
    font-weight: 700;
    opacity:.7;
}

.bs-copyright {
    background: transparent;
    color: grey;
}
.floating-menu {
    z-index: 200;
}
