.elementor-kit-5{--e-global-color-primary:#0F0F0F;--e-global-color-secondary:#84898D;--e-global-color-text:#FFFFFF;--e-global-color-accent:#DDDDDD;--e-global-typography-primary-font-family:"Questrial";--e-global-typography-primary-font-size:2.8em;--e-global-typography-primary-font-weight:300;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-family:"Questrial";--e-global-typography-secondary-font-size:2em;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Questrial";--e-global-typography-text-font-size:1em;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.2em;--e-global-typography-accent-font-family:"Questrial";--e-global-typography-accent-font-size:1.3em;--e-global-typography-accent-font-weight:700;font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:var( --e-global-color-secondary );}.elementor-kit-5 e-page-transition{background-color:var( --e-global-color-primary );}.elementor-kit-5 a{color:var( --e-global-color-secondary );}.elementor-kit-5 h1{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );}.elementor-kit-5 h2{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-5 h3{font-size:1.5em;font-weight:500;}.elementor-kit-5 h4{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-5{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-5 h1{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-kit-5 h2{font-size:var( --e-global-typography-secondary-font-size );}.elementor-kit-5 h4{font-size:var( --e-global-typography-accent-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-5 h1{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-kit-5 h2{font-size:var( --e-global-typography-secondary-font-size );}.elementor-kit-5 h4{font-size:var( --e-global-typography-accent-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.bianco{
    color:#fff;
}
.girgio-chiaro{
    color:#dedede;
}
.grigio-scuro{
    color:#666666;
}
.cta{
     color:#666666;
}
.cta:hover{
     color:#333333;
}

/*nascondere header homepage*/
 #site-header{
    display:none;
}

/* box quadrati home */
.col-quadrato{
    aspect-ratio: 1 / 1;
  overflow: hidden;
    position: relative;
  /*cursor: pointer; */
    background-color: #0f0f0f;
    filter: grayscale(100%);
filter: grayscale(100%) brightness(95%);
transition: filter 0.4s ease;
}

.col-quadrato:hover {
  filter: grayscale(0%) brightness(100%);
  transition: filter 0.4s ease;
}

.col-quadrato .elementor-widget-wrap>.elementor-element, .col-quadrato .elementor-widget-container {
    width: 100%;
    height: 100%;
}

 .overlay-content {
     display: flex;
     flex-grow: column;
 }
/* Overlay HTML */
.col-quadrato .overlay-content {
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background: #0f0f0f;
  padding: 15px;
  color: #ffffff;
  
  display: flex;
  flex-direction: column;
  
  align-items: flex-start;
  justify-content: flex-start;
  opacity: 0;
  transition: opacity 0.35s ease;
  z-index: 5;
}

/* Mostra overlay in hover */
.col-quadrato:hover .overlay-content {
  opacity: 1;
}

/* contenuto box quadrato progetto home*/


.col-quadrato .overlay-content h3{
    margin-bottom: 0;
    font-weight: normal;
    font-size:1.2em;
}
.col-quadrato .overlay-content h4, 
.col-quadrato .overlay-content p{
    font-weight: 500;
    font-size:15px;
    color:#999999;
}
.col-quadrato .overlay-content .cta{
    display:block;
    text-decoration: underline;
}/* End custom CSS */