/*
	Theme Name: Digitalia
	Theme URI: https://www.sintoflon.com/
	Description: 
	Version: 1.4.3
	Author: Jacopo Zane
	Author URI: https://www.digitalia.srl
	Tags: HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
	margin: 0;
	padding: 0;
}

/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	overflow-y: scroll;
	font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
body.navmenu_open {
	overflow-y: hidden;
}
section {
	overflow: hidden;
}
/* clear */
.clear:before,
.clear:after {
    display:table;
}

aside {
	max-width: 100%;
}

.clear::after {
    clear:both;
}
.clear {
    *zoom:1;
}
.grecaptcha-badge {
	display: none;
}
img {
	max-width:100%;
	width: 100%;
	height: auto;
}
picture {
	display: grid;
}
.parallax {
	background-attachment: fixed;
}
.ios .parallax {
	background-attachment: scroll !important;
}
a {
	color:#fff;
	text-decoration:none;
	cursor: pointer;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
}
ul {
	list-style-type: none;
}
h1,h2,h3,h4,h5,h6,p {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
h1 {
	font-weight: 600;
}
h2 {
	font-weight: 500;
}
h3 {
	font-weight: 500;
}
h4 {
	
}
h5 {
	font-weight: 600;
}
h6 {
	font-weight: 500;
}
.grey {
	color: #AFAFAF;
}
strong, b {
	font-weight: 700;
}
.divider {
	background-color: #E20019;
	width: 50px;
	height: 2px;
	display: block;
	text-align: center;
	margin: 15px auto;
}
.pulsante {
	background-color: transparent;
	border-radius: 30px;
	border: 1px solid #fff;
	color: #fff;
	text-transform: uppercase;
	padding: 15px 40px;
	font-weight: 500;
	display: inline-block;
	transition-duration: 0.5s;
}
.pulsante:hover {
	background-color: #fff;
	color: #1c1c1c;
	transition-duration: 0.5s;
}
.pulsante-red {
	background-color: #E20019;
	border-radius: 30px;
	border: 1px solid #E20019;
	color: #fff;
	text-transform: uppercase;
	padding: 15px 40px;
	font-weight: 500;
	display: inline-block;
	transition-duration: 0.5s;
}
.pulsante-red:hover {
	background-color: #fff;
	color: #E20019;
	transition-duration: 0.5s;
	border: 1px solid #fff;
}

.blocco {
	position: relative;
	overflow: hidden;
	display: flex;
}
.text {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: end;
	flex-direction: column;
	text-align: center;
	padding: 0 5%;
}
.ancora {
	position: relative;
	top: -70px;
	overflow: hidden;
}
/* go up button */
.up-button {
	position: fixed;
	bottom: 5%;
	right: 2%;
	display: none;
	z-index: 2;
	background-color: #333;
	color: #fff;
	font-size: 20px;
	padding: 5px 10px;
	border: none;
}
.scroll .up-button {
	display: block;
}

/* bottone filtro */
.btn-filtro {
	display: inline-block;
	margin-right: 5px;
	font-size: 18px;
	padding: 10px 5px;
	background-color: #fff;
	border: 1px solid #999;
	cursor: pointer;
	user-select: none;
}
.btn-filtro.active {
	background-color: #999;
}

/* spinner */
spinner {
	display: inline-block;
	width: 80px;
	height: 80px;
}
spinner::after {
	content: " ";
	display: block;
	width: 64px;
	height: 64px;
	margin: 8px;
	border-radius: 50%;
	border: 6px solid #E20019;
	border-color: #E20019 transparent #E20019 transparent;
	animation: dg_loader_animation 1.2s linear infinite;
}


/*------------------------------------*\
    ELEMENTI
\*------------------------------------*/

/* SLIDE */
.slick-dots {
	position: absolute;
    right: 5%;
    top: -10%;
    z-index: 1;
    width: auto;
    text-align: center;
}
.slick-dots .slick-active {
    background-color: #fff;
}
.slick-dots li {
    display: inline-block;
    width: 8px;
    height: 8px;
    overflow: hidden;
    background-color: transparent;
    border-radius: 50%;
    margin: 20px 5px 0;
    border: 1px solid #fff;
}
.slick-dots button {
	color: transparent;
	background-color: transparent;
	display: contents;
}
.slick-prev {
	background-image: url(img/header/left-white.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	color: transparent;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	outline: none;
	width: 20px;
	height: 30px;
}
.slick-next {
	background-image: url(img/header/right-white.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	color: transparent;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	outline: none;
	width: 20px;
	height: 30px;
}
.slide-contatore .slick-slide {
	padding: 5px;
}
.slide-contatore .slick-dots {
	background-color: #363636;
	border-radius: 20px;
	padding: 5px 40px;
}
.slide-contatore .slick-dots li {
	border: none;
	width: auto;
	height: auto;
	display: none;
	margin: 0;
}
.slide-contatore .slick-dots .slick-active {
	background-color: transparent;
	color: #fff;
	display: block;
    width: fit-content;
}
.slide-contatore .slick-dots a {
	color: #fff;
	font-size: 14px;
	background-color: transparent !important;
}
.slide-contatore .slick-next {
	width: 10px;
	height: 15px;
	top: -9%;
	right: 9%;
	z-index: 2;
}
.slide-contatore .slick-prev {
	width: 10px;
	height: 15px;
	left: auto;
	right: 25%;
	z-index: 2;
	top: -9%;
}
.variable .slick-slide img {
	padding: 0 5px;
	height: clamp(220px, 33.854vw, 650px);
	width: auto;
}
.variable .slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	padding-left:8px;
	padding-right: 8px;
}
/* FORM */
label {
	
}
input,
textarea {
	outline: none;
	padding: 5px;
	color: #000;
	height: 40px;
	margin-top: 20px;
	background-color: transparent;
	border: none;
	border-bottom: 2px solid #666;
	width: 100%;
}
textarea  {
	height: 150px;
}
::placeholder {
	color: #666;
}
.wpcf7-form .wpcf7-acceptance {
	padding: 20px 0 0;
	display: block;
}
.wpcf7-form .wpcf7-acceptance input {
	height: auto;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid #666;
	background-color: transparent;
	padding: 6px;
	margin-bottom: 0;
	max-width: 6px;
	margin-right: 10px;
}
.wpcf7-form .wpcf7-acceptance input:checked {
	background-color: #666;
}
.wpcf7-form a {
	color: #666;
	text-transform: lowercase;
	font-size: 16px;
	text-decoration: underline;
}
span.wpcf7-list-item {
	margin: 0;
}
.wpcf7-submit {
	background-color: #E20019;
	border-radius: 30px;
	border: 1px solid #E20019;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	display: inline-block;
	transition-duration: 0.5s;
	max-width: 200px;
}
.wpcf7-submit:hover {
	background-color: #fff;
	color: #E20019;
	transition-duration: 0.5s;
	border: 1px solid #fff;
}
div.wpcf7-response-output {
	padding: 0;
}
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
	border: none;
	color: #000;
}
/** TABS **/

.tabulator {
    position: relative;
    margin: 10px 0px;
}
.tabulator header,
.tabulator content {
    position: relative;
}

.tabulator header {
    background: unset;
    padding: 0;
    margin: 0;
}
.tabulator button {
    background-color: white;
    border: 2px solid grey;
    color: grey;
    border-radius: 5px 5px 0px 0px;
    border-bottom: 0px;
    position: relative;
    top: 2px;
    margin-right: 1px;
}

.tabulator tab {
    width: 100%;
    display: block;
    background-color: white;
    border: 2px solid black;
    display: none;
    padding: 10px;
}

.tabulator tab.active {
    display: block;
}
.tabulator button.active {
    z-index: 2;
    font-weight: 750;
    border-color: black;
    color: black;
}
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
	background-color: transparent;
	cursor: pointer;
	padding: 10px;
	width: 100%;
	text-align: left;
	border: none;
	outline: none;
	transition: 0.4s;
	border-bottom: 1px solid #666;
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.accordion::after {
	content: "+";
	color: #fff;
	font-size: 30px;
	font-weight: 200;
	width: 20%;
	text-align: right;
}
.accordion h3 {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.accordion.active {
	background-color: rgb(226,0,25,0.5);
	border-radius: 10px 10px 0 0;
} 
.accordion:hover {
	background-color: rgb(226,0,25,0.5);
}
.accordions {
	margin-top: 30px;
}
.active::after {
	content: "-";
}

/* Style the accordion panel. Note: hidden by default */
.panel {
	padding: 0 20px;
	background-color: rgb(226,0,25,0.5);
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease-out;
	color: #fff;
	text-align: left;
	border-radius: 0 0 10px 10px;
}
.panel p {
	margin: 30px auto;
}
/*------------------------------------*\
	LIGHTBOX
\*------------------------------------*/

.lightbox-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 100000;
    opacity: 0;
}
.lightbox-wrapper[aria-visible="true"] {
    display: flex;
}
.lightbox-wrapper img {
    max-width: 100%;
}
.lightbox-wrapper .lightbox-background {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.72);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}
.lightbox-wrapper.striped .lightbox-background {
    background: repeating-linear-gradient(
        45deg,
        rgba(0,0,0,0.66),
        rgba(0,0,0,0.66) 10px,
        rgba(0,0,0,0.64) 10px,
        rgba(0,0,0,0.64) 20px
    );
}
.lightbox-wrapper .lightbox-container {
    width: calc(100% - 40px);
    height: auto;
    z-index: 10;
    position: relative;
    color: white;
    user-select: none;
    pointer-events: none;
}
.lightbox-wrapper .lightbox-content {
    width: 80%;
    height: auto;
    z-index: 10;
    margin: 0 auto;
}
.lightbox-wrapper .lightbox-content * {
    margin: 0;
    padding: 0;
}
.lightbox-arrows {
    position: absolute;
    top: 0px;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0px 10px;
}
.lightbox-arrows.left {
    left: 0px;
}
.lightbox-arrows.right {
    right: 0px;
}
.lightbox-wrapper .lightbox-header {
    text-align: right;
}
.lightbox-wrapper .lightbox-header .close {
	max-width: 25px;
}
.lightbox-wrapper .close {
	cursor: pointer;
}
.lightbox-wrapper .lightbox-body {
    margin: 10px 0px;
    overflow: hidden;
    color: #fff;
    height: auto;
}
.lightbox-wrapper i.fa {
    cursor: pointer;
    position: relative;
}
.lightbox-wrapper .lightbox-popup {
    padding: 15px;
}
.lightbox-wrapper .lightbox-footer {
    display: none;
}
.lightbox-wrapper .lightbox-footer-sx {
    width: calc(100% - 90px);
    font-size: 1.2em;
}
.lightbox-wrapper .lightbox-footer-dx {
    width: 90px;
    text-align: right;
}
.lightbox-wrapper .lightbox-footer h6 {
    font-weight: 400;
    font-size: 14px;
}
.lightbox-wrapper .lightbox-footer h5 {
	color: #fff;
	font-size: 16px;
}
.lightbox-wrapper .lightbox-footer-dx h5{
    font-weight: 200;
    font-size: 14px;
    color: #fff;
}
.lightbox-wrapper .lightbox-container h5,
.lightbox-wrapper .lightbox-container h3,
.lightbox-wrapper .lightbox-container h6,
.lightbox-wrapper .lightbox-container img,
.lightbox-wrapper .lightbox-container i.fa {
    pointer-events: initial;
    color: #fff;
}	
.lightbox-wrapper .lightbox-container img {
	display: block;
    margin: 0 auto;
    cursor: pointer;
}
.lightbox-wrapper .lightbox-container .lightbox-body img {
    width: unset;
    height: 100%;
	display: block;
}
.lightbox-wrapper.singolo .lightbox-arrows,
.lightbox-wrapper.singolo .lightbox-footer-dx h5 {
    display: none;
}
.lightbox-wrapper .lightbox-container a {
    color: inherit;
    text-decoration: none;
}
.lightbox-wrapper .lightbox-container .hover {
	padding: 10px;
}
.lightbox-wrapper .close {
	cursor: pointer;
}
.lightbox-wrapper .next, 
.lightbox-wrapper .prev {
	width: 20px;
	cursor: pointer;
}

