.elementor-kit-8{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-f656dc6:#FFFFFF;--e-global-color-c63e2d0:#B2C7E2;--e-global-color-515421e:#0B57A6;--e-global-color-996fd42:#F3F1F1;--e-global-color-03f3f57:#072C3E;--e-global-color-c0dce99:#5A6D76;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-03f3f57 );font-family:"Manrope", Sans-serif;font-size:18px;font-weight:400;line-height:1.5em;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 h1{font-size:72px;font-weight:400;line-height:1em;}.elementor-kit-8 h2{font-size:56px;font-weight:300;line-height:1.2em;}.elementor-kit-8 h3{font-size:36px;font-weight:300;line-height:1.2em;}.elementor-kit-8 h4{font-size:24px;font-weight:700;line-height:1.2em;}.elementor-kit-8 h5{font-size:22px;font-weight:400;line-height:1.3em;}.elementor-kit-8 h6{font-size:15px;font-weight:400;line-height:1.3em;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{font-size:18px;font-weight:600;line-height:1.5em;border-radius:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1920px;}.e-con{--container-max-width:1920px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:32px;}.elementor-element{--widgets-spacing:32px 32px;--widgets-spacing-row:32px;--widgets-spacing-column:32px;}{}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:1440px){.elementor-kit-8 h1{font-size:64px;}.elementor-kit-8 h2{font-size:40px;}.elementor-kit-8 h3{font-size:32px;}}@media(max-width:1024px){.elementor-kit-8{font-size:16px;}.elementor-kit-8 h1{font-size:48px;}.elementor-kit-8 h2{font-size:36px;}.elementor-kit-8 h3{font-size:28px;}.elementor-kit-8 h4{font-size:21px;}.elementor-kit-8 h5{font-size:19px;}.elementor-kit-8 h6{font-size:14px;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-8 h1{font-size:42px;}.elementor-kit-8 h2{font-size:32px;}.elementor-kit-8 h3{font-size:26px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Effetto scorrimento sticky in homepage per sezioni dei servizi */

.sticky-stack-wrapper {
  position: relative;
}

.sticky-stack {
  position: sticky;
  top: var(--top-offset, 100px); /* default */;
  /*height: 400px;*/
  transform-origin: top center;
  transition: transform 0.3s ease;
  z-index: var(--z, 1);
}

.section-1 { --top-offset: 100px; --z: 1; }
.section-2 { --top-offset: 110px; --z: 2; }
.section-3 { --top-offset: 120px; --z: 3; }
.section-4 { --top-offset: 130px; --z: 4; }
.section-5 { --top-offset: 140px; --z: 5; }
.section-6 { --top-offset: 150px; --z: 6; }
.section-7 { --top-offset: 160px; --z: 7; }
.section-8 { --top-offset: 170px; --z: 8; }
.section-9 { --top-offset: 180px; --z: 9; }

@media (max-width: 767px) {
  .sticky-stack {
    position: static !important;
    height: auto !important;
    z-index: auto !important;
    top: auto !important;
  }
}

/* Style dei pulsanti */
.standard-button a {
    padding: 6px 32px!important;
    border-radius: 4px!important;
}
.standard-button .elementor-button-content-wrapper {
    align-items: center;
}
.standard-button svg {
    font-size: 14px;
}

.primary-button a {
    color: #072C3E!important;
    background-color: #FAFAFA!important;
    fill: #072C3E!important;
}
.primary-button a:hover {
    color: #FAFAFA!important;
    background-color: #0B57A6!important;
    fill: #FAFAFA!important;
}

.secondary-button a {
    color: #072C3E!important;
    background-color: #FAFAFA!important;
    fill: #072C3E!important;
}
.secondary-button a:hover {
    color: #FAFAFA!important;
    background-color: #072C3E!important;
    fill: #FAFAFA!important;
}

.tertiary-button a {
    color: #FAFAFA!important;
    background-color: #0B57A6!important;
    fill: #FAFAFA!important;
}
.tertiary-button a:hover {
    color: #072C3E!important;
    background-color: #B2C7E2!important;
    fill: #072C3E!important;
}

@media (max-width: 1024px){
    .standard-button a {
        padding: 6px 16px!important;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://www.pmtecnoimpianti.com/wp-content/uploads/2026/06/Manrope-ExtraLight.ttf') format('truetype');
}
@font-face {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://www.pmtecnoimpianti.com/wp-content/uploads/2026/06/Manrope-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://www.pmtecnoimpianti.com/wp-content/uploads/2026/06/Manrope-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://www.pmtecnoimpianti.com/wp-content/uploads/2026/06/Manrope-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://www.pmtecnoimpianti.com/wp-content/uploads/2026/06/Manrope-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://www.pmtecnoimpianti.com/wp-content/uploads/2026/06/Manrope-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://www.pmtecnoimpianti.com/wp-content/uploads/2026/06/Manrope-ExtraBold.ttf') format('truetype');
}
/* End Custom Fonts CSS */