/* Minification failed. Returning unminified contents.
(307,23): run-time error CSS1039: Token not allowed after unary operator: '-vh'
(986,24): run-time error CSS1039: Token not allowed after unary operator: '-vh'
 */
@font-face {
    font-family: 'Helvetica Neue';
    src: url('/LandingPage/RoadBike/font/HelveticaNeue.eot') format('embedded-opentype'), url('/LandingPage/RoadBike/font/HelveticaNeue.svg') format('svg'), url('/LandingPage/RoadBike/font/HelveticaNeue.ttf') format('truetype'), url('/LandingPage/RoadBike/font/HelveticaNeue.woff') format('woff');
}

@font-face {
    font-family: 'Restore';
    src: url('/LandingPage/RoadBike/font/RestoreBk-Regular.eot') format('embedded-opentype'), url('/LandingPage/RoadBike/font/RestoreBk-Regular.svg') format('svg'), url('/LandingPage/RoadBike/font/RestoreBk-Regular.ttf') format('truetype'), url('/LandingPage/RoadBike/font/RestoreBk-Regular.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Restore';
    src: url('/LandingPage/RoadBike/font/RestoreBl-Regular.eot') format('embedded-opentype'), url('/LandingPage/RoadBike/font/RestoreBl-Regular.svg') format('svg'), url('/LandingPage/RoadBike/font/RestoreBl-Regular.ttf') format('truetype'), url('/LandingPage/RoadBike/font/RestoreBl-Regular.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

/* il font-size di base è 16px */
html {
    font-size: 3px; /* 3 px */
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
}

@media (min-width: 500px) {
    html {
        font-size: 4px;
    }
}

@media (min-width: 1000px) {
    html {
        font-size: 5.6px;
    }
}

@media (min-width: 1100px) {
    html {
        font-size: 37.5%; /* 6 px */
    }
}

@media (min-width: 1300px) {
    html {
        font-size: 7px; /* 7 px */
    }
}

@media (min-width: 1450px) {
    html {
        font-size: 8px; /* 8 px */
    }
}

@media (min-width: 1600px) {
    html {
        font-size: 9px; /* 9 px */
    }
}

@media (min-width: 1800px) {
    html {
        font-size: 10px; /* 10 px */
    }
}

body {
    padding: 0;
    margin: 0;
    font-size: 1.4rem;
    font-family: 'Restore', sans-serif;
    color: #000;
}

.helvetica {
    font-family: 'Helvetica Neue', sans-serif;
}

@-ms-viewport {
    width: device-width;
}

.centratore {
    max-width: 120.0rem;
    position: relative;
    margin: auto;
    padding: 0 1.5rem;
    box-sizing: border-box;
}

    .centratore.big {
        max-width: 200.0rem;
        padding: 0 14rem;
    }

    .centratore.special {
        max-width: 200.0rem;
    }

.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}

.clear-after::after {
    content: '.';
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}

a img {
    border: 0;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.container-img {
    position: relative;
    overflow: hidden;
}

img.cover {
    position: absolute;
    object-fit: cover;
    object-position: center center;
    width: 100% !important;
    height: 100% !important;
    left: 0;
    top: 0;
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    img.cover {
        position: absolute;
        left: -10000%;
        right: -10000%;
        top: -10000%;
        bottom: -10000%;
        margin: auto auto;
        min-width: 1001%;
        min-height: 1001%;
        width: auto !important;
        height: auto !important;
        -moz-transform-style: unset !important;
        -webkit-transform-style: unset !important;
        -o-transform-style: unset !important;
        -ms-transform-style: unset !important;
        transform-style: unset !important;
        -moz-transform: scale(0.1);
        -webkit-transform: scale(0.1);
        -o-transform: scale(0.1);
        -ms-transform: scale(0.1);
        transform: scale(0.1);
        margin-bottom: auto !important;
    }
}

#container-menu {
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 8.0rem;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3.5rem;
    box-sizing: border-box;
}

#logo img {
    width: 25.1rem;
}

.menu-principale {
    display: flex;
    align-items: center;
}

    .menu-principale li {
        margin: 0 5rem;
    }

        .menu-principale li a:link,
        .menu-principale li a:visited {
            color: #fff;
            text-decoration: none;
            font-size: 2rem;
            text-transform: uppercase;
            letter-spacing: 0.12rem;
            font-weight: 800;
            -webkit-transition: all .5s ease-out;
            transition: all .5s ease-out;
        }

        .menu-principale li a:hover {
            color: #AEFE33;
        }

#icons-header {
    /*padding: 0 3.0rem;*/
    display: flex;
    align-items: flex-end;
}

    #icons-header > * {
        margin: 0 1.5rem;
    }

