@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@300;400;500;700;800;900&family=Raleway:wght@300;400;500;600;700;800;900&display=swap');

.orange-text{color:#f16523}
.orange{background-color:#f16523}
.sp-page-title {
    background: #333;
    text-align: center;
    display: flex;
    align-self: center;
    align-items: center;
    height: 450px;
  padding: 0px;
    background-size: cover;
    background-position: center center;
}

.sp-page-title .sp-page-title-heading {
    position: relative;
    z-index: 2;
    font-size: 4rem;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0;
     color: #fff;
    transform: translateX(0%);
    transition-duration: 800ms;
    transition-property: opacity, transform, height, width;
}

.sp-page-title:after {
    position: absolute;
    width: 100%;
    height: 450px;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    top: 90px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 32%, rgba(0, 0, 0, 0.2) 100%) transparent;
    -webkit-transition: opacity 400ms;
    transition: opacity 400ms;
}
.itemid-101 .page-header, .article-info {
  position: absolute;
  left: -9999px;
}

.sp-slider .sp-item .sp-background {

    z-index: -2;
}
.sppb-sp-slider-title{z-index: 1!important; position: relative; font-weight: 600!important;}
.sppb-sp-slider-title:before{content:''; width: 70px; height: 70px; background: #f16523; position: absolute; left:-20px; top:-15px; z-index: -1}
.sfondo {     width: 100%; height: 200px; position: absolute!important; top:-35px; z-index:-1; left: 30px; }
.sppb-sp-slider-text.text-right, .sppb-sp-slider-button {display: flex; align-items: flex-end; justify-content: flex-end;  text-align: right}



#section-id-1706873062362 .sppb-addon-title:after{content:''; width: 20%; height: 2px; background: #999; position: absolute; right: 0; top: 12px}

#section-id-1706873062362 .sppb-addon-title:before{content:''; width: 11%; height: 2px; background: #999; position: absolute; left: -10%; top: 12px}

.titolo h3{    font-family: 'Kanit', sans-serif;
    font-size: 50px;
color: #000}

.titolo h4, .article-header h1{    font-family: 'Kanit', sans-serif;
    font-size: 40px;
color: #000}

.titolo.black h4 {
    font-family: 'Kanit', sans-serif;
    font-size: 40px;
    color: #fff;
}

.titolo h4:before, .article-header h1:before {  content:''; width:50px; height: 50px; background: #999; position: absolute; left:-20px; top:-5px; z-index: -1}

.titolo.black h4:before{ background: #f16523; }


.titolo h3:before{  content:''; width: 70px; height: 70px; background: #999; position: absolute; left:-20px; top:-15px; z-index: -1}

.custom-cursor {
   transition-duration: 0.2s;
transition-delay:  0.07671s;
    width: 50px;
    height: 50px;
    background: #03a5fc3d;
    border: 0px solid #ba7734;
    opacity: 0.7;
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: 0;
    z-index: -1;
    
    @include transform(scale(0));
    @include transition(all 0.2s ease);
    
    &:after{
      content: '';
      width: 6px;
      height: 6px;
      background-color: #f16523;
      display: block;
      z-index: 1;
      opacity: 1;
      border-radius: 50%;
      position: relative;
      top: calc(50% - 3px);
      left: calc(50% - 3px);
      transition-delay:  0s;
  animation: zoom-in-zoom-out 2s ease-out infinite;
      

    
  }}
  
 @keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}

body {
    font-family: 'Raleway', sans-serif;
    font-weight:400;
    font-size: 17px;
 

}



.breadcrumb {
    padding: 1rem 0rem;
  background-color: transparent; 
    border-radius: 0rem;
}

strong {
    font-family: 'Raleway', sans-serif;
    font-weight:600;
}

.title, h1, h2, h3, h4, h5, h6 {
    font-family: 'Kanit', sans-serif;
    font-weight:600;
}

h3{font-size: 40px}

.article-ratings-social-share {
    display:none!important;
}

/*lingua*/




/*top bar*/

#sp-top-bar {
}

#sp-top-bar a {
   
}


#sp-main-body {
    padding: 40px 0;
}

.sp-contact-info {

}

.sp-contact-info li {

}

/*header */


#sp-header.lg-header .logo {

}

.logo-image {
max-height:70px;
 height: auto;
    width: auto;

}



#sp-header {



}




/*menu offcanvas*/



/*menu*/

.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span, .sp-megamenu-parent>li:last-child>a{
    display: inline-block;
    padding: 0 15px;
    line-height: 40px;
    font-size: 20px;
    margin: 0;
  
}

.sp-megamenu-parent>li>a {
    color:#333;
}



.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a, .sp-megamenu-parent>li a:hover, .sp-megamenu-parent>li a:active  {
    color: #333;
    

}

.sp-megamenu-parent > li:after {
     content: '';
     display: block;
     margin: auto;
     height: 3px;
     width: 0px;
     background: transparent;
     transition: width .5s ease, background-color .5s ease;
}
#sp-header .sp-megamenu-parent > li:hover:after {
     width: 85%;
     
     background: #f16523;
}




