/*
	Theme Name: Digitalia
	Theme URI: https://www.duettoveneto.it
	Description: Le migliori persiane e scuri in alluminio. Dal 1990.
	Version: 1.6.8
	Author: Jacopo Zane
	Author URI: https://www.digitalia.srl
	Tags: PHP, 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;
	font-smooth: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	text-rendering:optimizeLegibility;
	margin: 0;
	padding: 0;
}

/* html element 62.5% font-size for REM use */
html.lenis,
html.lenis body {
	height: auto;
}
.lenis.lenis-smooth [data-lenis-prevent] {
	overscroll-behavior: contain;
}
.lenis.lenis-stopped {
	overflow: clip;
}
.lenis.lenis-smooth iframe {
	pointer-events: none;
}
body {
	overflow-y: scroll;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	color: #111;
	background-color: #ddd;
	font-size: 16px;
}
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:#111;
	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-family: 'Bricolage Grotesque', serif;
	margin-bottom: 30px;
}
h2 {
	font-family: 'Bricolage Grotesque', serif;
}
h3 {
	font-family: 'Inter', sans-serif;
	letter-spacing: 2.72px;
	padding-bottom: 20px;
}
h4 {
	font-family: 'Inter', sans-serif;
}
h5 {
	font-family: 'Bricolage Grotesque', serif;
}
h6 {
    
}
strong, b {
    font-weight: 600;
}
/* wrapper */
.wrapper {
	width:100%;
	margin: 0 auto;
	max-width: 100vw;
	overflow: hidden;
	overflow-y: auto;
	opacity: 0.0;
	transition: opacity 0.66s ease;
}
.pagina_caricata .wrapper {
	opacity: 1;
}
.content {
	max-width:1600px;
	width:90%;
	margin:0 auto;
	position:relative;
}

.divider {
    padding: unset;
}
.pulsante {
	display: table;
	background-color: #111;
	color: #fff;
	font-family: 'Bricolage Grotesque', serif;
	font-weight: 400;
	font-size: 16px;
	padding: 10px 30px;
	border-radius: 30px;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
	border: 2px solid #111;
	transition-duration: 0.5s;
}
.pulsante:hover {
	border: 2px solid #111;
	background-color: transparent;
	color: #111;
	transition-duration: 0.5s;
}
.pulsante-white {
	display: inline-block;
	background-color: #fff;
	color: #111;
	font-family: 'Bricolage Grotesque', serif;
	font-weight: 400;
	font-size: 16px;
	padding: 10px 30px;
	border-radius: 30px;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
	border: 2px solid #fff;
	transition-duration: 0.5s;
}
.pulsante-white:hover {
    border: 2px solid #fff;
	background-color: transparent;
	color: #fff;
	transition-duration: 0.5s;
}
.load_more {
	background-color: #E20019;
	color: #fff;
	border-radius: 20px;
	border: none;
	padding: 5px 15px;
}
.pagination {
	text-align: center;
}
.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: center;
	flex-direction: column;
}
.ancora {
	position: relative;
	top: -150px;
	overflow: hidden;
}
/* go up button */
.up-button {
	position: fixed;
	bottom: 2%;
	right: 1%;
	display: none;
	z-index: 2;
	background-color: transparent;
	color: #fff;
	padding: 5px 10px;
	border: none;
}
.up-button img {
	max-width: 30px;
}
.scroll .up-button {
	display: block;
}
/* Cursor */

