.elementor-kit-6{--e-global-color-primary:#FFED00;--e-global-color-secondary:#333334;--e-global-color-text:#7A7A7A;--e-global-color-accent:#FBB900;--e-global-color-7abb4da:#FFFFFF;--e-global-color-6f0b369:#F5F5F5;--e-global-typography-primary-font-family:"Urbanist";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Urbanist";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:1rem;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.67em;--e-global-typography-accent-font-family:"Urbanist";--e-global-typography-accent-font-weight:700;color:#7A7A7A;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-secondary );}.elementor-kit-6 a:hover{color:var( --e-global-color-primary );}.elementor-kit-6 h1{color:var( --e-global-color-secondary );font-family:"Urbanist", Sans-serif;font-weight:700;}.elementor-kit-6 h2{color:var( --e-global-color-secondary );font-weight:700;}.elementor-kit-6 h3{color:var( --e-global-color-secondary );}.elementor-kit-6 h4{color:var( --e-global-color-secondary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ===== VERTICAL LINES GLOBALI ===== */

.vertical-lines {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.vertical-lines .container-wrap {
    position: relative;
    width: 100%;
    max-width: 1320px;
    height: 100vh;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

.vertical-lines .line-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
}

.vertical-lines .line-item {
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background: #e9e9e9;
}

.vertical-lines .line-1 {
    left: 33.333%;
}

.vertical-lines .line-2 {
    left: 66.666%;
}

/* ===== LINEE RIATTIVABILI NELLE SEZIONI ===== */
.has-vertical-lines {
    position: relative;
    overflow: hidden;
}

.has-vertical-lines::before {
    content: "";
    position: absolute;
    inset: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1290px;
    pointer-events: none;
    z-index: 0;
    background-image:
        linear-gradient(#F5F5F55C, #F5F5F55C),
        linear-gradient(#F5F5F55C, #F5F5F55C),
        linear-gradient(#F5F5F55C, #F5F5F55C),
        linear-gradient(#F5F5F55C, #F5F5F55C);
    background-size:
        1px 100%,
        1px 100%,
        1px 100%,
        1px 100%;
    background-position:
        left top,
        33.333% top,
        66.666% top,
        right top;
    background-repeat: no-repeat;
}

.has-vertical-lines > * {
    position: relative;
    z-index: 1;
}

.page-id-4584 .swiper-slide-inner{
    max-width: 1140px;
}

@media (max-width: 1199px) {
    .has-vertical-lines::before {
        max-width: 930px;
    }
}

@media (max-width: 991px) {
    .has-vertical-lines::before {
        max-width: 690px;
    }
}

@media (max-width: 767px) {
    .has-vertical-lines::before {
        max-width: 510px;
    }
}

@media (max-width: 575px) {
    .has-vertical-lines::before {
        display: none;
    }
}

.angolopiccolo{
  -webkit-clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%, 0 20px);
  clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%, 0 20px);
}

.angologrande{
  -webkit-clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%, 0 50px);
  clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%, 0 50px);
}
.agolidue{
 -webkit-clip-path: polygon(100px 0, 100% 0, 100% calc(100% - 100px), calc(100% - 100px) 100%, 0 100%, 0 100px);
  clip-path: polygon(100px 0, 100% 0, 100% calc(100% - 100px), calc(100% - 100px) 100%, 0 100%, 0 100px);
}
::selection {
  background: #ffed00; /* colore sfondo selezione */
  color: #333333;      /* colore testo selezionato */
}
.freccia .elementor-icon-box-title a{
	display:inline-flex;
	align-items:center;
	gap:8px;
	color:#fff !important;
}
.freccia .elementor-icon-box-title a::after{
	content:"";
	width:16px;
	height:16px;
	flex:0 0 16px;
	display:inline-block;
	background-color:#fff;
	-webkit-mask:url("https://www.edilcostruzionisartini.it/wp-content/uploads/2026/03/arrow-right-regular-full.svg") no-repeat center / contain;
	mask:url("https://www.edilcostruzionisartini.it/wp-content/uploads/2026/03/arrow-right-regular-full.svg") no-repeat center / contain;
}/* End custom CSS */