.box_prenota_data_dati .rectangle-45 {
    width: 85px;
    height: 33px;
}

h3.nome-circuito {
    font-family: Play;
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-decoration-color: var(--yellow);
    text-underline-offset: 9px;
}

h3.nome-circuito-prodotto {
    font-family: Play;
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-decoration-color: var(--yellow);
    text-underline-offset: 9px;
}

@media screen and (max-width: 400px) {
    h3.nome-circuito {
        font-size: 45px;
    }
}

h3.nome-circuito-prodotto {
    font-family: Play;
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-decoration-color: var(--yellow);
    text-underline-offset: 9px;
}

@media screen and (max-width: 400px) {
    h3.nome-circuito-prodotto {
        font-size: 45px;
    }
}

h1,
h4 {
    text-transform: uppercase;
}

.main-photo-wrapper .box-title-info .title-box h1 {
    color: #FFF !important;
    font-family: Play;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.voto {
    color: #febb02;
    font-size: 22px;
}

.voto-grey {
    color: #E0E0E0;
    border-radius: 1px;
    font-size: 22px;
}

.voto-half {
    color: #febb02;
    font-size: 22px;
}

.div_pista_prova {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    min-width: 211px;
}

.box_prenota_data {
    height: 250;
    box-shadow: 0px 4px 20px 10px rgba(0, 0, 0, 0.05);
}

.box_prenota_data_dati {
    padding: 3px 3px;
    color: #222020;
    border-radius: 2px;
}

.box_prenota_data_prenota {
    padding-top: 3px;
    padding-bottom: 3px;
    background: #e73739;
}

.rectangle-44 span {
    text-decoration: underline;
}

.box_prenota_data ul {
    padding: 0;
    list-style: none;
    text-transform: uppercase;
}

.box_prenota_data ul li {
    padding: 2px 2px;
    text-transform: uppercase;
    border-bottom: 1px solid #F3F4F6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #222020;
}

.box_prenota_data .giallo ul li {
    border-bottom: 1px solid #C3B600;
}

.box_prenota_data .verde ul li {
    border-bottom: 1px solid #567604;
}

.box_prenota_data .rosso ul li {
    border-bottom: 1px solid #000;
}

.valore_voce_prenota {
    font-family: Play;
    font-size: 20px;
}

.titolo_prezzo {
    font-size: 32px;
    font-style: normal;
    /* font-weight: 700; */
    line-height: normal;
    text-transform: uppercase;
}

.prezzo_prova {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    text-wrap: nowrap;
}

.voce_prenota {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.descrizione_semaforo {
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.box_prenota_data_prenota {
    color: #FFF;
    font-family: Play;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.box_prenota_data_prenota button {
    width: 100%;
    background: transparent;
    border: unset;
    color: white;

}

.numero_persone {
    text-align: center;
}

.prenota-ora-7 {
    font-family: Play;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.incluso-nel-prezzo .card-body,
.incluso-nel-prezzo .card-body big,
.incluso-nel-prezzo .card-body p {
    font-family: Hebrew !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;

}
.descrizione-viaggio {
    line-height: normal;
}
.dal-al {
    padding: 1px 5px;
}
.descrizione-viaggio p,
.descrizione-viaggio span,
.descrizione-viaggio strong {
    font-size: unset;
}

.list-button-policy li {
    display: inline;
    text-align: left;
    overflow: hidden;
    vertical-align: top;
}

@media screen and (max-width:1196px) {
    .main-photo-wrapper .box-title-info .title-box h1 {
        font-size: 25px;
    }

    .main-photo-wrapper .box-title-info {
        padding: 5px 0px !important;
    }
}

@media screen and (max-width:992px) {
    li.li_box_num {
        display: block !important;
    }

    .titolo_prezzo,
    .prezzo_prova {
        font-size: 24px;
    }
}
@media screen and (max-width:572px) {
   .scroll_arrow{
       display:none;
   }
}
@media screen and (max-width:400px) {
    .freccia_scorrimento {
        display: none;
    }
}