.cursor-follower {
	position: fixed;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	border-radius: 100%;
	background-color: #888888;
	opacity: 0;
	z-index: 10000;
	user-select: none;
	pointer-events: none;
}
/* 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 #fff;
	border-color: #000 transparent #fff transparent;
	animation: dg_loader_animation 1.2s linear infinite;
}


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

/* SLIDE */
.slick-dots {
	position: absolute;
    right: 0;
    bottom: 5%;
    z-index: 1;
    width: 100%;
    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/arrow-left-white.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	background-size: 40px auto;
	background-position: center center;
	border: none;
	border-radius: 30px;
	color: transparent;
	position: absolute;
	top: 70%;
	left: 50%;
	margin-left: -105px;
	z-index: 1;
	outline: none;
	width: 100px;
	height: 30px;
	border: 1px solid #fff;
}
.slick-next {
	background-image: url(img/header/arrow-right-white.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	background-size: 40px auto;
	background-position: center center;
	border: none;
	border-radius: 30px;
	color: transparent;
	position: absolute;
	top: 70%;
	right: 50%;
	margin-right: -105px;
	z-index: 1;
	outline: none;
	width: 100px;
	height: 30px;
	border: 1px solid #fff;
}
.carosello-correlati .slick-prev,
.carosello .slick-prev {
	background-image: url(img/header/arrow-left.svg);
	border: 1px solid #111;
	width: 130px;
	height: 50px;
	top: 100%;
	left: 50%;
	margin-left: -135px;
}
.carosello-correlati .slick-next,
.carosello .slick-next {
	background-image: url(img/header/arrow-right.svg);
	border: 1px solid #111;
	width: 130px;
	height: 50px;
	top: 100%;
	right: 50%;
	margin-right: -135px;
}
.slide-contatore .slick-dots li {
	border: none;
	width: auto;
	height: auto;
	display: none;
}
.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;
}
.variable .slick-prev,
.variable .slick-next {
	top: 105%;
	border: 1px solid #000;
}
.variable .slick-prev {
	background-image: url(img/header/arrow-left.svg);
}
.variable .slick-next {
	background-image: url(img/header/arrow-right.svg);
}
.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;
}
/* FORM */
label {
	font-size: inherit;
	margin-top: 20px;
	display: block;
}
input,
textarea {
	outline: none;
	padding: 5px;
	color: #111;
	height: 40px;
	margin-top: 10px;
	background-color: #fff;
	border: 1px solid #111;
	width: 100%;
}
textarea {
	height: 100px;
}
::placeholder {
	color: #111;
}
.wpcf7-form .wpcf7-acceptance input {
	height: auto;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid #111;
	background-color: transparent;
	padding: 6px;
	margin-bottom: 0;
	max-width: 6px;
	border-radius: 50%;
}
.wpcf7-form .wpcf7-acceptance input:checked {
	background-color: #111;
}
.wpcf7-form a {
	color: #111;
	text-transform: lowercase;
	font-size: 16px;
	text-decoration: underline;
}
span.wpcf7-list-item {
	margin: 0;
}
.wpcf7-submit {
	margin-top: 20px;
	border: 1px solid #111;
	background-color: #111;
	color: #fff;
    height: 40px;
    margin-bottom: 0;
    max-width: 200px;
    text-transform: uppercase;
	border-radius: 30px;
	font-size: 14px;
	text-align: center;
}
.wpcf7-submit:hover {
	background-color: #fff;
	color: #111;
	border: 1px solid #111;
}
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: #111;
}
/** 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 */
.accordions {
	margin-top: 30px;
}
.accordion {
	cursor: pointer;
	width: 100%;
	text-align: left;
	border: none;
	outline: none;
    transition: all 0.4s ease;
	background-color: #f6f6f6;
	border-radius: 10px;
	margin-bottom: 12px;
}
.accordion .accordion-header {
    background-color: transparent;
    width: 100%;
    border: unset;
	padding: 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.accordion-header::after {
	content: "+";
	color: #111;
	font-size: 30px;
	width: 80px;
	height: 80px;
	text-align: right;
	border: 0px solid #111;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: end;
}
.accordion-header h3 {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.accordion.active .accordion-header{
	border-radius: 10px 10px 0 0;
} 
.active .accordion-header::after {
	content: "-";
}

/* Style the accordion panel. Note: hidden by default */
.accordion .panel {
	padding: 0 16px;
	transition: 0.44s max-height ease-out, 0.8s opacity ease;
	color: #111;
	text-align: left;
	border-radius: 0 0 10px 10px;
	max-height: 0;
	overflow: hidden;
}
.accordion.active .panel {
	max-height: 100%;
}
.accordion .panel p {
	margin: 20px auto;
}
.accordion .panel img {
	border-radius: 10px;
}
.accordion .panel .carosello {
	padding-bottom: 30px;
	display: none;
}
.accordion .panel .carosello .slick-slide {
	padding: 0 8px;
} 
.accordion .panel .flex div {
	border-radius: 10px;
}
.accordion .panel .pulsante {
	margin: 90px auto 60px;
}
/*------------------------------------*\
	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;
    position: fixed;
    top: 30px;
    right: 30px;
}
.lightbox-wrapper .close {
	cursor: pointer;
}
.lightbox-wrapper .lightbox-body {
    margin: 0 auto;
    overflow: hidden;
    color: #fff;
    height: auto;
    height: 70vh;
}
.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: 100%;
    height: 100%;
	display: block;
    object-fit: contain;
}
.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
\*------------------------------------*/

.zoom {
	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);
}
.zoom:hover {
	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;
	-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;
	-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;
	-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-300 {
	transition-delay: 300ms;
}
.fade-in.delay-400 {
	transition-delay: 400ms;
}
.fade-in.delay-500 {
	transition-delay: 500ms;
}
.fade-in.delay-600 {
	transition-delay: 600ms;
}
.fade.delay-200 {
	transition-delay: 200ms;
}
.fade.delay-300 {
	transition-delay: 400ms;
}
.fade.delay-400 {
	transition-delay: 400ms;
}
.fade.delay-500 {
	transition-delay: 500ms;
}
.fade.delay-600 {
	transition-delay: 600ms;
}
.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%);
}
.animated-text .word {
  white-space: nowrap;
  display: inline-block;
}
.animated-text .letter {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
}
/* --------------------- MASONRY ------------------------------ */
.masonry_gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.masonry_gallery > .masonry-item {
    display: block;
    width: 32.23333%;
    padding: 10px;
}
/* --------------------- POPUP INFORMATIVO ------------------------------ */
.popup-info {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    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 .popinfo-content {
    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 .popinfo-content h2 {
    margin-top: 0;
}
.popup-info .popinfo-content 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 section h2 {
	padding-bottom: 20px;
	padding-top: 60px;
}
.page-template-template-gdpr section 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 #111;
	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: #111;
}
.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: 99999;
	user-select: none;
	pointer-events: none;
}
.pagina_caricata loader {
	display: none;
}
/* main */
main {
	min-height: 640px;
}
/* header */
.header-wrapper {

}
.header {
	height: 100px;
	margin: 0 auto;
	border-radius: 10px;
	width: calc(100% - 64px);
}
.sidebar-widget {
	display: none;
}
/* logo */
.logo {
	position: absolute;
	top: 15%;
	left: 5%;
	z-index: 20;
}
.logo img {
	max-width: 100px;
}
/* nav */
.nav .desktop {
	display: none;
}
.nav {
	user-select: none;
	pointer-events: none;
	background-color: #111;
	display: flex;
	color: #fff;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	justify-content: center;
	align-items: center;
	background-image: url(img/header/favicon.svg);
	background-size: 20% auto;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-position-x: 95%;
	background-position-y: 95%;
	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: #fff;
	text-transform: uppercase;
}
.nav a:hover {
	border-bottom: 1px solid;
}
.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;
}
/* footer */
.footer {
  background-color: #111;
  border-radius: 10px;
  margin: 0 16px;
  padding: 60px 5%;
  overflow: hidden;
}
.footer a {
	color: rgba(238, 238, 238, 0.6);
	font-family: 'Bricolage Grotesque', serif;
	font-weight: 300;
	font-size: 16px;
}

