﻿body *:not(input):not(textarea) {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a {
    text-decoration: none !important;
    transition: all .2s ease-in;
}

body, p {
    font-family: 'Fira Sans',Arial !important;
    color: #232323;
}

.navbar, .navbar-brand {
    padding: 0px !important
}
.text-small{
    font-size:12px
}

.wk-navbar-container, .wk-navbar {
    /*position: relative !important;*/
    background: #fff !important;
}

.nav-item.active,
.nav-item:hover {
    background-color: #007ac3 !important
}

.chiudipopup{display:none}
.overlay {
    position: fixed;
    background-color: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 9999;
    display: none;
}
.popup {
    display: none;
    position: fixed;
    z-index: 10000;
    width: 600px;
    left: 50%;
    margin: -300px 0 0 -300px;
    top: 50%;
}
.content-popup{position:relative;}
.fa-times {
    position: fixed;
    right: 20px;
    top: 25px;
    color: #fff;
    cursor: pointer;
    z-index: 100000;
}
.text-white {
    color: #fff
}

#slider {
    position: relative;
}

.text-black {
    color: #000 !important
}
/*.container-hero{
    position:absolute;
    top:0px;
    z-index:2000;
    width:100%
}*/
.text-slider {
    width: 544px;
    padding: 32px;
    background: rgba(0,0,0,.8);
    color: #fff;
    bottom: 100px;
    left: 50%;
    position: absolute;
    margin-left: -700px;
    z-index: 200;
    /*right: 0px;
    top: 100px*/
}

    .text-slider p {
        color: #fff;
    }

    .text-slider h1 {
        color: #fff;
        margin: 10px 0;
        font-size: 42px;
        font-weight: 500 !important;
        line-height: 1.33;
        border-top: 6px solid #79b729;
        padding-top: 15px
    }

    .text-slider p {
        font-size: 18px
    }

.wk-header-container,
.wk-navbar-container {
    max-width: 1400px !important
}

.custom-navbar {
    min-height: 90px;
    padding-bottom: 0;
}

.logo-wrapper {
    position: relative;
}

    .logo-wrapper img {
        height: 120px; /* più grande della navbar */
        margin-bottom: -25px; /* fa uscire il logo sotto */
        z-index: 1050;
    }

.site-title {
    line-height: 1.1;
}

/* Spazio contenuto sotto navbar */
body {
    padding-top: 95px;
}

/* Mobile */
@media (max-width: 991px) {
    .logo-wrapper img {
        height: 90px;
        margin-bottom: -15px;
    }
}

.logo-oasistemi {
    float: right;
    margin-top: 32px;
    margin-left: 20px;
    width: 135px;
    height: 30px
}

.logo-wki {
    background-image: url(images/logo-wki-grey.png);
}

.logo-wki-light {
    background-image: url(images/logo-wki.png);
}

.logo-wki, .logo-wki-light {
    background-repeat: no-repeat;
    display: block;
    float: left;
    margin-top: 25px;
    width: 205px;
    height: 31px;
    margin-bottom: 22px;
}

.logo-responsive {
    display: none;
}
.pc-studio {
  
    margin-top: -280px
}

.section-tuostudio {
    margin-bottom: 80px
}

    .section-tuostudio span {
        color: #fff;
        font-weight: 700;
        font-size: 30px;
        padding-top: 27px;
        display: inline-block
    }

.aggiungiHome {
    display: none
}

.nn-feedback-section {
    background-image: url(/Content/images/smile.jpg);
    background-attachment: fixed;
    background-size:cover;
}

.aggiungiHome .wk-icon {
    position: absolute;
    font-size: 25px;
    top: -10px;
    background: #ccc;
    color: #000;
    border-radius: 50%;
    right: -10px;
}

.aggiungiHome {
    background-color: #fff;
    padding: 10px 10px 10px 0px;
    box-shadow: 1px 1px 9px #999;
    position: fixed;
    bottom: 0;
    font-size: 17px;
    width: 100%;
    z-index: 10000;
    bottom: 10px;
    left: 3%;
    width: 94%;
    z-index: 10000;
    text-align: center;
    border-radius: 6px;
    box-sizing: border-box;
    text-align: center;
}

.section-clienti {
    background-image: url(/Content/images/bg-clienti.jpg);
    background-attachment: fixed;
    background-size: cover;
}
    .section-clienti::after{
        background-color:rgba(0,0,0,0.2);
        width:100%;
        height:100%;
        position:absolute;  
        content:'';
        z-index:0;
    }
    .content-clienti{z-index:1;}
    .section-clienti p, .section-clienti h2 {
        color: #fff !important
    }

#BookmarkThis {
    color: #474747 !important;
    padding: 8px;
}

.nn-slider-container .feedback-text-container p {
    color: #fff
}

.nn-hp-container .hp-subtitle {
    color: #232323;
    font-weight: 200 !important;
    font-size: 14px
}

.welcome-box-container .text-container {
    max-width: inherit !important;
    width: 100% !important;
    text-align: center
}

    .welcome-box-container .text-container h2,
    .welcome-box-container .text-container p.span {
        text-align: center !important;
    }
.img-kiy-top{margin-top:-100px}
.welcome-box-section {
    padding-bottom: 230px !important;
    background-image: url(content-1.jpg);
    position:relative;
    z-index:2;
}
.welcome-box-section-2 {
    padding:100px 0  230px 0!important;
    background-image: url(images/content-2.jpg)
}
.microsoft-padding {
    border: none;
    background-color: inherit !important
}

.img-kit {
   
}

.loadingMask {
    background-color: #fff;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    text-align: center;
    z-index: 99999;
}

.loading {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.9);
    z-index: 99;
    text-align: center;
}

    .loading span {
        margin-top: 5%;
    }

.wk-icon-spin {
    font-size: 25px;
}

.nn-btn-container {
    padding: 25px 0
}
.font-18 {
    font-size: 18px
}
.font-22 {
    font-size: 22px
}
.font-24 {
    font-size: 24px
}
.font-36 {
    font-size: 36px
}
.text-blu {
    color: #007ac3
}
.text-dark-blu {
    color: #214563
}
.btnBlu:hover, .btnRed:hover {
    color: #fff!important
}

.btnBlu, .btnWhite,.btnRed,.btnGreen {
    padding: 10px 16px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    font: 18px "Fira Sans", sans-serif;
    text-decoration: none;
}

.btnWhite {
    background-color: #fff;
    color: #007ac3;
}
.btnRed {
    background-color: #ff0000;
    color: #fff;
}

.btnBlu {
    background-color: #007ac3;
    color: #fff;
}
.btnGreen {
    background-color: #86BD40;
    color: #000;
}
.btnGreen:hover {
   
    color: #000;
}
    .btnBlu::after, .btnWhite::after, .btnRed::after, .btnGreen::after {
        display: inline-block;
        margin-left: 4px;
        font-family: 'FontAwesome';
        content: "\f178";
    }

