/*** agrega aqui los estilos necesarios para modificar el template ***/

.bs-footer {
    background: linear-gradient(rgb(255 255 255), rgb(251 251 251 / 3%)), url(textura.jpg);
    background-size: cover;
}

.bs-copyright {
    background: transparent;
    color: var(--primary-color);
    font-weight: 500;
}


.bs-collection-filter {
    display: none;
}

.bs-collection .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    flex-direction: row;
    align-content: stretch;
    justify-content: space-evenly;
}

img.img-fluid-header {
    margin-left: 63px;
}

.bs-footer__section-form__container {
    background: #f29f06;
    }

.badge-danger {
    color: black;
    background-color: #F2B90C;
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: #f29f07;
    border-color: #f29f07;
}

.bs-menu__lv2 {
    width: 200px;
}