.elementor-kit-6{--e-global-color-primary:#FF0000;--e-global-color-secondary:#101415;--e-global-color-text:#252525;--e-global-color-accent:#F7F7F7;--e-global-color-36d9ce2:#B5B5B5;--e-global-color-0b46459:#4C4C4C;--e-global-color-3c06352:#F9F6EE;--e-global-color-17ba426:#D4C9BB;--e-global-color-7d42037:#262020;--e-global-typography-primary-font-family:"century-gothic";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Plus Jakarta sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Plus Jakarta sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"century-gothic";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-secondary );}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-primary );color:var( --e-global-color-accent );border-radius:50px 50px 50px 50px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:#AD0112;color:var( --e-global-color-accent );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--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){margin-block-end:16px;}.elementor-element{--widgets-spacing:16px 16px;--widgets-spacing-row:16px;--widgets-spacing-column:16px;}{}h1.entry-title{display:var(--page-title-display);}@media(min-width:1340px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1320px;}.e-con{--container-max-width:1320px;}}@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 */html{
    scroll-behavior: smooth;
}

/*  PULSANTI SECONDARIO  */
.btn-secondary-w  .elementor-icon-list-item a{
    display: flex;
    flex-direction: row-reverse;
}

.btn-secondary-w .elementor-icon-list-text{
    margin: 0 12px 0 0;
    padding: 0 !important;
}

.btn-secondary-w .elementor-icon-list-icon{
    width: 25px;
    height: 25px;
    border: 1px solid #f7f7f7;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: all 0.4s
}

.btn-secondary-w a:hover .elementor-icon-list-icon{
    background-color: #f7f7f7;
}


.btn-secondary-w a:hover .elementor-icon-list-icon svg{
    animation: 0.6s svgBtn ease-out
}
@keyframes svgBtn{
    0%{
        transform: translateX(0);
    }
    50%{
        transform: translateX(25px);
    }
    51%{
        transform: translateX(-25px);
    }
    100%{
        transform: translateX(0);
    }
}








/*  TEXT DECORATION UNDERLINE (span)  */
span.text-decoration-w{
    position: relative
}
span.text-decoration-w::after{
    content: '';
    position: absolute;
    width: calc(100% + 6px);
    height: 5px;
    left: 50%;
    bottom: -0.1em;
    transform: translateX(-50%);
    background-color: rgba(212, 201, 187, 0.6);
}







/*  PARAGARFO */
.p-txt p:last-child{
    margin-bottom: 0px;
}






/*  CAROSELLO STORIA (LINEA TEMPORALE)  */
.linea-time{
	width: 100%;
	overflow-x: auto;
	white-space: nowrap;
}

.linea-time::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.8) 30%, rgba(255,255,255,0.1) 100%);
	transform: translateY(14px);
	animation: timelineHorizontal 1s ease-out;
}
@keyframes timelineHorizontal{
	0%{
		width: 0;
	}
	100%{
		width: 100%;
	}
}

.linea-time ul{
	display: flex;
	justify-content: space-between;
/*	width: 1200px;
	overflow-x: auto;
	white-space: nowrap;*/
	margin-left: 20%;
/*	scrollbar-width: none;
    -ms-overflow-style: none;*/
	padding: 30px;
	list-style-type: none
}
/*.linea-time::-webkit-scrollbar {
    display: none; 
}*/


.linea-time ul li{
	margin-top: 15px;
	position: relative;
	color: rgba(247, 247, 247,0.5);
	transition: all 0.4s;
	cursor: pointer;
}
.linea-time ul li.active-li,
.linea-time ul li:hover{
	font-size: 20px;
	color: #f7f7f7;
}

.linea-time ul li span::before{
	content: '';
	position: absolute;
	width: 1px;
	height: 30px;
	background-color: rgba(247, 247, 247, 0.8);
	left: 50%;
	transform: translate(-50%,-100%);
	transition: all 0.4s;
	animation: lineDate 1.6s ease-out;
}
@keyframes lineDate{
	0%{
		height: 0px
	}
	40%{
		height: 0;
	}
	100%{
		height: 30px;
	}
}

.linea-time ul li.active-li span::before,
.linea-time ul li:hover span::before{
	background-color: #f7f7f7;
	height: 50px;
}



.box{
	margin-bottom: 60px
}

.box-active{
	display: block;
}


.linea-time ul li#date-2:hover .box-active{
	display: none !important;
}

.linea-time ul li#date-2:hover .box-2{
	display: block;
}



@media (max-width: 768px){
    
    .linea-time ul{
    	margin-left: 0;
    }
    
    
    .box{
    	margin-bottom: 32px
    }
    
}