.loadingMask .wk-icon-spin {
    font-size: 45px;
    position: absolute;
    top: 50%;
    margin-top: -40px;
}

.microsoft-item__container p {
    font-size: 21px !important;
    font-weight: 100 !important;
}

#CentriSpecializzati {
    padding: 100px 0 250px 0;
   position:relative
}

    #CentriSpecializzati h2, #CentriSpecializzati p, .section-esperienza p, .eventi-section p{
        color: #fff !important;
        text-align: left
    }

    #CentriSpecializzati p,
    .section-esperienza p, .eventi-section p {
        font-size: 18px;
        line-height: 35px
    }
.content-spotify{margin-top:-150px}
.inner-page .wk-header {
    position: relative;
    background-color: #000 !important;
}
.welcomboxUp{
    margin-top:-180px
}
.section-esperienza {
    background-image: url(/Content/images/bg-esperienza.jpg);
    background-repeat: no-repeat;
    padding: 80px 0;
    background-size: cover
}

.inner-page-text h1, h1.title {
    color: #007ac3;
    font-family: "Franziska";
    font-size: 40px;
    font-style: italic;
    font-weight: 400;
    line-height: 45px;
    margin-bottom: 32px;
}

.wk-breadcrumb-bar {
    margin-bottom: 0px !important
}

.font-small {
    font-size: 14px !important
}

h2 {
    font-weight: 500;
    color: #0079c1;
    font-size: 35px;
}

h3 {
    font-weight: 400;
}

.entry-image-archivio {
    float: left;
    width: 33%;
    margin-right: 2%;
    margin-bottom: 10px
}

.blog-title {
    font-size: 18px;
    margin-bottom: 10px
}

.image-news {
    margin-bottom: 20px
}

    .image-news img {
        width: 100%
    }

.clear {
    clear: both
}

.index-brand-light {
    background: rgba(0,0,0,.35) !important;
    position: absolute;
    z-index: 100;
    left: 0;
}

span.highlight {
    background: #f1c40f;
}

.item-search {
    margin: 16px 0;
}

    .item-search p {
        margin-bottom: 0px
    }

.closesearch {
    padding-top: 11px !important;
    border-left: 1px solid #fff
}

    .closesearch:hover {
        color: #fff
    }

.wk-search-bar {
    position: fixed;
    width: 100%;
    z-index: 200
}

.inner-page-text {
    margin-top: 95px !important
}

.inner-page {
    margin-top: 0px !important
}

.wk-product-name a, .wk-product-name a:hover {
    color: #fff;
}

/*MENU*/
.wk-navbar-container {
    border-bottom: 6px solid #007ac3;
    padding-bottom: 6px;
    margin-bottom: 16px;
}
.wk-navbar {
 
    width: 100%;
    
    /*transition: all .2s ease-in;*/
}

.fixedMenu {
    position: fixed !important;
    top: 0px !important;
}

.inner-page .wk-navbar {
    position: relative;
    top: inherit
}

.wk-nav .right {
    float: right !important;
}

.wk-navbar .wk-nav > li > a:hover {
    text-decoration: none !important;
}

.bg-dark-blu {
    background-color: #214563;
    padding-bottom: 80px
}

.presenza-online {
    background-color: inherit !important
}

    .presenza-online h2, .presenza-online p {
        color: #fff !important;
    }

.content-template-pc {
    margin-top: -120px;
    margin-bottom: 15px;
    width:420px;
}

.wk-sub-nav {
    background-color: #007AC3;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    display: none;
    z-index: 1;
}

    .wk-sub-nav li a {
        color: #fff;
        background-color: #007AC3 !important;
    }

.wk-nav li:hover a {
    background-color: #80BDE1;
}

.wk-sub-nav li a:hover {
    background-color: #80BDE1 !important;
    text-decoration: none !important;
}

#ifpan {
    padding: 100px 0
}

.top-ifpan {
    margin-top: -190px;
    position: relative
}

#ifpan p,
#ifpan h3,
#ifpan h4 {
    color: #fff;
    line-height: 30px
}

ul.wk-nav li.active ul.wk-sub-nav li a {
    color: #fff;
}

ul.wk-nav li.has-sub-nav ul.wk-sub-nav li.active a {
    color: #fff;
    background: #005b92;
}

.social-footer a {
    font-size: 24px;
    color: #fff;
}

.border-grey-row {
    border-top: 48px solid #efefef;
    border-bottom: 48px solid #efefef;
    width: 100%;
    background: #eee;
}

.ico-appr {
    text-align: center;
    font-size: 64px;
    color: #007ac3;
}

.bluebtn, a.bluebtn {
    background: #027dc5;
    color: #fff;
    padding: 0 62px 0 12px;
    position: relative;
    line-height: 40px;
    display: inline-block;
}

    .bluebtn:hover, a.bluebtn:hover {
        color: #fff;
    }

    .bluebtn:after, a.bluebtn:after {
        font-family: "wk-icons";
        content: "\e80b";
        position: absolute;
        top: 0;
        right: 0;
        background-color: #2D8ECA;
        padding: 0px 10px
    }

.redButton {
    padding: 10px 20px;
    background: #e51f2d;
    color: #fff;
}

    .redButton:hover {
        color: #fff;
    }

.text-home p {
    font-size: 18px;
    margin: 20px 0 !important
}

.text-medium {
    font-size: 20px
}

.box-slider {
    text-align: center;
    width: 660px;
    background: rgba(5, 131, 198, 0.9);
    margin: 0 auto;
    z-index: 20000;
    position: absolute;
    top: 265px;
    padding: 50px;
    color: #fff;
    left: 50%;
    margin-left: -330px;
}

    .box-slider p {
        font-size: 25px
    }

    .box-slider h1 {
        color: #fff;
    }

.btn-video {
    position: absolute;
    right: 0;
    bottom: 0;
}

    .btn-video a {
        color: #fff;
        line-height: 3;
    }

        .btn-video a:hover {
            text-decoration: none !important;
            color: #fff;
        }

.nn-hp-container .hp-question {
    margin-top: 20px !important;
    color: #232323 !important;
    font-weight: 100;
    font-size: 24px !important
}

.etichetta-nov {
    display: table;
    background-color: #ff0000;
    margin: 0 auto;
    padding: 7px 10px;
    font-size: 20px;
    color: #fff
}

.app-nnx {
    margin-bottom: -40px;
    margin-top: -45px;
}
.start{
    margin-top:-100px;
    position:relative;
    z-index:1
}

.start2{
    position:absolute;
    z-index:0;
    right:33px
}
.ominio {
    position: absolute;
    z-index: 2;
    right: 20px;
    top: 320px;
}
.finish {
    position: absolute;
    z-index: 2;
    right: -10px;
    bottom: 0px;
}
.section-novita h3 {
    font-size: 30px;
    font-weight: 700 !important
}

    .section-novita p,
    .section-novita ul li {
        font-size: 20px
    }

    .section-novita ul {
        list-style-type: square;
        margin-left: 20px
    }