/*------------------------------------*\
	ANIMAZIONI
\*------------------------------------*/

.news .slide-contatore a img {
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
	transform: scale(1,1);
	-webkit-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	-moz-transform: scale(1,1);
}
.news .slide-contatore a:hover img {
	transition-duration: 2s;
	-webkit-transition-duration: 2s;
	-o-transition-duration: 2s;
	-moz-transition-duration: 2s;
	-ms-transition-duration: 2s;
	transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
}
.szoom {
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
	transform: scale(1,1);
	-webkit-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	-moz-transform: scale(1,1);
}
.szoom:hover {
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
	transform: scale(0.9,0.9);
	-webkit-transform: scale(0.9,0.9);
	-o-transform: scale(0.9,0.9);
	-ms-transform: scale(0.9,0.9);
	-moz-transform: scale(0.9,0.9);
}

.rotation {
	transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-webkit-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	transition-duration: 0.8s;
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8;
	-o-transition-duration: 0.8s;
}
.rotation:hover {
	transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	-webkit-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
	transition-duration: 0.8s;
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8;
	-o-transition-duration: 0.8s;
}
.rotation-inverse {
	animation-name: rotation-inverse;
	-webkit-animation: rotation-inverse;
	-ms-animation-name: rotation-inverse;
	-moz-animation-name: rotation-inverse;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-duration: 6s;
	-webkit-animation-duration: 6s;
	-ms-animation-duration: 6s;
	-moz-animation-duration: 6s;
}
.lampeggio {
	position: fixed;
	max-width: 50px;
	bottom: 2%;
	right: 2%;
	opacity: 0;
	animation-name: lampeggio;
	-webkit-animation: lampeggio;
	-ms-animation-name: lampeggio;
	-moz-animation-name: lampeggio;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-duration: 3s;
	-webkit-animation-duration: 3s;
	-ms-animation-duration: 3s;
	-moz-animation-duration: 3s;
}
.pulsazione {
	animation-name: pulsazione;
	-webkit-animation: pulsazione;
	-ms-animation-name: pulsazione;
	-moz-animation-name: pulsazione;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-duration: 5s;
	-webkit-animation-duration: 5s;
	-ms-animation-duration: 5s;
	-moz-animation-duration: 5s;
}

