@media screen and (max-width: 768px) {

    .mobile-column,
    #consent {
        flex-direction: column;
        align-items: stretch;
    }

    .checkbox-list-container {
        flex-direction: column;
    }

    #navbar {
        display: none;
    }

    #mobile-navbar {
        display: block;
    }

    .hero h1, .hero-50 h1 {
        font-size: 5rem;
        font-weight: 500;
        line-height: 4rem;
        margin-bottom: .5rem;
    }

    .hero h2, .hero-50 h2 {
        font-size: 2.3rem;
        font-weight: 400;
        line-height: 3.5rem;
    }

    .titolo {
        font-size: 4rem;
        line-height: 4rem;
    }

    .titolo-50 {
        font-size: 3rem;
        line-height: 3.5rem;
    }

    .spacer-5 {
        height: 2.5rem;
    }

    .titoletto {
        font-size: 1.2rem;
    }

    .p28 {
        font-size: 1.8rem;
    }

    .p20 {
        font-size: 1.4rem;
    }

    h4 {
        font-size: 2.1rem;
    }

    .pad-5 {
        padding: 3rem;
    }

    .bt-registrati span {
        font-size: 1.4rem;
    }

    .bt-registrati img {
        width: 3rem;
    }

    .bt-link span {
        font-size: 1.4rem;
    }

    .bt-link img {
        width: 3rem;
    }

    .bg-gala-dinner {
        padding: 2rem 2rem 10rem 2rem;
    }

    .bg-social-dinner {
        padding: 2rem 2rem 10rem 2rem;
    }

    .bg-festival-cannes {
        padding: 2rem 2rem 10rem 2rem;
    }

    .tag-black,
    .tag {
        display: block;
        margin-bottom: .5rem;
    }

    .footer {
        font-size: 1.3rem;
    }

    .footer .column {
        margin-bottom: 1rem;
    }

    .title-footer {
        font-size: 1.6rem;
    }

    .footer-second-col {
        display: none !important;
    }

    .footer .bt-registrati {
        margin-top: 1rem;
    }

    .footer .bt-registrati span {
        font-size: 1.3rem;
    }

    .footer .bt-registrati img {
        width: 2rem;
    }

    .welcome {
        font-size: 2.8rem;
        line-height: 3.8rem;
    }

    .box-ceo {
        font-size: 1.8rem;
        line-height: 1.8rem;
    }

    .navbar .container {
        width: 100%;
        padding: 2rem 2rem;
    }

    .navbar-item {
        background-color: transparent;
    }

    .div-note-hotel-open {
        width: 95%;
        height: 50%;
        overflow-y: auto;
        padding-right: .8rem;
    }

    .div-note-hotel-closed {
        width: 93%;
    }

    .col-desc-hotel {
        padding: 0rem;
    }

    .logo-footer {
        width: 14rem;
    }

    .column-right-note {
        flex: 10;
        font-size: 1.35rem;
    }

    .hotel-main-info {
        /*text-align: left;*/
        line-height: 3rem;
        margin: 1rem auto;
    }

    .agenda-timeline {
        flex-direction: column;
        align-items: stretch;
        gap: 22px;
        position: relative;
    }

    .agenda-timeline::before {
        content: "";
        position: absolute;
        left: -46px;
        top: -22px;
        bottom: -22px;
        border-left: 2px dotted #e11f2a;
    }

    .day-card {
        width: 100%;
        max-width: none;
        min-height: auto;
        border-radius: 18px;
        padding: 24px;
        display: grid;
        grid-template-columns: 110px 1fr;
        column-gap: 20px;
        align-items: start;
        position: relative;
    }

    .day-card::before {
        content: "";
        position: absolute;
        left: -52px;
        top: 50%;
        width: 12px;
        height: 12px;
        background: #e11f2a;
        border-radius: 50%;
        transform: translateY(-50%);
        z-index: 2;
    }

    .day-card::after {
        content: "";
        position: absolute;
        left: -46px;
        top: 50%;
        width: 46px;
        border-top: 2px dotted #e11f2a;
        transform: translateY(-50%);
    }

    .day-header {
        display: block;
        margin-bottom: 0;
    }

    .day-number {
        display: block;
        font-size: 60px;
        line-height: 0.95;
        letter-spacing: 5px;
        margin-right: 0;
    }

    .month {
        display: block;
        font-size: 14px;
        margin-top: 8px;
        letter-spacing: 1px;
    }

    .agenda-item {
        grid-template-columns: 28px 1fr;
        column-gap: 18px;
        margin-bottom: 28px;
        font-size: 18px;
        line-height: 1.15;
    }

    .agenda-item:last-child {
        margin-bottom: 0;
    }

    .icon {
        font-size: 23px;
    }

    .connector {
        display: none;
    }
}