.bg-green {
    background-color: #6EC05D;
    height:6px;
    width:100%;
    margin:0px 0 20px
}
.ico-store {
    width: 150px
}

.blog-details {
    margin-bottom: 50px;
}

.social-footer div[class^="wk-col"]:last-child {
    float: left !important;
}

.wk-search-bar {
    display: none
}

.elencodownload {
    position: relative
}

    .elencodownload .wk-breadcrumb {
        margin-left: 0;
        padding-left: 0px;
    }

    .elencodownload .wk-icon-folder, .elencodownload .wk-icon-attach {
        font-size: 20px
    }

.social-share {
    list-style: none;
    padding: 0px;
    margin: 15px 0px 0px;
    float: left;
    width: 100%;
}

    .social-share li {
        float: left;
        margin: 0px 15px 0px 0px;
    }

.boxbottom:nth-child(odd) .oddleft {
    float: left !important;
}

.boxbottom:nth-child(odd) .text-home {
    float: right !important;
    margin-right: 0 !important
}

.wk-login {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #474747;
    font-size: 14px;
}

    .wk-login a, .wk-login a:hover {
        color: #474747;
    }

    .wk-login.light {
        color: #fff;
    }

        .wk-login.light a, .wk-login.light a:hover {
            color: #fff;
        }

.wk-icon-telephone, .wk-icon-email {
}

.image-row {
    background-size: cover;
    padding: 80px 0;
}
/*===========BEGIN Box Product Specs=============*/


.productSpecs, .productSpecs2 {
    background: #eee;
    padding: 0px;
    display: table-cell;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.productSpecs-normal {
    -webkit-box-direction: normal;
    -webkit-flex-direction: normal;
    -ms-flex-direction: initial;
    flex-direction: initial;
}

.productSpecs2 .productSpecs_content {
    margin-top: 64px;
}

.productSpecs_content {
    padding: 64px 0 0 64px;
    background: #ffffff;
    float: none;
    width: 60%;
}

.productSpecs_content_100 {
    width: 100% !important;
    padding: 64px;
    background: #ffffff;
}

    .productSpecs_content_100 p {
        font-size: 16px;
        font-weight: 300;
    }

.productSpecs_content .testo {
    padding: 0px 100px 0px 0px;
}

    .productSpecs_content .testo p {
        font-size: 22px;
        line-height: 35px;
        color: #474747;
        font-weight: 300;
    }

    .productSpecs_content .testo ul, .box-white ul {
        list-style: none;
        padding: 0px;
    }

        .productSpecs_content .testo ul li, .box-white ul li {
            font-size: 22px;
            line-height: 35px;
            color: #474747;
            font-weight: 300;
        }

            .productSpecs_content .testo ul li::before, .box-white ul li::before {
                content: '\e804';
                font-family: "wk-icons";
                color: #474747;
            }

.productSpecs_content .productSpecs_button {
    float: right;
    margin: 50px 0px 0px;
}

.productSpecs_imageBlock {
    padding: 0;
    float: none;
    width: 40%;
}

.productSpecs_title {
    background: #007AC3;
    color: #ffffff;
    font-family: "Franziska";
    font-style: italic;
    font-weight: 400;
    position: relative;
    padding: 0 64px;
    left: -64px;
    line-height: 54px;
    margin: 0;
    font-size: 32px;
}

.productSpecs-normal .productSpecs_title {
    left: auto;
    right: -64px;
}

.productSpecs-violet .productSpecs_title {
    background: #940c72;
}

.productSpecs-yellow .productSpecs_title {
    background: #EA8F00;
}

.productSpecs_image {
    width: 100%;
    height: 300px;
}
/*===========END Box Product Specs=============*/

.accordion.wkBlu, .accordion_linkContainer.wkBlu {
    background-color: #007AC3;
}

.accordion.wkPurple, .accordion_linkContainer.wkPurple {
    background-color: #940C72;
}

.accordion {
    /*border-top: 64px solid #eee;*/
    clear: both;
    padding: 16px 0 0;
    margin: 0;
    position: relative;
    list-style: outside none none;
}

.accordion_title {
    color: rgba(255, 255, 255, 0.75);
    padding: 33px 0 33px 64px;
}

.accordion_titleText {
    font-size: 1.25em;
}

    .accordion_titleText a, .accordion .accordion_item a {
        color: #fff;
    }

.accordion .accordion_item.active {
    background-color: #ffffff;
}

.accordion--faq .accordion_item.active a {
    color: #940C72;
}

.accordion-benefici .accordion_item.active a {
    color: #007AC3;
}

.accordion-benefici .accordion_content span {
    color: #007ac3;
    font-size: 44px;
}
/*.wkPurple .accordion--faq .accordion_item,.wkPurple .accordion_item,.wkPurple  #accordion h3 {  background-color: #940C72;}*/
#accordion h3 {
    background-color: #940C72;
    line-height: 0 !important;
    margin-bottom: 0px;
    font-size: 16px !important;
    outline: none
}

    #accordion h3.ui-state-active {
        color: #940C72;
        border-left: 1px solid #940C72;
        border-right: 1px solid #940C72;
        border-top: 1px solid #940C72;
    }

#accordion .ui-accordion-content {
    padding: 0 32px 32px 32px;
    border-left: 1px solid #940C72;
    border-right: 1px solid #940C72;
    border-bottom: 1px solid #940C72;
}

.accordion .accordion_item {
    margin-left: 64px;
    padding-left: 32px;
}

.accordion_item.active, #accordion h3.ui-state-active {
    background-color: #ffffff;
}

.accordion_item, #accordion h3 {
    clear: both;
    padding-left: 64px;
}



.accordion .accordion_item .accordion_itemTitle {
    font-size: 1.25em;
    padding: 10px 0;
    width: 56%;
}

    .accordion .accordion_item .accordion_itemTitle span {
        font-size: 30px
    }


.accordion_itemTitle, #accordion h3 {
    color: #ffffff;
    cursor: pointer;
    display: block;
    line-height: 40px;
    padding: 33px 0;
    width: 60%;
}

.accordion_item.active .accordion_itemTitle {
    color: #007AC3;
}

#accordion h3 {
    width: 100%;
    font-size: 1.25em;
    padding-left: 32px;
}

.accordion_item.active .accordion_content {
    display: block;
}

.accordion .accordion_content {
    /*border-top: 107px solid #eee;*/
    padding: 48px;
}

.accordion_content {
    background-color: #ffffff;
    bottom: -64px;
    display: none;
    font-size: 25px;
    line-height: 38px;
    overflow: hidden;
    padding: 64px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
}

    .accordion_content p {
        font-size: 22px;
        font-weight: 200;
        line-height: 33px;
    }

