/*** agrega aqui los estilos necesarios para modificar el template ***/

/**Cabecera**/

.alert {
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.cart-items {
    background: var(--secondary-color);
}

.bs-promo-2__section.bs-promo-2__section {
        background: var(--primary-color);
}

/**Colecciones especiales**/

.bs-promo-2__info.grid__item a.btn.btn-secondary {
        background-color: white;
        color: #223d71;
    }

.bs-promo-2__info.grid__item a.btn.btn-secondary:hover {
        background-color: var(--secondary-color);
        color: white;
        opacity: none;
    }

.bs-collection__title {
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .bs-promo-2__info.bs-promo-2__info {
        color: #ffffff;
    }
}


    /**Productos**/

.bs-product__title {
    font-weight: 600;
}

    /**Pie**/

.bs-footer__title, .bs-footer__title__little {
    font-weight: 600;
}

.bs-footer__containt .row {
    justify-content: space-evenly;
}

@media screen and (max-width: 768px) {
    .bs-promo-1__info p {
        filter: drop-shadow(2px 4px 6px black);
    }
}