#icon-header-tel img {
    width: 3.395rem;
}

#icon-header-email img {
    width: 3.166rem;
}

#icon-header-map img {
    width: 3.819rem;
}

#icon-header-facebook img,
#icon-header-instagram img {
    width: 3.395rem;
}

.box-lingue {
    display: flex;
    align-items: center;
}

    .box-lingue li {
        padding-right: 3rem;
        position: relative;
    }

        .box-lingue li:last-child {
            padding-right: 0;
        }

        .box-lingue li:after {
            content: '';
            position: absolute;
            top: 1rem;
            right: 1.2rem;
            width: 0.6rem;
            height: 0.6rem;
            border-radius: 50%;
            background-color: #AEFE33;
        }

        .box-lingue li:last-child:after {
            display: none;
        }

        .box-lingue li a:link,
        .box-lingue li a:visited {
            text-decoration: none;
            font-size: 2rem;
            color: #fff;
            text-transform: uppercase;
            -webkit-transition: all .5s ease-out;
            transition: all .5s ease-out;
        }

        .box-lingue li a:hover,
        .box-lingue li a.attiva:link,
        .box-lingue li a.attiva:visited {
            color: #AEFE33;
        }

#hamburge-menu {
    display: none;
}

#booking-online {
    position: absolute;
    top: 16rem;
    right: 4.8rem;
}

    #booking-online img {
        width: 20.6rem;
    }

#testata,
#share-your-motion,
#tours,
#living {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    min-height: 70rem;
    position: relative;
}

    #testata .testo {
        position: absolute;
        bottom: 5rem;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: center;
    }

        #testata .testo .titolo {
            font-size: 20rem;
            line-height: 17.5rem;
            font-weight: 900;
            color: transparent;
            -webkit-text-stroke-width: 0.7rem;
            -webkit-text-stroke-color: #fff;
            text-transform: uppercase;
        }

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #testata .testo .titolo {
        color: #fff;
    }
}

#testata .testo .sottotitolo {
    font-size: 4rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: 0.12rem;
    text-transform: uppercase;
    margin-top: 2rem;
    text-shadow: 0.5rem 0.5rem 0.5rem #0000005F;
}

#testo-posizionamento {
    background-color: #AEFE33;
    padding: 16rem 0 15rem;
    text-align: center;
}

    #testo-posizionamento .titolo {
        font-size: 10rem;
        color: #000000;
        text-transform: uppercase;
        padding-bottom: 10rem;
        position: relative;
        font-weight: 900;
        line-height: 9.4rem;
    }

        #testo-posizionamento .titolo:after {
            content: '';
            display: block;
            position: absolute;
            bottom: 0;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            width: 28rem;
            height: 2.3rem;
            background-color: #fff;
            border-radius: 0.9rem;
        }

    #testo-posizionamento .testo {
        margin-top: 4.5rem;
        font-size: 2.5rem;
        color: #000;
        line-height: 3.5rem;
    }

#quick-links {
    padding: 2rem 0;
}

    #quick-links .centratore {
        display: flex;
        flex-wrap: wrap;
    }

    #quick-links .item {
        margin: 2rem 2rem 2rem;
        width: calc(50% - 4rem);
        height: 48rem;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
    }

        #quick-links .item img.cover {
            -webkit-transition: all .5s ease-out;
            transition: all .5s ease-out;
        }

        #quick-links .item:hover img.cover {
            -webkit-transform: scale(1.2);
            transform: scale(1.2);
        }

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #quick-links .item:hover img.cover {
        -moz-transform: scale(0.12);
        -webkit-transform: scale(0.12);
        -o-transform: scale(0.12);
        -ms-transform: scale(0.12);
        transform: scale(0.12);
    }
}