@keyframes rotation-inverse {
	0% {transform: rotateZ(0);}
	25% {transform: rotateZ(-90deg);}
	50% {transform: rotateZ(-180deg);}
	75% {transform: rotateZ(-270deg);}
	100% {transform: rotateZ(-360deg);}
}

@keyframes lampeggio {
	0% {opacity:0;}
	25% {opacity:0.5;}
	50% {opacity:1;}
	75% {opacity:0.5;}
	100% {opacity:0;}
}

@keyframes pulsazione {
	0% {transform: scale(0.5,0.5);}
	25% {transform: scale(0.65,0.65);}
	50% {transform: scale(0.75,0.75);}
	75% {transform: scale(0.65,0.65);}
	100% {transform: scale(0.5,0.5);}
}

@keyframes dg_loader_animation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
/* Animations */

/* Fade */
.fade {
    opacity: 0;
    transition: 1.7s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.fade.in-page {
    opacity: 1;
}
.fade-in {
    transform: translateY(50px);
    opacity: 0;
    transition: 1s all cubic-bezier(0.53, 0.03, 0.01, 0.46);
}
.fade-in.delay-200 {
	transition-delay: 200ms;
}
.fade-in.delay-400 {
	transition-delay: 400ms;
}
.fade.delay-200 {
	transition-delay: 200ms;
}
.fade.delay-400 {
	transition-delay: 400ms;
}

.fade-in.in-page {
    transform: translateY(0);
    opacity: 1;
}

.reveal-from-left img, .reveal-from-left .overlay, .reveal-all.reveal-from-left * {
    clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
    transition: 1.7s all cubic-bezier(0.22, 0.61, 0.36, 1);
}
.reveal-from-left.in-page img, .reveal-from-left.in-page .overlay, .reveal-all.reveal-from-left.in-page * {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.reveal-from-right img, .reveal-from-right .overlay {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    transition: 1.7s all cubic-bezier(0.22, 0.61, 0.36, 1);
}

.reveal-from-right.in-page img, .reveal-from-right.in-page .overlay {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
/* --------------------- POPUP INFORMATIVO ------------------------------ */
.popup-info {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    padding: 10px;
    justify-content: center;
    align-items: center;
}
.popup-info .overlay {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.5);
}
.popup-info .popup {
    width: 100%;
    max-width: 400px;
    display: block;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1001;
    height: fit-content;
}
.popup-info .popup h2 {
    margin-top: 0;
}
.popup-info .popup button {
    display: block;
    margin: 10px auto;
    padding: 10px 20px;
    background-color: red;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
/*--------------POPUP------------------*/
.popup-content {
	display: none;
	justify-content: center;
	align-items: center;
	position: fixed;
	z-index: 100;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.40);
}
.popup-content .sfondo {
	background-color: #4D4D4D;
	width: 80%;
	height: auto;
	max-width: 800px;
	text-align: left;
	position: relative;
}
.popup-content .sfondo .testo {
	padding: 30px;
}
.popup-content .sfondo p {
	color: #fff;
	font-size: 14px;
}
.popup-content .sfondo h5 {
	color: #fff;
	padding-bottom: 10px;
}
.popup-content .sfondo h4 {
	text-align: right;
	font-size: 30px;
}
.popup-content .sfondo .close {
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	margin-top: -40px;
	color: #fff;
}

/*--------------BLOG------------------*/
.pagina-del-blog {
	display: flex;
}
.pagina-del-blog > main {
	width: 70%;
}
.pagina-del-blog > aside.sidebar {
	width: 30%;
}
/*--------------GDPR------------------*/
.page-template-template-gdpr h2 {
	padding-bottom: 20px;
	padding-top: 60px;
}
.page-template-template-gdpr p {
	max-width: 800px;
}
#cmplz-document, 
.editor-styles-wrapper .cmplz-unlinked-mode {
	max-width: 100% !important;
}
#cmplz-cookies-overview .cmplz-dropdown summary div, 
#cmplz-document .cmplz-dropdown summary div,
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header {
	display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}
#cmplz-cookies-overview .cmplz-dropdown summary div input[data-category="functional"], #cmplz-document .cmplz-dropdown summary div input[data-category="functional"], .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary div input[data-category="functional"] {
	width: 5% !important;
}
.page-template-template-gdpr input[type=checkbox], .page-template-template-gdpr input[type=radio] {
	height: auto;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid #000;
	background-color: transparent;
	padding: 6px;
	margin: 0;
	max-width: 6px;
	margin-right: 10px;
}
.page-template-template-gdpr input[type=checkbox]:checked, .page-template-template-gdpr input[type=radio]:checked {
	background-color: #000;
}
.page-template-template-gdpr label {
	padding: 0;
	width: 25%;
	text-align: left;
}
#cmplz-cookies-overview .cmplz-dropdown summary div h3, #cmplz-document .cmplz-dropdown summary div h3, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary div h3 {
	width: 50%;
}
#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div p, #cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div p, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div p {
	width: 15%;
	text-align: left;
}
.cmplz-category-title{
	width: 80%;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------

@font-face {
	font-family:'Heebo-Light';
	src:url('fonts/Heebo-Light/Heebo-Light.eot');
	src:url('fonts/Heebo-Light/Heebo-Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/Heebo-Light/Heebo-Light.woff') format('woff'),
		url('fonts/Heebo-Light/Heebo-Light.ttf') format('truetype'),
		url('fonts/Heebo-Light/Heebo-Light.svg#Heebo-Light') format('svg');
    font-weight:normal;
    font-style:normal;
}*/


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* page loader*/
loader {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0px;
	left: 0px;
	z-index: 999;
	user-select: none;
	pointer-events: none;
}
.pagina_caricata loader {
	display: none;
}
/* main */
main {
	min-height: 640px;
}
/* wrapper */
.wrapper {
	width:100%;
	margin: 0 auto;
	max-width: 100vw;
	overflow: hidden;
	overflow-y: auto;
	opacity: 0.0;
	transition: opacity 0.46s ease;
}
.pagina_caricata .wrapper {
	opacity: 1;
}
.content {
	max-width:1600px;
	width:90%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {
	transition: all 1s linear;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100px;
}
.header-widget-area {
	position: absolute;
	top: 0;
	right: 5%;
	z-index: 2;
}
.wpml-ls-legacy-list-horizontal {
	padding: 0;
}
.wpml-ls-legacy-list-horizontal a {
	padding: 10px 0 0;
}
.wpml-ls-current-language {
	padding-right: 5px !important;
}
/* logo */
.logo {
	position: absolute;
	top: 35%;
	left: 5%;
	z-index: 20;
}
.logo img {
	max-width: 150px;
}
/* nav */
.nav {
	user-select: none;
	pointer-events: none;
	background-color: #272727;
	display: flex;
	color: #AFAFAF;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	justify-content: center;
	align-items: center;
	transition: opacity 0.7s linear;
	opacity: 0;
}
.navmenu_open .nav {
	user-select: none;
	pointer-events: unset;
	opacity: 1.0;
}
.mobile .navmenu_close .nav { 
	opacity: 0.0;  
} 
.nav a {
	color: #AFAFAF;
	text-transform: uppercase;
}
.nav a:hover {
	color: #fff;
}
.nav .current_page_item a {
	color: #fff;
	font-weight: 700;
}
.nav ul {
	list-style-type: none;
	width: 100%;
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.nav ul li {
	padding: 15px 0;
	line-height: 1;
}
/* closebutton */
.openclose {
	position: absolute;
	top: 35%;
	right: 5%;
	z-index: 90;
	cursor: pointer;
	display: block;
}
.navmenu_open .openclose {
	display: flex;
}
.openclose .iconbar {
	height: 2px;
	width: 20px;
	background-color: #fff;
	display: block;
	margin: 5px 0;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
}
.openclose img {
	max-width: 20px;
}
.openclose .uno {
	width: 15px;
}
.openclose .tre {
	width: 12px;
}
.openclose:hover .uno {
	width: 20px;
}
.openclose:hover .tre {
	width: 20px;
}
/** MEGA MENU **/

.sub-menu {
    display: none;
}

nav.nav ul .mega-menu {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 100%;
    display: flex;
    background-color: #141414;
    color: white;
    padding: 20px;
    opacity: 0.0;
    transition: opacity 0.68s ease, color 0.68s ease;
    pointer-events: none;
}
.pagina-mobile nav.nav ul .mega-menu {
    top: 0;
    height: 100vh;
    flex-direction: column;
    padding-top: 150px;
}
nav .mega-left picture {
    display: block;
}
nav.nav.show-mega ul .mega-menu picture img {
    width: 100%;
    display: block;
    max-width: unset;
    margin: 0;
}
nav.show-mega ul .mega-menu.open {
    display: flex;
    opacity: 1.0;
    z-index: 1;
    pointer-events: initial;
}

nav ul .mega-menu .mega-left {
    width: 40%;
    padding: 20px;
}
nav ul .mega-menu .mega-right {
    width: 60%;
    padding: 20px;
}
.pagina-mobile nav ul .mega-menu .mega-left {
    width: 100%;
    position: relative;
    transition: left 0.68s ease;
    left: 100vw;
}
.pagina-mobile nav ul .mega-menu .mega-right {
    width: 100%;
    transition: left 0.68s ease;
    left: 100vw;
}
.pagina-mobile nav ul .mega-menu.open .mega-left {
    left: 0vw;
    display: none;
}
.pagina-mobile nav ul .mega-menu.open .mega-right {
    left: 0vw;
}
.nav ul .mega-menu ul.sub-menu {
    display: grid;
    grid-template-columns: 1fr;
}
.nav ul .mega-menu.open ul.sub-menu {
    display: grid;
}

/* footer */
.footer {
	text-align: left;
	padding: 50px 5%;
}
.footer strong {
	color: #fff;
}
.footer a {
	color: #AFAFAF;
}
.footer > div {
	width: 100%;
}
.footer #text-2 img {
	max-width: 150px;
}
.footer #text-2 h4 {
	padding: 20px 0 40px;
}
.footer #text-3 {
	padding-top: 30px;
}
.footer #nav_menu-2 {
	padding: 30px 0;
}
.footer #nav_menu-2 a {
	font-weight: 500;
	font-size: 16px;
}
.footer #nav_menu-3 h3 {
	font-size: 14px;
}
.footer #custom_html-2 {
	padding-top: 60px;
}
.footer #custom_html-2 img {
	max-height: 15px;
	max-width: 20px;
	margin-right: 10px;
}
.footer .copyright {
	padding-top: 30px;
	border-top: 1px solid #666;
	margin-top: 30px;
}
.footer .copyright a {
	color: #fff;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/

/*--------------HOME------------------*/
#home .row-1 {
	background-image: url(img/home/banner.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100vh;
	position: relative;
}
#home .row-1 .text {
	background-image: linear-gradient(180deg, rgba(22,22,22,0.4), rgba(22,22,22,1));
	padding-bottom: 100px;
}
#home h1 {
	padding-bottom: 10px;
}
#home .row-2 {
	background-image: url(img/home/about.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 50vh;
	position: relative;
	margin-bottom: 50px;
}
#home .row-2 .text {
	background-image: linear-gradient(180deg, rgba(22,22,22,1), rgba(22,22,22,0.1), rgba(22,22,22,1));
}
#home .row-2 h3 {
	padding-bottom: 30px;
}
#home .row-3 {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 50px 5%;
	background-image: linear-gradient(180deg, rgba(22,22,22,1), rgba(39,39,39,1));
}
#home .row-3 p {
	padding: 20px 0;
}
#home .row-4 {
	padding: 50px 5% 0;
	background-image: linear-gradient(180deg, rgba(39,39,39,1), rgba(39,39,39,1));
}
#home .row-4 .carosello {
	display: none;
}
#home .row-4 h5 {
	text-align: center;
}
#home .row-4 .image {
	position: relative;
	display: grid;
}
#home .row-4 .image img {
	border-radius: 10px;
}
#home .row-4 .text {
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.50);
	border-radius: 10px;
}
#home .row-4 .text p {
	padding-bottom: 20px;
}
#home .row-4 .prodotto {
	padding-bottom: 50px;
}
#home .row-5 {
	padding: 50px 5%;
	background-image: linear-gradient(180deg, rgba(39,39,39,1), rgba(22,22,22,1));
}
#home .row-5 h2 {
	text-align: right;
	padding-bottom: 20px;
}
#home .row-5 .tabella div {
	padding: 30px 0;
	border-bottom: 1px solid #666;
}
#home .row-5 .tabella div:last-child {
	border-bottom: none;
}
#home .row-5 .tabella p {
	padding: 20px 0;
}
#home .parallax {
	background-image: url(img/home/parallax.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 50vh;
	position: relative;
}
#home .parallax h6 {
	padding: 50px 5%;
	text-align: right;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(90deg, rgba(6,6,6,0), rgba(22,22,22,0.8));
}
.news {
	padding: 50px 0;
	background-image: linear-gradient(180deg, rgba(22,22,22,1), rgba(39,39,39,1));
}
.news h2 {
	padding-left: 5%;
	padding-bottom: 50px;
	width: 80%;
}
.news a {
	background-color: #111111;
	border-radius: 10px;
}
.news a .left {
	padding: 20px;
}
.news a .left h4 {
	background-color: #E20019;
	text-transform: uppercase;
	padding: 5px 20px;
	font-weight: 500;
	display: inline-block;
	border-radius: 20px;
	font-size: 12px;
}
.news a .left h6 {
	padding: 20px 0;
}
.news a .left p {
	text-transform: uppercase;
	color: #E20019;
	text-decoration: underline;
	font-size: 12px;
}
.news a .right {
	margin: 10px;
	border-radius: 10px;
}
.news a .right img {
	border-radius: 10px;
}
.news .pulsante {
	margin-top: 30px;
	margin-left: 5%;
}
.faq {
	border-top: 1px solid #666;
	padding: 50px 5%;
	background-color: #272727;
}
.faq h3 {
	padding-bottom: 20px;
}
.recensioni {
	padding: 50px 0;
	text-align: center;
	background-image: linear-gradient(180deg, rgba(22,22,22,1), rgba(39,39,39,1));
}
.recensioni h2 {
	padding-bottom: 30px;
}
.eapps-google-reviews-446c3d20-768f-4d50-969c-b0db5016b4b5-custom-css-root .ekhWun {
	border-bottom: 1px solid #666 !important;
}
.eapps-google-reviews-446c3d20-768f-4d50-969c-b0db5016b4b5-custom-css-root .swiper-slide {
	border: 1px solid #666 !important;
	border-radius: 10px;
}
.fyJCpa {
	align-items: end !important;
	width: 100%;
	text-decoration: underline;
}
.es-text-shortener {
	text-align:left; 
	color: #f9f9f9 !important;
}
.es-review-background-container {
	padding: 50px 30px;
}
.swiper-slide {
	width: 100% !important; 
	max-width: 400px !important; 
	border: 1px solid #fff;
}
.ekhWun {
	border-bottom: 1px solid #fff; 
	padding-bottom:40px;
}
.cIYXtF {
	text-align: left !important;
}
.fjWGSX {
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 8px;
    padding-bottom: 30px;
}
.gONvXn {
    margin-top: 40px;
}
.ceTzVg {
	background-color: transparent !important;
}
.call-to-action {
	padding: 30px 5%;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	background-color: #272727;
}
.call-to-action h6 {
	padding-bottom: 20px;
}
/*--------------PRODOTTO SINGOLO------------------*/
.single-prodotti p {
	color: #AFAFAF;
}
.single-prodotti strong {
	font-weight: 400;
	color: #fff;
}
.single-prodotti .row-1 {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 50vh;
	position: relative;
}
.single-prodotti .row-1 .text {
	background-image: linear-gradient(180deg, rgba(22,22,22,0.23), rgba(22,22,22,1));
}
.single-prodotti .row-2 {
	padding-bottom: 50px;
}
.single-prodotti .row-2 .left {
	position: relative;
}
.single-prodotti .row-2 .left img {
	border-radius: 10px;
}
.single-prodotti .row-2 h4 {
	background-color: #E20019;
	text-transform: uppercase;
	padding: 5px 20px;
	font-weight: 500;
	display: inline-block;
	border-radius: 20px;
	font-size: 12px !important;
}
.single-prodotti .row-2 .text {
	justify-content: start;
	padding: 10px;
	align-items: end;
}
.single-prodotti .row-2 .right img {
	max-width: 30px;
}
.single-prodotti .row-2 #breadcrumbs {
	padding-top: 20px;
	text-transform: uppercase;
	font-size: 12px;
}
.single-prodotti .row-2 #breadcrumbs a {
	color: #AFAFAF;
	text-decoration: underline;
}
.single-prodotti .row-2 .right p {
	padding: 20px 0;
}
.single-prodotti .row-3 {
	padding: 50px 0;
}
.single-prodotti .row-3 .intro {
	text-align: center;
}
.single-prodotti .row-3 img {
	border-radius: 20px;
}
.single-prodotti .row-3 .carosello-prodotto {
	padding: 50px 0;
}
.single-prodotti .row-3 .carosello-prodotto .slick-slide {
	padding: 0 10px;
}
.single-prodotti .row-3 .impiego {
	padding-bottom: 50px;
	background-color: #272727;
	border-radius: 10px;
	padding: 30px;
	margin-bottom: 5%;
}
.single-prodotti .row-3 .impiego h3 {
	padding-bottom: 20px;
}
.raccomandazione {
	padding-top: 30px;
	font-size: 12px;
}
.single-prodotti .row-4 {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 50vh;
	position: relative;
}
.single-prodotti .row-5 {
	text-align: center;
	padding: 50px 5%;
	background-color: #272727;
}
.single-prodotti .row-6 {
	text-align: center;
	padding:0 5% 50px;
	background-color: #272727;
}
.single-prodotti .row-6 p {
	padding-bottom: 30px;
}
.single-prodotti .row-6 img {
	max-width: 20px;
	margin-right: 10px;
}
.single-prodotti .row-6 a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 220px;
	padding: 15px 0;
	margin: 0 auto;
}
.single-prodotti .news {
	background-color: #161616;
	background-image: none;
	padding: 50px 5%;
}
.single-prodotti .news h3 {
	text-align: center;
	padding-bottom: 30px;
}
/*--------------CONTATTI------------------*/
.contatti .header {
	position: relative;
	background-color: #161616;
}
#contatti .row-1 {
	padding: 50px 5%;
}
#contatti .row-1 h1 {
	padding-bottom: 20px;
}
#contatti .row-2 {
	border-top: 1px solid #666;
	padding: 50px 5%;
}
#contatti .row-2 .right {
	padding: 20px 0;
}
#contatti .row-2 .box {
	padding-top: 30px;
}
#contatti .row-2 .box div {
	background-color: #272727;
	padding: 30px;
	text-align: center;
	border-radius: 10px;
	margin-bottom:20px;
}
#contatti .row-2 .box div img {
	max-width: 80px;
}
#contatti .row-2 .box div  h3 {
	padding: 10px 0;
}
#contatti .row-3 {
	border-top: 1px solid #666;
	padding: 50px 0 0;
	display: grid;
}
#contatti .row-3 h3 {
	padding-left: 5%;
	padding-bottom: 30px;
}
#contatti iframe {
	filter: grayscale(100%);
}