.accordion_linkContainer {
    min-height: 64px;
    position: relative;
    width: 60%;
}
/*===========BEGIN Featured carousel===========*/
.featuredcarousel {
    width: 50%;
    float: left;
}

    .featuredcarousel .itemcarousel {
        width: 100%;
        float: left;
    }

        .featuredcarousel .itemcarousel .image {
            float: left;
            width: 100%;
            padding: 0px 64px 0px 0px;
        }

            .featuredcarousel .itemcarousel .image > div {
                width: 100%;
                height: 320px;
            }

        .featuredcarousel .itemcarousel .text {
            float: left;
            padding: 64px;
            background: rgba(0, 130, 200, 0.7);
            margin: -64px 0px 0px 64px;
            position: relative;
        }

            .featuredcarousel .itemcarousel .text p {
                font-size: 26px;
                line-height: 30px;
                color: #fff;
                font-family: 'Fira Sans',sans-serif;
                font-weight: 300;
                margin: 0px 0px 10px 0px;
            }

        .featuredcarousel .itemcarousel .button_whiteblue {
            position: absolute;
            bottom: 0px;
            right: 0px;
        }

    .featuredcarousel .owl-dots {
        position: absolute;
        left: 128px;
        top: 280px;
        z-index: 9;
        bottom: inherit;
    }

        .featuredcarousel .owl-dots .owl-dot {
            width: 16px;
            height: 16px;
            background: rgba(255,255,255,0.6);
            float: left;
            margin: 0px 10px 0px 0px;
            cursor: pointer;
        }

            .featuredcarousel .owl-dots .owl-dot.active, .featuredcarousel .owl-dots .owl-dot:hover {
                background: #fff;
            }
/*===========END Featured carousel=============*/

/*===========BEGIN Featured List==============*/

.featuredlist h2 {
    font-size: 24px;
    line-height: 36px;
    color: #474747;
    font-family: 'Fira Sans',sans-serif;
    font-weight: 300;
    margin: 0px 0px 32px 0px;
}

.featuredlist {
    width: 50%;
    padding: 48px 64px 64px;
    background: #fff;
    position: relative;
    float: left;
}

    .featuredlist h2 {
        font-size: 24px;
        line-height: 36px;
        color: #474747;
        font-family: 'Fira Sans',sans-serif;
        font-weight: 300;
        margin: 0px 0px 32px 0px;
    }

    .featuredlist .itemlist {
        float: left;
        width: 100%;
        margin: 32px 0px;
    }

        .featuredlist .itemlist .title, .featuredlist .itemlist .title a, .itemlist .title a, .itemlisteventi .title a {
            font-size: 23px;
            line-height: 36px;
            color: #241866;
            font-family: 'Fira Sans',sans-serif;
            font-weight: 300;
        }

        .featuredlist .itemlist .text, .featuredlist .itemlisteventi .text {
            font-size: 18px;
            line-height: 27px;
            color: #474747;
            font-family: 'Fira Sans',sans-serif;
            font-weight: 300;
            opacity: 0.7;
        }

    .featuredlist .button_whitegrey, .featuredlist .button_whitegrey:hover {
        position: absolute;
        bottom: 0px;
        right: 0px;
    }

.featuredcarousel .owl-nav {
    display: none
}
/*===========END Featured Lists================*/
/*===========BEGIN Section Featured==============*/
.sectionFeatured-wrapper {
    margin: 36px -32px 48px;
    overflow: hidden;
}

.sectionFeatured {
    float: left;
    width: 33.33%;
    padding: 0px 32px 0px;
    position: relative;
}

    .sectionFeatured.threecolumn {
        width: 100%;
    }

    .sectionFeatured.twocolumn {
        width: 66.66%;
    }

    .sectionFeatured .title {
        width: 100%;
        float: left;
        position: relative;
    }

        .sectionFeatured .title h2 {
            width: 100%;
            padding: 22px 32px 10px;
            margin: 48px 0px 36px;
            background: #007AC3;
            line-height: 32px;
            font-size: 24px;
            color: #fff;
            font-family: 'Fira Sans',sans-serif;
            font-weight: 400;
        }

        .sectionFeatured .title span {
            position: absolute;
            top: 0px;
            left: 32px;
            color: #fff;
            width: 64px;
            height: 64px;
            text-align: center;
            background: #409CD2;
            font-size: 42px;
            padding: 4px 0px 0px;
        }

        .sectionFeatured .title.green h2 {
            background: #85BC20;
        }

        .sectionFeatured .title.green span {
            background: #A0C954;
        }

        .sectionFeatured .title.grey h2 {
            background: #474747;
        }

        .sectionFeatured .title.grey span {
            background: #767676;
        }

        .sectionFeatured .title.purple h2 {
            background: #940c72;
        }

        .sectionFeatured .title.purple span {
            background: #AF4995;
        }

    .sectionFeatured p {
        padding: 0px 32px;
        line-height: 27px;
        font-size: 18px;
        color: #474747;
        font-family: 'Fira Sans',sans-serif;
        font-weight: 300;
        float: left;
        width: 100%;
        margin: 0px;
    }

    .sectionFeatured h3 {
        padding: 36px 32px 0px;
        font-size: 24px;
        color: #474747;
        font-family: 'Fira Sans',sans-serif;
        font-weight: 300;
        opacity: 0.7;
        float: left;
        width: 100%;
        margin: 0px;
    }

    .sectionFeatured ul {
        list-style: none;
        padding: 32px 32px 0px 32px;
        float: left;
        width: 100%;
    }

        .sectionFeatured ul li::before {
            content: '\e804';
            font-family: "wk-icons";
            color: #474747;
            margin-right: 5px;
        }

        .sectionFeatured ul li,
        .sectionFeatured ul li a {
            color: #474747;
            font-family: 'Fira Sans',sans-serif;
            font-weight: 300;
            opacity: 0.7;
            line-height: 27px;
            font-size: 18px;
        }

.itemlist {
    margin-bottom: 32px;
    float: left
}
/*===========END Section Featured==============*/

.requestDemo {
    background: #eee none repeat scroll 0 0;
    min-height: 300px;
    padding-top: 77px;
    position: relative;
}

.requestDemo_quote {
    background: #e88e23 none repeat scroll 0 0;
    color: #ffffff;
    opacity: 0.8;
    padding: 48px;
}

.requestDemo_title {
    color: #ffffff;
    font-family: "Franziska",serif;
    font-size: 42px;
    font-style: italic;
    font-weight: normal;
    line-height: 54px;
    margin: 0 0 0.5em;
}

.requestDemo_quoteBlock {
    padding: 0;
    position: absolute;
    right: 0px;
    top: 0;
    width: 50%;
}

