/*** agrega aqui los estilos necesarios para modificar el template ***/


.bs-banners__title {
    color: #131313;
    font-weight: bold;
    }

.info-grid__info {
    text-align: justify;
}
.info-grid__title {
    text-align: center;
}
.bs-copyright {
    background: #59392d;
    }
.btn-primary.disabled, .btn-primary:disabled, .btn-primary:disabled:hover {
    background: #59392d;
    border-color: #59392d;
    }

.btn-primary, .badge-primary {
    background: #59392d;
    border-color: #59392d;
    }
.cart-items {
    background: #fabf0f;
    color: #59392d;
    }
.footer-logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-logo-container img {
  max-width: 200px; 
  height: auto;
}

.footer-description {
  text-align: justify;
}
.footer-logo {
  max-width: 200px; 
  width: 100%;
  height: auto;
}