/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:768px) {
	.touch .parallax {
		background-attachment: scroll !important;
	}
	.wpcf7-form label {
		
	}
	.wpcf7-form .flex {
		display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: space-between;
	    align-items: flex-start;
	    align-content: center;
	}
	.wpcf7-form .flex div {
		width: 48%;
	}
	.nav ul li {
		padding: 15px 0;
	}
	.nav a {
		font-size: 25px;
	}
	.slide-contatore .slick-dots {
		padding: 5px 50px;
		top: -30%;
	}
	.slide-contatore .slick-list {
		padding: 0 200px 0 0 !important;
	}
	.slide-contatore {
		padding-left: 5%;
	}
	.slide-contatore .slick-next {
		top: -28%;
		right: 7%;
	}
	.slide-contatore .slick-prev {
		top: -28%;
		right: 17%;
	}
	.footer-widget-area {
		display: flex;
		justify-content: space-between;
		align-items: end;
		flex-wrap: wrap;
	}
	.footer-widget-area .widget_text,
	.footer-widget-area .widget_nav_menu {
		width: 23%;
	}
	.footer #text-3 {
	    padding-top: 0;
	}
	.footer #nav_menu-2 {
	    padding: 0;
	}
	.footer #nav_menu-3 {
		margin-bottom: 50px;
	}
	.footer #custom_html-2 {
		width: 23%;
		position: absolute;
		right: 4%;
	}
	.footer .copyright {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
/*--------------HOME------------------*/
	#home .row-3 {
		display: flex;
		justify-content: space-between;
		align-items: start;
	}
	#home .row-3 div {
		width: 50%;
	}
	#home .row-3 p {
	    padding: 0 0 20px;
	}
	#home .row-4 .text {
		flex-direction: row;
		align-items: end;
		padding-bottom: 5%;
		justify-content: space-between;
	}
	#home .row-4 .text p {
		text-align: left;
		width: 60%;
		padding-bottom: 0;
	}
	#home .row-5 .tabella div {
		display: flex;
		justify-content: space-between;
		align-items: start;
	}
	#home .row-5 .tabella h5,
	#home .row-5 .tabella p,
	#home .row-5 .tabella a {
		width: 31%;
	}
	#home .row-5 .tabella p {
		padding: 0;
	}
	#home .row-5 .tabella a {
		text-align: center;
		max-width: 200px;
	}
	#home .parallax {
		height: 35vh;
	}
	.news .slide-contatore a {
		display: flex !important;
		justify-content: space-between;
	}
	.news .slide-contatore a .left,
	.news .slide-contatore a .right {
		width: 50%;
	}
	.news .slide-contatore a .left {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		align-items: start;
	}
	.news .slide-contatore a .left h6 {
	    padding: 40px 0;
	}
	.call-to-action {
		display: flex;
		justify-content: space-between;
		align-items: start;
	}
	.call-to-action .left {
		width: 50%;
	}
	.call-to-action h6 {
	    padding-bottom: 0;
	}
