@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;800&display=swap');

body, a, p {
    font-family: 'Poppins', sans-serif;
    font-weight:400;

}

#sp-main-body {
    padding:0 20px;
}


strong {
    font-family: 'Poppins', sans-serif;
    font-weight:600;
}

h1, h2, h3, h4, h5, h6, .custom-font {
    font-family: 'Poppins', sans-serif;
    font-weight:800;

}

.color1 /*yellow*/{
    color:#f7b317;
    font-weight:600;
}

.color2 /*blu*/ {
    color:#063261;
}


.autore-sito {
    display:none;
}

/*social*/



/*topbar*/





/*header*/








/*logo*/


#sp-header.header-sticky .logo-image {
    display:block;

}

.logo-image {



}




/*menu*/

.burger-icon>span {

}


#sp-header {

    background:#f7b317;
}




.sp-megamenu-parent>li>a{
    color:#fff;
    text-align:center;
}

.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    line-height:50px;
    font-size:20px;

}

.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a {
    color: #fff;
    border: 1px solid #fff;
    background: #cb8f06;
    clip-path: polygon(51% 2%, 100% 40%, 100% 100%, 0 100%, 0% 40%);

}

.sp-megamenu-parent>li:last-child>a {
    padding:0 10px;
}


/*btn*/

.btn-primary, .sppb-btn-primary {
    background:#063261 !important;
    border:#063261 !important;

}

a.btn-primary , a.sppb-btn-primary {
    color:#fff !important;
}

.btn-primary:hover, .sppb-btn-primary:hover {
    background:#509C90 !important;
    border:#509C90 !important;
}


/*percorso*/


.breadcrumb {
    background:none;
    float:right;
    color:#fff;
}

.breadcrumb:before {
    content: "";
    position: absolute;
    top: -150px;
    bottom: -150px;
    left: 0;
    right: 0;

    z-index: -1;
}

.breadcrumb:after {
    content: "";
    position: absolute;
    top: 10px;
    bottom: 10px;
    width: 0;
    right: 0;
    border: 10px solid rgba(255, 255, 255, 0.1);
    border-right: none;
    opacity: 0;
    z-index: -1;

}

.breadcrumb:after {
    width: 200px;
    opacity: 1;
}

.breadcrumb-item+.breadcrumb-item::before {
    content:"/";
    color:#fff;
}


.breadcrumb a, .breadcrumb-item.active {
    color:#fff;
}

/*homepage*/

.box-service {
    border:2px solid #333;
    

}

.box-service .sppb-icon-inner {
    color:#f7b317;
    background:#063261;
}


.box-service p, .box-service h4 {
    padding:0 10px !important;
}

.box-featured {
    border:4px solid #fff;
    box-shadow:4px 4px 2px #333;
    color:#fff;
    font-weight:600;
    background:#0606066b;
    clip-path: polygon(51% 9%, 100% 38%, 100% 100%, 0 100%, 0% 38%);

}

/*footer*/

#sp-bottom3 {
    font-size:10px;
    padding:5px;
}


.footer-separatore {
    font-size:18px;
}

.footer-separatore i {
    font-size: 26px;
    clear: both;
  margin: 0 10px 10px 0;
    background: #f7b317;
    padding: 5px;
    color: #fff;
}



/*servizi*/
.title-service {
line-height: 2em;
    background-size: initial;
    background-position: top left;
    background-image: url(../../../images/decoration.png);
    padding-top: 26px!important;
    padding-left: 26px!important;
    background-repeat: no-repeat;
}

/* CSS BOOTSTRAP SPECIFICI */

/* ------------------------------------------------------------------------------------ */





/* MOBILE */
@media  screen and (max-width: 767px){

    #sp-header {
        height: 80px;
    }


}


/* IPAD VERTICALE */
@media (min-width: 768px) and (max-width: 1023px){


    #sp-header {
        height: 80px;
    }

    .logo-image {
        height: 80px !important;
        padding-top: 10px;
    }


}

/* IPAD ORIZZONTALE e IPAD PRO VERTICALE */
@media (min-width: 1024px) and (max-width: 1365px){


    .sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
        font-size:15px;
    }

}

/* IPAD PRO ORIZZONTALE */
@media (min-width: 1365px) and (max-width: 1659px){



    .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;
    }



}


@media (min-width: 1650px){

    .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;
    }



}

.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;
}


#sp-footer3 li a {
    /* display: inline-block; */
    padding: 0 15px;
    font-size: 12px;
    letter-spacing: 0px;
    color: #ddd;
}

#sp-footer3 li {
    display: inline-block;
    position: relative;
    padding: 0;
}

#sp-section-6{
    background:#000;
}