/*  ICONA A DESTRA NELLE LISTE */
.ul-inverted ul li a{
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.ul-inverted ul li a .elementor-icon-list-text{
    margin: 0 !important;
    padding: 0 !important;
}

.ul-inverted ul li a .elementor-icon-list-icon svg{
    margin: 0 0 0 6px !important;
}







/* modifica safari icone */
.icon-safari svg{
    width: auto !important;
}


/* close-icon focus */
.dialog-close-button:focus-visible{
    outline: none;
}







/************************/
/*          FORM        */
/************************/
.form-custom input:focus{
    outline: 1px #f7f7f7 !important;
}
.form-custom input:user-invalid{
    outline: 1px solid #ff4545 !important;
}

.form-custom .elementor-message{
    border-radius: 6px;
    border: 1px solid;
    padding: 6px 12px;
}
.form-custom .elementor-message.elementor-message-success{
    border-color: #c3e6cb;
    background-color: #d4edda;
}
.form-custom .elementor-message.elementor-message-error{
    border-color: #f5c6cb;
    background-color: #f8d7da;
}
/*.form-custom .elementor-widget-form .elementor-message-success{
    border-color: #c3e6cb: 
    background-color: #d4edda;
}*/



/* mail icon form */
.form-custom .elementor-field-type-email input{
    padding-left: 32px
}

.form-custom .elementor-field-type-email ::before,
.form-custom .elementor-field-type-tel ::before{
    content: '';
    display: inline-block;
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(2px);
    height: 16px;
    width: 16px;
    background-color: #bcbcbc; 
}

.form-custom .elementor-field-type-email ::before{
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M1.5 8.67v8.58a3 3 0 0 0 3 3h15a3 3 0 0 0 3-3V8.67l-8.928 5.493a3 3 0 0 1-3.144 0L1.5 8.67Z" /><path d="M22.5 6.908V6.75a3 3 0 0 0-3-3h-15a3 3 0 0 0-3 3v.158l9.714 5.978a1.5 1.5 0 0 0 1.572 0L22.5 6.908Z" /></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M1.5 8.67v8.58a3 3 0 0 0 3 3h15a3 3 0 0 0 3-3V8.67l-8.928 5.493a3 3 0 0 1-3.144 0L1.5 8.67Z" /><path d="M22.5 6.908V6.75a3 3 0 0 0-3-3h-15a3 3 0 0 0-3 3v.158l9.714 5.978a1.5 1.5 0 0 0 1.572 0L22.5 6.908Z" /></svg>');
}
/* phone icon form */
.form-custom .elementor-field-type-tel input{
    padding-left: 32px
}

.form-custom .elementor-field-type-tel ::before{
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path fill-rule="evenodd" d="M1.5 4.5a3 3 0 0 1 3-3h1.372c.86 0 1.61.586 1.819 1.42l1.105 4.423a1.875 1.875 0 0 1-.694 1.955l-1.293.97c-.135.101-.164.249-.126.352a11.285 11.285 0 0 0 6.697 6.697c.103.038.25.009.352-.126l.97-1.293a1.875 1.875 0 0 1 1.955-.694l4.423 1.105c.834.209 1.42.959 1.42 1.82V19.5a3 3 0 0 1-3 3h-2.25C8.552 22.5 1.5 15.448 1.5 6.75V4.5Z" clip-rule="evenodd" /></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path fill-rule="evenodd" d="M1.5 4.5a3 3 0 0 1 3-3h1.372c.86 0 1.61.586 1.819 1.42l1.105 4.423a1.875 1.875 0 0 1-.694 1.955l-1.293.97c-.135.101-.164.249-.126.352a11.285 11.285 0 0 0 6.697 6.697c.103.038.25.009.352-.126l.97-1.293a1.875 1.875 0 0 1 1.955-.694l4.423 1.105c.834.209 1.42.959 1.42 1.82V19.5a3 3 0 0 1-3 3h-2.25C8.552 22.5 1.5 15.448 1.5 6.75V4.5Z" clip-rule="evenodd" /></svg>');

}



/* privacy flag */
.form-custom span.privacy-txt{
    font-size: 14px;
    font-weight: 300;
}
.form-custom span.privacy-txt a{
    text-decoration: underline;
    color: var(--e-global-color-primary)
}

.form-custom .elementor-field-option input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.form-custom .elementor-field-option label {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.form-custom .elementor-field-option label::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 3px;
  background-color: white;
  transition: all 0.2s ease;
  transform: translateY(4px)
}

.form-custom .elementor-field-option label svg {
  position: absolute;
  top: 6px;
  left: 3px;
  width: 12px;
  height: 10px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
}

.form-custom .elementor-field-option input[type="checkbox"]:checked + label::before {
  background-color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}

.form-custom .elementor-field-option input[type="checkbox"]:checked + label svg {
  stroke-dashoffset: 0;
}



.form-custom input:focus,
.form-custom textarea:focus{
    border-bottom-color: var(--e-global-color-primary) !important;
    box-shadow: none !important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Plus Jakarta sans';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://www.roncato.it/wp-content/uploads/2024/05/plus-jakarta-sans-v8-latin-regular.woff2') format('woff2'),
		url('https://www.roncato.it/wp-content/uploads/2024/05/PlusJakartaSans-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Plus Jakarta sans';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://www.roncato.it/wp-content/uploads/2024/05/plus-jakarta-sans-v8-latin-300.woff2') format('woff2'),
		url('https://www.roncato.it/wp-content/uploads/2024/05/PlusJakartaSans-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Plus Jakarta sans';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://www.roncato.it/wp-content/uploads/2024/05/plus-jakarta-sans-v8-latin-600.woff2') format('woff2'),
		url('https://www.roncato.it/wp-content/uploads/2024/05/PlusJakartaSans-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Plus Jakarta sans';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://www.roncato.it/wp-content/uploads/2024/05/plus-jakarta-sans-v8-latin-700.woff2') format('woff2');
}
/* End Custom Fonts CSS */