@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}


/* WebKit and Opera browsers */
@-webkit-keyframes spinner {
    from {
        -webkit-transform: rotateY(0deg);
    }

    to {
        -webkit-transform: rotateY(-360deg);
    }
}
/* all other browsers */
@keyframes spinner {
    from {
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    to {
        -moz-transform: rotateY(-360deg);
        -ms-transform: rotateY(-360deg);
        transform: rotateY(-360deg);
    }
}

/* WebKit and Opera browsers */
@-webkit-keyframes spinner2 {
    from {
        -webkit-transform: rotateY(180deg);
    }

    to {
        -webkit-transform: rotateY(-180deg);
    }
}
/* all other browsers */
@keyframes spinner2 {
    from {
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    to {
        -moz-transform: rotateY(-180deg);
        -ms-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }
}

@media only screen and (min-width: 768px) {


    /*   #header_ {
        background: rgba(255, 255, 255, 0);
    }*/

    body {
        scroll-behavior: auto;
    }

    /* #c_ {
        margin-top: 0px !important;
    }*/

    .incipit {
        padding: 5% 0;
        position: relative;
        overflow: hidden !important;
        background-attachment: fixed;
        background-position: center center;
        background-size: cover;
    }

        .incipit .w_2_ {
            margin: 0 auto;
            width: 90% !important;
            max-width: 900px !important;
        }

            .incipit .w_2_ p:nth-child(2) {
                font-size: 20px;
                line-height: 30px;
                text-align: justify;
                padding-top: 30px;
                padding-bottom: 30px; /*
                padding-left: 30px;
                margin-left: 30px;
                border-left: 5px solid var(--bg-color-3);*/
            }


    .incipit_1 h1 {
        font-size: 90px;
        /*text-transform: uppercase;*/
        font-weight: 500;
        margin-bottom: 0px;
/*        font-style: italic;
*/        text-shadow: 0px 0px 20px #00000074;
    }

    /*    h1 .h1-1 {
        font-size: 80px;
    }

    h1 .h1-2 {
        font-size: 80px;
    }*/

    .incipit_1 h2 {
        font-size: 71px;
        letter-spacing: 3px;
        font-weight: 800;
        margin-bottom: 50px;
        margin-top: 0px;
    }

    .incipit_1 .w_2_:nth-child(1) {
        padding: 50px;
        max-width: 80% !important;
        margin: 0 auto !important;
        display: block !important;
        /*        border: 10px solid #fff;
*/ z-index: 3;
        text-align: right;
    }

    /*   .incipit_1:hover .w_2_:nth-child(1) {
        transform: scale(1.1);
    }*/

    .incipit_1:before {
        content: '';
        width: 100%;
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%; /*
        background: linear-gradient(180deg, var(--bg-color-1), rgba(72, 213, 245, 0.19));
        background: linear-gradient(180deg, var(--bg-color-1), rgba(255, 255, 255, 0.19));*/
        /*        background: linear-gradient(180deg, #ed90b8, rgba(255, 255, 255, 0.19));
*/ background: linear-gradient(180deg, var(--bg-color-3), rgba(255, 255, 255, 0));
        z-index: 1;
        opacity: 0.4;
    }

    .incipit_1 .w_1_ {
        /*        margin-top: 150px;
*/ display: flex;
        flex-direction: column;
        justify-content: center;
        max-height: 900px;
        min-height: 80vh !important;
    }

    .incipit_1 .w_2_:nth-child(1) * {
        z-index: 2;
    }

    .incipit_1 * {
        color: #fff !important;
    }

    .w_2_ h3 {
        font-size: 40px;
        font-weight: 900;
    }

    .incipit h3 {
        margin-bottom: 20px;
        font-size: 40px;
        font-weight: 500;
        letter-spacing: -1px;
        color: var(--bg-color-3);
/*        font-family: Neuton;
*/    }

    .step-1 {
        background: #48d5f5;
        background: #007FFF;
        background: linear-gradient(45deg, #007FFF, #48d5f5, #007FFF, #48d5f5);
        background-size: 250% 250%;
        animation: gradient 10s ease infinite;
    }

    .step-2 {
        background: #48d5f5;
        background: #007FFF;
        background: linear-gradient(-135deg, #007FFF, #48d5f5, #007FFF, #48d5f5);
        background-size: 250% 250%;
        animation: gradient 10s ease infinite;
    }

    .step-1 {
        display: inline-block;
        float: left;
        padding: 30px;
        color: #fff;
        font-weight: 800;
        margin-bottom: 50px;
    }

    .step-2 {
        display: inline-block;
        float: right;
        padding: 30px;
        color: #fff;
        font-weight: 800;
    }

    .incipit_2 p {
        font-size: 22px;
        line-height: 35px;
    }

        .incipit_2 p strong {
            color: #8000f6;
        }

    .incipit_2 a,
    .incipit_2 a * {
        color: #8000f6;
    }


    .video-container {
        position: absolute;
        z-index: 0;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
    }

        .video-container video {
            height: 100%;
            min-width: 100%;
            object-fit: cover;
        }

    .incipit_1 {
        width: 100%;
        position: relative;
        min-height: 90vh !important;
        min-height: calc(100vh - 112px) !important;
        padding: 0px !important;
/*        font-family: Neuton;
*/    }

        .incipit_1 .w_1_ {
            width: 100% !important;
            max-width: none !important;
            overflow: hidden;
        }

        .incipit_1 .w_2_:nth-child(1) * {
            position: relative;
            z-index: 1;
        }

    .incipit_2 {
        padding: 12% 0 !important;
    }

    .req_wrap_ textarea {
        min-height: 190px;
    }

    /*   #req_submit {
        margin-left: -30px !important;
    }*/

    /*.req_wrap_ #req_submit {
        text-align: center;
        margin: 0 auto;
        border: 0px;
        letter-spacing: 1px;
        text-align: center;
        margin: 0 auto;
        padding: 15px 0px;
        font-size: 26px;
        font-weight: 400 !important;
        background-image: none;
        color: var(--bg-color-1);
        background: #fff;
        border: 3px solid var(--bg-color-1);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        max-width: 230px;
        cursor: pointer;
        border-radius: 6px;
        font-family: inherit;
      }

        .req_wrap_ #req_submit:hover {
            background-color: var(--bg-color-1);
            text-decoration: underline;
            color: #fff;
        }*/
    .req_wrap_ {
        margin: 0 auto 6% auto;
        padding: 0px 0 0px 0;
        overflow: hidden;
        font-size: 20px;
        font-weight: 300;
        width: 90% !important;
        max-width: 900px;
        /*        border-top: 1px solid rgba(16, 19, 46, 0.5);
*/ color: #10132e;
    }

        .req_wrap_ ul {
            list-style: none;
            padding: 0px;
            margin: 0px;
        }

            .req_wrap_ ul li {
                max-width: 700px;
                margin-bottom: 15px;
                /*                overflow: hidden !important;
*/
            }

    .req_msg_ {
        font-size: 45px;
        font-weight: 600;
        letter-spacing: 0px;
        margin: 5% auto 2% auto;
        max-width: 900px;
/*        font-family: Neuton;
*/        color: var(--bg-color-3);
        display: none;
    }

        .req_msg_ p {
            margin: 10px 0;
        }

        .req_msg_ strong {
            padding: 8px 10px !important;
            display: inline-block;
            background: #8000f6 !important;
            color: #fff !important;
        }

    .req_wrap_data_ {
        width: 100%;
        padding-top: 0px;
        margin-top: 0px;
        margin-left: 30px;
        /*        margin: 0 auto !important;
*/ max-width: 900px;
    }

    /* .req_wrap_ * {
        overflow: hidden !important;
    }*/

    /* .ulCoppia {
        width: 680px !important;
    }*/
    .req_li_t_ {
        overflow: initial;
    }

    /*    .req_wrap_ .valore {
        float: none;
        display: block;
        margin: 0 auto !important;
        position: relative;
        overflow: initial;
    }*/

    .req_wrap_ input.text {
    }

    .req_wrap_ input.text,
    .req_wrap_ textarea,
    .req_wrap_ select {
        max-width: 700px;
        font-size: 18px;
        color: inherit;
        width: 100% !important;
        font-weight: 400;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        font-style: normal !important;
        font-family: inherit;
        border: 2px solid rgba(0, 0, 0, 0.2);
        box-sizing: border-box;
        border-radius: 4px;
    }

        .req_wrap_ input.text:focus,
        .req_wrap_ textarea:focus,
        .req_wrap_ select:focus {
            outline: 0px;
            border: 2px solid var(--bg-color-3) !important;
            box-shadow: 0px 0px 1px rgba(128, 0, 246, 0.9);
        }


    #req_wrap_ input[type="checkbox"] {
        width: 25px;
        height: 25px;
        cursor: pointer;
    }

    .req_wrap_ label {
        display: inline-flex;
        height: 30px;
        flex-direction: column;
        justify-content: center;
        float: none;
        font-size: 12px;
        font-weight: 300;
        vertical-align: top;
        padding-left: 8px;
        cursor: pointer;
        color: #000;
        width: calc(100% - 40px);
        max-width: 660px;
    }

    .req_wrap_ input[type="checkbox"] {
        width: 25px;
        height: 25px;
        cursor: pointer;
    }

    #msg_submit_succ {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: block;
    }

    .msg_show_ {
        opacity: 1;
        visibility: visible;
        height: auto;
        padding: 15px 0px;
        color: #01a93d;
        margin: 30px 0;
        font-weight: 600;
        transform: translateY(0px);
        font-size: 24px;
    }

    .msg_hide_ {
        opacity: 0;
        visibility: hidden;
        height: 0px;
        transform: translateY(100px);
    }

    .req_wrap_ select,
    .req_wrap_ li input,
    .req_wrap_ li textarea {
        padding: 15px;
        width: 100%;
        font-style: normal;
        /*        font-size: 20px;
*/ font-family: inherit;
    }


    .text_2 .w_1_ {
        padding: 70px 0 70px 0;
        display: block;
        font-size: 22px;
        overflow: hidden;
    }

    .text_h {
        padding: 13% 0;
    }

        .text_h p {
            font-size: 50px;
            font-weight: 600;
        }

        .text_h ul {
            padding: 0px;
            margin: 0px auto;
            list-style: none;
            overflow: hidden;
        }

            .text_h ul li:first-child {
                text-decoration: line-through;
            }

            .text_h ul li:last-child {
                text-decoration: line-through;
            }

        .text_h .wd {
            display: block;
            margin: 0 auto 20px auto;
            font-weight: 600;
        }

        .text_h li {
            font-size: 21px;
            display: inline-block;
            /*width: 150px;
        padding: 0 5px;*/
            text-align: center;
            vertical-align: top;
            letter-spacing: 0.5px;
            width: 13.94%;
        }

    .h_cta,
    .req_wrap_ #req_submit {
        margin-top: 25px;
        color: #fff;
        background: var(--bg-color-3);
        display: inline-block;
        padding: 15px 30px;
        width: auto;
        min-width: 150px;
        max-width: 300px;
        text-align: center;
        letter-spacing: 1px;
        border-radius: 6px;
        font-size: 23px;
        font-weight: 600;
        border: 3px solid var(--bg-color-3);
        cursor: pointer;
    }

        .h_cta:hover,
        .req_wrap_ #req_submit:hover {
            background: var(--bg-color-4);
            color: #fff;
            text-decoration: none;
        }

    .wservice {
        padding: 200px 0;
        display: none;
    }

        .wservice .w_1_ {
            margin: 0 auto;
            width: 90% !important;
            max-width: 1200px !important;
        }

        .wservice .w_2_ {
            display: inline-block;
            vertical-align: top;
            /*            text-align: center;
*/
        }

        .wservice .ws_title .p_title {
            padding-top: 40px;
            font-size: 65px;
            color: #fff;
            font-weight: 600;
            max-width: 300px;
        }

        .wservice .ws_title .p_desc {
            font-size: 20px;
            color: #fff;
            padding-bottom: 40px;
        }

    .ws_title:after {
        width: 120px;
        height: 5px;
        display: block;
        content: '';
        background: #fff;
    }

    .w_icon {
        color: #fff;
        display: inline-block;
        margin-bottom: 60px;
        text-align: center;
    }

        .w_icon a {
            border-radius: 12px;
            border: 6px solid #fff;
            padding: 10px;
            color: #fff;
            text-decoration: none;
            display: block;
            width: 200px;
            height: 200px;
        }

            .w_icon a:hover {
                transform: scale(1.1);
                background: #0000003e;
                box-shadow: 0px 0px 15px #00000030;
                /*background: #fff;
                color: #007FFF;*/
            }
        /*  .w_icon a:hover img{
                filter: invert(0);
            }
*/
        .w_icon:nth-child(2n+1) {
            margin-right: 60px;
        }

        .w_icon span {
            display: block;
            padding: 20px 0;
            margin: 0 auto;
            font-size: 26px;
            letter-spacing: 0.2px;
            text-align: center;
            font-weight: 600;
        }

        .w_icon img {
            display: block;
            margin: 30px auto 0 auto;
            text-align: center;
            width: 90px;
            filter: invert(1);
        }

    .wvision {
        background: var(--bg-color-3);
        color: #fff;
        /*        padding: 100px 0;
*/
    }

    .wdiritti { /*
        background: var(--bg-color-3);
        color: #fff;*/
        background: #fff;
        color: var(--bg-color-3);
    }

        .wdiritti h3 {
            color: var(--bg-color-3) !important;
            /*            color: #fff;
*/
        }

        .wdiritti .d_list {
            list-style: none;
            padding: 50px 0 0 0;
        }

        .wdiritti .d-desc {
            font-size: 26px;
        }

        .wdiritti .d_item {
            display: block;
            margin: 10px 10px 50px 10px;
            padding-bottom: 50px;
            padding: 0 20px 50px 20px;
            border-bottom: 3px solid var(--bg-color-3);
            overflow: hidden;
        }

            .wdiritti .d_item:last-child {
                border-bottom: 0px solid !important;
            }

        .wdiritti .d-title {
/*            color: #fff;
*/            display: inline-block;
            /*padding: 30px 10px;
            border: 5px solid #fff;
            width: 240px;*/
            text-align: center;
            font-weight: 600;
            border-radius: 3px;
            font-size: 25px;
            vertical-align: top;
            padding-top: 20px;
            vertical-align: top;
        }

        .wdiritti p {
            margin: 0px;
        }

        .wdiritti .vision-text p {
            margin-top: 10px;
            margin-left: 121px !important;
            padding: 0px !important;
            vertical-align: top;
            display: block; /*
            width: calc(100% - 400px);
            max-width: 420px;*/
            font-size: 18px !important;
            border: 0px solid !important;
            text-align: left !important;
            letter-spacing: 0.3px;
        }

    .d_img {
        width: 90px;
        line-height: 90px;
        height: 90px;
        overflow: hidden;
        padding: 10px;
        margin-right: 25px;
        float: left;
        text-align: center;
        background: var(--bg-color-3);
        border-radius: 100%;
        vertical-align: middle;
        display: block;
    }

        .d_img img {
            width: 100%;
            width: 60px;
            opacity: 1;
            -webkit-filter: invert(1);
            vertical-align: middle;
            display: inline-block;
            margin: 0 auto;
            position: relative;
            top: -5px;
        }

        .d_img:hover {
            /*            transform: rotateY(360deg);
*/ /*            transform: scale(1.1);
*/
        }

    .wdiritti .h_cta {
        margin-top: 0px;
        border: 3px solid #fff;
    }

    /*  .wdiritti .h_cta:hover{
                background: #cfcfcf !important;
                color: var(--bg-color-3) !important;
            }*/

    .wvision h3 {
        /*        text-align: right;
*/ color: #fff;
    }

    .wvision ul {
        /*            border-right: 5px solid #fff;
            padding: 10px 40px 10px 60px;*/
        padding: 10px 40px 10px 0px;
        list-style: none;
        /*        font-size: 20px !important;
*/ position: relative;
    }

        .wvision ul:before {
            background: var(--bg-color-3);
            position: absolute;
            top: 0px;
            left: -60px;
            content: '';
            display: inline-block;
            width: 30px;
            height: 100%;
            line-height: 30px;
            /*                border: 2px solid #fff;
*/ text-align: center;
            margin-right: 10px;
            border-radius: 3px;
            font-weight: 500;
            text-decoration: none !important;
        }

    .wvision li {
        padding: 15px 0;
    }

        .wvision li:before {
            background: var(--bg-color-3);
            position: absolute;
            left: -60px;
            left: -60px;
            content: '1';
            display: inline-block;
            width: 30px;
            height: 30px;
            line-height: 30px;
            border: 3px solid #fff;
            text-align: center;
            text-align: center;
            margin-right: 10px;
            border-radius: 3px;
            border-radius: 100%;
            font-weight: 500;
            text-decoration: none !important;
            font-size: 15px;
        }

        .wvision li strong {
        }

        .wvision li:nth-child(2):before {
            content: '2';
        }

        .wvision li:nth-child(3):before {
            content: '3';
        }

    .wvision p {
        border: 0px solid !important;
        padding: 0px !important;
        font-size: 16px !important;
        font-weight: 400 !important;
        margin: 0 auto !important;
        text-align: justify;
        line-height: normal !important;
    }

    .wvision .vision-text {
        padding: 20px 0 20px 40px;
        border-left: 5px solid #fff;
        margin-left: 30px;
    }

    .wvision p strong {
        text-decoration: underline;
    }


    .wprev {
        padding-bottom: 50px;
    }


        .wprev h3 {
            margin-bottom: 50px;
            margin-top: 50px;
        }

        .wprev .h_cta {
            margin-left: 30px;
            background: var(--bg-color-3);
            color: #fff;
        }

            .wprev .h_cta:hover {
                background: var(--bg-color-4);
            }

    .req_desc {
        padding-left: 30px;
    }

    .req_desc_footer {
        padding-top: 30px;
    }

    .img_notaio_detail p {
        /*        height: 500px;
*/ width: 100%;
        overflow: hidden;
        margin: 0 auto;
        /*        border-left: 10px solid var(--bg-color-3);
*/ display: block;
        height: 100%;
    }

    .img_notaio_detail {
        border-radius: 100%;
        overflow: hidden;
        height: 320px;
        width: 320px;
        border: 14px double rgb(31 107 72 / 0.2);
        box-shadow: 0px 0px 10px rgb(31 107 72 / 0.2);
    }

        .img_notaio_detail img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            transform: scale(1.2); /*
        filter: grayscale(1);
        -webkit-filter: grayscale(1);*/
            /*        max-width: 400px;
*/
        }

    .text_2 .w_1_ {
        width: 90%;
        margin: 0 auto;
        max-width: 1200px;
    }

    .text_3,
    .text_4 {
        padding-top: 0px !important;
    }

      /*  .text_4 .img_notaio_detail p{
            text-align: center;
        }

        .text_4 .img_notaio_detail img {
            position: relative;
            top: -200px;
            object-fit: cover;
            width: 100% !important;
            height: auto !important;
            object-position: unset;
            transform: none;
        }*/

        .text_2 .w_2_:nth-child(1) {
            display: inline-block;
            width: 65% !important;
        }

    .text_2 .w_2_:nth-child(2) {
        /*        float: right;
*/ vertical-align: top;
        display: inline-block;
        width: 30% !important;
        margin-left: 5% !important;
    }

    .text_3 .w_2_:nth-child(2) {
        float: left;
        margin-left: 0px !important;
        margin-right: 5% !important;
    }

    .text_2 .h_cta {
        float: right;
        margin-top: 0px;
    }

    .text_2 .w_2_ p:nth-child(2) {
        font-size: 15px;
        line-height: 22px;
        text-align: justify; /*
        max-width: 800px;*/
    }

    .img_studio_detail p {
        height: 700px;
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        border-right: 10px solid #fff !important;
    }

    .img_studio_detail img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; /*
        filter: grayscale(1);
        -webkit-filter: grayscale(1);*/
        /*        max-width: 400px;
*/
    }

    /*.wvision .w_1_ {
        width: 90%;
        margin: 0 auto;
        max-width: 1400px;
    }

    .wvision:hover .img_studio_detail img {
        transform: scale(1.2);
        transition: all 0.4s ease-in-out;
        filter: grayscale(0);
        -webkit-filter: grayscale(0);
    }*/

    /*  .text_2:hover .img_notaio_detail img {
        transform: scale(1.2);
        transition: all 0.4s ease-in-out;
        filter: grayscale(0);
        -webkit-filter: grayscale(0);
    }*/

    /*    .wvision .w_2_:nth-child(2) {
        display: inline-block;
        width: 35% !important;
        float: left;
    }

    .wvision .w_2_:nth-child(1) {
        vertical-align: top;
        display: inline-block;
        width: 60% !important;
        padding-left: 5%;
    }*/

    .text_2 h3 {
        text-align: right;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1320px) {

    .text_h li {
        font-size: 16px;
        float: left;
    }

    .text_h .w_2_ {
        width: 100% !important;
    }
}

@media only screen and (min-width: 1401px) and (max-width: 1600px) {
}


@media only screen and (min-width: 768px) and (max-width: 1400px) {
}
