.elementor-kit-8{--e-global-color-primary:#000000;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#61CE70;--e-global-color-5a2eedc:#FFFFFF;--e-global-color-646e5cd:#02010100;--e-global-typography-primary-font-family:"Montserrat CF";--e-global-typography-primary-font-weight:bold;--e-global-typography-secondary-font-family:"Montserrat CF";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Hanken Grotesk";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:100%;--e-global-typography-accent-font-family:"Hanken Grotesk";--e-global-typography-accent-font-weight:500;--e-global-typography-b874ad4-font-family:"Montserrat CF";--e-global-typography-b874ad4-font-size:170px;--e-global-typography-b874ad4-font-weight:700;--e-global-typography-43730a2-font-family:"Hanken Grotesk";--e-global-typography-43730a2-font-size:20px;--e-global-typography-43730a2-line-height:130%;color:var( --e-global-color-5a2eedc );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-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 h1{font-family:"Montserrat CF", Sans-serif;font-size:220px;font-weight:700;}.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-8{--e-global-typography-text-font-size:18px;--e-global-typography-b874ad4-font-size:100px;--e-global-typography-43730a2-font-size:18px;font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-8 h1{font-size:100px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-8{--e-global-typography-b874ad4-font-size:50px;font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-8 h1{font-size:50px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.larghezza_colonna {
    width: calc(50% + 228px);
}

@media (max-width: 1024px) {
    .larghezza_colonna {
        width: calc(100% - 342px);
    }
}
@media (max-width: 767px) {
    .larghezza_colonna {
        width: 100%;
    }
}

.overflow {
    overflow-x: hidden;
}

/* Nascondi gli elementi con la classe only_hover per default e imposta la transizione */
.realizzazioni .only_hover,
.team .only_hover {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}

/* Mostra gli elementi con la classe only_hover quando il contenitore con ID team è in hover */
.realizzazioni:hover .only_hover,
.team:hover .only_hover {
    opacity: 1;
    visibility: visible;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Montserrat CF';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('http://guidettidassi.com/wp-content/uploads/2024/07/Montserrat-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Montserrat CF';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('http://guidettidassi.com/wp-content/uploads/2024/07/Montserrat-Bold.ttf') format('truetype');
}
/* End Custom Fonts CSS */