html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100% !important;
    scroll-behavior: smooth;
    height: auto !important;
    overflow-x: hidden;
}

body {
    font-family: "Urbanist" !important;
    color: #555555;
}

nav {
    position: sticky !important;
    position: -webkit-sticky;
    /* Safari */
    top: 0 !important;
    background-color: #fff;
    box-shadow: 0px 3px 6px #00000029;
    /* Posiziona l'elemento in alto durante lo scroll */
    z-index: 1000 !important;
    /* Imposta lo z-index per assicurarsi che rimanga sopra altri elementi */
}

.navbar-collapse {
    justify-content: center;
}

section {
    padding: 4rem 0;
}

.sociale {
    position: fixed;
    right: 15px;
    top: 25vh;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: end;
    cursor: pointer;
}

.sociale:hover {
    z-index: 999;
}

.sociale a {
    width: 48px;
    height: 48px;
    border-radius: 50px;
    background-color: #fff;
    margin-bottom: 10px;
    display: flex;
    justify-content: end;
    padding-right: 14px;
    align-items: center;
    box-shadow: 0px 3px 10px #00000029;
    transition: all 0.3s ease-in-out;
    text-decoration: none !important;
    overflow: hidden;
}

.sociale a span {
    font: normal normal bold 16px/20px Urbanist !important;
    color: #114583;
    margin-right: 15px;
    margin-left: 20px;
    opacity: 0;
    transform: translateX(20px);
    transition: all 0.3s ease-in-out;
    transition:
        opacity 0.3s ease-in-out,
        transform 0.3s ease-in-out;
    white-space: nowrap;
}

.sociale a:hover {
    width: 150px;
}

.sociale a:hover span {
    opacity: 1;
    transform: translateX(0);
}

.bg-area-riservata .book-form,
.header-map .book-form,
.header-page .book-form {
    width: 100%;
    position: absolute;
    top: 66.91px;
    text-align: start;
    z-index: 999;
}

.header-homepage .book-form {
    width: 100%;
    position: absolute;
    top: 0;
    text-align: start;
    z-index: 1;
}

.box-immagini-servizi {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0px 3px 6px #00000029;
    height: 175px;
    width: 175px;
}

.btn-style {
    box-shadow: 0px 3px 6px #00000029 !important;
    border-radius: 13px !important;
    background: #114583 0% 0% no-repeat padding-box !important;
    color: white !important;
    text-align: center !important;
    font: normal normal bold 22px/27px Urbanist !important;
    letter-spacing: 0px !important;
    min-height: 50px;
    padding: 8px 30px;
}

.btn-style.btn-style-white {
    background: white 0% 0% no-repeat padding-box !important;
    color: #114583 !important;
}

.popup-sicurezza {
    position: absolute;
    bottom: 20vh;
    right: 80px;
    max-width: 400px;

    background-color: #edf4ff;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    padding: 30px;
    z-index: 10;
}

.popup-content {
    position: relative;
    color: #114583;
    text-align: left;
}

.popup-icon {
    margin-bottom: 10px;
    display: flex;
}

.popup-icon img {
    width: 100px;
}

.popup-title {
    font: normal normal 900 28px/32px Urbanist;
    letter-spacing: 0px;
    color: #004b8f;
    margin-bottom: 10px;
}

.popup-content p {
    font: normal normal normal 24px/30px Urbanist;
    letter-spacing: 0.12px;
    color: #004d91;
}

.btn-popup {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    padding: 10px 0;
    background-color: #35a936 !important;
}

.popup-close {
    position: absolute;
    top: -30px;
    right: -25px;
    background-color: #edf4ff;
    color: #114583;
    border: 0px solid #114583;
    border-radius: 50%;
    font-size: 40px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    line-height: 0;
}

.header-homepage {
    /* background-image: url(../img/duomoHome.jpg); */
    background-size: cover;
    background-position: center;
    min-height: calc(100vh - 65px);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    position: relative;
    text-align: center;
}