.requestDemo_descriptionBlock {
    background: #ffffff none repeat scroll 0 0;
    padding: 48px;
    width: 70%;
}

.requestDemo_description {
    padding-left: 0;
    width: 70%;
}

    .requestDemo_description p {
        font-size: 22px;
        font-weight: 300
    }
/*===========BEGIN USP=========================*/
.usp {
    float: left;
    width: 100%;
    padding: 0px 0px;
}

.sectionFeatured .usp div {
    width: 50%;
}

.usp div {
    float: left;
    padding: 0px 48px 0px 96px;
    position: relative;
    margin: 0px 0px 56px;
}

.usp span {
    position: absolute;
    top: -5px;
    left: 16px;
    width: 48px;
    text-align: center;
    font-size: 44px;
    color: #007ac3;
}

.usp h3, .usp p {
    float: left;
    padding: 0px;
    width: 100%;
}

    .usp h3,
    .usp h3 a {
        color: #241866;
        line-height: 36px;
        font-size: 24px;
        font-family: 'Fira Sans';
        font-weight: 400;
        opacity: 1;
        margin: 0;
    }

.usp p {
    color: #474747;
    line-height: 27px;
    font-size: 17px;
    font-family: 'Fira Sans';
    font-weight: 300;
}
/*===========END USP===========================*/

/*===========BEGIN Success Stories=============*/
.testimonial {
    background: #eee none repeat scroll 0 0;
    /*min-height: 449px;*/
    padding: 64px 0px 0;
    position: relative;
}

.testimonial_background {
    bottom: 0;
    height: 385px;
    /*position: absolute;*/
    width: 60%;
}

.testimonial_quote {
    background: #005f99 none repeat scroll 0 0;
    color: #ffffff;
    opacity: 0.8;
    padding: 48px;
    position: absolute;
    right: 0px;
    top: 0;
    width: 50%;
}

.testimonial_title {
    font-family: "Franziska",serif;
    font-size: 36px;
    font-style: italic;
    font-weight: normal;
    line-height: 40px;
    margin: 0 0 0.4em;
    color: #fff;
}

.testimonial_description, .testimonial_author {
    display: block;
    font-size: 18px;
    color: #fff;
    line-height: 27px;
}

.testimonial_author {
    font-weight: normal;
}

.box-white {
    background-color: #fff;
    padding: 48px
}

    .box-white .title {
        color: #007ac3;
        font-family: "Franziska",serif;
        font-size: 28px;
        font-style: italic;
        line-height: 28px;
        margin: 0 0 0.4em;
    }

    .box-white p {
        font-size: 22px;
        line-height: 35px;
        color: #474747;
        font-weight: 300;
    }
/*===========END Success Stories=============*/
.soluzioni .inner-page-text {
    padding: 64px 0px;
}

.soluzioni .nivo-controlNav {
    display: none !important
}

/*===========BEGIN Blue Box=============*/
.bluebox {
    width: 100%;
    padding: 32px;
    color: #fff;
    float: right;
    background: #241866;
    margin-top: -64px
}

    .bluebox a {
        color: #fff
    }

    .bluebox h3 {
        color: #fff;
        font-size: 24px;
        margin: 0px 0px 10px;
        font-family: 'Fira Sans';
        font-weight: 400;
    }
/*===========END Blue Box=============*/
/*===========mainHeaderQuote===========*/
.mainHeader {
    position: absolute;
    width: 1200px;
    left: 50%;
    margin-left: -600px !important;
    z-index: 2000
}

.mainHeaderQuote {
    bottom: 0px;
    left: 0px;
    padding: 0;
    position: absolute;
    z-index: 20000;
    width: 45%;
}

.mainHeaderQuote_wrap {
    background-color: #241866;
    color: #ffffff;
    opacity: 0.8;
    padding: 32px 48px;
}

.mainHeaderQuote_title {
    font-family: "Franziska",serif;
    font-style: italic;
    font-weight: 400;
    margin: 0 0 20px 0;
    color: #fff;
}

.mainHeaderDescription {
    background: #ffffff none repeat scroll 0 0;
    bottom: -48px;
    opacity: 0.9;
    padding: 32px 32px 32px 128px;
    position: absolute;
    right: 0px;
    width: 60%;
    z-index: 19999;
}

    .mainHeaderDescription p {
        font-size: 18px
    }
/*===========END mainHeaderQuote===========*/
.wk-icon-facebook,
.wk-icon-twitter,
.wk-icon-linkedin,
.wk-icon-youtube {
    background-color: #fff;
    color: #474747;
    font-size: 16px !important;
    padding: 8px 7px;
    border-radius: 50%;

}
.wk-footer-heading {
    font-size: 18px !important;
    line-height: 16px !important;
    margin-top: 0px !important;
    color: #fff !important;
    margin-bottom: 20px !important
}
.footer-col p{
    color:#fff;
    font-size:16px;
    line-height:25px;
}
.wk-footer {
    background-color: #000 !important;
}
    .wk-footer .wk-footer-copyright {
       
    }
.wk-footer-nav-list {
   border-top:5px solid #e5202e;
   padding-top:30px;
}
.footer-col {
    border-top:5px solid #85bc20;
    padding-top: 30px;
    margin-right:30px
}
.wk-footer-nav-list {
    width: 100% !important
}
.wk-footer-copyright-container a, .wk-footer-copyright-container a:hover{
    font-size: 16px;
    color: #fff
}
/*===========BEGIN Owl Carousel===========*/
.owl-nav .owl-prev span,
.owl-nav .owl-next span {
    font-size: 25px !important;
}


    .owl-nav .owl-prev, .owl-next {
        top: 50%;
        position: absolute;
        margin-top:-32px;
    }
        .owl-next:focus{
            position:absolute!important;   
        }
        .owl-prev {
            left: -70px;
        }
.owl-next {
    right:-70px;
}
    .owl-nav .owl-prev, .owl-nav .owl-next {
        background: #757575;
        color: #fff;
        font-size: 35px;
        display: inline-block;
        width: 64px;
        height: 64px;
        padding: 10px 0px;
        text-align: center;
        cursor: pointer
    }

/*===========END Owl Carousel=============*/
.image-row .button_whitered {
    float: none;
    font-size: 20px
}

.button_whitered {
    float: right;
    position: relative;
    text-decoration: none;
    padding: 16px 84px 16px 16px;
    line-height: 32px;
    display: inline-block;
    font-weight: 400;
    border: 0;
    color: #fff;
    background: #E5202E;
    font-size: 16px;
}

    .button_whitered:hover {
        color: #fff;
        background: #E5202E;
        text-decoration: none;
    }

.promobox .button_whitered {
    right: -24px
}

.button_whitered:after {
    display: block;
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color .5s ease;
    transition: background-color .5s ease;
    font-weight: 300;
    content: "\e80b";
    font-family: "wk-icons";
    background: #E5202E;
}