.footer__top {
  text-align: center;
  margin-bottom: 40px;
}

.footer__logo {
  margin: 0 auto 30px;
}

.footer__logo img {
  width: 120px;
  height: auto;
  margin: 0 auto;
}

.footer__desc {
  font-family: 'Bricolage Grotesque', serif;
  font-weight: 400;
  font-size: 16px;
  color: #eee;
  margin: 0 auto;
}

.footer__separator {
  height: 0.5px;
  background-color: rgba(238, 238, 238, 0.3);
  margin: 0 -10px 40px;
}

.footer__columns {
  display: flex;
  flex-direction: column;
  gap: 30px;
  text-align: center;
  margin-bottom: 40px;
}

.footer__column-title {
  font-family: 'Bricolage Grotesque', serif;
  font-weight: 300;
  font-size: 20px;
  color: #eee;
  margin-bottom: 12px;
}

.footer__column-text {
  font-family: 'Bricolage Grotesque', serif;
  font-weight: 300;
  font-size: 16px;
  color: rgba(238, 238, 238, 0.6);
}

.footer__large-text {
  font-family: 'Bricolage Grotesque', serif;
  font-weight: 500;
  font-size: 9vw;
  color: #292929;
  text-align: center;
  margin-bottom: 40px;
}

.footer-bottom {
  padding: 16px;
}

.footer-bottom .copyright {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #111;
  text-align: center;
}


/*------------------------------------*\
    PAGES
\*------------------------------------*/

/*--------------HOME------------------*/
/* ==========================================================================
   HERO
   ========================================================================== */