#quick-links .item .titolo {
    font-size: 10rem;
    text-transform: uppercase;
    color: #AEFE33;
    line-height: 10.6rem;
    font-weight: 900;
    text-shadow: 0rem 1rem 1rem #00000077;
    text-align: center;
    z-index: 2;
}

#share-your-motion .titolo {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 7rem;
    font-size: 12rem;
    line-height: 10.6rem;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 900;
    text-shadow: 0rem 0.3rem 0.6rem #00000029;
}

#share-your-motion .socials {
    position: absolute;
    bottom: 9.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: flex;
    align-items: center;
}

    #share-your-motion .socials .item {
        margin: 0 1.5rem;
    }

        #share-your-motion .socials .item img {
            width: 6rem;
        }

#share-your-motion .hashtag {
    position: absolute;
    bottom: 4rem;
    left: 0;
    width: 100%;
    color: #AEFE33;
    text-transform: uppercase;
    font-size: 3rem;
    font-weight: 900;
    text-align: center;
}

#tours {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 90rem;
}

    #tours .allineatore {
        position: relative;
        z-index: 2;
        width: 100%;
    }

        #tours .allineatore > .titolo {
            font-size: 28rem;
            line-height: 27rem;
            font-weight: 900;
            color: transparent;
            -webkit-text-stroke-width: 0.7rem;
            -webkit-text-stroke-color: #fff;
            text-transform: uppercase;
        }

    #tours .container-rotator .arrow-rotator {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        cursor: pointer;
        width: 7.8rem;
    }

        #tours .container-rotator .arrow-rotator.left {
            left: 2rem;
        }

        #tours .container-rotator .arrow-rotator.right {
            right: 2rem;
        }

    #tours .rotator {
        margin-top: 11rem;
    }

        #tours .rotator .owl-stage {
            display: flex;
        }

        #tours .rotator .item:link,
        #tours .rotator .item:visited {
            display: block;
            border-radius: 5.9rem;
            background-color: rgba(0,0,0,.67);
            padding: 4rem 2.5rem;
            height: 100%;
            display: flex;
            flex-direction: column;
            box-sizing: border-box;
            text-decoration: none;
        }

        #tours .rotator .item .titolo {
            position: relative;
            font-weight: 900;
            text-transform: uppercase;
            line-height: 0.92;
            padding-bottom: 5.3rem;
            color: #fff;
            display: flex;
            flex-direction: column;
            height: 100%;
        }

            #tours .rotator .item .titolo:after {
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 2.3rem;
                background-color: #fff;
                border-radius: 0.9rem;
            }

            #tours .rotator .item .titolo .small {
                font-size: 5rem;
            }

            #tours .rotator .item .titolo .medium {
                font-size: 9rem;
                line-height: 8.5rem;
            }

            #tours .rotator .item .titolo .big {
                font-size: 19rem;
                line-height: 15rem;
            }

            #tours .rotator .item .titolo .green {
                color: #AEFE33;
            }

            #tours .rotator .item .titolo *:last-child {
                margin-top: auto;
            }

        #tours .rotator .item .desc {
            margin-top: 3.2rem;
            font-size: 3.3rem;
            line-height: 4rem;
            color: #fff;
            letter-spacing: 0.099rem;
            text-transform: uppercase;
        }

#rent {
    padding: 9rem 0;
}

    #rent .titolo {
        font-size: 28rem;
        font-weight: 900;
        text-transform: uppercase;
        color: #AEFE33;
        line-height: 25rem;
        text-align: center;
    }

    #rent .sottotitolo {
        font-size: 12rem;
        font-weight: 900;
        text-transform: uppercase;
        color: #AEFE33;
        line-height: 9.6rem;
        text-align: center;
        margin-top: 2rem;
    }

    #rent .img-bici {
        display: block;
        position: relative;
        margin: 6rem auto 0;
        width: 28.6rem;
    }

    #rent .desc {
        font-size: 2.5rem;
        line-height: 3.5rem;
        color: #000;
        text-align: center;
        margin-top: 3.5rem;
    }

    #rent .container-img {
        display: flex;
        justify-content: space-between;
        margin-top: 6rem;
    }

        #rent .container-img .item {
            height: 58rem;
            width: calc(33.33% - 2.5rem);
            border-radius: 5.9rem;
        }