.img-lcp {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    top: 0;
    left: 0;
}

.header-contatti {
    background-image: url(../img/Duomo.jpg);
    justify-content: center;
}

.header-homepage::after {
    background: transparent linear-gradient(0deg, #00142c 0%, #1045831a 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 0.6;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
}

.header-homepage h1 {
    color: white;
    text-align: center;
    font: normal normal 600 80px/80px Urbanist !important;
    letter-spacing: 0px;
    text-shadow: 0px 3px 6px #00000029;
    z-index: 1;
}

.header-homepage h2 {
    font: italic normal 500 45px/42px Urbanist;
    letter-spacing: 0.78px;
    color: #ffffff;
    z-index: 1;
    text-shadow: 0px 3px 6px #00000029;
}

.box-text-home {
    margin-bottom: 7rem;
    z-index: 1;
}

.full-page {
    min-height: 100vh;
    height: 100%;
}

.bg-prenota {
    background-image: url(../img/Prenota.jpg);
    background-size: cover;
    background-position: bottom;
}

.bg-area-riservata {
    background-image: url(../img/Accedi.jpg);
    background-size: cover;
    background-position: bottom;
}

.header-homepage .img-scopri-di-piu {
    position: absolute;
    bottom: 15px;
    z-index: 1;
}

.bg-blue {
    background-color: #114583;
    color: #fff;
}

.box-parcheggio-global {
    text-align: center;
    margin: 2rem 0;
}

.box-parcheggio-global .box-img-parcheggio .lente-img-parcheggi {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    bottom: 0;
    z-index: 1;
}

#scrollButton:hover {
    cursor: pointer;
}

.box-parcheggio-global .box-img-parcheggio:hover .lente-img-parcheggi {
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.box-img-parcheggio {
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    max-width: 300px;
    aspect-ratio: 1/1;
    transition: all 0.3s ease-in-out;
    margin: auto;
    margin-bottom: 2rem;
}

.box-img-parcheggio::after {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background: #00000060;
    opacity: 0;
}

.box-img-parcheggio:hover::after {
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.box-parcheggio-global .img-park {
    aspect-ratio: 1/1;
    border-radius: 50%;
    max-width: 300px;
    object-fit: cover;
    box-shadow: 0px 3px 10px #00000029;
    margin-bottom: 1.5rem;
    height: 100%;
}

.box-img-bordered-shadow {
    width: 175px;
    height: 175px;
    border-radius: 50%;
    box-shadow: 0px 3px 6px #00000029;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-orange {
    color: #fc5030 !important;
}

.text-green {
    color: #36a936 !important;
}

.text-blue {
    color: #114583 !important;
}

.text-yellow {
    color: #ffec00 !important;
}

.bg-green {
    background-color: #36a936 !important;
}

h3.title-section {
    font: normal normal bold 38px/51px Urbanist !important;
    letter-spacing: 0px;
}

p {
    font: normal normal normal 20px/27px Urbanist;
    letter-spacing: 0px;
}

#footer-dynamic {
    padding: 3rem 0;
    background-color: #e4e4e4;
}

#footer-dynamic hr {
    opacity: 1;
    color: #114583;
    border-width: 2px;
}

#footer-dynamic p {
    margin-bottom: 0 !important;
    font: normal normal normal 16px/27px Urbanist;
    color: #114583;
}

#map {
    min-height: calc(100vh - 65px);
    height: 100%;
}

.leaflet-popup-content {
    font-family: Urbanist !important;
    font-size: 16px !important;
}

.leaflet-popup-content a {
    color: #114583 !important;
}

#footer-dynamic p a {
    color: #114583;
}

.form-sito {
    background-color: #ffffff;
    padding: 40px;
    margin-top: 3rem;
    box-shadow: 0px 3px 6px #00000029;
}

.form-sito.form-candidatura {
    box-shadow: none;
}