.button_whiteviolet {
    float: right;
    position: relative;
    text-decoration: none;
    padding: 16px 84px 16px 16px;
    line-height: 32px;
    display: inline-block;
    font-weight: 400;
    border: 0;
    color: #fff;
    background: transparent;
    font-size: 16px;
}

    .button_whiteviolet:hover {
        color: #fff;
        background: #CA86B9;
        text-decoration: none;
    }

    .button_whiteviolet:after {
        display: block;
        width: 64px;
        height: 64px;
        line-height: 64px;
        text-align: center;
        color: #fff;
        font-size: 24px;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transition: background-color .5s ease;
        transition: background-color .5s ease;
        font-weight: 300;
        content: "\e80b";
        font-family: "wk-icons";
        background: #CA86B9;
    }

.btn-blu {
    background: #007AC3;
    color: #fff;
    border-radius: 0 !important;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 15px 20px !important;
}

.button_whiteblue {
    float: right;
    text-decoration: none;
    padding: 16px 84px 16px 16px;
    line-height: 32px;
    display: inline-block;
    font-weight: 400;
    border: 0;
    color: #fff;
    background: transparent;
    font-size: 16px;
    position: absolute !important;
    bottom: 0px;
    right: 0px;
}

    .button_whiteblue:hover {
        color: #fff;
        background: #007AC3;
        text-decoration: none;
    }

    .button_whiteblue:after {
        display: block;
        width: 64px;
        height: 64px;
        line-height: 64px;
        text-align: center;
        color: #fff;
        font-size: 24px;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transition: background-color .5s ease;
        transition: background-color .5s ease;
        font-weight: 300;
        content: "\e80b";
        font-family: "wk-icons";
        background: #007AC3;
    }

.button_whitegrey {
    float: right;
    position: relative;
    text-decoration: none;
    padding: 16px 84px 16px 16px;
    line-height: 32px;
    display: inline-block;
    font-weight: 300;
    border: 0;
    color: #757575;
    background: transparent;
    font-size: 16px;
}

    .button_whitegrey:hover {
        color: #fff;
        background: #757575;
        text-decoration: none;
    }

    .button_whitegrey:after {
        display: block;
        width: 64px;
        height: 64px;
        line-height: 64px;
        text-align: center;
        color: #fff;
        font-size: 24px;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transition: background-color .5s ease;
        transition: background-color .5s ease;
        font-weight: 300;
        content: "\e80b";
        font-family: "wk-icons";
        background: #757575;
    }

.wk-footer {
    padding-top: 40px !important;
}

.btn-footer {
    color: #fff;
    font-size: 25px
}

    .btn-footer i {
        font-size: 40px
    }

    .btn-footer:hover {
        color: #fff;
        text-decoration: none
    }

.bg-blue:hover {
    background: #045F94
}

.bg-yellow:hover {
    background: #CE7A04;
}

.bg-red {
    background: #e51f2d
}

.bg-yellow {
    background: #ea8c00;
    transition: all .2s ease-in;
}

.bg-blue {
    background: #027dc5;
    transition: all .2s ease-in;
}

.bg-light-grey {
    background-color: #ededed
}

.bg-white {
    background-color: #fff
}

.padding30 {
    padding: 30px 0;
}

.padding50 {
    padding: 50px 0;
}

.padding5050 {
    padding: 50px;
}

.padding120 {
    padding: 120px 0;
}

.padding150 {
    padding: 150px 0;
}

.margin-top-10 {
    margin-top: 10px
}

.margin-top-20 {
    margin-top: 20px
}

.margin-top-40 {
    margin-top: 40px
}

.margin-top-70 {
    margin-top: 70px
}

.margin-bottom-50 {
    margin-bottom: 50px
}

.margin-bottom-70 {
    margin-bottom: 70px
}

.no-border-bottom {
    border-bottom: none !important
}

.btn-line {
    color: #fff;
    padding: 10px 30px 10px 15px;
    border: 1px solid #fff;
    position: relative;
    transition: all .2s ease-out;
    border-radius: 2px
}

    .btn-line:hover {
        color: #fff;
    }

    .btn-line.black {
        color: #000;
        border: 1px solid #000;
    }

    .btn-line:after {
        font-family: "wk-icons";
        content: "\e80b";
        position: absolute;
        top: 7px;
        right: 0px;
        padding: 0px 10px;
    }

.bg-blu {
    background-color: #007ac3
}

.bg-red {
    background-color: #C73534
}

.wk-content-full {
    padding: 30px 0
}

.wk-icon-location {
    font-size: 18px
}

.wk-content-full h3 {
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: normal
}

.explore-item {
    margin: 30px 0;
}

    .explore-item img {
        width: 55px;
        margin-right: 10px;
    }

    .explore-item h4 {
        position: relative;
        top: -20px;
        white-space: nowrap;
        font-size: 12px;
        line-height: 30px;
        letter-spacing: 1px;
        color: #333;
        font-weight: bold;
        text-transform: uppercase;
    }

ul.list-arrow-blu {
    list-style-image: url('../public/list-arrow-blue.png');
}

.login-folder {
    background-color: #f1f1f1;
    padding: 30px;
    display: none
}

.erroreLogin {
    display: none
}
.col-esperienza{
    padding-top:100px;
    padding-bottom:20px
}
.br-mobile{display:none}

.nn-slider-container {
    width: 60% !important;
    position: relative;
}
.inner-feedback {
    background-color: #fff;
    padding: 20px 20px 40px 20px  !important;
    border-radius: 20px
}
    .feedback-text-container p, .feedback-text-container span{
        color: #000 !important
    }
.firma{margin-top:-60px}
    .firma span {
        font-size: 15px !important;
        color: #fff!important;
        font-weight:100!important;
        display:block!important
    }
.firma img{width:auto!important}
.slider-btn.slider-btn-right,
.slider-btn.slider-btn-left {
    top: 25% !important;
}
.slider-btn.slider-btn-left {
   left: 60px !important;
}
.rete-vendita{margin-top:20px;}
.start,
.start2,
.ominio,
.finish {
    display: none
} 
@media only screen and (max-width:1400px) {
    .start,
    .start2,
    .ominio,
    .finish {
        display:none
    } 
        .wk-header-container {
            padding: 0 20px !important;
        }
        .wk-navbar-container{
            max-width: 98% !important;
        }
        section {
            box-sizing: border-box;
            padding: 0 20px
        }

        .text-slider {
            left: 20px;

            margin-left: 0px
        }
    }
