/*** agrega aqui los estilos necesarios para modificar el template ***/
@media screen and (max-width: 992px){
.bs-grid-header__logo img {
    width: 100px!important;
    height:auto;
}}
.chat-widget__facebook {
    display: none;
}
.bs-collection__product-title {
    text-transform: uppercase;
}
.chat-widget__btn {
    background: #1daa61;
}
.chat-widget__btn:hover {
    background: #1daa61;
    opacity:.7;
}
.bs-footer__social .btn-social {
    background: #b40c27;
    border:#b40c27 ;
    color: white;
}
.bs-footer__social .btn-social:hover {
    background: #b40c27;
    border:#b40c27 ;
    opacity:.7;
}
.bs-brands__item.grilla {
    background: #ffffff;
}
@media screen and (max-width: 992px) {
    .bs-grid-header__logo img {
        width: 80px !important;
    }}
.bs-parallax__content .btn-secondary{
    background: #b40c27;
    border-color: #b40c27;
    font-size: 30px;
}
.bs-parallax__content .btn-secondary:hover{
    background: #b40c27;
    border-color: #b40c27;
    font-size: 30px;
    opacity:.7;
}
.bs-copyright {
    background: transparent;
}
.term {
    font-weight: 700;
}
.term:hover {
    font-weight: 700;
    opacity:.7;
}
.bs-title, .bs-title:hover {
    text-transform: none;
}
