@media (min-width: 992px) {
a.nav-link.botr {
    background: #bfd3d3;
    color: #333 !important;
    margin-left: 20px;
}
.barrarm {
    display:none;
}
}
@media (max-width: 991px) {
a.nav-link.botr {
background: #bfd3d3;
    color: #333 !important;
    padding: 12px !important;
    margin: 20px 30px;
    text-align: center;
}
.barrarm {
    position: fixed;
        background: #333;
        width: 100vw;
        bottom: 0;
}
.bbrm {
    width: 64%;
    display: inline-block;
    text-align: center;
    background: #222222;
    padding: 12px 0;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
}
.bbw {
    width: calc(36% - 4px);
    display: inline-block;
    text-align: center;
    padding: 10px 0;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
}
.bbrm > a, .bbw > a  {
    color: #fff;
    text-decoration: none;
}
}