@media only screen and (max-width:1100px) {
    .slider-btn.slider-btn-right
    {
        
        width:auto!important
    }
    .pc-studio {
        margin: 0;
    }
}
    @media only screen and (max-width: 991px) {
        .features-group {
            display: none;
        }

        #ifpan .col-ifpan {
            width: 100%
        }

        .md-margin-b-15 {
            margin-bottom: 15px
        }

        .plans .btn-line {
            display: block;
        }

        .col-tuostudio, .col-ready, .col-pc-studio {
            text-align: center !important;
            width: 100% !important;
        }

        .col-ready {
            padding-bottom: 20px
        }

     
    }

    @media only screen and (max-width: 790px) {
        #CentriSpecializzati{background-image:none}
        .rete-vendita {
            margin-bottom: 20px;
            margin-top:0px;
        }
            .nn-slider-container {
                width: 100% !important;
            }
            .nn-slider-container img{width:auto!important;}
        .slider-btn.slider-btn-left{
            left:0px!important
        }
        .text-slider {
            right: inherit !important;
            width: 100%;
            position: relative;
            top: 0px;
            left:0px;
            margin-left:0px
        }

        .section-clienti{background-attachment:inherit!important}

        .welcome-box-section {
            background-size: cover !important;
            background-position:center center
                
        }
    }

    @media only screen and (max-width: 690px) {


        .wk-navbar .wk-nav > li > a {
            padding: .84375rem .5375rem !important;
        }

        .slider-wrapper {
            height: auto !important;
        }

        .box-slider {
            width: 96%;
            left: 2%;
            margin-left: 0px;
            position: relative;
            top: 10px;
        }

        .padding120, .padding150 {
            padding: 60px 0
        }

        .featuredlist {
            width: 100%;
        }

        .featuredcarousel {
            width: 100%;
        }
    }
.wk-navbar .wk-nav > li > a {
    background-color: #fff !important;
    font-size: 1.25rem;
    color: #474747 !important;
    padding: 0 30px 8px 0 !important;
}
.bg-nn-club {
    background: rgb(0,69,106);
    background: linear-gradient(100deg, rgba(0,69,106,1) 0%, rgba(5,104,174,1) 68%);
    width: 100%;
    height: 400px;
    position:relative;text-align:center
}
.bg-nn-club .img-benvenuto {
    margin-top:100px
}
.x-img{position:absolute;
       right:10%;
       top:0px
}
.scheda-club{margin-top:-80px;}
.barra-verde {
    background:  #85bc20;height:6px;margin:30px 0 10px;
}
.bg-scritta-club {
    background-image: url('scritta-club.png');
    background-position:bottom center;
    background-repeat:no-repeat
}
@media only screen and (max-width: 600px) {
    #CentriSpecializzati p, .section-esperienza p {
            font-size: 20px;
            line-height: 30px;
        }
        .content-template-pc {
            width: 90%
        }
        .wk-navbar .wk-nav > li > a {
            padding: 0.84375rem 15px !important;
        }
        .owl-next {
            right: -50px;
        }
        .owl-prev {
            left: -45px;
        }
        .owl-nav .owl-prev, .owl-next {
            top: 40%;
        }
            .wk-navbar .wk-nav {
            width: 98%;
            position: absolute;
            top: 83px;
        }

        .wk-login {
            top: 65px
        }

        .aggiungiHome {
            display: block
        }

        .social-footer .wk-col-2 {
            display: inline-block;
            width: auto;
        }

        .social-footer div[class^="wk-col"]:last-child {
            float: none !important;
        }

        .logo-oasistemi {
            width: 100%;
            text-align: center
        }

        .logo-wki {
            background-position: center;
            /*width: 100%;*/
        }

        .br-mobile {
            display: block
        }
    }

    #neonotai {
        min-height: 620px;
    }

    .wk-navbar .wk-nav {
        /*text-align: center;
        width: calc(100% - 230px);
        margin-left: 115px;*/
    }
     
       
        .wk-navbar .wk-nav > li {
            display: inline-block;
            float: none;
        }

            .wk-navbar .wk-nav > li > a:hover {
                color: #007ac3 !important;
            }
    .banner-onelegale {
        background: #fff;
        padding: 5px 0px 0px 0px;
        margin: -10px;
        text-align: center;
    }

        .banner-onelegale img {
            max-height: 250px;
        }

        .banner-onelegale p {
            margin: 10px 0px -5px;
            background: #007ac3;
            display: inline-block;
            color: #fff;
            font-weight: bold;
            padding: 5px 0px 4px;
            width: 100%;
            font-size: 16px;
        }

    .card-promo-onelegale .description-container .left-text {
        flex: auto;
    }

    .card-promo-onelegale .promo-left .left-text .bold {
        color: #007ac3;
    }

    .card-promo-onelegale .promo-left .text-container {
        margin-left: 0px;
        padding-right: 90px;
        margin-right: 20px;
        background-image: url(images/croceV-01.png);
        background-position: right center;
        background-repeat: no-repeat;
    }

    .info-container {
        padding-top: 150px;
        max-width: 100%;
    }

        .info-container div {
            margin: 0px auto;
            max-width: 1190px;
            text-align: right;
            color: #757575;
        }

    @media only screen and (max-width: 1200px) {
        .info-container {
            padding-top: 170px;
        }

            .info-container div {
                padding-left: 30px;
                padding-right: 30px;
            }
    }
   @media only screen and (max-width: 1080px) {
    .footer-col{
        margin-bottom:20px;
        margin-right:0px!important
    }
    }
    @media only screen and (max-width: 800px) {
        .card-promo-onelegale .promo-left .text-container {
            padding-right: 0px;
            margin-right: 0px;
            background: none;
        }

        .banner-onelegale p {
            padding: 5px 10px 4px;
        }

        .info-container {
            padding-top: 300px;
        }
    }

    @media only screen and (max-width: 750px) {
        .banner-onelegale {
            margin: 0px;
            width: 100%;
        }
    }

    #call-to-action {
        padding-top: 100px !important;
    }

    h1{color:#000;font-size:36px}
.greenBar {
   border-top: 5px solid #85bc20;
   margin-bottom:20px
}
.header,#slider {
    position: relative;
    background: transparent;
}
    .header::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #f4f4f4; /* il tuo colore */
        z-index: 0;
    }
    #slider::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #f4f4f4; /* il tuo colore */
        z-index: 0;
    }
#slider {
    height: 450px;
    position: relative;
}

.home-slider,
.home-slider .owl-stage-outer,
.home-slider .owl-stage,
.home-slider .owl-item,
.slide-item {
    height: 100%;
}

.slide-item {
    display: flex;
   
}
.header .header-left {
    align-items: center; /* centra verticalmente */
}
    .slide-item img.full-width {
        /*width: 100%;
        height: 100%;
        object-fit: cover;*/
    }

 .header-left{
        padding-top:60px;
        padding-bottom:70px;
        padding-right:20px!important
    }
/* Dots centrati */
.home-slider .owl-dots {
    width: 50%;
    text-align: center;
    margin: -40px auto 0;
    z-index: 2000;
    position: relative
}