/*--------------PRODOTTO SINGOLO------------------*/
	.single-prodotti .row-2 {
		display: flex;
		justify-content: space-between;
		align-items: start;
		margin-top: -80px;
		z-index: 2;
	}
	.single-prodotti .row-2 .left,
	.single-prodotti .row-2 .right {
		width: 48%;
	}
	.single-prodotti .row-2 .right {
		margin-top: -80px;
	}
	.single-prodotti .row-2 .right .info {
		position: fixed;
		bottom: 1%;
		right:1%;
		z-index: 2;
	}
	.single-prodotti .row-2 .right img {
	    max-width: 40px;
	}
	.single-prodotti .news a {
		display: flex !important;
		justify-content: space-between;
	}
	.single-prodotti .news a .left,
	.single-prodotti .news a .right {
		width: 50%;
	}
	.single-prodotti .news a .left {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		align-items: start;
		padding: 50px;
	}
	.news .slide-contatore a .left h6 {
	    padding: 40px 0;
	}
/*--------------CONTATTI------------------*/
	#contatti .row-2 .box {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	#contatti .row-2 .box div {
		width: 32%;
		margin-bottom: 0;
	}
	#contatti .row-2 .box div img {
	    max-width: 60px;
	}
	#contatti .row-2 .box div h3 {
	    padding: 20px 0;
	}
}
@media only screen and (min-width:1024px) {
	.touch .parallax {
		background-attachment: scroll !important;
	}
	.lightbox-wrapper .next, .lightbox-wrapper .prev {
	    width: 20px;
	}	
	.lightbox-wrapper .lightbox-header .close {
	    max-width: 30px;
	}
	.lightbox-wrapper .lightbox-body {
	    height: 90vh;
	    max-height: 1000px;
	}
	.logo img {
	    max-width: 200px;
	}
	.slick-next {
		height: 25px;
		right: -4%;
	}
	.slick-prev {
		height: 25px;
		left: -4%;
	}
	.slide-contatore .slick-dots {
		top:-5vw;
	}
	.footer #text-2 img {
	    max-width: 200px;
	}
	.footer #custom_html-2 {
		right: 3%;
	}
	.slide-contatore .slick-next {
		top: auto;
		bottom: -15%;
		right: 5%;
	}
	.slide-contatore .slick-prev {
		top: auto;
		bottom: -15%;
		right: 10%;
	}