.hero {
  position: relative;
  margin: 16px 16px 0;
  border-radius: 10px;
  overflow: hidden;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero .image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 70vh;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
	to bottom,
	rgba(13, 13, 13, 0.66) 0%,
	rgba(13, 13, 13, 0.3) 34.7%,
	rgba(13, 13, 13, 0.66) 100%
  );
}

.slide-hero {
	width: 100%;
}

.hero__content {
  position: absolute;
  z-index: 2;
  text-align: center;
  padding:60px 5%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  height: 100%;
  width: 100%;
}

/* ==========================================================================
   INTRO
   ========================================================================== */

.intro {
  text-align: center;
  padding: 60px 16px;
}



.intro__text {
  font-family: 'Bricolage Grotesque', serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.18;
  color: #111;
  max-width: 971px;
  margin: 0 auto;
}

.intro__text strong {
  font-family: 'Bricolage Grotesque', serif;
  font-weight: 600;
}

/* ==========================================================================
   STATS
   ========================================================================== */

.stats {
  padding: 0 0 120px;
}
.stats .slick-slide {
	padding:0 8px;
}
.stats__card {
  background: #fff;
  border-radius: 10px;
  padding: 30px 10px;
  text-align: center;
  margin-bottom: 30px;
  height: 300px;
}

.stats__card-icon {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto 30px;
}

.stats__card-circle {
  width: 100%;
  height: 100%;
}
.stats__card h5 {
	padding-bottom: 20px;
}



/* ==========================================================================
   PRODUCTS
   ========================================================================== */

.products {
  background-color: #111;
  border-radius: 10px;
  margin: 0 5%;
  padding: 60px 20px 40px;
  overflow: hidden;
  position: relative;
}
.products h2,
.products h3,
.products p {
	color: #fff;
}
.products h2 {
	position: relative;
	z-index: 1;
}
.products__grid {
  margin-bottom: 30px;
}

.products__img-main {
  margin-bottom: 20px;
}
.products__desc p {
	padding-bottom: 20px;
}
.products__img-main img,
.products__img-secondary img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.products__img-main img {
  aspect-ratio: 775 / 701;
  margin-top: -50px;
}

.products__img-secondary {
  margin-bottom: 30px;
}

.products__img-secondary img {
  aspect-ratio: 665 / 452;
}

.products__marquee {
  margin-top: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
}
.products__marquee p {
	animation-name: preheaderSlider;
	animation-duration: 18s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	display: inline-block;
	width: 100%;
	font-family: 'Bricolage Grotesque', serif;
	font-weight: 200;
	font-size: 48px;
	color: #292929 !important;
}
@keyframes preheaderSlider {
	0% {transform: translateX(100%);}
	100% {transform: translateX(-300%);}
}

/* ==========================================================================
   MODELS
   ========================================================================== */

.models {
  padding: 40px 16px;
}

.models__label {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 2.72px;
  color: #161616;
  margin-bottom: 16px;
}


.models__item--expanded {
  padding-bottom: 20px;
}

.models__item-content {
  display: flex;
  align-items: center;
  padding: 20px;
  gap: 16px;
}

.models__item--expanded .models__item-content {
  flex-wrap: wrap;
}

.models__item-image {
  background: #fff;
  width: 0;
}

.models__item-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.models__item-info {
  display: flex;
  align-items: start;
  flex-direction: column;
  width: 80%;
}


.models__item-desc {
  text-transform: uppercase;
  text-align: left;
}
.gallery p {
	padding-bottom: 30px;
}
.margin {
	padding-top: 60px !important;
}

/* ==========================================================================
   CTA BANNER
   ========================================================================== */

.cta-banner {
  background-color: #111;
  border-radius: 10px;
  margin: 0 16px 60px;
  padding: 60px 20px;
  text-align: center;
}
.cta-banner h2 {
	color: #fff;
	padding-bottom: 30px;
}
.cta-banner img {
  height: 60px;
  width: 60px;
  margin: 0 auto 30px;
}

/* ==========================================================================
   ABOUT
   ========================================================================== */

.about {
  position: relative;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: calc(100% - 32px);
}
.about h3,
.about h2 {
	color: #fff;
}
.about__image {
  position: absolute;
  inset: 0;
}

.about__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about__image-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.16);
}

.about__content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 60px 20px;
}


/* ==========================================================================
   ABOUT INFO
   ========================================================================== */

