@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Kumbh+Sans:wght@100..900&display=swap');






body, p {
    font-family: "Jost", sans-serif;
    font-weight:300;
    letter-spacing:0.5px;

}

strong {
    font-family: "Jost", sans-serif;
    font-weight:500;

}

h1, h2, h3, h4, h5, h6 {
    font-family: "Jost", sans-serif;
    font-weight:500 !important;

}



#sp-main {
    background:#f8f8ff;
    color:#131621;
}


.bg-custom-black {
    background:#131621;
    color:#fff;
}

#intro-top .sppb-shape-container.sppb-bottom-shape > svg path, #intro-top .sppb-shape-container.sppb-bottom-shape > svg polygon {
    fill:#f8f8ff !important;
}

.autore-sito, .modified, .published, .hits, .article-info {
    display:none;
}




.offcanvas-menu {
    background:#131621;

}

.offcanvas-menu .offcanvas-inner ul.menu>li a, .offcanvas-menu .offcanvas-inner ul.menu>li span, .offcanvas-menu .offcanvas-inner a, .offcanvas-menu .fa, .offcanvas-menu .fab, .offcanvas-menu .far, .offcanvas-menu .fas {
    color:#fff;
}

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>a>.menu-toggler, .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>.menu-separator>.menu-toggler {
    color: rgb(255 ,255, 255);
}

.offcanvas-menu .offcanvas-inner ul.menu>li li a {
    color:#fff;
}


.burger-icon>span, .offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background:#fff;
}





/*top bar */





/*header */


#sp-header {

    box-shadow:none;
}

#sp-logo  .logo {
    line-height: 1;
    margin: 0;
    vertical-align: middle;


}

#sp-menu ul.social-icons a {
    color:#fff;
}




/*.itemid-101 #sp-header {
    background:rgba(0,0,0,.0);
    padding:0;
}*/

#sp-header {
    background: transparent ;

}

#sp-header.header-sticky  {
    background: #131621;
}



.logo-image {
    padding:5px;
}

/*
.itemid-191 #sp-header .logo img{
    height:0;
}*/

#sp-header.header-sticky .logo img {
    height:70px;
}



.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
    padding:3px 0;
}




/*menu */






.sp-megamenu-parent>li {
    padding:0 7px;
}


.sp-megamenu-parent {
    margin: auto!important;
}





.sp-megamenu-parent>li:last-child>a {
    padding: 0 8px;

}

.sp-megamenu-parent>ul {

}

.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    font-size:18px;
    display: block;
    line-height: 30px;
    color:#fff;
    padding:0 8px;
}


.sp-megamenu-parent>li.active, .sppb-sp-slider-button .sp-slider-btn-text {
    background: #71c8de;
    background: #252833;
    border-radius: 10%;
    border:1px solid #fff;
}

.sp-megamenu-parent>li.active:hover>a , .sp-megamenu-parent>li>a:hover{
    background: #252833;
    color:#fff;
}


.sp-megamenu-parent>li.active>a {
    font-weight:600;
    color:#fff;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item>a:hover {
    color:#463e35;
    text-decoration: underline;
}




/*bottoni*/


.btn-primary, .sppb-btn-primary {
    background:#252833 !important;
    border:1px solid #fff !important;
    border-radius:0;

}

.btn-primary a, .sppb-btn-primary a{
    color:#fff !important;

}

.btn-primary:hover, .sppb-btn-primary:hover {


}



.sppb-btn-primary.sppb-btn-outline {
    background:transparent !important;
    border:2px solid #252833 !important;
    color:#252833;
}

.sppb-btn-primary.sppb-btn-outline a:hover, .sppb-btn-primary.sppb-btn-outline:hover{
    color:#fff !important;
    background:#131621 !important;
}






/*footer and bottom*/



#sp-footer, #sp-bottom {
    color:#98A6AE;
    line-height:25px;
    background:#131621;

}

#sp-bottom {
    padding:0;
}

#sp-bottom .sp-module {
    margin-bottom:0;
}

#sp-bottom .sp-module ul>li {
    margin-bottom:0;
}

#sp-bottom p , #sp-bottom li {
    line-height:30px !important;
    font-size:15px !important;
}


#sp-bottom h4 {
    font-size: 20px;
    margin-bottom: 10px !important;

    padding: 5px 0 !important;

}


#sp-bottom small {
    font-size:15px;
}

#sp-bottom a, #sp-bottom .sp-module .sp-module-title  {
    color:#98A6AE;
}

#sp-footer a  {
    color:#98A6AE;
}


#sp-bottom .sppb-row-container {

    border-bottom:0.5px solid rgba(240,240,240,.3);
}

