* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

.bg-light {
    margin-bottom: 15px;
    background-color: #664E88 !important;
}

.titulo_ppal--productos {
    margin-left: 15px;
    color: gray;
}

.text-muted {
    color: white !important;
}

.card {
    margin-top: 15px;
    margin-bottom: 15px;
}

.btn {
    margin-top: 5px;
    margin-bottom: 5px;
}

.btn-primary {
    background-color: #4B3869;
    border-color: #4B3869;
}

.btn-primary:hover {
    background-color: #2a1a3f;
    border-color: #2a1a3f;
}

.btn-primary:focus {
    background-color: #4B3869;
    border-color: #4B3869;
}

.iconoCarrito {
    margin: 15px;
}

.jumbotron {
    margin-top: 15px;
}

.rowApi {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.footer__produced {
    display: flex;
    justify-content: center;
}

.footer__produced--texto {
    margin-top: 15px;
    font-size: 1rem;
    color: lightslategray;
    justify-content: center;
}

.bg-light--footer {
    margin-bottom: 15px;
    background-color: #2a1a3f !important;
}

.alert {
    margin-bottom: 2rem;
}