#service .container-titolo {
    padding: 15rem 0 12rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

    #service .container-titolo > .titolo {
        font-size: 28rem;
        line-height: 25rem;
        font-weight: 900;
        color: transparent;
        -webkit-text-stroke-width: 0.7rem;
        -webkit-text-stroke-color: #fff;
        text-transform: uppercase;
        z-index: 2;
        position: relative;
    }

#service .container-service {
    background-color: #AEFE33;
    padding: 5rem 0;
}

    #service .container-service .centratore {
        display: flex;
    }

        #service .container-service .centratore .item {
            text-align: center;
            color: #000;
            padding: 0 4.5rem;
            display: flex;
            flex-direction: column;
            flex-basis: 50%;
            box-sizing: border-box;
        }

            #service .container-service .centratore .item .titolo {
                font-weight: 900;
                text-transform: uppercase;
                font-size: 10rem;
                line-height: 9rem;
            }

            #service .container-service .centratore .item .desc {
                font-size: 2.5rem;
                line-height: 3.5rem;
                margin-top: 4.5rem;
                margin-bottom: 2rem;
            }

            #service .container-service .centratore .item img {
                margin-top: auto;
                align-self: center;
            }

#living .container-titolo {
    text-align: center;
    position: absolute;
    top: 5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 90%;
}

    #living .container-titolo .titolo {
        font-size: 28rem;
        line-height: 27rem;
        font-weight: 900;
        color: #fff;
        text-transform: uppercase;
    }

    #living .container-titolo .sottotitolo {
        color: #fff;
        text-transform: uppercase;
        margin-top: 1.5rem;
        font-size: 0;
    }

        #living .container-titolo .sottotitolo .item {
            display: inline-block;
            padding-right: 8.2rem;
            position: relative;
            font-size: 7.7rem;
        }

            #living .container-titolo .sottotitolo .item:last-child {
                padding-right: 0;
            }

            #living .container-titolo .sottotitolo .item:after {
                content: '';
                position: absolute;
                right: 3.2rem;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                width: 1.8rem;
                height: 1.8rem;
                background-color: #AEFE33;
                border-radius: 50%;
            }

            #living .container-titolo .sottotitolo .item:last-child:after {
                display: none;
            }

#living .more:link,
#living .more:visited {
    position: absolute;
    bottom: 8.3rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-decoration: none;
    display: inline-block;
    padding: 2rem 5rem;
    background-color: #AEFE33;
    border-radius: 3.4rem;
    color: #000;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 6rem;
    line-height: 5.5rem;
    white-space: nowrap;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

#living .more:hover {
    background-color: #000;
    color: #AEFE33;
}

#dove-siamo .titolo {
    background-color: #000;
    color: #AEFE33;
    font-size: 10rem;
    line-height: 10.6rem;
    text-transform: uppercase;
    padding: 9rem 0;
    text-align: center;
    font-weight: 900;
}

#dove-siamo #mappa {
    height: 54rem;
}