#sp-footer .container-inner {
    border-top:0;
    padding:1.5rem 0;
}


.com-content #sp-main-body, .com-jmap #sp-main-body{
    padding:50px 0px !important;
    margin-top:100px !important;
}


#sp-bottom #service li{
    display:block;
    width:100%;
}

#sp-bottom #service a{
    margin-bottom: 5px;


}


/*menu servizi*/



.menu-servizi #service a{
    padding: 10px;
    border:1px solid  #252833;
    margin: 10px 10px 10px 0;
    color: #252833;
    width: 100%;
    text-align: center;
    height: 73px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight:500;
    font-size:large;
}

.menu-servizi #service a:before {
    content:"  ";

}

.menu-servizi ul {
    padding-left:0;
}






/*home*/


#servizi {
    background:#f1e9de;
    color:rgba(70, 61, 52, 1);
}


#intro-top {
    background:#131621 !important;
    color:#fff;
}



/*servizi*/

.box-benefici {
    background:#252833;
    border-radius:20px;
    padding:20px;
    margin-bottom:10px;

}


.box-benefici p {
    margin-bottom:0;
}


#benefici .box-benefici {
    background:#252833;
    border-radius:20px;
    padding:20px;
    margin-bottom:10px;
    word-break: break-word;
    height: 12em;
    display: flex;
    justify-content: center;
    align-items: center;

}

.sppb-addon-blocknumber .sppb-media-heading{
 word-break: keep-all;
 font-size:22px;
}

.box-benefici h4 {
    font-size:22px;
}

/*gallery*/



/* CSS BOOTSTRAP SPECIFICI */

/* ------------------------------------------------------------------------------------ */

/* MOBILE */
@media (max-width: 767px){

    .com-sppagebuilder #sp-main-body {
        padding:0px 0;
    }

    .logo-image {
        height:70px !important;
        padding:10px;
    }


    #sp-header {
        height: 90px !important;
        background:transparent;
    }


    .header-sticky  .logo-image-phone {
        height:60px !important;

    }

    #sp-header .logo {
        height: 90px !important;
    }



    #intro-top h1 {
        padding-top:0px !important;
        font-size:40px !important
    }

    .itemid-101 #sp-main-body {
        margin-top:-220px;
        padding:0 !important;
        /*    background:#434343;*/
    }

    #sp-main-body {
        margin-top:-120px;
    }

    #intro-top {
        padding:180px 50px 100px 50px;
    }

    #intro-top .sppb-shape-container.sppb-bottom-shape > svg {
        display:none !important;
    }


    .sppb-sp-slider-title {
        padding:0 50px !important;
        color: #27C466;
        background-image: linear-gradient(45deg, #27C466 25%, #FFFFFF 50%, #e5322d 75%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: inline-block;
    }

    .sppb-sp-slider-text {
        font-size:25px !important;
        padding:0 50px !important;
    }


    .menu-servizi #service li{
        display:inline-flex;
        width:100%;
    }


}





/* IPAD VERTICALE */
@media (min-width: 768px) and (max-width: 1023px){


    .logo-image {
        height:80px !important;
        padding:10px;
    }


    .header-sticky  .logo-image-phone {
        height:60px !important;

    }


    #sp-header {
        height: 90px !important;
        background:transparent;
    }


    .header-sticky  .logo-image-phone {
        height:60px !important;

    }

    #sp-header .logo {
        height: 90px !important;
    }


    .itemid-101 #sp-main-body {
        margin-top:-220px;
        padding:0 !important;
        /*    background:#434343;*/
    }

    #sp-main-body {
        margin-top:-120px;
    }

    #intro-top {
        padding:180px 50px 100px 50px;
    }

    #intro-top .sppb-shape-container.sppb-bottom-shape > svg {
        display:none !important;
    }


    .sppb-sp-slider-title {
        padding:0 50px !important;
        color: #27C466;
        background-image: linear-gradient(45deg, #27C466 25%, #FFFFFF 50%, #e5322d 75%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: inline-block;
    }

    .sppb-sp-slider-text {
        font-size:25px !important;
        padding:0 50px !important;
    }

    .menu-servizi #service li{
        display:inline-flex;
        width:100%;
    }


}

