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


.custom-cursor {
   transition-duration: 0.2s;
transition-delay:  0s;
    width: 50px;
    height: 50px;
    border: 2px solid #ba7734;
    opacity: 0.7;
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: 0;
    z-index: 5;
    
    @include transform(scale(0));
    @include transition(all 0.2s ease);
    
    &:after{
      content: '';
      width: 6px;
      height: 6px;
      background-color: transparent;
      display: block;
      z-index: 1;
      opacity: 1;
      border-radius: 50%;
      position: relative;
      top: calc(50% - 3px);
      left: calc(50% - 3px);
  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);
  }
}
html{
  cursor:default; 
}
body {
    font-family: 'Raleway', sans-serif;
    font-weight:400;
    font-size: 19px;

}

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

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

h5.sppb-addon-title a, h4.sppb-addon-title 
{
    font-size: 1.75rem!important;
    font-weight: 600;
}

.sppb-btn-link {
    font-weight: 400;
    color: #ba7734;
    border-radius: 0;
}


#modal-menu {
    background:rgb(250 235 188);
   
    top: 60px;
 
}

#modal-menu .sp-megamenu-parent>li:hover>a, #modal-menu .sp-megamenu-parent>li:hover>span, #modal-menu .sp-megamenu-parent>li.active>a, #modal-menu .sp-megamenu-parent>li.active>span {
    color:#ba7734;
}
h3{color:#ba7734}

.bfNoSection#bfQuickModeSection14276, .bfNoSection#bfQuickModeSection52799{display:flex}

.bfClearfix{width: 100%}

.bfQuickMode span.bfElemWrap {
    display: inline-block!important;
    padding: 5px 0px!important;
   position: relative;
    margin: 0px 0px 0px 0px!important;

    overflow: visible;
    width: 50%!important;
}

.bfQuickMode section input[type='text'] {
    float: left;
    margin: 0px;
    width: 100%!important;
}

legend {
    font-size: 1.2rem;
}

#bfQuickModeSection56013 {
    background: #4c5865;
    padding: 24px;
    border: 1px dashed #ccc;
    border-radius: 3px;
    color:#fff}

.published, .modified, .hits, .autore-sito, .page-header, .article-info, .article-ratings-social-share {
   top:-999999999999px;
     position: absolute;
}

/*lingua*/




/*top bar*/

#sp-top-bar {
}

#sp-top-bar a {
   
}



#sp-main-body {
    
}

.sp-contact-info {

}

.sp-contact-info li {

}

/*header */


#sp-header.lg-header .logo {

}
.logo-image-phone {
    height: 15px!important;
}
.itemid-101 #sp-header .logo-image,.itemid-101 #sp-header .logo-image-phone {

    filter: brightness(0) invert(1)!important;
}

.itemid-101 #sp-header .burger-icon>span {
  
    background-color: #fff;

}

.bfQuickMode span.bfLabelLeft input, .bfQuickMode span.bfLabelLeft textarea, .bfQuickMode span.bfLabelLeft select, .bfQuickMode span.bfLabelLeft button {
   
    width: 95%!important
}
#bfElemWrap25, #bfElemWrap14, #ff_elem25, #ff_elem14 {float: right!important}
#ff_elem18{width: 98%;
padding: 0.5rem 0.5rem !important;
    font-size: 1rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
margin-bottom: 30px}


.bfQuickMode section.bfElemWrap {
    padding: 0px!important;
   
}

#sp-header.header-sticky .burger-icon>span {
   
    background-color: #5B302A;
    
}
#sp-header.header-sticky .logo-image, #sp-header.header-sticky .logo-image-phone {

    filter:none!important;
}


#sp-header {

    background: transparent;
    width: 100%;
    position: relative;
    z-index: 99;
    box-shadow:0 0 4px 0 rgba(0, 0, 0, 0);
    animation: spFadeIn 0.5s;
}
#sp-header.header-sticky {
 background: #fff;
     z-index: 99;
    box-shadow: none ;
}



/*menu offcanvas*/



/*menu*/

.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    display: inline-block;
    padding: 0 15px;
    line-height: 60px;
    font-size: 20px;
    margin: 0;
    text-transform: uppercase;
}

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



.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: #2d4076;
    background: #fff;

}


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

/*bottoni*/


.btn-primary, .sppb-btn-primary {
    background:#ba7734 !important;
    border:#ba7734 !important;
    color:#fff;
}

.btn-primary:hover, .sppb-btn-primary:hover {
    background:#613731 !important;
    border:#613731 !important;
    color:#fff;
}

.bfQuickMode .bfLabelRight label {
    width: 97%!important;

}

.bfQuickMode section.bfElemWrap {
    padding: 5px;
    margin: 20px 0px 0px 0px;
    position: relative;
    overflow: hidden;
}

/*footer and bottom*/

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


#sp-footer {

}






/*home*/


/*contatti*/


/* CSS BOOTSTRAP SPECIFICI */
.biancoNero img {
    filter: grayscale(1);
 }
/* MOBILE */
@media  screen and (max-width: 767px){
#sp-header .px-4{padding-right: .5rem!important; 
   padding-left: .5rem!important;}
#sp-header {
    height: 60px;
}

.logo-image {


}


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

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


    .logo-image {

    }

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