#footer {
    background-color: #000;
    padding: 3rem 0;
}

    #footer .container-titolo {
        text-align: center;
        color: #fff;
        padding: 0 3rem;
    }

    #footer .titolo {
        font-size: 2.5rem;
        line-height: 3.5rem;
        text-transform: uppercase;
        font-weight: bold;
    }

    #footer .sottotitolo {
        font-size: 0;
        margin-top: 0.5rem;
    }

        #footer .sottotitolo .item {
            display: inline-block;
            font-size: 2.5rem;
            line-height: 3.5rem;
            position: relative;
            padding-right: 6.4rem;
        }

            #footer .sottotitolo .item a:link,
            #footer .sottotitolo .item a:visited {
                text-decoration: none;
                color: #fff;
            }

            #footer .sottotitolo .item a:hover {
                text-decoration: underline;
            }

            #footer .sottotitolo .item:last-child {
                padding-right: 0;
            }

            #footer .sottotitolo .item:after {
                content: '';
                position: absolute;
                right: 2.5rem;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                width: 1.4rem;
                height: 1.4rem;
                border-radius: 50%;
                background-color: #AEFE33;
            }

            #footer .sottotitolo .item:last-child:after {
                display: none;
            }

    #footer .icons {
        display: flex;
        justify-content: center;
        margin-top: 3.2rem;
        align-items: flex-end;
    }

        #footer .icons .item {
            margin: 0 3.2rem;
        }

    #footer #icon-footer-tel {
        width: 9.4rem;
    }

    #footer #icon-footer-email {
        width: 8.6rem;
    }

    #footer #icon-footer-maps {
        width: 10.5rem;
    }

    #footer #icon-footer-facebook,
    #footer #icon-footer-instagram {
        width: 9.1rem;
    }

    #footer .menu-footer {
        margin-top: 4rem;
        display: flex;
        justify-content: center;
    }

        #footer .menu-footer li {
            margin: 0 3.2rem;
        }

            #footer .menu-footer li a:link,
            #footer .menu-footer li a:visited {
                font-family: 'Helvetica Neue', sans-serif;
                font-size: 2.5rem;
                line-height: 3.5rem;
                color: rgba(255,255,255,0.56);
                text-decoration: none;
                -webkit-transition: all .5s ease-out;
                transition: all .5s ease-out;
            }

            #footer .menu-footer li a:hover {
                color: #AEFE33;
            }

