.container-fluid.promo-betclic > .row.padding-su-mezzo .filtro-promo-b {
    background: #83ae30;
    margin: 1rem auto;
    border-left: 1rem solid #064a8a;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 15px;
}

.filtro-promo-b a.bottone-filtro.active,
.filtro-promo-b a.bottone-filtro:hover {
    background: #064a8a;
    border-radius: 50rem;
}

.filtro-promo-b a.bottone-filtro {
    padding: .75rem 1.25rem;
    margin-right: 2rem;
    transition: all 500ms ease-in;
    border: none !important;
}

.modal-body .cg-flex-container.space-evenly.margine-su a {
    text-transform: uppercase;
    border-radius: 4px;
    padding: 8px 15px;
    color: #fff;
    font-weight: bold;
}

.controlli-sliderP {
    background: transparent !important;
}

.promo-betclic {
    background: #ffffff;
}

.promo-container {
    background-color: transparent!important;
    padding-bottom: 4rem;
    margin-top: 20px;
}

.controlli-sliderB {
    height: 100%;
    position: absolute;
    top: 0;
}

.controlli-sliderB.precedente {
    left: 2rem;
}

.controlli-sliderB.successiva {
    right: 2rem;
}

.promo-container .row.margine-giu {
    margin-bottom: 3rem;
}

.rettangolo-promo {
    position: relative;
    padding: 15px;
    background: #dddd;
}

.riga-promozioni {
    grid-gap: 2rem;
}

.rettangolo-promo .titolo-promo {
     position: relative;
     width: 100%;
     text-align: left;
     font-weight: bolder;
     font-size: 1.5rem;
}

.modal-body .cg-flex-container.space-evenly.margine-su a {
    text-transform: uppercase;
    border-radius: 4px;
    padding: 8px 15px;
    color: #fff;
    font-weight: bold;
}

.dettagli-promo {
    margin-top: 1rem;
}

.rettangolo-promo .info-promo {
    font-size: 1.25rem;
    line-height: 1.25;
    text-transform: uppercase;
    text-align: left;
}

.modal-body .cg-flex-container.space-evenly.margine-su a, .dettagli-promo a.bottone.bottone-registrazione {
    text-transform: uppercase;
    border-radius: 4px;
    padding: 8px 15px;
    color: #fff;
    font-weight: bold;
}

.dettagli-promo {
    margin-top: 1rem;
    text-align: center;
}

.rettangolo-promo .info-promo {
    font-size: 1.25rem;
    line-height: 1.25;
    text-transform: uppercase;
    margin-bottom: 1rem;
    text-align: left;
}

.dettagli-promo a.bottone.bottone-registrazione {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    background: #83ae30;
}

.filter.rettangolo-promo:after {
    content: '';
    position: absolute;
    top: 15px;
    right: 15px;
    background: #83ae30;
    padding: 8px 15px;
    color: #fff;
    text-transform: uppercase;
    box-shadow: -2px 4px 4px rgba(0,0,0,.5);
}


