h2.titleCarosello,
p.luogoEvento,
p.dataEvento {
    margin: 0;
}
/* CAROSELLO */
.carosello,
.caroselloContenuto,
.innerCaroselloItem {
    position: relative;
}
.carosello.pointer-event {
    touch-action: pan-y;
}
.caroselloContenuto {
    width: 100%;
    overflow: hidden;
    line-height: 0;
    box-shadow: 10px 10px 20px #0000000f;
    height: 100%;
}
.caroselloContenuto::after {
    display: block;
    clear: both;
    content: "";
}
.innerCaroselloItem {
    height: 100%;
}
.caroselloItem {
    display: none;
    float: left;
    margin-right: -100%;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
    height: 100%;
}
.gradientCarosello {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
}
img.picCarosello {
    width: 100%;
}
img.formaCarosello {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
}
h2.titleCarosello,
p.textOverTitle,
h3.sottotitoloCarosello,
a.btnCarosello,
p.dataEvento,
p.luogoEvento,
p.prezzoOriginale {
    font-family: 'news-gothic-std', sans-serif;
}
p.textOverTitle {
    color: #EE7D11;
}
h2.titleCarosello.news,
h3.sottotitoloCarosello.news {
    color: #003883;
}
h3.sottotitoloCarosello.news {
    font-weight: 300;
}
h2.titleCarosello.evento,
h3.sottotitoloCarosello.evento,
p.dataEvento,
p.luogoEvento,
h2.titleCarosello.prodotto,
p.prezzoOriginale {
    color: white;
}
h3.sottotitoloCarosello.evento {
    position: relative;
}
h3.sottotitoloCarosello.evento::after {
    position: absolute;
    content: "";
    background-color: white;
    width: 100%;
    height: 1px;
    left: 0;
}
.luogoData {
    display: flex;
}
span.colorePrezzo {
    color: #EE7D11;
    text-decoration: underline;
}
a.btnCarosello {
    background: #EE7D11;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid #EE7D11;
}
a.btnCarosello:hover{
    background: transparent;
    color: #EE7D11;
}
.caroselloIndicatori {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    margin-block: auto;
    grid-gap: 10px;
}
.caroselloIndicatori [data-bs-target] {
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    text-indent: -999px;
    cursor: pointer;
    border: 0;
    opacity: 0.3;
    transition: opacity 0.6s ease;
    padding: 0 !important;
}

.caroselloIndicatori [data-bs-target].white {
    background-color: white;
}

.caroselloIndicatori [data-bs-target].blue {
    background-color: #003883;
}

