/*** agrega aqui los estilos necesarios para modificar el template ***/
.bs-footer__title, .bs-footer__title__little {
    color: #3973b2;
}
.page-link {
    background: #3973b2;
}
.page-link:hover {
    color: white;
}
.page-item.active .page-link {
    background-color: #011477;
}
.modal-suscripcion .boton-suscripcion .button_form {
    background: #3973b2;
}
.bs-collection__product-title {
    font-size: 1.2rem;
    text-transform: uppercase;
    color: var(--body-txt-default-color);
    font-weight: var(--font-normal);
}
.bs-collection-filter {
    display: none;
}
.bs-promo-1__img {
    background-image: url(parte2.jpg);
}

@media screen and (max-width: 767px) {
    .bs-promo-2__info.bs-promo-2__info {
        padding: 38px;
    }
}

.bs-footer__site-description {
    margin-bottom: -5rem;
}
.bs-collection__product-title {
    font-weight: bold;
}
@media screen and (min-width: 769px) {
    .bs-promo-1__info h3 {
        color: var(--home-title-color);
        font-weight: bold;
    }
}
@media screen and (min-width: 768px) {
    .bs-footer__social .chat-facebook {
        display: none;
    }