/*--------------HOME------------------*/
	#home .row-2 {
		height: auto;
		aspect-ratio: 16/9;
	}
	#home .row-2 h3 {
		max-width: 600px;
		margin: 0 auto;
	}
	#home .row-4 .mobile {
		display: none;
	}
	#home .row-4 h5 {
		color: #666;
		margin-bottom: 50px;
	}
	#home .row-4 .carosello {
		display: block;
	}
	#home .row-4 .carosello .text {
		display: flex;
		transition: transform 1s ease, opacity 0.7s ease;
		transform: scale(0.7); /* Immagine normale */
		opacity: 0;
		background-color: rgba(0, 0, 0, 0.40);
	}
	#home .row-4 .carosello .slick-track {
		display: flex;
		align-items: center;
	}
	#home .row-4 .carosello .slick-slider {
	  position: relative;
	  width: 100%;
	  overflow: hidden;
	}
	#home .row-4 .carosello .slick-slide {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  transition: transform 0.3s ease;
	  z-index: 1; /* Posizioniamo tutte le immagini dietro, per evitare sovrapposizioni */
	}
	#home .row-4 .carosello .slick-slide img {
	  width: 100%; /* Inizialmente l'immagine è più piccola */
	  height: auto;
	  transition: transform 1s ease, opacity 0.7s ease;
	  transform: scale(0.7); /* Immagine normale */
	}
	#home .row-4 .carosello .slick-center img {
	  transform: scale(1.2); /* Ingrandisce l'immagine centrale */
	  opacity: 1; /* Opacità piena */
	  z-index: 2; /* Posiziona l'immagine centrale sopra le altre */
	}
	#home .row-4 .carosello .slick-center h5 {
		color: #fff;
	}
	#home .row-4 .carosello .slick-list {
		padding: 0 25% 50px !important;
	}
	#home .row-4 .carosello .slick-center .text {
		display: flex;
		transform: scale(1.2); /* Ingrandisce l'immagine centrale */
		opacity: 1;
	}
	#home .row-4 .carosello .text .pulsante-red {
		padding: 5px 20px;
		font-size: 12px;
	}