.about-info {
  padding: 60px 20px 40px;
  max-width: 700px;
  margin: 0 auto;
}

.about-info__section {
  margin-bottom: 40px;
}
.about-info h4 {
	padding-bottom: 15px;
}

/* ==========================================================================
   REVIEWS
   ========================================================================== */
.reviews {
	text-align: center;
	padding: 30px 16px;
	border-top: 1px solid #111;
	border-bottom: 1px solid #111;
	margin-bottom: 30px;
}
.reviews h2 {
	padding-bottom: 30px;
}

/* ==========================================================================
   FAQ
   ========================================================================== */

.faq {
  background-color: #111;
  border-radius: 10px;
  margin: 0 16px;
  padding: 60px 20px;
}
.faq h3,
.faq h2 {
	color: #fff;
}
.faq .faq__header {
	padding-bottom: 30px;
}
.faq .faq__header p {
	color: #A0A0A0;
	padding-top: 30px;
}
.faq .faq__header p strong {
	color: #fff;
}
.faq .accordion {
	background-color: transparent;
	border-bottom: 1px solid #fff;
	border-radius: 0;
	margin-bottom: 0;
}
.faq .accordion:nth-child(2) {
	border-top: 1px solid #fff;
}
.faq .accordion .accordion-header {
	color: #fff;
	text-align: left;
	padding: 16px 0;
}
.faq .accordion-header::after {
	color: #fff;
}
.faq .accordion .panel {
	color: #fff;
	padding: 0;
}

/* ==========================================================================
   CONTACT
   ========================================================================== */

.contact {
  margin: 16px;
}

.contact__wrapper {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 20px;
}

.contact__top {
  margin-bottom: 40px;
}

.contact__info {
  color: rgba(17, 17, 17, 0.6);
  padding-top: 20px;
}

.contact__info strong {
  color: #111;
  font-weight: 700;
}
.contact .flex {
	padding-top: 30px;
}



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

@media only screen and (min-width:768px) {
	.touch .parallax {
		background-attachment: scroll !important;
	}
	.wpcf7-form label {
		font-size: inherit;
	}
	.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 p {
		width: 32%;
	}
	.nav ul li {
		padding: 15px 0;
	}
	.nav a {
		font-size: 25px;
	}
	.footer {
		padding: 60px 40px 0;
	  }
	
	  .footer__columns {
		flex-direction: row;
		text-align: center;
	  }
	
	  .footer__column {
		flex: 1;
	  }
	
	  .footer__large-text {
		font-size: 12vw;
	  }
	h1 {
		font-size: 40px !important;
		line-height: 45px !important;
	}
	.accordion-header::after {
		justify-content: center;
	}
	.accordion .panel p {
		text-align: center;
	}
	.slick-prev,
	.slick-next {
		top: 80%;
	}
/*--------------HOME------------------*/
	
	  .intro__text {
		font-size: 30px;
	  }
	
	  .products {
		margin: 0 16px;
		padding: 60px 40px;
	  }
	
	  .models__item-content {
		padding: 28px 30px;
	  }
	
	  .models__item--expanded .models__item-content {
		flex-wrap: nowrap;
	  }
	  .models__item-info {
		  margin-left: -50px;
	  }
	  .models__item-image {
		width: 250px;
		padding: 10px;
		border-radius: 10px;
	  }
	  
	  .models__item-image img {
		  max-width: 80px;
	  }
	  .models__list .carosello .flex p {
		  text-align: left;
		  font-size: 16px !important;
	  }
	  .gallery {
		  display: flex;
		  justify-content: space-between;
		  align-items: start;
		  flex-wrap: wrap;
	  }
	  .gallery div {
		  width: 48%;
	  }
	  .cta-banner {
		padding: 60px 40px;
	  }
	  .cta-banner img {
		  width: 80px;
	  }
	
	  .about {
		max-width: 500px;
		min-height: 400px;
	  }
	
	  .about-info {
		max-width: 500px;
		text-align: center;
	  }
	  
	  .faq {
		padding: 60px 40px;
	  }
	  .faq .accordion .panel p {
		  text-align: left;
	  }
	  .faq .accordion .accordion-header {
		  padding: 0;
	  }
	
	  .contact__wrapper {
		padding: 50px 40px;
	  }	

}
@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 {
	    max-height: 800px;
	}
	.footer__logo img {
		width: 140px;
	  }
	  .footer__columns {
		  margin-bottom: 60px;
	  }
	h1 {
		font-size: 45px !important;
		line-height: 50px !important;
	  }
	  h2 {
		  font-size: 40px !important;
	  }
	 h3 {
		  font-size: 14px !important;
		}
	  .pulsante-white {
		  font-size: 18px;
		}