.form-sito label {
    color: #555555;
    font: italic normal bold 18px/24px Urbanist;
    margin-bottom: 1rem;
}

.form-sito.form-candidatura label {
    color: #114583;
}

.form-sito input[type="text"],
.form-sito input[type="email"],
.form-sito input[type="tel"],
.form-sito textarea {
    background: #e4e4e4 0% 0% no-repeat padding-box;
    border-radius: 13px;
    min-height: 50px;
    text-indent: 10px;
    border: none !important;
}

.form-sito input::placeholder,
.form-sito textarea::placeholder {
    color: #114583;
    opacity: 1;
    /* Firefox */
}

.form-sito input::-ms-input-placeholder,
.form-sito textarea::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #114583;
}

.form-sito.form-candidatura input::placeholder,
.form-sito.form-candidatura textarea::placeholder {
    color: #555555;
    opacity: 1;
    /* Firefox */
}

.form-sito.form-candidatura input::-ms-input-placeholder,
.form-sito.form-candidatura textarea::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #555555;
}

.form-sito .loading {
    cursor: not-allowed;
    opacity: 0.6;
}

.form-sito .loading-spinner {
    display: none !important;
}

.form-sito .loading .loading-spinner {
    display: inline-block;
}

.form-sito .g-recaptcha {
    visibility: hidden;
    height: 1px;
    width: 1px;
}

.box-privacy {
    display: flex;
}

.link-menu a {
    text-decoration: none;
    color: #114583;
    font: normal normal 500 18px/19px Urbanist;
    letter-spacing: 0px;
}

.nav-link {
    color: #114583;
    font: normal normal 500 16px / 15px Urbanist;
    letter-spacing: 0px;
    padding: 15px !important;
}

.link-menu a:hover,
.nav-link:hover {
    color: #114583;
}

.anchor {
    position: absolute;
    top: -65px;
}

.bg-transfer {
    background-image: url(../img/Transfer.jpg);
    background-size: cover;
    background-position: center;
}

.bg-chi-siamo {
    background-image: url(../img/ChiSiamo.jpg);
    background-size: cover;
    background-position-y: 20%;
}

.bg-accordi {
    background-image: url(../img/Abbonamenti.jpg);
    background-size: cover;
    background-position-y: 20%;
}

.bg-arena-sempione {
    background-image: url(../img/Sempione.jpg);
    background-size: cover;
    background-position-y: 20%;
}

.bg-garage-ripa {
    background-image: url(../img/Ripa.jpg);
    background-size: cover;
    background-position-y: 50%;
}

.bg-garage-romana {
    background-image: url(../img/Porta_Romana.jpg);
    background-size: cover;
    background-position-y: 50%;
}

.bg-gottardo-parking {
    background-image: url(../img/meda-san-gottardo-parking.jpg);
    background-size: cover;
    background-position-y: 50%;
}

.bg-3f-central {
    background-image: url(../img/StazioneMilano.jpg);
    background-size: cover;
    background-position-y: 50%;
}

.bg-beatrice-deste {
    background-image: url(../img/SDA_Bocconi_campus_dusk.jpg);
    background-size: cover;
    background-position-y: 50%;
}

.bg-bertini {
    background-image: url(../img/Bertini.jpg);
    background-size: cover;
    background-position-y: 50%;
}

.bg-bramante {
    background-image: url(../img/Bramante.jpg);
    background-size: cover;
    background-position-y: 50%;
}

.bg-city-life {
    background-image: url(../img/CityLife.jpg);
    background-size: cover;
    background-position-y: 50%;
}

.bg-paolo-sarpi {
    background-image: url(../img/ViaSarpi.jpg);
    background-size: cover;
    background-position-y: 50%;
}

.bg-poliziano {
    background-image: url(../img/SarpiMilano.jpg);
    background-size: cover;
    background-position-y: 50%;
}

.bg-san-gottardo {
    background-image: url(../img/SanGottardo.jpg);
    background-size: cover;
    background-position-y: 50%;
}