/* IPAD ORIZZONTALE e IPAD PRO VERTICALE */
@media (min-width: 1024px) and (max-width: 1365px){


    #sp-header .container {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        width: 100%;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-right: auto;
        margin-left: auto;
    }


    .offcanvas-menu li {
        padding:5px;
    }
    .logo-image {
        height:75px !important;
    }


    .sp-megamenu-parent>li>a, .sp-megamenu-parent>li span {
        padding: 0 5px;
        font-size: 14px;

    }


    .header-sticky  .logo-image-phone {
        height:60px !important;

    }

    #sp-header .logo {
        height: 90px !important;
    }


    .itemid-101 #sp-main-body {
        margin-top:-270px;
        padding:0 !important;
        /*    background:#434343;*/
    }

    #sp-main-body {
        margin-top:-120px;
    }

    #intro-top {
        padding:180px 50px 100px 50px;
    }

    #intro-top .sppb-shape-container.sppb-bottom-shape > svg {
        display:none !important;
    }


    .sppb-sp-slider-title {
        padding:0 50px !important;
        color: #27C466;
        background-image: linear-gradient(45deg, #27C466 25%, #FFFFFF 50%, #e5322d 75%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: inline-block;
    }

    .sppb-sp-slider-text {
        font-size:25px !important;
        padding:0 50px !important;
    }


    .menu-servizi #service li{
        display:inline-flex;
        width:50%;
    }


}

/* IPAD PRO ORIZZONTALE */
@media (min-width: 1366px) and (max-width:1399px){

    #sp-header .container {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        width: 100%;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-right: auto;
        margin-left: auto;
    }

    .container{
        max-width: 1300px;
    }

    .sp-menu-full.container{
        width: 1300px;
        left: 0!important;
        right: 0!important;
    }

    body.helix-ultimate .sppb-row-container{
        max-width: 1300px;
    }

    .sppb-row-container{
        width: 1300px;
    }



    #sp-header .sp-module {
        margin-left: 50px;
    }


    .logo-image {
        height:120px !important;
    }

    .sp-megamenu-parent>li>a, .sp-megamenu-parent>li span {
        padding: 0 8px;
        font-size:16px;
    }


    .itemid-101 #sp-main-body {
        margin-top:-135px !important;
        padding: 0!important;


    }

    #sp-main-body {
        margin-top:-185px !important;
        padding:  0!important;


    }

    #intro-top {
        padding:250px 0 150px !important;
    }


    .sppb-sp-slider-title {
        padding:0 50px !important;
        color: #27C466;
        background-image: linear-gradient(45deg, #27C466 25%, #FFFFFF 50%, #e5322d 75%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: inline-block;
    }

    .sppb-sp-slider-text {
        font-size:25px !important;
        padding:0 50px !important;
    }


    .menu-servizi #service li{
        display:inline-flex;
        width:50%;
    }



}

@media (min-width: 1400px) and (max-width: 1679px){

    .container{
        max-width: 1300px;
    }

    .sp-menu-full.container{
        width: 1300px;
        left: 0!important;
        right: 0!important;
    }

    body.helix-ultimate .sppb-row-container{
        max-width: 1300px;
    }

    .sppb-row-container{
        width: 1300px;
    }


    #sp-header .logo {
        height: 120px!important;
        display: inline-flex;
        margin: 0;
        align-items: center;
    }
    #sp-header .logo-image {
        height: 110px!important;
        -webkit-transition: padding 400ms ease, margin 400ms ease;
        transition: padding 400ms ease, margin 400ms ease;

    }



    #sp-main-body {
        margin-top:-185px !important;
        padding:  0!important;


    }


    #intro-top {
        padding:250px 0 150px !important;
    }


    .sppb-sp-slider-title {
        padding:0 50px !important;
        color: #27C466;
        background-image: linear-gradient(45deg, #27C466 25%, #FFFFFF 50%, #e5322d 75%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: inline-block;
    }

    .sppb-sp-slider-text {
        font-size:25px !important;
        padding:0 50px !important;
    }


    .menu-servizi #service li{
        display:inline-flex;
        width:25%;
    }


}



@media (min-width: 1680px){

    .container{
        max-width: 1300px;
    }

    .sp-menu-full.container{
        width: 1300px;
        left: 0!important;
        right: 0!important;
    }

    body.helix-ultimate .sppb-row-container{
        max-width: 1300px;
    }

    .sppb-row-container{
        width: 1300px;
    }

    #sp-header .logo {
        height: 120px!important;
        display: inline-flex;
        margin: 0;
        align-items: center;
    }
    #sp-header .logo-image {
        height: 110px!important;
        -webkit-transition: padding 400ms ease, margin 400ms ease;
        transition: padding 400ms ease, margin 400ms ease;

    }

    #sp-header.header-sticky {
        height: 100px !important;

    }

    #sp-header.header-sticky .logo {
        height: 90px !important;
    }

    #sp-header.header-sticky .logo-image {
        height: 90px !important;


    }

    #sp-main-body {
        margin-top:-185px !important;
        padding: 0!important;


    }



    #intro-top {
        padding:250px 0 150px !important;
    }


    .sppb-sp-slider-title {
        padding:0 50px !important;
        color: #27C466;
        background-image: linear-gradient(45deg, #27C466 25%, #FFFFFF 50%, #e5322d 75%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: inline-block;
    }

    .sppb-sp-slider-text {
        font-size:25px !important;
        padding:0 50px !important;
    }


    .menu-servizi #service li{
        display:inline-flex;
        width:25%;
    }

}