.archimede-privacy-policy {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}
@media screen and (max-width: 1000px) {
    .centratore {
        max-width: 200rem;
        padding: 0 5rem;
    }

        .centratore.big.special {
            padding: 0 5rem;
        }

    #container-menu {
        height: 20rem;
        padding: 0 5rem;
    }

    #logo img {
        width: 50rem;
    }

    #container-menu-mobile {
        position: absolute;
        top: 20rem;
        left: 0;
        width: 100vw;
        background-color: #000;
        height: calc(100vh - 20rem);
        overflow: hidden;
        opacity: 0;
        max-height: 0;
        -webkit-transition: all .5s opacity .5s ease-out, max-height .5s step-end;
        transition: opacity .5s ease-out, max-height .5s step-end;
    }

        #container-menu-mobile.visible-mobile {
            max-height: 10000vh;
            opacity: 1;
            -webkit-transition: all .5s opacity .5s ease-out, max-height .5s step-start;
            transition: opacity .5s ease-out, max-height .5s step-start;
        }

    #scroll-menu-mobile {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        max-height: calc(100% - 30rem);
        overflow-y: auto;
        width: calc(100% - 15rem);
    }

    .menu-principale {
        flex-direction: column;
        justify-content: center;
    }

        .menu-principale li {
            margin: 6rem 0;
        }

            .menu-principale li a:link,
            .menu-principale li a:visited {
                font-size: 7rem;
            }

    #icons-header {
        justify-content: center;
        position: absolute;
        top: calc(100vh - 12rem);
        top: calc(var(--vh, 1vh) * 100 - 12rem);
        left: 0;
        width: 100%;
        overflow: hidden;
        opacity: 0;
        max-height: 0;
        -webkit-transition: all .5s opacity .5s ease-out, max-height .5s step-end;
        transition: opacity .5s ease-out, max-height .5s step-end;
    }

        #icons-header.visible-mobile {
            max-height: 10000vh;
            opacity: 1;
            -webkit-transition: all .5s opacity .5s ease-out, max-height .5s step-start;
            transition: opacity .5s ease-out, max-height .5s step-start;
        }

        #icons-header > * {
            margin: 0 5rem;
        }

    #icon-header-tel img,
    #icon-header-email img,
    #icon-header-map img,
    #icon-header-facebook img,
    #icon-header-instagram img {
        width: 7rem;
    }

    .box-lingue {
        justify-content: center;
        position: absolute;
        top: 25rem;
        left: 0;
        width: 100%;
        font-size: 5.2rem;
        overflow: hidden;
        opacity: 0;
        max-height: 0;
        -webkit-transition: all .5s opacity .5s ease-out, max-height .5s step-end;
        transition: opacity .5s ease-out, max-height .5s step-end;
    }

        .box-lingue.visible-mobile {
            max-height: 10000vh;
            opacity: 1;
            -webkit-transition: all .5s opacity .5s ease-out, max-height .5s step-start;
            transition: opacity .5s ease-out, max-height .5s step-start;
        }

        .box-lingue li {
            padding-right: 8rem;
        }

            .box-lingue li a:link, .box-lingue li a:visited {
                font-size: 5rem;
            }

            .box-lingue li:after {
                top: 2.4rem;
                right: 3.4rem;
                width: 1.2rem;
                height: 1.2rem;
            }

    #hamburge-menu {
        display: block;
        padding: 0;
    }

        #hamburge-menu .hamburger-inner,
        #hamburge-menu .hamburger-inner:after,
        #hamburge-menu .hamburger-inner:before {
            background-color: #fff;
        }

        #hamburge-menu.hamburger--spring.is-active .hamburger-inner {
            background-color: transparent;
        }

    #booking-online {
        top: 26rem;
        right: 5rem;
    }

        #booking-online img {
            width: 30rem;
        }

    #testata .testo .titolo,
    #tours .allineatore > .titolo,
    #rent .titolo,
    #service .container-titolo > .titolo,
    #living .container-titolo .titolo {
        font-size: 16rem;
        line-height: 14.5rem;
    }

    #testata .testo .sottotitolo {
        font-size: 6rem;
    }

    #testo-posizionamento .testo,
    #rent .desc,
    #service .container-service .centratore .item .desc {
        font-size: 5.5rem;
        line-height: 7rem;
    }

    #share-your-motion .socials {
        bottom: 12.5rem;
    }

        #share-your-motion .socials .item {
            margin: 0 2.5rem;
        }

            #share-your-motion .socials .item img {
                width: 10rem;
            }

    #share-your-motion .hashtag {
        font-size: 7rem;
    }

    #tours .rotator .item .titolo .small {
        font-size: 7rem;
    }

    #tours .rotator .item .titolo .medium {
        font-size: 11rem;
        line-height: 10.2rem;
    }

    #tours .rotator .item .titolo .big {
        font-size: 22rem;
        line-height: 17rem;
    }

    #tours .rotator .item .desc {
        font-size: 5rem;
        line-height: 5.5rem;
    }

    #rent .sottotitolo {
        font-size: 8rem;
        line-height: 7.5rem;
    }

    #rent .container-img {
        flex-direction: column;
    }

        #rent .container-img .item {
            height: 60rem;
            width: 100%;
        }

    #service .container-service .centratore {
        flex-direction: column;
    }

        #service .container-service .centratore .item {
            flex-basis: 100%;
            margin-top: 15rem;
        }

            #service .container-service .centratore .item:first-child {
                margin-top: 0;
            }

            #service .container-service .centratore .item img {
                margin-top: 5rem;
                max-width: 30rem;
            }

    #living .container-titolo .sottotitolo .item {
        font-size: 6rem;
    }

    #living .more:link,
    #living .more:visited {
        font-size: 7rem;
        line-height: 6.5rem;
    }

    #dove-siamo #mappa {
        height: 65rem;
    }

    #footer .titolo,
    #footer .sottotitolo .item {
        font-size: 5rem;
        line-height: 7rem;
    }

    #footer .menu-footer {
        flex-direction: column;
        align-items: center;
    }

        #footer .menu-footer li {
            margin: 1.5rem 0;
        }

            #footer .menu-footer li a:link,
            #footer .menu-footer li a:visited {
                font-size: 5rem;
                line-height: 7rem;
            }
}

@media screen and (max-width: 600px) {
    #quick-links .item {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        height: 60rem;
    }
}