.bg-duomo {
    background-image: url(../img/DuomoParking.jpg);
    background-size: cover;
    background-position-y: 50%;
}

.bg-vetra {
    background-image: url(../img/Vetra.jpg);
    background-size: cover;
    background-position-y: 50%;
}

.bg-loreto {
    background-image: url(../img/Loreto-Parking.jpg);
    background-size: cover;
    background-position-y: 50%;
}

.bg-induno {
    background-image: url(../img/ChiesaLourdes.jpg);
    background-size: cover;
    background-position-y: 100%;
}

.bg-solferino {
    background-image: url(../img/Accedi.jpg);
    background-size: cover;
    background-position-y: 100%;
}

.header-page {
    min-height: calc(100vh - 212px);
    display: flex;
    height: 100%;
    align-items: center;
    margin-top: 148px;
}

.header-page.bg-chi-siamo,
.header-page.bg-accordi,
.header-page.bg-transfer {
    margin-top: 0;
    min-height: calc(100vh - 66px);
}

.box-title-page {
    background-color: #114583;
    color: white;
    text-align: center;
    padding: 40px;
    margin: 10px 0;
}

.box-title-page h1 {
    font: normal normal 600 50px/53px Urbanist;
    letter-spacing: 0px;
    margin-bottom: 18px;
}

.box-title-page h2 {
    font: normal normal 300 36px/44px Urbanist;
    letter-spacing: 0px;
    margin-bottom: 2rem;
}

.accordion-item,
.accordion-button {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 13px !important;
    background-color: #fff !important;
    font: normal normal bold 20px / 25px Urbanist;
    letter-spacing: 0px;
    color: #114583 !important;
    outline: none !important;
    border: none !important;
}

#summaryAccordion .accordion-button {
    color: #ffffff !important;
}