/*--------------HOME------------------*/
	  .hero {
		min-height: auto;
		height: 98vh;
	  }
	  .hero .image {
		  height: 98vh;
	  }
	  .intro {
		padding: 100px 60px 100px;
	  }
	  .stats {
		  padding: 0 0 150px;
	  }
	  .carosello-correlati {
			height: 400px;
		}
	  .carosello-correlati .slick-slide {
		  transition-duration: 1s;
	  }
	  .carosello-correlati .slick-current { 
		  margin-top: 60px !important;
		  transition-duration: 1s;
	  }
	  .carosello-correlati .slick-active {
		  margin-top: 30px;
		  transition-duration: 1s;
	  }
	  .carosello-correlati .slick-next, 
	  .carosello .slick-next {
		  width: 100px;
			height: 30px;
			margin-right: -110px;
	  }
	  .carosello-correlati .slick-prev, 
	  .carosello .slick-prev {
		  width: 100px;
		  height: 30px;
		  margin-left: -110px;
	  }
	  .products {
		padding: 80px 40px 40px;
		overflow: visible;
	  }
	  .products h2 {
		  font-size: 30px !important;
	  }
	  .products__grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 40px;
		align-items: start;
		margin: 0;
	  }
	  .products__right {
		  display: flex;
		  justify-content: space-between;
		  flex-direction: column;
		  height: 100%;
	  }
	
	  .products__img-secondary {
		margin-top: -130px;
	  }

	  .products__img-main {
		  margin-bottom: 0;
	  }
	  
	  .products__marquee {
		  margin: 0;
		  position: absolute;
		  top: 40%;
		  left: 0;
		  z-index: 1;
		  width: 100%;
	  }
	  .products__marquee p {
		  font-size: 70px;
	  }
	  @keyframes preheaderSlider {
		  0% {transform: translateX(100%);}
		  100% {transform: translateX(-150%);}
	  }
	  .models__item-info {
		  width: 70%;
	  }
	  .models__item-image {
		  width: 200px;
		  background-color: transparent;
		  transition-duration: 2s;
		}
		.models .accordion .accordion-header {
			height: 165px;
		}
		//.models .accordion button:hover .models__item-image,
		.models .accordion.active button .models__item-image {
		  width: 350px;
		  background-color: #fff;
		  transition-duration: 2s;
		}
		.models .accordion button:hover::after {
			border: 1px solid #111;
		}
		.models .accordion button .models__item-image img {
			transition-duration: 2s;
			max-width: 80px;
		}
		//.models .accordion button:hover .models__item-image img,
		.models .accordion.active button .models__item-image img {
			max-width: 80px;
			transition-duration: 2s;
		}
		.models .accordion.active button::after {
			border: 0px solid #111;
		}
	.models__item-name {
		font-size: 30px !important;
	}
	.models .accordion .panel p {
		max-width: 580px;
	}
	.models .accordion .panel .bold {
		padding-top: 20px;
	}
	.accordion .panel .carosello {
		display: block;
	}
	.gallery {
		display: none;
	}
	.margin {
		padding-top: 100px !important;
	}
	  .cta-banner__icon {
		width: 81px;
	  }
	
	  .about {
		min-height: 400px;
		max-width: 100%;
	  }
	
	  .about-info__section {
		flex: 1;
	  }
	
	  .about-info__heading {
		font-size: 24px;
	  }
	  .about__image {
		  max-width: 500px;
		  margin: 0 auto;
	  }
	  .about__image img {
		  border-radius: 10px;
	  }
	  .about__image-overlay {
		  border-radius: 10px;
	  }
	
	  .faq__header {
		display: flex;
		justify-content: space-between;
		align-items: start;
		margin-bottom: 40px;
	  }
	  .faq__header div {
		  width: 50%;
	  }

	  .faq .faq__header p {
		  padding-top: 0;
		  max-width: 500px;
	  }

	  .faq .accordion-header::after {
		  justify-content: end;
	  }
	
	  .contact__top {
		display: flex;
		justify-content: space-between;
		align-items: start;
	  }
	
	  .contact__title {
		font-size: 50px;
	  }
	  .contact__info {
		  padding-top: 0;
		  max-width: 600px;
	  }
	  .contact__heading {
		  width: 50%;
	  }
	



}
@media only screen and (min-width:1280px) {
	.parallax {
		background-attachment: fixed !important;
	}
	.logo {
		display: none;
	}
	.popup-content .sfondo {
	    max-width: 1100px;
    }
	
	/*------------------------------------*\
		RESPONSIVE - layout desktop
	\*------------------------------------*/
	
	/* header */
	.header {
		display: flex !important;
		justify-content: space-between;
		align-items: center;
	}
	/* nav */
	.nav .mobile {
		display: none;
	}
	.nav .desktop {
		display: block;
	}
	.pagina-desktop .nav {
		display: block;
		background-color: transparent;
		height: auto;
		width: 60%;
		position: relative;
		background-image: none;
		opacity: 1.0;
		pointer-events: unset;
		user-select: unset;
		left: auto;
		right: 0;
	}
	.pagina-desktop .nav ul {
		margin-top: 0;
		text-align: center;
		display: flex;
		justify-content: space-between;
		flex-direction: row;
		padding: 0 0 0 30px;
		width: 100%;
	}
	.pagina-desktop .nav ul li {
		padding: 0;
		display: inline-block;
		text-transform: none;
	}
	.pagina-desktop .nav ul li a {
		height: 30px;
		line-height: 30px;
		font-size: 15px;
	}
	.pagina-desktop .openclose {
		display: none;
	}
	.nav .logo-header {
		max-width: 120px;
		width: 100%;
		position: relative;
		margin: 0 3vw 0 10vw;
	}
	.nav .logo-header a:hover {
		border-bottom: none;
	}
	.sidebar-widget {
		display: block;
		width: 45%;
	}
	.sidebar-widget .mail,
	.sidebar-widget .phone {
		display: flex;
		align-items: center;
		text-transform: none;
		border: 1px solid #fff;
		padding: 10px 0;
		border-radius: 30px;
		transition-duration: 0.5s;
		color: #fff;
		width: 220px;
		text-align: center;
		justify-content: center;
		margin-right: 30px;
	}
	.sidebar-widget .mail:hover img,
	.sidebar-widget .phone:hover img {
		transform: rotateZ(10deg);
		transition-duration: 0.5s;
	}
	.sidebar-widget .mail img {
		width: 20px;
		height: 15px;
		margin-right: 10px;
		transition-duration: 0.5s;
	}
	.sidebar-widget .phone img {
		width: 15px;
		height: 15px;
		margin-right: 10px;
		transition-duration: 0.5s;
	}
	.custom-html-widget {
		display: flex;
		justify-content: end;
		align-items: center;
	}
/*--------------HOME------------------*/
	.intro__text {
		max-width: 720px;
	}
	  .stats__card {
		padding: 50px 40px;
	  }
	  .carosello-correlati {
		  height: 450px;
	  }
	  .products__grid {
		  gap: 20%;
	  }
	  .products__left h2,
	  .products__left h3 {
		  margin-left: 30px;
	  }
	  .products__marquee {
		font-size: 80px;
	  }
	  .slick-prev, .slick-next {
		  top: 85%;
	  }
	  .models__item-info {
		  margin-left: -10vw;
	  }

}
@media only screen and (min-width:1600px) {
	  h1 {
		font-size: 55px !important;
		line-height: 65px !important;
	  }
	  .pulsante-white,
	  .pulsante {
		  font-size: 18px;
		  padding: 14px 50px;
		  min-width: 255px;
		}
		body {
			font-size: 18px;
		}
		.nav .logo-header {
			margin: 0 4vw 0 15vw;
		}
		.footer__large-text {
			font-size: 13vw;
		}	
		.footer__logo img {
			width: 250px;
		}
/*--------------HOME------------------*/
	.products__marquee {
		top: 50%;
	}
	.products h2 {
		font-size: 40px !important;
	}
	.models__item-info {
		  margin-left: -15vw;
	  }
	  .cta-banner {
		  padding: 100px 40px;
		  margin: 0 16px 100px;
	  }
	  .about {
		  min-height: 800px;
	  }
	  .about h2 {
		  font-size: 90px !important;
	  }
	  .about__image {
		  max-width: 1000px;
		  margin: 0 auto;
	  }


}

@media only screen and (min-width:1800px) {
	.products__marquee {
		top: 55%;
	}
}