.nav-promozioni {
    padding: 4px 2em 4px 2em;
    margin: 0 1em 0 1em;
    background-color: #009FE3;
    border-radius: 4px;
    font-weight: 700;
    font-size: 12px;
    color: white;
    text-decoration: none;
}

.nav-promozioni:hover {
    color: white;
}

#storia {
    max-width: 1200px;
}

#immagine {
    background-image: url(images/promo.jpg);
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 50%;
    width: 100%;
    height: 281px;
}

.title {
    font-size: 32px;
    font-weight: 600;
    padding: 0 0 1em 0;
}

#lista {
    margin-bottom: 2em;
    max-width: 1400px;
    width: 100%;
}

#promo {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: self-end;
}

#promo > A {
    height: 450px;
    width: 320px;
    margin: 1em;
}

.promo-card {
    height: 100%;
    padding: 1ex;
    border: 2px solid #009FE3;
    border-radius: 1ex;
    box-shadow: 0.5em 0.5em 3px lightgray;
}

.promo-title {
    font-size: 48px;
    font-weight: 600;
    text-align: center;
}

.promo-subtitle {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

.promo-content {
    display: flex;
    flex-flow: row wrap;
}

.promo-image {
    margin: 3em;
}

.promo-text {
    margin: 3em;
}

.text {
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
}

.old-price {
    text-decoration: line-through;
}