/*--------------PRODOTTO SINGOLO------------------*/
	.single-prodotti .row-3 .box {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.single-prodotti .row-3 .box .impiego {
		width: 49%;
		margin: 1% 0;
	}
	.single-prodotti .row-3 .intro {
		max-width: 600px;
		margin: 0 auto;
	}
	.raccomandazione {
		width: 48%;
	}
	.single-prodotti .row-5 p,
	.single-prodotti .row-6 p {
		width: 600px;
		margin: 0 auto;
	}
/*--------------CONTATTI------------------*/
	#contatti .row-2 {
		display: flex;
		flex-wrap: wrap;
		align-items: start;
	}
	#contatti .row-2 .left,
	#contatti .row-2 .right {
		width: 50%;
	}
	#contatti .row-2 .right {
	    padding: 0 0 20px;
	    display: flex;
	    justify-content: end;
	}

}
@media only screen and (min-width:1280px) {
	.parallax {
		background-attachment: fixed !important;
	}
	.popup-content .sfondo {
	    max-width: 1100px;
    }
	/*------------------------------------*\
	    RESPONSIVE - layout desktop
	\*------------------------------------*/
	
	/* header */
	.header {
		display: flex !important;
		justify-content: space-between;
		align-items: center;
	}
	/* nav */
	.pagina-desktop .nav {
		display: block;
		background-color: transparent;
		height: auto;
		width: 80%;
		position: relative;
		background-image: none;
		opacity: 1.0;
		pointer-events: unset;
		user-select: unset;
		left: auto;
		right: 5%;
	}
	.pagina-desktop .nav ul {
		margin-top: 0;
		text-align: right;
		display: inline-block;
	}
	.pagina-desktop .nav ul li {
		padding: 0 0 0 15px;
		display: inline-block;
		text-transform: none;
	}
	.pagina-desktop .nav ul li a {
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		letter-spacing: 1px;
		color: #fff;
	}
	.current_page_item a {
		border-bottom: 1px solid #fff;
	}
	.pagina-desktop .openclose {
		display: none;
	}
	.pagina-desktop .logo {
		width: 20%;
		position: relative;
		top: 10%;
	}
	.wpml-ls-legacy-list-horizontal a {
		padding: 0;
	}
	.header-widget-area {
		top: 35%;
	}
	aside {
		max-width: 30%;
	}
	.pulsante,
	.pulsante-red {
		font-size: 14px;
	}
	main {
		font-size: 16px !important;
		line-height: 24px !important;
	}
	h1 {
	    font-size: 45px !important;
		line-height: 45px !important;
	}
	h2 {
		font-size: 40px !important;
		line-height: 40px !important;
	}
	h3 {
		font-size: 35px !important;
		line-height: 35px !important;
	}
	h4 {
	    font-size: 25px !important;
		line-height: 25px !important;
	}
	h5 {
		font-size: 25px !important;
		line-height: 25px !important;
	}
	h6 {
		font-size: 30px !important;
		line-height: 35px !important;
	}
    .slide-contatore .slick-list {
        padding: 0 40% 0 0 !important;
    }
    .footer #nav_menu-3 h3 {
	    font-size: 16px !important;
    }
    .footer-widget-area .widget_text, 
    .footer-widget-area .widget_nav_menu {
        width: 25%;
    }
    .footer #custom_html-2 {
        right: 5%;
    }
    .swiper-slide {
	    max-width: 300px !important;
    }
	/*--------------HOME------------------*/
	#home .row-2 {
		margin-bottom: 100px;
	}
	#home .row-2 h3 {
		max-width: 850px;
		padding-bottom: 50px;
	}
	#home .row-3 {
		padding: 100px 5%;
	}
	#home .row-3 p {
		padding: 0 0 40px;
	}
	#home .row-3 div {
        width: 30%;
    }
    #home .row-4 {
	    padding: 100px 5% 0;
    }
    #home .row-4 h5 {
	    margin-bottom: 100px;
    }
    #home .row-4 .text p {
	    font-size: 14px;
	    line-height: 20px;
    }
    #home .row-5 {
	    padding: 100px 5%;
    }
    #home .row-5 h2 {
	    padding-bottom: 40px;
    }
    #home .parallax {
        height: 45vh;
    }
    .news {
	    padding: 100px 0;
    }
    .news .slide-contatore a .left h4 {
	    font-size: 14px !important;
    }
    .news .slide-contatore a .left p {
	    font-size: 16px;
    }
    .news .slide-contatore a .left {
	    padding: 50px;
    }
	.faq {
		padding: 100px 5%;
	}
	.recensioni {
		padding: 100px 0;
	}
    .call-to-action {
	    padding: 50px 5%;
    }