/* Barrette */
.home-slider .owl-dot {
    display: inline-block;
    margin: 0 6px;

}

    .home-slider .owl-dot span {
        display: block;
        width: 36px;
        height: 5px;
        background: rgba(0, 122, 195, 0.3);
        transition: all 0.3s ease;
    }

    .home-slider .owl-dot.active span {
        background: #007ac3;
    }

@media (max-width: 768px) {
    #slider {
        height: auto;
    }

    .header-left {
        padding-top: 30px;
        padding-bottom:0px!important;
        padding-right:0px !important
    }

    .home-slider .owl-dots {
        width: 100%;
        text-align: center;
        position: static;
        margin-top: 0px;
        padding-bottom:20px
    }
}

    .partner-section {
        background: #007ac3;
        color: #fff;
        padding: 90px 15px 140px; /* più spazio sotto */
        text-align: center;
        position: relative;
    }

    .partner-section h2 {
       color:#fff;
        max-width: 900px;
        margin: 0 auto;
        line-height: 1.3;
    }

/* Freccia blu */
.blue-arrow {
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #007ac3;
}
.white-arrow {
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
}
.white-arrow-reverse {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff; /* freccia verso il basso */
}
.dark-blu-arrow {
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #214563;
}
.eventi-section .container {
    background-color: #474747;
    position: relative;
    padding:0px!important
    
}

.eventi-section .inner-padding{padding:40px}
.bg-img-evento {
    background-color: #353535;
    padding:10px!important
}
.services-section {
    background: #fff;
    padding: 80px 0 40px;
}
    .services-section .container {
        background-color: #fff;
        position: relative;
        padding-top:40px;
    }
    /* Effetto sovrapposto */
    .services-section.overlap, .eventi-section.overlap {
        margin-top: -150px; /* metà circa sulla barra blu */
    }

.service-box {
    border: 1px solid #ddd;
    padding: 35px;
    height: 100%;
    transition: box-shadow .3s ease, transform .3s ease;
    background: #fff;
    margin: 0 10px;
}

    .service-box h4 {
        color: #007ac3;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .service-box p {
        margin: 0;
        color: #333;
    }

    .service-box:hover {
        box-shadow: 0 15px 35px rgba(0,0,0,0.15);
        transform: translateY(-3px);
    }
.final-cta {
    background: #fff;
    
}
/* SOLO questa parte ha lo sfondo grigio */
.final-cta-bg {
    background: #f4f4f4;
    padding: 70px 0 70px; /* il fondo si ferma sotto il bottone */
}

/* Bottone */
.final-cta  .nn-btn-container {
    padding: 0px 0 90px;
    margin-top:-16px
}

    .final-cta h2 {
        color: #444;
        margin-bottom: 25px;
    }

    .final-cta p {
        color: #444;
       
        margin: 0 auto 20px;
    }

    .final-cta .contact-info {
        margin-top: 30px;
        margin-bottom: 40px;
    }

        .final-cta .contact-info a {
           margin-right:5px
        }

           

/* Bottone */
.cta-btn {
    background: #007ac3;
    border-color: #007ac3;
    padding: 14px 32px;
    font-weight: 600;
    font-size: 16px;
    transition: background .3s ease, transform .3s ease;
}

    .cta-btn:hover {
        background: #005f99;
        border-color: #005f99;
        transform: translateX(3px);
    }

    /* Freccia */
    .cta-btn .arrow {
        margin-left: 10px;
        font-size: 18px;
    }
.contact-info {
    margin: 35px 0 45px;
}

.contact-item {
    display: flex;
    align-items: center;
    margin: 0 20px;
    font-size: 16px;
}

   
    .contact-item span,
    .contact-item a {
        color: #333;
        font-weight: 500;
        text-decoration: none;
    }

        
.footer-social {
    display: flex; 
    gap: 15px;
}

    .footer-social a, .icon-round {
        width: 40px;
        height: 40px;
        background: #007ac3;
        color: #fff!important;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 17px;
        transition: background .3s ease, transform .3s ease;
        text-decoration: none;
    }

        .footer-social a:hover, .icon-round:hover {
            background: #005f99;
            transform: translateY(-3px);
        }
.header-chisiamo {
    background-image: url(/Content/bg-chisiamo.jpg);
    padding:110px 0 90px 0
}
.dark-blue-section {
    background: #214563; /* blu scuro */
    padding: 80px 0px;
}
    .dark-blue-section .container {
        margin-top: -140px;
        background: #214563;
        padding-top:30px
    }
.outline-box {
    border: 2px solid #fff;
    padding: 35px 30px;
    margin: 0 auto 30px;
 max-width:1080px
}
.outline-box p {
  
    font-size: 17px;
}
    
    .outline-box:last-child {
        margin-bottom: 0;
    }

    .outline-box h3 {
        color: #fff;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .outline-box p {
        color: #fff;
        line-height: 1.6;
    }

.nn-dispositivi{
    margin-top:-70px;
    margin-bottom:50px
}
.nn-dispositivi .nn-dispositivi-right{
   padding-top:120px;
}
.inner-funzionalita-nn{
    margin-top:15px;
    padding:0 47px 20px 47px;
    background-color:#fff;
    position:relative;
    z-index:2
}
.section-nn
{
    padding:100px 0;
 margin-top:-50px
}
.features-container {
    display: flex;
    flex-direction: column; /* per default, colonne una sotto l'altra sui piccoli dispositivi */
    gap: 20px; /* spazio tra le colonne */
}

/* Su schermi grandi mettiamo le colonne affiancate */
@media (min-width: 768px) {
    .features-container {
        flex-direction: row; /* affianca le colonne */
    }

    .col-f {
        flex: 1; /* le colonne hanno la stessa larghezza */
        height: auto !important
    }
}
.black-notaionext {
    background-image: url(/Content/images/bg-notaionext.png);
    background-repeat:no-repeat;
    background-size:cover;
    height:350px;
    position:relative
}
.nn-expert{
    position:absolute;
    bottom:0px;
}
@media (max-width: 500px) {
    .nn-expert {
       width:94%!important
    }
    .black-notaionext {
       
        height: 250px;
    }
}


.header-offerta{
    background-image:url(/Content/images/bg-offerta.png);
    background-repeat:no-repeat;
    background-position:top center;
    padding-top:250px;
    padding-bottom:100px
}
.vademecum {
    position: absolute;
    right: -20px;
    top: -310px;
    width: 580px;
}
@media (max-width: 991px) {
    body {
        padding-top: 75px;
    }
    .navbar-nav{margin-left:0px!important}
    .nav-link {
        display: block;
        padding: 1.2rem 1.2rem!important;
    }
    .navbar-nav .btnGreen {
        margin-bottom: 20px
    }
    .vademecum{position:relative;top:inherit!important;width:auto!important}
    .btnBlu.mobile {
       
        line-height: 30px;
        display: block;
    }
}