﻿
.homepage {
    position: relative;
    /* overflow: hidden; */
    height: 100%;
}

    .homepage p {
        line-height: 1.8;
    }

    .homepage .strong {
        font-family: Helvetica-Bold;
        color: #292929;
    }

    .homepage .svgArrow {
        fill: #a6a6a6;
    }

    .homepage .svgCircleThin {
        fill: none;
        stroke: #a6a6a6;
        stroke-width: 2;
        stroke-miterlimit: 10;
    }

    .homepage .svgCircleLarge {
        stroke: #a6a6a6;
        fill: none;
        stroke-width: 2;
        stroke-miterlimit: 10;
        stroke-dasharray: 182;
        stroke-dashoffset: 182;
    }

    .homepage .svg-circle-thin {
        stroke: #1b1b1b;
        fill: none;
        stroke-width: 2;
        stroke-miterlimit: 10;
    }

    .homepage .arrow {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 40px;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

        .homepage .arrow img {
            position: relative;
        }

    .homepage .circle-large {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 100%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

        .homepage .circle-large img {
            position: relative;
        }

    .homepage .cta-homepage {
        position: absolute;
        width: 30rem;
        height: 6rem;
        left: 50%;
        bottom: 5rem;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

@media only screen and (min-width:0px) and (max-width:1024px) {
    .homepage .cta-homepage {
        position: relative;
        width: 100%;
        height: 16vw;
        bottom: 0;
        margin-top: 2.5rem;
    }
}

@media only screen and (min-device-width:601px) and (max-device-width:1024px) {
    .homepage .cta-homepage {
        height: 8rem;
    }
}

@media only screen and (min-device-width:1024px) and (max-device-width:1366px) and (min-height:900px) and (-webkit-min-device-pixel-ratio:2) {
    .homepage .cta-homepage {
        height: 8rem;
    }
}

.homepage .cta-homepage.item-inview .cta-homepage__wrapper {
    opacity: 0;
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    -webkit-transition: all 1.2s cubic-bezier(0,.6,.6,1);
    transition: all 1.2s cubic-bezier(0,.6,.6,1);
}

.homepage .cta-homepage.item-inview.viewed .cta-homepage__wrapper {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.homepage .cta-homepage .cta-homepage__sfondo {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    opacity: .3;
}

.homepage .cta-homepage .cta-homepage__wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 1px solid #000;
}

    .homepage .cta-homepage .cta-homepage__wrapper .cta-homepage__container {
        position: relative;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }

        .homepage .cta-homepage .cta-homepage__wrapper .cta-homepage__container .label {
            position: relative;
            margin-left: 1.25rem;
        }

@media only screen and (min-width:0px) and (max-width:1024px) {
    .homepage .cta-homepage .cta-homepage__wrapper .cta-homepage__container .label {
        margin-left: 0;
        width: 100%;
        text-align: center;
    }
}

.homepage .cta-homepage .cta-homepage__wrapper .cta-homepage__container .label span {
    position: relative;
    display: block;
    font-family: Helvetica-Bold;
}

.homepage .cta-homepage .cta-homepage__wrapper .cta-homepage__container .icone {
    position: relative;
    width: 60px;
    margin-right: 1.25rem;
    overflow: hidden;
}

@media only screen and (min-width:0px) and (max-width:1024px) {
    .homepage .cta-homepage .cta-homepage__wrapper .cta-homepage__container .icone {
        display: none;
    }
}

.homepage .cta-homepage .cta-homepage__wrapper .cta-homepage__container .icone .img span {
    position: relative;
    display: block;
}

.homepage .cta-mobile {
    position: relative;
    width: 64vw;
    height: 16vw;
    margin: 2.5rem auto 0 auto;
}

@media only screen and (min-device-width:601px) and (max-device-width:1024px) {
    .homepage .cta-mobile {
        width: 60vw;
        height: 4rem;
    }
}

@media only screen and (min-device-width:1024px) and (max-device-width:1366px) and (min-height:900px) and (-webkit-min-device-pixel-ratio:2) {
    .homepage .cta-mobile {
        width: 60vw;
        height: 8rem;
    }
}

.homepage .cta-mobile .cta-mobile__sfondo {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    opacity: .4;
}

.homepage .cta-mobile .cta-mobile__wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    border: 1px solid #000;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

    .homepage .cta-mobile .cta-mobile__wrapper .cta-mobile__container {
        text-align: center;
    }

        .homepage .cta-mobile .cta-mobile__wrapper .cta-mobile__container span {
            font-family: Helvetica-Bold;
        }

.homepage .sezione-1 {
    position: relative;
    /* overflow: hidden; */
    height: 100%;
}

    .homepage .sezione-1 .slider-homepage {
        position: relative;
        width: 100%;
        height: 100%;
        /* overflow: hidden; */
    }

        .homepage .sezione-1 .slider-homepage .slide {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            visibility: hidden;
            z-index: 31;
        }

            .homepage .sezione-1 .slider-homepage .slide.slide--center {
                visibility: visible;
                opacity: 1;
                z-index: 41;
            }

                .homepage .sezione-1 .slider-homepage .slide.slide--center .clip .slide__wrapper .slide__container {
                    width: 100%;
                }

                .homepage .sezione-1 .slider-homepage .slide.slide--center .clip .slide__wrapper.img-inview .slide__container {
                    width: 100%;
                    clip-path: inset(100% 50% 0 50%);
                    -webkit-clip-path: inset(100% 50% 0 50%);
                    -webkit-transition: all 1.2s cubic-bezier(0,.6,.6,1);
                    transition: all 1.2s cubic-bezier(0,.6,.6,1);
                }

                    .homepage .sezione-1 .slider-homepage .slide.slide--center .clip .slide__wrapper.img-inview .slide__container figure {
                        -webkit-transform: scale(1.5,1.5);
                        transform: scale(1.5,1.5);
                        -webkit-transition: all 1.1s cubic-bezier(0,.6,.6,1);
                        transition: all 1.1s cubic-bezier(0,.6,.6,1);
                    }

                .homepage .sezione-1 .slider-homepage .slide.slide--center .clip .slide__wrapper.img-inview.viewed .slide__container {
                    clip-path: inset(0 0 0 0);
                    -webkit-clip-path: inset(0 0 0 0);
                }

                    .homepage .sezione-1 .slider-homepage .slide.slide--center .clip .slide__wrapper.img-inview.viewed .slide__container figure {
                        -webkit-transform: scale(1,1);
                        transform: scale(1,1);
                    }

            .homepage .sezione-1 .slider-homepage .slide .clip {
                position: absolute;
                width: 100%;
                height: 100%;
                left: 0;
                top: 0;
                clip: rect(0,90vw,85vh,0vw) !important;
            }

                .homepage .sezione-1 .slider-homepage .slide .clip .slide__wrapper {
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    left: 0;
                    top: 0;
                    overflow: hidden;
                    -webkit-transform: scale(1,1);
                    transform: scale(1,1);
                }

                    .homepage .sezione-1 .slider-homepage .slide .clip .slide__wrapper .slide__container {
                        position: absolute;
                        width: 0%;
                        height: 100%;
                        left: 0;
                        top: 0;
                        overflow: hidden;
                    }

                        .homepage .sezione-1 .slider-homepage .slide .clip .slide__wrapper .slide__container figure {
                            position: relative;
                            width: 100%;
                            height: 100%;
                        }

                            .homepage .sezione-1 .slider-homepage .slide .clip .slide__wrapper .slide__container figure .img {
                                position: absolute;
                                left: 0;
                                top: 0;
                                width: 100%;
                                height: 100%;
                                background-size: cover;
                                background-position: center center;
                                /* transform: translate(0%, 0%) matrix(1, 0, 0, 1, 0, 0) !important; */
                                /* right: initial !important; */
                                /* left: 0 !important; */
                            }

                                .homepage .sezione-1 .slider-homepage .slide .clip .slide__wrapper .slide__container figure .img .overlay {
                                    position: absolute;
                                    left: 0;
                                    top: 0;
                                    width: 100%;
                                    height: 100%;
                                    background-color: #000;
                                    opacity: .2;
                                }

        .homepage .sezione-1 .slider-homepage .slide-txt {
            position: absolute;
            display: -webkit-box;
            display: none !important;
            -webkit-box-pack: center;
            justify-content: center;
            width: 100%;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            opacity: 0;
            visibility: hidden;
            z-index: 61;
        }

            .homepage .sezione-1 .slider-homepage .slide-txt .slide-txt__title {
                position: relative;
                -webkit-transform: translateX(-20%);
                transform: translateX(-20%);
                text-align: center;
            }

                .homepage .sezione-1 .slider-homepage .slide-txt .slide-txt__title h3 {
                    color: #fff;
                }

            .homepage .sezione-1 .slider-homepage .slide-txt .cta-slider-homepage {
                position: absolute;
                top: 20vh;
                width: 30rem;
                height: 6rem;
                opacity: 0;
                visibility: hidden;
            }

                .homepage .sezione-1 .slider-homepage .slide-txt .cta-slider-homepage .cta-slider-homepage__wrapper {
                    position: relative;
                    width: 100%;
                    height: 100%;
                    border: 1px solid #fff;
                }

                .homepage .sezione-1 .slider-homepage .slide-txt .cta-slider-homepage .bar {
                    position: relative;
                    width: 100%;
                    height: 100%;
                }

                    .homepage .sezione-1 .slider-homepage .slide-txt .cta-slider-homepage .bar .bar__sfondo {
                        position: absolute;
                        opacity: 0;
                        visibility: hidden;
                        left: 0;
                        top: 0;
                        width: 100%;
                        height: 100%;
                        background-color: #000;
                    }

                    .homepage .sezione-1 .slider-homepage .slide-txt .cta-slider-homepage .bar .bar__wrapper {
                        position: relative;
                        height: 100%;
                        display: -webkit-box;
                        display: flex;
                        -webkit-box-align: center;
                        align-items: center;
                        -webkit-box-pack: justify;
                        justify-content: space-between;
                    }

                        .homepage .sezione-1 .slider-homepage .slide-txt .cta-slider-homepage .bar .bar__wrapper .txt {
                            margin-left: 1.25rem;
                        }

                            .homepage .sezione-1 .slider-homepage .slide-txt .cta-slider-homepage .bar .bar__wrapper .txt span {
                                font-family: Helvetica-Bold;
                                color: #fff;
                            }

                        .homepage .sezione-1 .slider-homepage .slide-txt .cta-slider-homepage .bar .bar__wrapper figure {
                            position: relative;
                            width: 60px;
                            margin-right: 1.25rem;
                            overflow: hidden;
                            opacity: 0;
                            visibility: hidden;
                        }

                            .homepage .sezione-1 .slider-homepage .slide-txt .cta-slider-homepage .bar .bar__wrapper figure .circle-thin .svg-circle-thin {
                                stroke: #fff;
                            }

                            .homepage .sezione-1 .slider-homepage .slide-txt .cta-slider-homepage .bar .bar__wrapper figure .arrow span {
                                position: relative;
                                display: block;
                            }

                                .homepage .sezione-1 .slider-homepage .slide-txt .cta-slider-homepage .bar .bar__wrapper figure .arrow span .svg-arrow-right {
                                    fill: #fff;
                                }

            .homepage .sezione-1 .slider-homepage .slide-txt.slide-txt--center .slide-txt__title {
                -webkit-transform: translateX(0);
                transform: translateX(0);
                display: none;
            }

            .homepage .sezione-1 .slider-homepage .slide-txt.slide-txt--center .cta-slider-homepage {
                opacity: 1;
                visibility: inherit;
                display: none;
            }

            .homepage .sezione-1 .slider-homepage .slide-txt.slide-txt--center .stagger-txt-inview {
                opacity: 0;
                visibility: hidden;
                -webkit-transform: translateY(80px);
                transform: translateY(80px);
            }

        .homepage .sezione-1 .slider-homepage .control {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 60px;
            z-index: 161;
        }

            .homepage .sezione-1 .slider-homepage .control.control-next {
                right: -90px;
            }

            .homepage .sezione-1 .slider-homepage .control.control-prev {
                left: -90px;
            }

            .homepage .sezione-1 .slider-homepage .control .control__hit-area {
                position: absolute;
                width: 200%;
                height: 200%;
                left: 50%;
                top: 50%;
                -webkit-transform: translate(-50%,-50%);
                transform: translate(-50%,-50%);
                cursor: pointer;
            }

            .homepage .sezione-1 .slider-homepage .control .control__wrapper {
                position: relative;
                overflow: hidden;
            }

                .homepage .sezione-1 .slider-homepage .control .control__wrapper .img.arrow {
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    width: 40px;
                    overflow: hidden;
                    -webkit-transform: translate(-50%,-50%);
                    transform: translate(-50%,-50%);
                }

                    .homepage .sezione-1 .slider-homepage .control .control__wrapper .img.arrow img {
                        position: relative;
                    }

                    .homepage .sezione-1 .slider-homepage .control .control__wrapper .img.arrow span {
                        position: relative;
                        display: block;
                    }

                .homepage .sezione-1 .slider-homepage .control .control__wrapper .img.circle-large {
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    width: 100%;
                    -webkit-transform: translate(-50%,-50%);
                    transform: translate(-50%,-50%);
                }

                    .homepage .sezione-1 .slider-homepage .control .control__wrapper .img.circle-large img {
                        position: relative;
                    }

            .homepage .sezione-1 .slider-homepage .control.item-inview .control__wrapper {
                opacity: 0;
                -webkit-transition: all 1.2s cubic-bezier(0,.6,.6,1);
                transition: all 1.2s cubic-bezier(0,.6,.6,1);
            }

            .homepage .sezione-1 .slider-homepage .control.item-inview.control-next .control__wrapper {
                -webkit-transform: translateX(-80px);
                transform: translateX(-80px);
            }

            .homepage .sezione-1 .slider-homepage .control.item-inview.control-next.viewed .control__wrapper {
                opacity: 1;
                -webkit-transform: translateX(0);
                transform: translateX(0);
            }

            .homepage .sezione-1 .slider-homepage .control.item-inview.control-prev .control__wrapper {
                -webkit-transform: translateX(80px);
                transform: translateX(80px);
            }

            .homepage .sezione-1 .slider-homepage .control.item-inview.control-prev.viewed .control__wrapper {
                opacity: 1;
                -webkit-transform: translateX(0);
                transform: translateX(0);
            }

    .homepage .sezione-1 .slider-homepage-mobile {
        position: relative;
    }

        .homepage .sezione-1 .slider-homepage-mobile .swiper-container .swiper-wrapper .swiper-slide figure .img .overlay {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: #000;
            opacity: .2;
        }

        .homepage .sezione-1 .slider-homepage-mobile .swiper-container .swiper-wrapper .swiper-slide .center {
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            display: -webkit-box;
            display: flex;
            -webkit-box-align: center;
            align-items: center;
            -webkit-box-pack: center;
            justify-content: center;
        }

            .homepage .sezione-1 .slider-homepage-mobile .swiper-container .swiper-wrapper .swiper-slide .center .center__wrapper {
                position: relative;
            }

                .homepage .sezione-1 .slider-homepage-mobile .swiper-container .swiper-wrapper .swiper-slide .center .center__wrapper .txt {
                    position: relative;
                    width: 80vw;
                    margin: 0 auto;
                    text-align: center;
                }

                    .homepage .sezione-1 .slider-homepage-mobile .swiper-container .swiper-wrapper .swiper-slide .center .center__wrapper .txt h3 {
                        color: #fff;
                    }

                .homepage .sezione-1 .slider-homepage-mobile .swiper-container .swiper-wrapper .swiper-slide .center .center__wrapper .cta-mobile .cta-mobile__wrapper {
                    border: 1px solid #fff;
                }

                    .homepage .sezione-1 .slider-homepage-mobile .swiper-container .swiper-wrapper .swiper-slide .center .center__wrapper .cta-mobile .cta-mobile__wrapper .cta-mobile__container span {
                        color: #fff;
                    }

    .homepage .sezione-1 .scrolldown {
        position: absolute;
        left: 50%;
        bottom: calc(7.5vh - 30px);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 61;
    }

        .homepage .sezione-1 .scrolldown .scrolldown__wrapper {
            position: relative;
            overflow: hidden;
            display: -webkit-box;
            display: flex;
            -webkit-box-align: center;
            align-items: center;
            -webkit-box-pack: center;
            justify-content: center;
        }

            .homepage .sezione-1 .scrolldown .scrolldown__wrapper .img.arrow-down {
                position: absolute;
                left: 50%;
                top: 50%;
                width: 40px;
                -webkit-transform: translate(-50%,-50%);
                transform: translate(-50%,-50%);
            }

                .homepage .sezione-1 .scrolldown .scrolldown__wrapper .img.arrow-down img {
                    position: relative;
                }

                .homepage .sezione-1 .scrolldown .scrolldown__wrapper .img.arrow-down span {
                    position: relative;
                    display: inline-block;
                    width: 100%;
                }

        .homepage .sezione-1 .scrolldown .scrolldown__hit-area {
            position: absolute;
            width: 200%;
            height: 200%;
            left: 50%;
            top: 50%;
            cursor: pointer;
            -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
        }

        .homepage .sezione-1 .scrolldown.item-inview-now .scrolldown__wrapper {
            opacity: 0;
            -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
            -webkit-transition: all 1.2s cubic-bezier(0,.6,.6,1);
            transition: all 1.2s cubic-bezier(0,.6,.6,1);
        }

        .homepage .sezione-1 .scrolldown.item-inview-now.viewed .scrolldown__wrapper {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }

.homepage .sezione-infinite-banner {
    overflow: hidden;
    padding: 10rem 0 5rem 0;
}

@media only screen and (min-width:0px) and (max-width:1024px) {
    .homepage .sezione-infinite-banner {
        padding: 5rem 0;
    }
}

.homepage .sezione-infinite-banner .infinite-banner {
    position: relative;
    display: -webkit-inline-box;
    display: inline-flex;
}

    .homepage .sezione-infinite-banner .infinite-banner.infinite-banner-top {
        padding: 5rem 0 .25rem 0;
    }

    .homepage .sezione-infinite-banner .infinite-banner.infinite-banner-bottom {
        padding: .25rem 0 5rem 0;
    }

    .homepage .sezione-infinite-banner .infinite-banner .item-infinite-banner {
        position: relative;
        top: 0;
        left: 0;
        display: -webkit-inline-box;
        display: inline-flex;
    }

        .homepage .sezione-infinite-banner .infinite-banner .item-infinite-banner p {
            white-space: nowrap;
            padding-right: 2.5rem;
        }

        .homepage .sezione-infinite-banner .infinite-banner .item-infinite-banner h3 {
            white-space: nowrap;
            padding-right: 2.5rem;
        }

.homepage .sezione-infinite-banner .stagger-txt-inview {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
}

.homepage .sezione-full-image {
    position: relative;
    padding-top: 15rem;
    overflow: hidden;
}

@media only screen and (min-width:0px) and (max-width:1024px) {
    .homepage .sezione-full-image {
        padding-top: 0;
    }
}

@media only screen and (min-device-width:1024px) and (max-device-width:1366px) and (min-height:900px) and (-webkit-min-device-pixel-ratio:2) {
    .homepage .sezione-full-image {
        padding-top: 0;
    }
}

.homepage .sezione-full-image figure {
    position: relative;
    width: 100vw;
    height: calc(100vw * 1350 / 2560);
}

@media only screen and (min-width:0px) and (max-width:1024px) {
    .homepage .sezione-full-image figure {
        height: calc(100vw * .75);
    }
}

.homepage .sezione-full-image figure.img-inview .img__wrapper {
    position: relative;
    clip-path: inset(100% 50% 0 50%);
    -webkit-clip-path: inset(100% 50% 0 50%);
    -webkit-transition: all 1.2s cubic-bezier(0,.6,.6,1);
    transition: all 1.2s cubic-bezier(0,.6,.6,1);
}

    .homepage .sezione-full-image figure.img-inview .img__wrapper .img__container {
        -webkit-transform: scale(3,3);
        transform: scale(3,3);
        -webkit-transition: all 1.4s cubic-bezier(0,.6,.6,1);
        transition: all 1.4s cubic-bezier(0,.6,.6,1);
    }

.homepage .sezione-full-image figure.img-inview.viewed .img__wrapper {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
}

    .homepage .sezione-full-image figure.img-inview.viewed .img__wrapper .img__container {
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
    }

.homepage .sezione-ristrutturazioni {
    position: relative;
    margin-top: 22.5rem;
}

@media only screen and (min-width:0px) and (max-width:1024px) {
    .homepage .sezione-ristrutturazioni {
        margin-top: 10rem;
    }
}

.homepage .sezione-ristrutturazioni .stagger-txt-inview {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
}

.homepage .sezione-ristrutturazioni .flex {
    display: -webkit-box;
    display: flex;
}

@media only screen and (min-width:0px) and (max-width:1024px) {
    .homepage .sezione-ristrutturazioni .flex {
        display: block;
    }
}

@media only screen and (min-device-width:1024px) and (max-device-width:1367px) and (min-height:900px) and (max-height:1366px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:2) {
    .homepage .sezione-ristrutturazioni .flex {
        -webkit-box-pack: center;
        justify-content: center;
    }
}

.homepage .sezione-ristrutturazioni .flex .content {
    position: relative;
    margin: 0 12.5vw 2.5vw 15vw;
    top: 50%;
    width: 18.75vw;
}

@media only screen and (min-width:0px) and (max-width:1024px) {
    .homepage .sezione-ristrutturazioni .flex .content {
        margin: 10rem auto 2.5rem auto;
        width: 90vw;
        top: 0;
    }
}

@media only screen and (min-device-width:1024px) and (max-device-width:1367px) and (min-height:900px) and (max-height:1366px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:2) {
    .homepage .sezione-ristrutturazioni .flex .content {
        width: 30vw;
        margin: 0 5vw 0 0;
    }
}

.homepage .sezione-ristrutturazioni .flex .content .title {
    margin-bottom: 1.25rem;
}

    .homepage .sezione-ristrutturazioni .flex .content .title h2 {
        font-weight: 400;
    }

.homepage .sezione-ristrutturazioni .flex .content .sub-title--big-txt h3 {
    white-space: nowrap;
}

.homepage .sezione-ristrutturazioni .flex .content .sub-title--small-txt {
    margin-top: 2.5rem;
}

@media only screen and (min-width:0px) and (max-width:1024px) {
    .homepage .sezione-ristrutturazioni .flex .content .sub-title--small-txt {
        width: 90vw;
    }
}

@media only screen and (min-device-width:601px) and (max-device-width:1024px) {
    .homepage .sezione-ristrutturazioni .flex .content .sub-title--small-txt {
        width: 90vw;
    }
}

@media only screen and (min-device-width:1024px) and (max-device-width:1366px) and (min-height:900px) and (-webkit-min-device-pixel-ratio:2) {
    .homepage .sezione-ristrutturazioni .flex .content .sub-title--small-txt {
        width: 90vw;
    }
}

@media only screen and (min-device-width:1024px) and (max-device-width:1367px) and (min-height:900px) and (max-height:1366px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:2) {
    .homepage .sezione-ristrutturazioni .flex .content .sub-title--small-txt {
        width: 100%;
    }
}

.homepage .sezione-ristrutturazioni .flex figure {
    position: relative;
    width: 45vw;
    height: calc(45vw * .75);
}

@media only screen and (min-width:0px) and (max-width:1024px) {
    .homepage .sezione-ristrutturazioni .flex figure {
        width: 90vw;
        height: auto;
        margin: 0 auto;
    }
}

@media only screen and (min-device-width:1024px) and (max-device-width:1367px) and (min-height:900px) and (max-height:1366px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:2) {
    .homepage .sezione-ristrutturazioni .flex figure {
        width: 50vw;
        height: calc(50vw * .75);
    }
}

.homepage .sezione-ristrutturazioni .flex figure.img-inview .img__wrapper {
    position: relative;
    clip-path: inset(100% 50% 0 50%);
    -webkit-clip-path: inset(100% 50% 0 50%);
    -webkit-transition: all 1.2s cubic-bezier(0,.6,.6,1);
    transition: all 1.2s cubic-bezier(0,.6,.6,1);
}

    .homepage .sezione-ristrutturazioni .flex figure.img-inview .img__wrapper .img__container {
        -webkit-transform: scale(3,3);
        transform: scale(3,3);
        -webkit-transition: all 1.4s cubic-bezier(0,.6,.6,1);
        transition: all 1.4s cubic-bezier(0,.6,.6,1);
    }

.homepage .sezione-ristrutturazioni .flex figure.img-inview.viewed .img__wrapper {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
}

    .homepage .sezione-ristrutturazioni .flex figure.img-inview.viewed .img__wrapper .img__container {
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
    }

.homepage .sezione-ristrutturazioni .txt {
    position: relative;
    width: 40vw;
    margin: 20rem auto;
}

    .homepage .sezione-ristrutturazioni .txt p {
        white-space: nowrap;
        line-height: 1.2;
    }

@media only screen and (min-width:0px) and (max-width:1024px) {
    .homepage .sezione-ristrutturazioni .txt {
        width: 90vw;
        margin: 10rem auto;
    }

        .homepage .sezione-ristrutturazioni .txt p {
            white-space: normal;
        }
}

@media only screen and (min-device-width:601px) and (max-device-width:1024px) {
    .homepage .sezione-ristrutturazioni .txt {
        width: 60vw;
    }
}

@media only screen and (min-device-width:1024px) and (max-device-width:1366px) and (min-height:900px) and (-webkit-min-device-pixel-ratio:2) {
    .homepage .sezione-ristrutturazioni .txt {
        width: 60vw;
    }

        .homepage .sezione-ristrutturazioni .txt p {
            white-space: normal;
        }
}

.homepage .sezione-nuove-costruzioni {
    position: relative;
    padding-bottom: 22.5rem;
}

@media only screen and (min-width:0px) and (max-width:1024px) {
    .homepage .sezione-nuove-costruzioni {
        padding-bottom: 10rem;
    }
}

.homepage .sezione-nuove-costruzioni .stagger-txt-inview {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
}

.homepage .sezione-nuove-costruzioni .flex {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (min-device-width:1024px) and (max-device-width:1367px) and (min-height:900px) and (max-height:1366px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:2) {
    .homepage .sezione-nuove-costruzioni .flex {
        -webkit-box-pack: center;
        justify-content: center;
    }
}

.homepage .sezione-nuove-costruzioni .flex figure {
    position: relative;
    width: 43.75vw;
    height: calc(43.75vw * .75);
    margin-left: 6.25vw;
}

@media only screen and (min-width:0px) and (max-width:1024px) {
    .homepage .sezione-nuove-costruzioni .flex figure {
        -webkit-box-ordinal-group: 3;
        order: 2;
        width: 90vw;
        height: auto;
        margin: 0 auto;
    }
}

@media only screen and (min-device-width:1024px) and (max-device-width:1367px) and (min-height:900px) and (max-height:1366px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:2) {
    .homepage .sezione-nuove-costruzioni .flex figure {
        width: 45vw;
        height: calc(45vw * .75);
        margin: 0;
    }
}

.homepage .sezione-nuove-costruzioni .flex figure.img-inview .img__wrapper {
    position: relative;
    clip-path: inset(100% 50% 0 50%);
    -webkit-clip-path: inset(100% 50% 0 50%);
    -webkit-transition: all 1.2s cubic-bezier(0,.6,.6,1);
    transition: all 1.2s cubic-bezier(0,.6,.6,1);
}

    .homepage .sezione-nuove-costruzioni .flex figure.img-inview .img__wrapper .img__container {
        -webkit-transform: scale(3,3);
        transform: scale(3,3);
        -webkit-transition: all 1.4s cubic-bezier(0,.6,.6,1);
        transition: all 1.4s cubic-bezier(0,.6,.6,1);
    }

.homepage .sezione-nuove-costruzioni .flex figure.img-inview.viewed .img__wrapper {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
}

    .homepage .sezione-nuove-costruzioni .flex figure.img-inview.viewed .img__wrapper .img__container {
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
    }

.homepage .sezione-nuove-costruzioni .flex .content {
    position: relative;
    margin-left: 12.5vw;
    top: 50%;
    width: 30vw;
}

@media only screen and (min-width:0px) and (max-width:1024px) {
    .homepage .sezione-nuove-costruzioni .flex .content {
        -webkit-box-ordinal-group: 2;
        order: 1;
        margin: 0 auto 2.5rem auto;
        top: 0;
        width: 90vw;
    }
}

@media only screen and (min-device-width:1024px) and (max-device-width:1367px) and (min-height:900px) and (max-height:1366px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:2) {
    .homepage .sezione-nuove-costruzioni .flex .content {
        margin-left: 10vw;
    }
}

.homepage .sezione-nuove-costruzioni .flex .content .title {
    margin-bottom: 1.25rem;
}

    .homepage .sezione-nuove-costruzioni .flex .content .title h2 {
        font-weight: 400;
    }

.homepage .sezione-nuove-costruzioni .flex .content .sub-title--big-txt h3 {
    white-space: nowrap;
}

.homepage .sezione-nuove-costruzioni .flex .content .sub-title--small-txt {
    margin-top: 2.5rem;
    width: 20vw;
}

@media only screen and (min-width:0px) and (max-width:1024px) {
    .homepage .sezione-nuove-costruzioni .flex .content .sub-title--small-txt {
        width: 90vw;
    }
}

@media only screen and (min-device-width:601px) and (max-device-width:1024px) {
    .homepage .sezione-nuove-costruzioni .flex .content .sub-title--small-txt {
        width: 90vw;
    }
}

@media only screen and (min-device-width:1024px) and (max-device-width:1366px) and (min-height:900px) and (-webkit-min-device-pixel-ratio:2) {
    .homepage .sezione-nuove-costruzioni .flex .content .sub-title--small-txt {
        width: 90vw;
    }
}

@media only screen and (min-device-width:1024px) and (max-device-width:1367px) and (min-height:900px) and (max-height:1366px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:2) {
    .homepage .sezione-nuove-costruzioni .flex .content .sub-title--small-txt {
        width: 100%;
    }
}

.homepage .sezione-il-metodo {
    position: relative;
    padding-top: 30rem;
    padding-bottom: 30rem;
}

@media only screen and (min-width:0px) and (max-width:1024px) {
    .homepage .sezione-il-metodo {
        padding-top: 10rem;
        padding-bottom: 10rem;
    }
}

@media only screen and (min-device-width:601px) and (max-device-width:1024px) {
    .homepage .sezione-il-metodo {
        padding-top: 10rem;
        padding-bottom: 10rem;
    }
}

@media only screen and (min-device-width:1024px) and (max-device-width:1366px) and (min-height:900px) and (-webkit-min-device-pixel-ratio:2) {
    .homepage .sezione-il-metodo {
        padding-top: 22.5rem;
        padding-bottom: 22.5rem;
    }
}

.homepage .sezione-il-metodo .sfondo {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

    .homepage .sezione-il-metodo .sfondo span {
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        width: 100%;
        height: 100%;
        background-color: #f5f4f2;
    }

    .homepage .sezione-il-metodo .sfondo.item-inview span {
        opacity: 0;
        -webkit-transform: translateY(80px);
        transform: translateY(80px);
        -webkit-transition: all 1.2s cubic-bezier(0,.6,.6,1);
        transition: all 1.2s cubic-bezier(0,.6,.6,1);
    }

    .homepage .sezione-il-metodo .sfondo.item-inview.viewed span {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

.homepage .sezione-il-metodo .sezione-il-metodo__wrapper {
    position: relative;
    margin: 0 auto;
    width: 30vw;
}

@media only screen and (min-width:0px) and (max-width:1024px) {
    .homepage .sezione-il-metodo .sezione-il-metodo__wrapper {
        width: 90vw;
    }
}

@media only screen and (min-device-width:601px) and (max-device-width:1024px) {
    .homepage .sezione-il-metodo .sezione-il-metodo__wrapper {
        width: 90vw;
    }
}

@media only screen and (min-device-width:1024px) and (max-device-width:1366px) and (min-height:900px) and (-webkit-min-device-pixel-ratio:2) {
    .homepage .sezione-il-metodo .sezione-il-metodo__wrapper {
        width: 90vw;
    }
}

.homepage .sezione-il-metodo .sezione-il-metodo__wrapper .title {
    position: relative;
}

@media only screen and (min-width:0px) and (max-width:1024px) {
    .homepage .sezione-il-metodo .sezione-il-metodo__wrapper .title {
        margin: 0 auto;
        width: 90vw;
    }
}

.homepage .sezione-il-metodo .sezione-il-metodo__wrapper .txt {
    margin-top: 2.5rem;
}

@media only screen and (min-width:0px) and (max-width:1024px) {
    .homepage .sezione-il-metodo .sezione-il-metodo__wrapper .txt {
        margin: 2.5rem auto 0 auto;
        width: 90vw;
    }
}

.homepage .sezione-il-metodo .sezione-il-metodo__wrapper .txt .txt__wrapper {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media only screen and (min-width:0px) and (max-width:1024px) {
    .homepage .sezione-il-metodo .sezione-il-metodo__wrapper .txt .txt__wrapper {
        padding-right: 0;
    }
}

.homepage .sezione-il-metodo .sezione-il-metodo__wrapper .txt .txt__wrapper .col p {
    font-size: 1.6rem;
}

.homepage .sezione-il-metodo .sezione-il-metodo__wrapper .preventivo-gratuito {
    position: relative;
    margin-top: 5rem;
    width: 30vw;
    margin: 0 auto;
}

@media only screen and (min-width:0px) and (max-width:1024px) {
    .homepage .sezione-il-metodo .sezione-il-metodo__wrapper .preventivo-gratuito {
        width: 90vw;
    }
}

@media only screen and (min-device-width:601px) and (max-device-width:1024px) {
    .homepage .sezione-il-metodo .sezione-il-metodo__wrapper .preventivo-gratuito {
        width: 90vw;
    }
}

@media only screen and (min-device-width:1024px) and (max-device-width:1366px) and (min-height:900px) and (-webkit-min-device-pixel-ratio:2) {
    .homepage .sezione-il-metodo .sezione-il-metodo__wrapper .preventivo-gratuito {
        width: 90vw;
    }
}

.homepage .sezione-il-metodo .sezione-il-metodo__wrapper .preventivo-gratuito .cta-homepage {
    position: relative;
    left: 0;
    top: 0;
    margin-top: 2.5rem;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

@media only screen and (min-width:0px) and (max-width:1024px) {
    .homepage .sezione-il-metodo .sezione-il-metodo__wrapper .preventivo-gratuito .cta-homepage {
        width: 90vw;
    }
}

.homepage .sezione-il-metodo .sezione-il-metodo__wrapper .preventivo-gratuito .cta-homepage .cta-homepage__sfondo {
    opacity: 0;
}

.homepage .sezione-stories {
    position: relative;
    padding-top: 22.5rem;
    padding-bottom: 22.5rem;
    background-color: #1b1b1b;
}

@media only screen and (min-width:0px) and (max-width:1024px) {
    .homepage .sezione-stories {
        margin-top: 0;
        padding-bottom: 10rem;
        padding-top: 10rem;
    }
}

@media only screen and (min-device-width:601px) and (max-device-width:1024px) {
    .homepage .sezione-stories {
        margin-top: 0;
        padding-bottom: 10rem;
        padding-top: 10rem;
    }
}

@media only screen and (min-device-width:1024px) and (max-device-width:1366px) and (min-height:900px) and (-webkit-min-device-pixel-ratio:2) {
    .homepage .sezione-stories {
        margin-top: 0;
        padding-bottom: 15rem;
        padding-top: 15rem;
    }
}

.homepage .sezione-stories h3 {
    color: #fff;
}

.homepage .sezione-stories p {
    color: #fff;
    line-height: 1.6;
}

.homepage .sezione-stories .stagger-img-inview {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
}

.homepage .sezione-stories .stagger-txt-inview {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
}

.homepage .sezione-stories .sezione-titolo {
    margin-left: 6.25vw;
}

@media only screen and (min-width:0px) and (max-width:1024px) {
    .homepage .sezione-stories .sezione-titolo {
        width: 90vw;
        margin: 0 auto;
    }
}

.homepage .sezione-stories .sezione-titolo .titolo {
    margin-bottom: 2.5rem;
}

.homepage .sezione-stories .sezione-titolo .sottotitolo {
    width: 50vw;
}

@media only screen and (min-width:0px) and (max-width:1024px) {
    .homepage .sezione-stories .sezione-titolo .sottotitolo {
        width: 100%;
    }
}

.homepage .sezione-stories .slider-stories {
    position: relative;
}

    .homepage .sezione-stories .slider-stories .controls {
        position: relative;
        margin-top: 5rem;
        margin-bottom: 2.5rem;
        margin-left: 6.25vw;
        margin-right: calc(6.25vw + 60px);
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }

@media only screen and (min-width:0px) and (max-width:1024px) {
    .homepage .sezione-stories .slider-stories .controls {
        width: 90vw;
        margin: 5rem auto 2.5rem auto;
    }
}

.homepage .sezione-stories .slider-stories .controls .control {
    position: relative;
    width: 60px;
    z-index: 61;
    cursor: pointer;
    -webkit-transition: all .6s linear;
    transition: all .6s linear;
}

    .homepage .sezione-stories .slider-stories .controls .control.swiper-button-disabled {
        opacity: .18;
        cursor: default;
        -webkit-transition: all .6s linear;
        transition: all .6s linear;
    }

    .homepage .sezione-stories .slider-stories .controls .control .control__wrapper {
        position: relative;
        overflow: hidden;
    }

        .homepage .sezione-stories .slider-stories .controls .control .control__wrapper .img.arrow {
            position: absolute;
            left: 50%;
            top: 50%;
            width: 40px;
            -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
        }

            .homepage .sezione-stories .slider-stories .controls .control .control__wrapper .img.arrow img {
                position: relative;
            }

        .homepage .sezione-stories .slider-stories .controls .control .control__wrapper .img.circle-large {
            position: absolute;
            left: 50%;
            top: 50%;
            width: 100%;
            -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
        }

            .homepage .sezione-stories .slider-stories .controls .control .control__wrapper .img.circle-large img {
                position: relative;
            }

.homepage .sezione-stories .slider-stories .swiper-container {
    padding-left: 6.25vw;
    overflow: visible;
}

@media only screen and (min-width:0px) and (max-width:1024px) {
    .homepage .sezione-stories .slider-stories .swiper-container {
        padding-left: 5vw;
    }
}

.homepage .sezione-stories .slider-stories .swiper-container .swiper-wrapper .swiper-slide .txt {
    margin-top: 2.5rem;
}

    .homepage .sezione-stories .slider-stories .swiper-container .swiper-wrapper .swiper-slide .txt .data span {
        color: #fff;
    }

    .homepage .sezione-stories .slider-stories .swiper-container .swiper-wrapper .swiper-slide .txt .titoletto {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
    }

        .homepage .sezione-stories .slider-stories .swiper-container .swiper-wrapper .swiper-slide .txt .titoletto h4 {
            color: #fff;
        }
