@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');



.published, .modified, .hits, .autore-sito ,.itemid-101 .page-header {position:absolute; top:-99999999px}


.archivo-black-regular {
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;
}


.h1, h1 {
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;}
  
  .white{color:#fff!important;}
  .red{color:#cc0000!important;}
  .orange{color:#ffba00!important}
  
  
#section-id-1727267362575 .sppb-addon-feature .sppb-img-responsive  {
 border-radius: 100%; border:20px; outline: 1px #fff solid;
 
 background: #f1f4fc;
 height: 210px;
 width: 210px;
 object-fit: scale-down; 
}

  
#section-id-1727267362575 .sppb-addon-feature img.sppb-img-responsive:hover  {

    transform: scale(1, 1); 
}


.box{background: #fff; border-radius: 15px; padding: 20px}

  
h2, .h2  {
  
  font-size: 2.5rem!important; 
 font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;}




/*lingua*/







/*header */

#sp-header.header-with-modal-menu .sp-contact-info>li {

    opacity: 1;
 
}

#sp-header.header-with-modal-menu a, #sp-header.header-with-modal-menu a:hover  {
    color: #fff;
    font-weight: 600;
} 
#sp-header.header-with-modal-menu {
    color: #fff;
}

.sp-contact-info li {
    
    font-size:120%;
  
}
#sp-header {
    height: 120px;
    width: 100%;
    position: relative;
    z-index: 99;
    box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.1);
    animation: spFadeIn 0.5s;
    background-image: -webkit-linear-gradient(0deg, rgb(0, 0, 0, 0.8) 35%, rgb(0, 0, 0, 0) 35%);
    background: -webkit-linear-gradient(-90deg, rgb(0, 0, 0, 0.8) 0%, rgb(0, 0, 0, 0) 75%);
}

#sp-header .logo {
    height: 100px;
    display: inline-flex;
    margin: 0;
    align-items: center;
}

.logo-image {
    height: 100px;
   
}
#sp-header.header-sticky {
   height: 70px;
   background: #272c4c;
}
#sp-header.header-sticky .logo-image {
    height: 60px;

}
/*menu offcanvas*/

/*menu*/


/* DA SINISTRA A DESTRA */

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

#sp-menu ul.social-icons a {
    color: #fff;
    font-size: x-large; 
}

.sp-megamenu-parent>li>a:after, .sp-megamenu-parent>li>span:after  {
content: '';
display: block;
height: 3px;
width: 0;
background: transparent;
transition: width .5s ease, background-color .5s ease;
}
.sp-megamenu-parent>li>a:hover:after {
width: 100%;
background: #ffba00;
}

.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a {
    color: #ffba00!important;
}



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

#modal-menu ul.social-icons a{color:#ff0000; font-size: 20px }

/*bottoni*/





/*footer and bottom*/

#sp-footer, #sp-bottom {
    background: #272c4c;
    color: #FFFFFF;
}
/*home*/


/*contatti*/

.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 section, .bfQuickMode fieldset {
  padding-right: 0px!important; 
}

.bfQuickMode section .bfbs5-row, .bfQuickMode section .row, .bfQuickMode fieldset .bfbs5-row, .bfQuickMode fieldset .row {
margin-left: 0px!important;  
    margin-right: 0;
}
#bfElemWrap16{
       padding-right: 0px!important;  
    padding-left: 0px!important;  
    margin-bottom: 0px!important;  
}
#bfElemWrap17{margin: 0px; padding:0px}

#bfLabel18{width: 70%; order:2!important;}

#bfPage1 .bfQuickMode .bfbs5-btn, .bfQuickMode .btn {
 
    float: right;
}


.bfQuickMode .bfbs5-nonform-control, .bfQuickMode .nonform-control {
   
    width: auto!important;
    order: 1!important;
}
/* CSS BOOTSTRAP SPECIFICI */
.sp-page-builder .page-content #posa-ferro {
position:absolute!important;
top:0px!important;
z-index: 1;
left:0px!important;
width: 100%!important;
}

.master-video-icon  .p {
    position: absolute;
      left: 90%;
    top: 50%;
    width: 135px;
    height: 135px;
    content: "";
    border: 1px solid #fff;
    z-index: 1;
    border-radius: 100%;
}

.master-video-icon  .p1 {
    animation: v-fade-before 2s infinite ease-in-out
}

.master-video-icon  .p2 {
    animation: v-fade-after 2s infinite ease-in-out;
}

@keyframes v-fade-before {
    0% {
        transform: scale(1);
        opacity: .7
    }

    100% {
        transform: scale(1.3);
        opacity: 0
    }
}

@keyframes v-fade-after {
    0% {
        transform: scale(1);
        opacity: .5
    }

    100% {
        transform: scale(1.8);
        opacity: 0
    }
}


.sp-page-title {
    padding: 150px 0px 50px 0px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
    position: absolute;
    top:0px;
    width: 100%;
  
    
}

.sp-page-title:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: -webkit-linear-gradient(top, #000 0%, transparent 100%);
    background-image: -o-linear-gradient(top, #000 0%, transparent 100%);
    background-image: linear-gradient(to bottom, #000 0%, transparent 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF000000', endColorstr='#00000000', GradientType=0);
    opacity: .5;
  
    
}

#titolo-posa-ferro{    padding-left: 70px;
    padding-right: 45px;}

.sp-page-title-heading:before {
    content: "";
    position: absolute;
    background-color: #ffba00;
    top: 0;
    bottom: 0;
     left: -15px;
    width: 6px;
}


.sp-page-title .sp-page-title-heading {
    font-size: 34px;
    position: relative;
    line-height: 1;
    z-index: 9999;
}

.sp-page-title .breadcrumb {
    background: none;
    padding: 0;
    margin: 10px 0 0 0;
       line-height: 1;
    z-index: 9999;
        position: relative;
}
#sp-main-body {
    padding: 200px 0px 0px 50px;
}

.offcanvas-menu {
    background-color: #272c4c;
    color: #fff;
}

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

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

.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
    display: block;
    font-size: 18px;
    padding: 10px 0px;
    position: relative;
    line-height: 18px;
    opacity: 1;
    transition: 0.3s;
}


.offcanvas-menu .offcanvas-inner a, .offcanvas-menu .fa, .offcanvas-menu .fab, .offcanvas-menu .far, .offcanvas-menu .fa, .offcanvas-menu .fa, .offcanvas-menu .fab, .offcanvas-menu .far, .offcanvas-menu .fas  {
    color: #ffba00!important;
}


a {
    color: #ffba00!important;
}


/* MOBILE */
@media  screen and (max-width: 767px){
  #sp-header {
    height: 65px;
    width: 100%;
    position: relative;
    z-index: 99;
    box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.1);
    animation: spFadeIn 0.5s;
    background-image: -webkit-linear-gradient(0deg, rgb(0, 0, 0, 0.8) 35%, rgb(0, 0, 0, 0) 35%);
    background: -webkit-linear-gradient(-90deg, rgb(0, 0, 0, 0.8) 0%, rgb(0, 0, 0, 0) 75%);
}



#sp-header .logo {
    height: 65px;
    display: inline-flex;
    margin: 0;
    align-items: center;
}

.logo-image {
    height: 35px;
   
}
#sp-header.header-sticky {
   height: 35px;
   background: #272c4c;
}
#sp-header.header-sticky .logo-image {
    height: 30px;

}
}

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


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


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


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


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