.com-content  #sp-header, .com-jmap #sp-header {
    background:#131621;
}





/*form*/







.bfQuickMode .bfLabelRight label, .bfQuickMode .bfLabelLeft label, .bfQuickMode section input[type='text'], .bfQuickMode section textarea, .bfQuickMode section select,
.bfQuickMode .bfLabelLeft .bfElementGroup, .bfQuickMode .bfLabelRight .bfElementGroup, .bfQuickMode section.bfLabelLeft .bfElementGroupNoWrap{
    width:95% !important;
}





.bfQuickMode fieldset.bfInline {
    width:100% !important;
}



.bfQuickMode section input[type='text'], .bfQuickMode section textarea, .bfQuickMode section select {
    float: left;
    margin: 0px;
    width: 90% !important;
    background:transparent !important;
    border-top:0 !important;
    border-left:0 !important;
    border-right:0 !important;
    border-bottom:1px solid #fff !important;
    border-radius: 0;
}

.bfQuickMode .bfLabelLeft input, .bfQuickMode .bfLabelLeft textarea, .bfQuickMode .bfLabelLeft select, .bfQuickMode .bfLabelLeft button {
    padding:20px !important;
}



input[type="text"]:not(.form-control):focus, input[type="email"]:not(.form-control):focus, input[type="url"]:not(.form-control):focus, input[type="date"]:not(.form-control):focus,
input[type="password"]:not(.form-control):focus, input[type="search"]:not(.form-control):focus, input[type="tel"]:not(.form-control):focus,
input[type="number"]:not(.form-control):focus, select:not(.form-select):not(.form-control):focus, .bfQuickMode textarea:focus, .bfQuickMode input[type="text"]:focus, .bfQuickMode input[type="password"]:focus,
.bfQuickMode input[type="datetime"]:focus, .bfQuickMode input[type="datetime-local"]:focus, .bfQuickMode input[type="date"]:focus, .bfQuickMode input[type="month"]:focus, .bfQuickMode input[type="time"]:focus,
.bfQuickMode input[type="week"]:focus, .bfQuickMode input[type="number"]:focus, .bfQuickMode input[type="email"]:focus, .bfQuickMode input[type="url"]:focus,
.bfQuickMode input[type="search"]:focus, .bfQuickMode input[type="tel"]:focus, .bfQuickMode input[type="color"]:focus, .bfQuickMode .uneditable-input:focus {
    color:#fff !important;
}




input[type="text"]:not(.form-control), input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), input[type="date"]:not(.form-control), input[type="password"]:not(.form-control), input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), input[type="number"]:not(.form-control), select:not(.form-select):not(.form-control) {
    padding:0.5rem 2.5rem !important;
    background:#ffebe5;
    color:#000 !important;
}

input[type="text"]:not(.form-control):focus, input[type="email"]:not(.form-control):focus, input[type="url"]:not(.form-control):focus, input[type="date"]:not(.form-control):focus, input[type="password"]:not(.form-control):focus, input[type="search"]:not(.form-control):focus, input[type="tel"]:not(.form-control):focus, input[type="number"]:not(.form-control):focus, select:not(.form-select):not(.form-control):focus, .bfQuickMode textarea:focus, .bfQuickMode input[type="text"]:focus, .bfQuickMode input[type="password"]:focus, .bfQuickMode input[type="datetime"]:focus, .bfQuickMode input[type="datetime-local"]:focus, .bfQuickMode input[type="date"]:focus, .bfQuickMode input[type="month"]:focus, .bfQuickMode input[type="time"]:focus, .bfQuickMode input[type="week"]:focus, .bfQuickMode input[type="number"]:focus, .bfQuickMode input[type="email"]:focus, .bfQuickMode input[type="url"]:focus, .bfQuickMode input[type="search"]:focus, .bfQuickMode input[type="tel"]:focus, .bfQuickMode input[type="color"]:focus, .bfQuickMode .uneditable-input:focus {
    color:#000 !important;
}




.cc-revoke.cc-top {
    right: 0!important;
    font-size: 12px;
    top: auto!important;
    bottom: 0!important;
    border-bottom-left-radius: 0!important;
    border-bottom-right-radius: 0!important;
}