.accordion-button span {
    font: normal normal normal 20px / 25px Urbanist;
    letter-spacing: 0px;
    color: #000000;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.swiperParcheggi h4,
.swiperServizi h4 {
    color: #114583 !important;
}

.swiperParcheggi .swiper-button-next,
.swiperServizi .swiper-button-next {
    background-image: url("../img/arrow-right-blue.svg") !important;
    background-repeat: no-repeat;
    /* right: -8px !important; */
}

.swiperParcheggi .swiper-button-prev,
.swiperServizi .swiper-button-prev {
    background-image: url("../img/arrow-left-blue.svg") !important;
    background-repeat: no-repeat;
    left: 0 !important;
}

.bg-blue .swiperParcheggi .swiper-button-next,
.bg-blue .swiperServizi .swiper-button-next {
    filter: brightness(10000%);
}

.bg-blue .swiperParcheggi .swiper-button-prev,
.bg-blue .swiperServizi .swiper-button-prev {
    filter: brightness(10000%);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    content: "" !important;
}

.bg-blue .swiperParcheggi h4 {
    color: white !important;
}

.box-img-servizio img {
    border-radius: 50%;
    overflow: hidden;
    aspect-ratio: 1/1;
    width: 300px;
    margin: auto;
    margin-bottom: 2.5rem;
    position: relative;
}

.box-img-servizio {
    position: relative;
}

.box-servizio h4 {
    margin-top: 1rem;
}

.prezzo-servizio {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    z-index: 1;
    background-color: #fff;
    display: block;
    color: #004385;
    padding: 5px;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 13px;
    max-width: 125px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    font: normal normal bold 26px/32px Urbanist;
}

.box {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 13px;
    padding: 12px 17px;
    margin-bottom: 20px;
}

.box h4 {
    font-size: 19px;
}

.box p {
    font-size: 17px;
}

.box a {
    text-decoration: none;
    color: #000000;
}

.box-title-page .area-btn-green {
    background: #35a936 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 13px;
    color: white;
}

.box-title-page .altezza-btn-white {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 13px;
    color: #004385;
}

.box-title-page .altezza-btn-white,
.box-title-page .area-btn-green {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.bg-result {
    background-image: url(../img/Grazie.jpg);
    background-position: center;
    background-size: cover;
    min-height: calc(100vh - 65px);
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-result {
    background-color: #36a936;
    text-align: center;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.box-services-home {
    background: #f7f5f5 0% 0% no-repeat padding-box;
    border-radius: 13px;
    display: flex;
    z-index: 1;
    padding: 10px;
}

.box-services-home p {
    margin-bottom: 0;
}

.banner-result.banner-error {
    background-color: #fc5030;
}

.banner-result h1 {
    font: normal normal bold 18px/19px Urbanist !important;
    letter-spacing: 0px;
    margin-bottom: 0;
    padding-left: 0.75rem;
}

.box-result {
    background-color: #004385;
    color: #fff;
    padding: 2rem;
}

.box-result p {
    background-color: #fff;
    color: #114583;
    padding: 1rem;
    border-radius: 13px;
}

.box-result h2 {
    font: normal normal bold 20px/24px Urbanist;
    margin-bottom: 2rem;
}

@media (min-width: 992px) and (max-height: 800px) {
    .popup-sicurezza {
        bottom: 10vh;
    }
}

@media (min-width: 992px) and (max-height: 700px) {
    .popup-sicurezza {
        bottom: 5vh;
        max-width: 350px;
    }
}

@media (max-width: 1600px) {
    .popup-sicurezza {
        right: 20px;
    }
}

@media (max-width: 1400px) {
    .box-img-parcheggio,
    .box-parcheggio-global .img-park {
        max-width: 225px;
    }

    .popup-sicurezza {
        max-width: 350px;
    }

    .popup-icon img {
        width: 45px;
    }

    .popup-title {
        font: normal normal 900 25px/32px Urbanist;
        letter-spacing: 0px;
        color: #004b8f;
        margin-bottom: 10px;
    }

    .popup-content p {
        font: normal normal normal 22px/28px Urbanist;
        letter-spacing: 0.12px;
        color: #004d91;
    }

    .box-title-page h1 {
        font: normal normal 600 48px / 58px Urbanist;
        letter-spacing: 0px;
    }

    .box-title-page h2 {
        font: normal normal 300 28px / 40px Urbanist;
        letter-spacing: 0px;
        margin-bottom: 2rem;
    }
}

.modal-x {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-x .modal-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: 0;
}

.modal-x .modal-box {
    position: relative;
    background: #fff;
    border-radius: 16px;
    padding: 45px 20px 25px;
    max-width: 90%;
    width: 547px;

    z-index: 1;
    text-align: center;
    color: #114583;
    font-family: "Urbanist", sans-serif;
}

.modal-x .modal-close {
    position: absolute;
    top: 0px;
    right: 10px;
    background: transparent;
    border: none;
    color: #114583;
    border-radius: 0px;
    font-size: 40px;
    width: 36px;
    height: 36px;
    cursor: pointer;
}

#modalX {
    display: none;
}

.modal-sicurezza {
    display: none;
}

@media (max-width: 991.98px) {
    .popup-sicurezza {
        display: none;
    }

    .modal-sicurezza {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10000;
        width: 100vw;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .modal-overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        top: 0;
        left: 0;
        z-index: 0;
    }

    .modal-box {
        position: relative;
        background: #fff;
        border-radius: 16px;
        padding: 30px 20px;
        max-width: 90%;
        width: 360px;
        z-index: 1;
        text-align: center;
        color: #114583;
        font-family: "Urbanist", sans-serif;
    }

    .modal-close {
        position: absolute;
        top: 0px;
        right: 10px;
        background: transparent;
        border: none;
        color: #114583;
        border-radius: 0px;
        font-size: 40px;
        width: 36px;
        height: 36px;
        cursor: pointer;
    }

    .btn-popup {
        margin-top: 20px;
        background: #35a936;
        color: white;
        padding: 12px;
        border-radius: 12px;
        font-weight: bold;
        display: inline-block;
        width: 100%;
    }

    .modal-title {
        font-size: 20px;
        font-weight: 800;
        margin-bottom: 12px;
    }

    .modal-box p {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .modal-icon {
        margin-bottom: 10px;
    }
}

@media (max-width: 991px) {
    .navbar-toggler svg {
        width: 40px !important;
        height: 40px !important;
    }

    .header-homepage h1 {
        font: normal normal 600 44px / 55px Urbanist !important;
    }

    .header-homepage h2 {
        font: italic normal 500 27px / 24px Urbanist;
        /* margin-bottom: 7rem; */
    }

    .box-text-home {
        margin-top: 400px;
        z-index: 1;
    }

    .header-homepage {
        min-height: calc(100dvh - 65px);
    }

    h3.title-section {
        font: normal normal bold 30px / 45px Urbanist !important;
        letter-spacing: 0px;
    }

    section {
        padding: 2.5rem 15px;
    }

    #footer-dynamic hr {
        margin: 3rem 0;
    }

    .opened .line {
        stroke: #114583;
    }

    .line {
        fill: none;
        stroke: #114583;
        stroke-width: 6;
        transition:
            stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
            stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
    }

    .line1 {
        stroke-dasharray: 60 207;
        stroke-width: 6;
    }

    .line2 {
        stroke-dasharray: 60 60;
        stroke-width: 6;
    }

    .navbar-brand img svg g path {
        fill: #114583 !important;
    }

    .navbar-collapse {
        height: 100dvh;
        text-align: center;
        background-color: #fff;
    }

    .line3 {
        stroke-dasharray: 60 207;
        stroke-width: 6;
    }

    .opened .line1 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6;
    }

    .opened .line2 {
        stroke-dasharray: 1 60;
        stroke-dashoffset: -30;
        stroke-width: 6;
    }

    .opened .line3 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6;
    }

    button:focus:not(:focus-visible) {
        outline-color: transparent !important;
    }

    .navbar-toggler {
        border-color: transparent !important;
    }

    .navbar-toggler:focus {
        box-shadow: none !important;
    }

    .header-page {
        margin-top: 394px;
    }

    .accordion-item,
    .accordion-button {
        font: normal normal bold 17px / 21px Urbanist;
    }
}

@media (max-width: 567px) {
    .popup-sicurezza {
        right: 10px;
        left: 10px;
        margin: auto;
    }

    .header-homepage {
        min-height: calc(100vh - 50px);
    }

    .box-img-parcheggio {
        max-width: 175px;
    }

    .parcheggio-vicinanze h4 {
        font-size: 18px;
    }

    .box-parcheggio-global .img-park {
        max-width: 175px;
    }

    p {
        font: normal normal normal 18px / 27px Urbanist;
        letter-spacing: 0px;
    }

    .box-img-bordered-shadow {
        width: 125px;
        height: 125px;
    }

    .box-img-bordered-shadow img {
        width: 60%;
    }

    .navbar-brand img {
        max-width: 160px;
    }

    .navbar {
        padding: 0;
    }

    .box-parcheggio-global .box-img-parcheggio .lente-img-parcheggi {
        max-width: 50px;
    }

    .box-title-page h1 {
        font: normal normal 600 36px / 45px Urbanist;
        letter-spacing: 0px;
    }

    .box-title-page h2 {
        font: normal normal 300 25px / 40px Urbanist;
        letter-spacing: 0px;
    }

    .bg-arena-sempione {
        background-position: center;
    }

    .header-page {
        min-height: calc(100dvh - 76px);
        height: 100%;
        margin-top: 378px;
    }

    .bg-area-riservata .book-form,
    .header-map .book-form,
    .header-page .book-form {
        width: 100%;
        position: absolute;
        top: 50px;
        text-align: start;
        z-index: 999;
    }
}