/*--------------PRODOTTO SINGOLO------------------*/
	.single-prodotti .row-1 {
		height: 70vh;
	}
	.single-prodotti .row-2 .right p {
		width: 500px;
	}
	.single-prodotti .row-3 {
		padding: 50px 0 100px;
	}
	.single-prodotti .row-5 {
		padding: 100px 5%;
	}
	.single-prodotti .row-5 p, .single-prodotti .row-6 p {
        width: 650px;
        margin: 0 auto;
    }
    .single-prodotti .row-6 {
	    padding: 0 5% 100px;
    }
    .single-prodotti .news {
	    padding: 100px 5%;
    }
	.single-prodotti .news a .left h4 {
	    font-size: 14px !important;
    }
    .single-prodotti .news a .left p {
	    font-size: 16px;
    }
/*--------------CONTATTI------------------*/
	#contatti .row-1 {
	    padding: 100px 5%;
	}
	#contatti .row-1 h1 {
	    padding-bottom: 30px;
	}
	#contatti .row-2 {
		padding: 100px 5%;
	}
	#contatti .row-3 {
		padding: 100px 0 0;
	}
}
@media only screen and (min-width:1600px) {
	.slide-contatore .slick-next {
		bottom: -10%;
	}
	.slide-contatore .slick-prev {
		bottom: -10%;
	}
	h1 {
        font-size: 60px !important;
        line-height: 60px !important;
    }
/*--------------PRODOTTO SINGOLO------------------*/
	.single-prodotti .row-3 .impiego {
		padding: 60px;
	}
}

