@media screen and (max-width: 992px) {

    /* HEADER */
    #header {
        background-color: unset;
        backdrop-filter: none;

        .col-11 {
            background-color: var(--color-blu-dark-opacity);
            border-radius: 30px;
            backdrop-filter: blur(5px);
            -webkit-backdrop-filter: blur(5px);
        }

        .brand svg {
            width: 200px;
        }
    }

    .rounded-section-b-r {
        border-bottom-right-radius: 50px;
    }

    .custom-rounded-top {
        border-top-left-radius: 50px;
        border-top-right-radius: 50px;
    }

    .rounded-section-t-r {
        border-top-right-radius: 50px;
    }

    .img-fixed-height {
        max-height: 250px;
    }

    .margin-fixed {
        margin-top: 120px;
    }

    .padding-fixed {
        padding-top: 120px;
    }

    .wave {
        height: 30px;
    }

    .image-city {
        height: 100px;
    }

    .immagine-parts-rainbow {
        transform: none;
    }

    .background-prenota {
        padding-top: 100px;
        padding-bottom: 190px;

        img {
            max-height: 310px;
            width: 100%;
            right: 50%;
            transform: translateX(50%);
            bottom: -90px;
        }
    }
}