/*** agrega aqui los estilos necesarios para modificar el template ***/

.bs-parallax__title {
    color: white;
}

.bs-footer {
    background: linear-gradient(rgb(0 0 0), rgb(0 0 0 / 73%)), url(piedepagina.png);
}

.bs-footer__link__icon {
    color: #f4c033;
}

.bs-copyright {
    background: transparent;
}

.cart-items {
    background: #f4c033;
    color: #000000;
}

.bs-footer__top-section {
    background: #F2F2F2;
}

.btn-primary .icon__svg {
    fill: #000000;
}

@media screen and (min-width: 768px) {
    .bs-footer__social .btn-social {
        border: 1px solid #f4c033;
        color: #000000;
        background-color: #f4c033;
    }
}

@media screen and (min-width: 768px) {
    .bs-footer__social .btn-social:hover {
        border: 1px solid #f4c033;
        color: #000000;
        background-color: #f4c033;
        opacity: .7;
    }
}


.bs-parallax__content .btn-secondary {
    background: #f4c033;
    border-color: #f4c033;
    color: #000000;
}

.bs-parallax__content .btn-secondary:hover {
    background: #f4c033;
    border-color: #f4c033;
    color: #000000;
    opacity: .7;
}

.btn-secondary {
    background: #0d0d0c;
    border-color: #0d0d0c;
    color: #ffffff;
}

.btn-share {
    border: 1px solid var(--primary-contrast);
    background: var(--primary-contrast);
    border-radius: 2em;
    color: #ffffff;
}