/*bottoni*/


.btn-primary, .sppb-btn-primary, .sppb-sp-slider-button .sp-slider-btn-text {
    background:#f16523 !important;
    border:#f16523 !important;
    color:#fff;
}

.btn-primary:hover, .sppb-btn-primary:hover, .sppb-sp-slider-button .sp-slider-btn-text:hover {
    background:#f14b23 !important;
    border:#f14b23 !important;
    color:#fff;
}


.btn-seconday, .sppb-btn-secondary {
    background:#fff !important;
    border: 1px solid #f16523 !important;
  
    color:#f16523;
}

.btn-secondary:hover, .sppb-btn-secondary:hover {
    background:#f16523 !important;
    border:1px solid #fff !important;
    color:#fff;
}



/*footer and bottom*/

#sp-bottom .sp-module .sp-module-title {
}


#sp-footer {

}






/*home*/

body.impresa-edile #sp-main-body .container{
    max-width:  100%!important;  width: 100%; padding: 0px;
}

body.impresa-edile #sp-main-body {
    padding: 0px ;
}
body.impresa-edile #sp-main-body h1 {
text-align: center;
}
body.impresa-edile .article-details .article-header h2 {
    font-size: 1.45rem;
    font-weight: 400;
    color: #f16523;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}

#sp-component > div > div.article-details.impresa-edile > div.content-links > ul > li.content-links-a a:link { 
    background: #f16523 !important;
    border: #f16523 !important;
    color: #fff!important;
    padding: 8px 10px;
    border-radius: 10px;
 
}

#sp-component > div > div.article-details.impresa-edile > div.content-links > ul > li.content-links-b a:link { 
    background: #ccc !important;
    border: #ccc !important;
    color: #fff!important;
    padding: 8px 10px;
    border-radius: 10px;

}

body.impresa-edile .article-details .nav-tabs {
    --bs-nav-tabs-border-width: 0px;

}

a.impresa-edile{color:#999}

#sp-component > div > div.article-details.impresa-edile > div.content-links > ul > li{margin: 10px }
#sp-component > div > div.article-details.impresa-edile > div.content-links > ul{display: flex;     justify-content: center;}
body.impresa-edile .article-full-image{position: absolute; left: -99999px}
/*contatti*/


/* CSS BOOTSTRAP SPECIFICI */

.bfQuickMode .bfbs5-nonform-control, .bfQuickMode .nonform-control {
   width: auto!important;
   float: left;
}
.bfQuickMode .bfElemWrap .form-inline input[type="text"], .bfQuickMode .bfElemWrap .form-inline input[type="number"], .bfQuickMode .bfElemWrap .form-inline textarea, .bfQuickMode .bfElemWrap .form-inline select {
    display: inline;
    max-width: 100%!important;
}
.bfQuickMode .btn {
    font-size: 16px;
    text-align: right;
    float: right;
}

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

#sp-header {
 
}

.logo-image {


}


/* IPAD VERTICALE */
@media (min-width: 768px) and (max-width: 1023px){
  
     .logo-image {
max-height:60px!important;
 height: auto!important;

    width: auto;
  }

    .sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
        display: inline-block;
        padding: 0 5px;
    }
}


/* IPAD ORIZZONTALE e IPAD PRO VERTICALE */
@media (min-width: 1024px) and (max-width: 1365px){
    .sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
        display: inline-block;
        padding: 0 10px;
        font-size: 15px;
    }



}

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

}


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

}

@media (min-width: 1650px){
}

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







.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;
}


#bfLabel39 {
    width:95%;
}