.caroselloIndicatori .active {
    opacity: 1;
}
@media  (max-width: 550px){
    .sticky-margin {
        margin-top: 20vw;
    }
    img.logoProdotto {
        width: 100%;
    }
    p.textOverTitle.news, p.textOverTitle.evento {
        font-size: 3.6vw;
        line-height: 3.6vw;
    }
    a.btnCarosello, span.littleText{
        font-size: 4vw;
    }
    h2.titleCarosello.news, h2.titleCarosello.evento {
        font-size: 10vw;
        line-height: 10.5vw;
    }
    h3.sottotitoloCarosello, p.dataEvento, p.luogoEvento, p.textOverTitle.prodotto, h2.titleCarosello.prodotto{
        font-size: 7.3vw;
        line-height: 8.5vw;
    }
    .luogoData {
        margin: 0 0 6vw;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 0.5rem;
    }
    a.btnCarosello {
        width: 52vw;
        height: 12vw;
    }
    p.textOverTitle.prodotto, img.logoProdotto {
        margin: 0 0 7vw;
    }
    p.prezzoOriginale {
        font-size: 5.45vw;
        margin: 2vw 0 8vw;
    }
    span.colorePrezzo {
        font-size: 9vw;
        line-height: 10vw;
    }
}
@media (min-width: 551px) and (max-width: 766.9px){
    .sticky-margin {
        margin-top: 15vw;
    }
    p.textOverTitle.news, p.textOverTitle.evento, a.btnCarosello, span.littleText {
        font-size: 2.6vw;
        line-height: 2.6vw;
    }
    h2.titleCarosello.news, h2.titleCarosello.evento {
        font-size: 8.54vw;
        line-height: 9vw;
    }
    h3.sottotitoloCarosello, p.dataEvento, p.luogoEvento, p.textOverTitle.prodotto, h2.titleCarosello.prodotto {
        font-size: 5.3vw;
        line-height: 6vw;
    }
    h3.sottotitoloCarosello.evento {
        width: 65vw;
    }
    .luogoData {
        margin: 0 0 6vw;
    }
    a.btnCarosello {
        width: 45vw;
        height: 10vw;
    }
    .caroselloIndicatori {
        bottom: 4vw;
    }
    p.textOverTitle.prodotto {
        margin: 0 0 5vw;
    }
    img.logoProdotto {
        width: 75vw;
        margin: 0 0 5vw;
    }
    h2.titleCarosello.prodotto {
        width: 80vw;
    }
    p.prezzoOriginale {
        font-size: 3.9vw;
        margin: 3vw 0 6vw;
    }
    span.colorePrezzo {
        font-size: 6.56vw;
        line-height: 7.5vw;
    }
}
@media (max-width: 766.9px){
    img.picCarosello, .gradientCarosello{
        height: 72vw;
    }
    .caroselloContenuto {
        background: #003883;
    }
    .caroselloMeta {
        height: calc(100% - 87vw);
        padding: 0 8vw 15vw;
    }
    .caroselloMeta.news{
        background: #fff !important;
    }
    p.textOverTitle.news, p.textOverTitle.evento {
        margin: 0 0 2vw;
    }
    h3.sottotitoloCarosello.evento {
        margin: 4vw 0 8vw;
    }
    h3.sottotitoloCarosello.evento::after {
        bottom: -4vw;
    }
    .caroselloIndicatori {
        bottom: 6vw;
    }
}
@media (min-width: 767px) and (max-width: 899.9px){
    .sticky-margin {
        margin-top: 12vw;
    }
    .caroselloMeta {
        padding: 0 8vw 8vw;
        height: calc(100% - 68vw);
    }
    p.textOverTitle.news, p.textOverTitle.evento, a.btnCarosello, span.littleText {
        font-size: 1.89vw;
        line-height: 2vw;
    }
    p.textOverTitle.evento {
        margin: 0 0 2vw;
    }
    img.picCarosello, .gradientCarosello {
        height: 60vw;
    }
    h2.titleCarosello.news, h2.titleCarosello.evento {
        font-size: 6.13vw;
        line-height: 7vw;
    }
    h2.titleCarosello.news, h3.sottotitoloCarosello.news{
        width: 75vw;
    }
    h2.titleCarosello.evento {
        margin: 0 0 3vw;
        width: 60vw;
    }
    h3.sottotitoloCarosello.evento {
        width: 48vw;
    }
    h3.sottotitoloCarosello, p.dataEvento, p.luogoEvento, p.textOverTitle.prodotto, h2.titleCarosello.prodotto {
        font-size: 3.8vw;
        line-height: 4.5vw;
    }
    h3.sottotitoloCarosello.evento, .luogoData{
        margin: 0 0 5vw;
    }
    h3.sottotitoloCarosello.evento::after {
        bottom: -2vw;
    }
    a.btnCarosello {
        width: 33vw;
        height: 7vw;
    }
    h3.sottotitoloCarosello.news {
        margin: 3vw 0 5vw;
    }
    p.textOverTitle.prodotto {
        margin: 0 0 5vw;
    }
    img.logoProdotto {
        width: 65vw;
        margin-bottom: 5vw;
    }
    h2.titleCarosello.prodotto {
        width: 58vw;
    }
    p.prezzoOriginale {
        font-size: 2.83vw;
        margin: 2vw 0 5vw 0;
    }
    span.colorePrezzo {
        font-size: 4.7vw;
        line-height: 5.3vw;
    }
}
@media (min-width: 767px) and (max-width: 1099.9px){
    .caroselloIndicatori {
        bottom: 2vw;
    }
}
@media (max-width: 899.9px){
    .gradientCarosello.evento {
        background-image: linear-gradient(0deg, rgb(0 41 95) 0%, rgb(0 41 95 / 55%) 50%, rgb(0 41 95 / 2%) 90%, rgb(0 41 95 / 0%) 100%);
    }
    img.picCarosello {
        object-position: top;
        object-fit: cover;
    }
    img.formaCarosello{
        display: none;
    }
    .caroselloMeta {
        position: relative;
    }
    .caroselloMeta.evento {
        background: #00295f;
    }
    .caroselloMeta.prodotto {
        background: #003883;
    }
    .gradientCarosello.news {
        background-image: linear-gradient(0deg, rgb(255 255 255) 0%, rgb(255 255 255 / 55%) 80%, rgb(255 255 255 / 30%) 90%, rgb(255 255 255 / 0%) 100%);
    }
    .gradientCarosello.prodotto {
        background-image: linear-gradient(0deg, rgb(0 56 131) 0%, rgb(0 56 131 / 50%) 47%, rgb(0 56 131 / 10%) 85%, rgb(0 56 131 / 0%) 100%);
    }
    a.btnCarosello {
        border-radius: 7vw;
    }
}
@media (min-width: 900px){
    .gradientCarosello.evento {
        background-image: linear-gradient(90deg, rgb(0 41 95) 0%, rgb(0 41 95) 35%, rgb(0 41 95 / 100%) 43%, rgb(0 41 95 / 55%) 80%, rgb(0 41 95 / 30%) 90%, rgb(0 41 95 / 0%) 100%);
    }
    .gradientCarosello {
        height: 100%;
    }
    img.picCarosello {
        object-position: right;
        object-fit: contain;
        height: 100%;
    }
    img.picCarosello.prodotto {
        position: relative;
    }
    .caroselloMeta {
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
    }
    p.textOverTitle.news,
    p.textOverTitle.evento {
        margin: 0 0 1vw;
    }
    .gradientCarosello.news {
        background-image: linear-gradient(90deg, rgb(255 255 255) 0%, rgb(255 255 255) 35%, rgb(255 255 255 / 90%) 51%, rgb(255 255 255 / 55%) 80%, rgb(255 255 255 / 30%) 90%, rgb(255 255 255 / 0%) 100%);
    }
    .gradientCarosello.prodotto {
        background-color: #003883;
    }
    a.btnCarosello {
        border-radius: 5vw;
    }
}
@media (min-width: 900px) and (max-width: 1099.9px){
    .caroselloContenuto {
        height: 55vw;
    }
    .caroselloMeta{
        left: 8vw;
    }
    p.textOverTitle.news, p.textOverTitle.evento, a.btnCarosello, span.littleText {
        font-size: 1.61vw;
        line-height: 1.75vw;
    }
    p.textOverTitle.prodotto, .luogoData {
        margin: 0 0 3vw;
    }
    h2.titleCarosello.evento, h2.titleCarosello.news {
        font-size: 5.22vw;
        line-height: 5.5vw;
        width: 51vw;
    }
    img.logoProdotto {
        width: 41vw;
        margin-bottom: 3vw;
    }
    h3.sottotitoloCarosello, p.dataEvento, p.luogoEvento, p.textOverTitle.prodotto, h2.titleCarosello.prodotto {
        font-size: 3.22vw;
        line-height: 3.4vw;
    }
    h3.sottotitoloCarosello {
        width: 41vw;
        margin-block: 2vw 3vw;
    }
    h3.sottotitoloCarosello.evento::after {
        bottom: -1vw;
    }
    h2.titleCarosello.prodotto {
        width: 50vw;
    }
    p.prezzoOriginale {
        font-size: 2.41vw;
        margin: 1.5vw 0 3vw;
    }
    span.colorePrezzo {
        font-size: 4vw;
        line-height: 4vw;
    }
    a.btnCarosello {
        width: 28vw;
        height: 6vw;
    }
}
@media (min-width: 1100px){
    h3.sottotitoloCarosello{
        margin: 1.5vw 0 2vw;
    }
    h3.sottotitoloCarosello.evento::after {
        bottom: -0.8vw;
    }
    .luogoData {
        margin: 0 0 2.5vw;
    }
    p.prezzoOriginale {
        margin: 1vw 0 2.5vw;
    }
}
@media (min-width: 1100px) and (max-width: 1400px){
    .carosello {
        height: 50vw;
    }
    .sticky-margin {
        margin-top: 8vw;
    }
    .caroselloMeta {
        left: 10vw;
    }
    p.textOverTitle.news, p.textOverTitle.evento , a.btnCarosello, span.littleText {
        font-size: 1.32vw;
        line-height: 1.5vw;
    }
    h2.titleCarosello.evento, h2.titleCarosello.news {
        font-size: 4.27vw;
        line-height: 4.8vw;
        width: 46vw;
    }
    h3.sottotitoloCarosello, p.dataEvento,
    p.luogoEvento, p.textOverTitle.prodotto, h2.titleCarosello.prodotto{
        font-size: 2.64vw;
        line-height: 3.5vw;
    }
    h3.sottotitoloCarosello{
        width: 36vw;
    }
    a.btnCarosello {
        width: 22vw;
        height: 5vw;
    }
    p.textOverTitle.prodotto {
        margin: 0 0 2.5vw;
    }
    img.logoProdotto {
        width: 37vw;
        margin-bottom: 2.5vw;
    }
    h2.titleCarosello.prodotto {
        width: 43vw;
    }
    p.prezzoOriginale {
        font-size: 2vw;
        line-height: 2.3vw;
    }
    span.colorePrezzo {
        font-size: 3.28vw;
        line-height: 4vw;
    }
    .caroselloIndicatori {
        bottom: 2vw;
    }
}
@media (min-width: 1401px){
    /* CAROSELLO */
    .carosello {
        height: calc(100vh - 6.3vw - 45px) !important;
    }
    .sticky-margin {
        margin-top: 6.3vw;
    }
    .caroselloMeta {
        left: 15vw;
    }
    p.textOverTitle.news,
    p.textOverTitle.evento,
    a.btnCarosello,
    span.littleText {
        font-size: 1.05vw;
        line-height: 1vw;
    }
    h2.titleCarosello.news,
    h2.titleCarosello.evento {
        font-size: 3.4vw;
        line-height: 3.6vw;
        width: 33vw;
    }
    h3.sottotitoloCarosello,
    p.dataEvento,
    p.luogoEvento,
    p.textOverTitle.prodotto,
    h2.titleCarosello.prodotto {
        font-size: 2.1vw;
        line-height: 2.4vw;
    }
    h3.sottotitoloCarosello {
        width: 28vw;
    }
    a.btnCarosello {
        width: 18.5vw;
        height: 4vw;
    }
    p.textOverTitle.prodotto {
        margin: 0 0 2vw;
    }
    img.logoProdotto {
        width: 31vw;
        margin-bottom: 2vw;
    }
    h2.titleCarosello.prodotto {
        width: 32vw;
    }
    p.prezzoOriginale {
        font-size: 1.57vw;
        line-height: 2vw;
    }
    span.colorePrezzo {
        font-size: 2.61vw;
        line-height: 2.61vw;
    }
    .caroselloIndicatori {
        bottom: 1vw;
    }
}
/* Viene usata per rilevare se l'utente ha richiesto che il sistema riduca la quantità di animazioni o movimenti all'interno delle interfacce utente.*/
@media (prefers-reduced-motion: reduce) {
    .caroselloItem,
    .caroselloIndicatori [data-bs-target],
    .carousel-fade .active.carousel-item-start,
    .carousel-fade .active.carousel-item-end {
        transition: none;
    }
}
.caroselloItem.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}
/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
    transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
    transform: translateX(-100%);
}
/* rtl:end:ignore */
.carousel-fade .caroselloItem {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}
.carousel-fade .caroselloItem.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
    z-index: 1;
    opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
}
/* rtl:options: {
    "autoRename": true,
    "stringMap":[ {
        "name"    : "prev-next",
        "search"  : "prev",
        "replace" : "next"
    } ]
} */