@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Marcellus&display=swap');
/*
	Theme Name: Residenza Riello theme
	Theme URI: https://www.sitoweb.com/
	Description: Residenza Riello - theme 2025
	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
\*------------------------------------*/

:root {
	
	--avorio: #FFFAF0;
	--petrolio: #315A71;
	--white: #fff;
	--dark: #17394c;
	
	--manrope:"Manrope", sans-serif;
	--marcellus:"Marcellus", serif;
	
}

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

/* 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,body {  
	margin:0;
	padding:0;
	background-color:var(--avorio);
	color:var(--petrolio);
	font-family: var(--manrope);
	font-weight: 400;
	font-size: 16px !important;
	line-height: 1.5;
	text-rendering:optimizeLegibility;
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;
}

.page-template-template-home body {
	overflow-y: scroll;
}
section {
	overflow: hidden;
}
.page-template-template-home body.navmenu_open {
	overflow-y: hidden;
}
/* clear */
.clear:before,
.clear:after {
    display:table;
}


.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:var(--petrolio);
	text-decoration:none;
	cursor: pointer;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
}
ul {
	list-style-type: none;
}

/* Margini */

.m-fluid {
	margin: clamp(1rem, 3vw, 2rem);
}

.mx-fluid {
	margin-left: clamp(1rem, 3vw, 2rem);
	margin-right: clamp(1rem, 3vw, 2rem);
}

.my-fluid {
	margin-top: clamp(1rem, 3vw, 2rem);
	margin-bottom: clamp(1rem, 3vw, 2rem);
}

.mt-fluid {
	margin-top: clamp(1rem, 3vw, 2rem);
}

.mb-fluid {
	margin-bottom: clamp(1rem, 3vw, 2rem);
}

.m2-fluid {
	margin: clamp(2rem, 6vw, 4rem);
}

.mt2-fluid {
	margin-top: clamp(2rem, 6vw, 4rem);
}

.mb2-fluid {
	margin-bottom: clamp(2rem, 6vw, 4rem);
}

.mx2-fluid {
	margin-left: clamp(2rem, 6vw, 4rem);
	margin-right: clamp(2rem, 6vw, 4rem);
}

.my2-fluid {
	margin-top: clamp(2rem, 6vw, 4rem);
	margin-bottom: clamp(2rem, 6vw, 4rem);
}

/* Padding */

.p-fluid {
	padding: clamp(1rem, 3vw, 2rem);
}

.px-fluid {
	padding-left: clamp(1rem, 3vw, 2rem);
	padding-right: clamp(1rem, 3vw, 2rem);
}

.py-fluid {
	padding-top: clamp(1rem, 3vw, 2rem);
	padding-bottom: clamp(1rem, 3vw, 2rem);
}

.pt-fluid {
	padding-top: clamp(1rem, 3vw, 2rem);
}

.pb-fluid {
	padding-bottom: clamp(1rem, 3vw, 2rem);
}

.p2-fluid {
	padding: clamp(2rem, 6vw, 4rem);
}

.px2-fluid {
	padding-left: clamp(2rem, 6vw, 4rem);
	padding-right: clamp(2rem, 6vw, 4rem);
}

.py2-fluid {
	padding-top: clamp(2rem, 6vw, 4rem);
	padding-bottom: clamp(2rem, 6vw, 4rem);
}

.pt2-fluid {
	padding-top: clamp(2rem, 6vw, 4rem);
}

.pb2-fluid {
	padding-bottom: clamp(2rem, 6vw, 4rem);
}

.pb20{
	padding-bottom:20px;
}

.mb20{
	margin-bottom:20px;
}

.mb10{
	margin-bottom:10px;
}

.pt20{
	padding-top:20px;
}

.pt10{
	padding-top:10px;
}

.pr10{
	padding-right:10px;
}

.pb10{
	padding-bottom:10px;
}

hr{
	color: var(--petrolio);
	outline: none;
	border-bottom-width:0;
	/* border-top-color: var(--petrolio); */
}

h1,h2,h3,h4,h5,h6,p {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
h1,.h1{
	font-family: var(--manrope);
	font-size: 1.7rem;
	font-weight: 400;
	line-height: 1.1;
}

h2,.h2{
	font-family: var(--manrope);
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.3;
}

h2 strong{
	font-weight: 600;
}


h3,.h3{
	font-family: var(--manrope);
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1.3;
}

h4,.h4{
	font-family: var(--marcellus);
	font-size: 1.1rem;
	font-weight: 400;
	line-height: 1.1;
}

h5,.h5{
	font-family: var(--manrope);
	font-size: 1.1rem;
	font-weight: 400;
	line-height: 1.1;
}

p{
	font-size: 1rem;
}
.big{
	font-size: 2rem;   
}
.small{
	font-size: 0.8rem;	 
}

#breadcrumbs a, #breadcrumbs span{
	font-size: 1rem;
	color:#fff;
}

.marope{
	font-family: var(--manrope);
}

.marcellus{
	font-family: var(--marcellus);
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	border: 1px solid var(--petrolio);
	padding: 14px 35px;
	font-family: var(--manrope);
	color: var(--petrolio);
	font-weight: 400;
	background-color: transparent;
	font-size: 1rem;
	text-transform: uppercase;
	transition: 0.4s;
}

.w3-bar button{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	border: 1px solid var(--white);
	padding: 10px 25px;
	font-family: var(--manrope);
	color: var(--white);
	font-weight: 400;
	background-color: transparent;
	font-size: 1rem;
	text-transform: uppercase;
	transition: 0.4s;
	margin-bottom:5px;
	margin-right:5px;
}

.w3-bar button.w3-red{
	color:var(--petrolio);
	background-color: var(--white); 
}

.button-white{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	border: 1px solid var(--white);
	padding: 14px 35px;
	font-family: var(--manrope);
	color: var(--white);
	font-weight: 400;
	background-color: transparent;
	font-size: 1rem;
	text-transform: uppercase;
	transition: 0.4s;
}


.button span, .button-white span{
	padding-left:12px;
}

.button:hover{
	color: #fff;
	background-color: var(--petrolio);
	transition: 0.4s;
}

.button-white:hover{
	color: var(--petrolio);
	background-color: var(--white);
	transition: 0.4s;
}

.container{
	width: 90%;
	margin: 0 auto;
}

.container-fluid{
	width: 95%;
	margin: 0 auto;
}

/* .container-left{
	width: 98%;
	margin-left: 2%;
} */

/* .container-grey{
	width: 90%;
	margin: 0 auto;
	background: #252C2C;
	backdrop-filter: blur( 7px );
	-webkit-backdrop-filter: blur( 7px );
	border-radius:0;
} */

.text-center{
	text-align: center;
}
.white{
	color: var(--white);
}
.yellow{
	color: var(--white);
}

.black{
	color: var(--petrolio);
}

.green{
	color: var(--avorio);
}
.black-background{
	background-color: var(--petrolio);
	color: #fff;
}

.grey-background{
	color: #0A0A0A;
	background-color: #EDEDED;
}

.dark-background{
	background-color: var(--dark);
	color:var(--white); 
}

.green-background p, .green-background h2{
	color: #fff;
}

.lightgreen-background{
	background-color: var(--avorio);
}

.relative{
	position: relative;
}

.block{
	display: block;
}

.z-index{
	position: relative;
	z-index: 4;
}

.unique-01{
	position: absolute;
	top: 0;
	left:10px;
	width: 28%;
	height: auto;
	
}

.unique-02{
	position: absolute;
	top: 0;
	left:50%;
	transform: translate(-50%);
	width: 33%;
	height: auto;
}

.unique-03{
	position: absolute;
	top: 0;
	right:0;
	width: 23%;
	height: auto;
	
}









.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: -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 #fff;
	border-color: var(--petrolio) 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/left-white-01.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	color: transparent;
	position: absolute;
	top: 40%;
	left: 3%;
	z-index: 3;
	background-size: contain;
	outline: none;
	width: 50px;
	height: 50px;
}
.slick-next {
	background-image: url(img/header/right-white-01.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	color: transparent;
	position: absolute;
	top: 40%;
	right: 3%;
	z-index: 3;
	outline: none;
	background-size: contain;
	width: 50px;
	height: 50px;
}
.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-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:5px;
	padding-right: 5px;
}
/* FORM */

.form-half .wpcf7-form-control-wrap{
	width: 32.5%;
}

input,select{
	background-color: transparent;
	border:1px solid #fff;
	border-radius:5px;
	padding-left: 15px;
	height: 45px;
	width: 100%;
	padding: 10px;
	margin-bottom:12px;
	color: rgba(255, 255, 255, 0.765);
}

textarea{
	background-color: transparent;
	border:1px solid #fff;
	border-radius:5px;
	padding-left: 15px;
	padding: 15px 10px;
	margin-bottom:12px;
	width: 100%;
	color: rgba(255, 255, 255, 0.765);
}

::placeholder {
	color: rgba(255, 255, 255, 0.765);
}

input[type=checkbox]{
	width: 15px;
	height: 15px;
	display: inline;
	margin-right: 7px;
}

.wpcf7-list-item{
	margin: 0 !important;
}

.wpcf7-list-item-label{
	color:#fff;
}

.wpcf7-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	border: 1px solid var(--white);
	padding: 14px 35px;
	font-family: var(--manrope);
	color: var(--white);
	font-weight: 400;
	background-color: transparent;
	margin-top: 30px;
	width:230px;
	height: 50px;
	font-size: 1rem;
	text-transform: uppercase;
	transition: 0.4s;
}
.wpcf7-submit:hover {
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
}
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: 1px solid #fff;
	color: #fff;
}
/** 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: 20px 10px;
	width: 100%;
	text-align: left;
	border: none;
	outline: none;
	transition: 0.4s;
	border-bottom: 1px solid #bbb;
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.elenco_distanze .accordion{
	padding: 5px 5px;
	color:var(--petrolio);
}

.elenco_distanze ul{
	list-style-type: disc;
}

.elenco_distanze ul li{
	padding-bottom: 7px;
}
.accordion::after {
	content: "+";
	color: #fff;
	font-size: 30px;
	font-weight: 200;
	width: 20%;
	text-align: right;
}

.elenco_distanze .accordion::after{
	content: "+";
	color: var(--petrolio);
	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(255,255,255,0.2);
}
.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;
}

.elenco_distanze .panel{
	color: var(--petrolio);
}

.elenco_faq .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 {
    display: flex;
	justify-content: end;
	width: 100%;
}
.lightbox-wrapper .lightbox-header .close {
	max-width: 18px;
	width:18px;
	margin-left: auto !important;
}
.lightbox-wrapper .close {
	cursor: pointer;
}
.lightbox-wrapper .lightbox-body {
    margin: 10px 0px;
    overflow: hidden;
    color: #fff;
    height: auto;
	text-align: center;
}
.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 .lightbox-body img {
	display: block;
    margin: 0 auto;
    cursor: pointer;
}
.lightbox-wrapper .lightbox-container .lightbox-body img {
    width: unset;
    height: 90%;
	display: block;
	height: auto;
}
.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;
	-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 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 #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;
	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;
	position: fixed;
	top:0;
	left:0;
	width:100%;
	transition: linear 0.3s;
	height:100px;
	opacity:0;
	z-index:10;
}

.header.showfull{
	opacity:1;
	transition: linear 0.3s;
	border-bottom: 1px solid rgba(24, 57, 76, .4);
}

.header.show{
	background-color: var(--avorio);
	opacity:1;
	transition: linear 0.3s;
}

.single-immobile .header.show{
	background-color: var(--petrolio);
}



.header .navigation.d-flex{
	display: flex;
}

.header .navigation.justify-content-between{
	justify-content: space-between;
}

.single-immobile .header .openclose .iconbar{
	background-color:#fff;
}

.single-immobile .header{
	border-bottom: 1px solid var(--avorio);
}

.header .logo-single{
	display: none;
}

.single-immobile .header .logo-single{	
	display: block;
}

.single-immobile .header .logo-normal{	
	display: none;
}

.header-widget-area {
	position: absolute;
	top: 0;
	right: 5%;
	z-index: 2;
}

.open-lang {
  display: none;
  width:50%;
  transition: opacity 3s;
  margin-left: auto;
  text-align: end;
  margin-right:2.5%;
  position: absolute;
  top:100px;
  right:0;
}

.open-lang .wpml-ls-legacy-list-horizontal .wpml-ls-item{
	justify-content: end;
}


.open-lang .wpml-ls-legacy-list-horizontal{
	text-transform: uppercase;
	padding-right:0;
}

.open-lang ul{
	margin-left: auto;
}

.open-lang span{
	color:rgba(0,0,0,0.5);
	
}
.open-lang.show {
  display: block;
  opacity: 1;
  transition: opacity 3s;
}

.open-lang .wpml-ls-legacy-list-horizontal span{
	color: rgba(0,0,0,0.5);
	text-transform: capitalize;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-current-language span{
	color:var(--petrolio);
}
.single-immobile .elenco-lang .wpml-ls-legacy-list-horizontal span{
	color: rgba(255, 255, 255, 0.4);
}

.elenco-lang .wpml-ls-legacy-list-horizontal span{
	color: rgba(24, 57, 76, 0.4);
}

.elenco-lang .wpml-ls-legacy-list-horizontal .wpml-ls-current-language a{
	padding-right: 0;
}

.elenco-lang .wpml-ls-legacy-list-horizontal .wpml-ls-current-language span{
	color: var(--petrolio);
	background-color:var(--white);
	padding:10px 15px !important;
	height: 44px;
	width:44px;
	margin-right: 5px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0.9rem;
	transition:0,3s;
	border-radius:50%;
}


#footer .wpml-ls-legacy-list-horizontal .wpml-ls-current-language span{
	color:#fff;
	text-decoration: underline;
}

.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: 28px;
	left: 50%;
	transform: translate(-50%);
	z-index: 20;
}
.logo img {
	width:120px;
	height: auto;
}

.header .header_button a{
	background-color: var(--white);
	border-radius: 30px;
	padding: 10px 30px;
	display: inline-flex;
	align-items: center;
	transition: 0.4s;
}

.header .lang-button{
	background-color: var(--white);
	border-radius: 30px;
	padding: 7px 15px;
	display: inline-flex;
	align-items: center;
	font-size:0.9rem;
	transition: 0.4s;
	margin-left:5px;
}

.header .elenco-lang{
	display: none;
}

.header .open-lang li{
	background-color: var(--white);
	border-radius: 30px;
	
	padding: 10px 15px !important;
	display: inline-flex;
	align-items: center;
	text-transform: uppercase;
	font-size:0.9rem;
	transition: 0.4s;
	margin-left:5px;
	margin:0;
	
}

.header .open-lang li a{
	padding:0;

}

.header .open-lang li a span{
	text-transform: uppercase;
}

.header .right-menu{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header .header_button span{
	display: none;
}

.header .header_button a:hover{
	background-color: var(--petrolio);
	transition: 0.4s;
	color:var(--white);
}

.header .header_button a:hover path{
	fill: var(--white);
	transition: 0.4s;
}
/* nav */
.nav {
	user-select: none;
	pointer-events: none;
	background-color: var(--avorio);
	display: flex;
	align-content: center;
	justify-content: center;
	color: #fff;
	width: 80%;
	height: 100vh;
	position: fixed;
	top: 0;
	right: -50%;
	padding:30px;
	z-index: 100;
	border-left: 1px solid var(--petrolio);
	justify-content: center;
	align-items: center;
	transition: 0.5s;
	opacity: 0;
}
.navmenu_open .nav {
	user-select: none;
	pointer-events: unset;
	opacity: 1;
	right: 0;
	transition: 0.5s;
	
}
/* .mobile .navmenu_close .nav { 
	opacity: 0.0;  
}  */
.nav a {
	color: var(--petrolio);
	text-transform: uppercase;
}
.nav a:hover {
	color: var(--petrolio);
}
/* .nav .current_page_item a {
	color: var(--petrolio);
	font-weight: bold;
} */
.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: var(--petrolio);
	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 .bigtitle{
	font-size:3rem;
}

#footer a{
	color: var(--white) !important;
}


#footer .privacy-menu ul{
	display: flex;
}

#footer .privacy-menu ul li{
	margin-left:7px;
}

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

/*--------------HOME------------------*/

.background-initial{
	height:300px;
	background-repeat: no-repeat;
	background-position: center; 
	background-size: cover;
}

.scrolling-wrapper {
  display: flex;
  width: max-content; 
  animation: scroll-infinite 25s linear infinite;
}

.scrolling-text {
  white-space: nowrap;
  margin: 0 2rem; /* spazio tra le due copie per evitare sovrapposizioni */
}

.slider-text{
	font-family: var(--manrope);
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 4px;
	padding: 5px 0;
	color: rgba(255,255,255,0.9);
	
}

@keyframes scroll-infinite {
  0% {
	transform: translateX(0);
  }
  100% {
	transform: translateX(-50%);
  }
}

#about.w70{
	width: 95%;
	margin: 0 auto;
}

.whatsapp-icon{
	position: fixed;
	bottom: 30px;
	right: 25px;
	border-radius: 50%;
	width: 55px;
	height: 55px;
	background-color: #25D366;
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 20px rgba(0,0,0, 0.25);
	transition: 0.3s;
	transform: scale(1);
	transition: 0.4s;
}

.whatsapp-icon:hover{
	transform: scale(1.08);
	transition: 0.4s;
}

#galleria .text-end{
	text-align: end;
}

#galleria img{
	filter: grayscale(100%); 
	-webkit-filter: grayscale(100%);
	transition: linear 0.3s;
}

#galleria img:hover{
	filter: grayscale(0); 
	-webkit-filter: grayscale(0);
	transition: linear 0.3s;
}

.slide .slick-slide img{
	height:100%;
	vertical-align: bottom;
	object-fit: cover;
}

.elenco_plus .plus-box img, .elenco_green .green-box img{
	width:70px;
	height: auto;
}

.about-box img{
	width:85px;
	height: auto;
}

.variable .slick-slide {
	padding-left:20px;
	padding-right: 20px;
}

.elenco_plus .plus-box .plus_text,.elenco_green .green-box .plus_text{
	padding-top: 20px;
}

.bigtitle{
	font-family:'Melodrama';
	font-weight:normal;
	font-style:normal;
	font-size:3rem;
	line-height: 0.9;
	position: relative;
	z-index:3;
}

.elenco_vantaggi_h{
	height: 250px;
}

.melodrama{
	font-family:'Melodrama';
	font-weight:normal;
	font-style:normal;
	font-size: 1.5rem;
}

.d-lg-block{
	display: none;
}

.uppercase{
	text-transform: uppercase;
}
.border-bottom{
	border-bottom: 1px solid rgba(0,0,0,0.3);
}

.dotazione img{
	width:65px;
	height: auto;
	margin-right: 15px;
}

.mr15{
	margin-right:15px;
}

.ml15{
	margin-left:15px;
}

.opacity-text{
	opacity: 0.5;
	font-weight: 500;
}
.menu-margin{
	padding-top: 110px;
}

.elenco_accordion .dato .w60{
	width:60%;
} 

.elenco_accordion .dato .w40{
	width:40%;
} 

.elenco_accordion .dato.d-flex{
	display: flex;
}

.elenco_accordion .dato .text-end{
	text-align: end;
}

#cartina iframe{
	height: 560px;
	border:none;
	width:100%;
	margin-top: -70px;
	/* filter: grayscale(100%); */
	z-index:0;
}

.w290{
	width:290px;
	margin-right:3px;
}

/* 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.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%);
}





/*------------------------------------*\
    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;
	}
}
@media only screen and (min-width:1024px) {
	
	h1,.h1{
		font-size: 2.5rem;
	}
	
	h2,.h2{
		
		font-size: 2.2rem;
	}
	
	
	h3,.h3{
		font-size: 2rem;
		
	}
	
	h4,.h4{
		font-size: 1.1rem;
	}
	
	h5,.h5{
		font-size: 1.1rem;
	}
	
	.bigtitle{
		font-family:'Melodrama';
		font-weight:normal;
		font-style:normal;
		font-size:9rem;
		line-height: 0.9;
		position: relative;
		z-index:3;
	}
	
	.elenco_vantaggi_h{
		height: 650px;
	}
	
	.justify-content-between{
		justify-content: space-between;
	}
	
	.d-flex{
		display: flex;
	}
	
	.flex-wrap{
		flex-wrap: wrap;
	}
	
	.align-items-center{
		align-items: center;
	}
	
	.nav {
		width: 50%;
	}
	
	.nav{
		padding:70px;
	}
	
	/* larghezze */
	
	.w50{
		width:50%;
	}
	.w10{
		width:10%;
	}
	.w40{
		width:40%;
	}
	
	.w45{
		width:45%;
	}
	
	.w20{
		width:20%;
	}
	
	.w30{
		width:30%;
	}
	
	.w35{
		width:35%;
	}
	
	.w55{
		width:55%;
	}
	
	.w60{
		width:60%;
	}
	.w70{
		width:70%;
	}
	
	#about.w70{
		width: 70%;
		margin: 0 auto;
	}
	
	.w80{
		width:80%;
	}
	
	.m-auto{
		margin:0 auto;
	}
	.w90{
		width:90%;
	}
	.text-end{
		text-align: end;
	}
	
	.elenco_plus .plus-box{
		width:32%;
	}
	
	.elenco_green .green-box{
		width:24%;
	}
	
	.container_voci{
		width:100%;
	}
	
	#footer .bigtitle{
		font-size:10rem;
	}
	
	.background-initial{
		height:700px;
	}
	
	.form-half p{
		display: flex;
		justify-content: space-between;
	}
	
	.header .lang-button{
		display: none;
	}
	.header .elenco-lang{
		display: block;
	}
	
	.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:5px;
		padding-right: 5px;
	}
	
	.container-left{
		width: 98%;
		margin-left: 2%;
	}
	.header .header_button a{
		background-color: var(--white);
		border-radius: 30px;
		padding: 10px 30px;
		display: flex;
		align-items: center;
		transition: 0.4s;
	}
	
	.header .header_button span{
		display: block;
	}
	
	.header .header_button a svg{
		margin-right: 8px;
	}
	
	.d-lg-block{
		display: block;
	}
	
	#galleria_immobile {
		display: flex; 
		/* height: 100vh;  */
		position: relative;
		flex-direction: column;
	}
	
	#galleria_immobile .container-sticky{
		flex-direction: row;
		/* position: relative; */
		align-items: flex-start;
	}
	
	#galleria_immobile .w60 {
		flex-direction: column;
	}
	
	#galleria_immobile .w35 {
		position: relative;
        align-self: flex-start;
        height: 1900px;
        max-height: 100%;
	}
	
	#galleria_immobile .w35 .elenco_dotazioni{
		position: sticky;
        top: 20px;
	}
	
	/* #galleria_immobile, 
	#galleria_immobile .container-sticky, 
	#galleria_immobile .w35 {
	  overflow: visible !important;
	}
	
	#galleria_immobile, 
	#galleria_immobile .container-sticky, 
	#galleria_immobile .w35 {
	  transform: none !important;
	  filter: none !important;
	  perspective: none !important;
	  will-change: auto !important;
	} */
	
	#cartina iframe{
		height: calc(100% + 70px);
		border:none;
		width:100%;
		margin-top: -70px;
	}
	
	#cartina{
		flex-direction: row-reverse;
	}
	.logo {
		
		top: 20px;
		
	}
	
	.logo img {
		max-width: 150px;
		width:180px;
	}
	
	.melodrama{
		font-family:'Melodrama';
		font-weight:normal;
		font-style:normal;
		font-size: 3rem;
	}
	
	.lightbox-wrapper .lightbox-header {
		display: flex;
		justify-content: end;
		width: 90%;
	}
	
	/* RESTO */
	
	.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;
	}
	/*------------------------------------*\
	    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: 70%;
		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: center;
		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: 16px;
		letter-spacing: 1px;
	} */
	/* .pagina-desktop .openclose {
		display: none;
	} */
	.pagina-desktop .logo {
		max-width: 150px;
		width: 100%;
	}
	.wpml-ls-legacy-list-horizontal a {
		padding: 0;
	}
	.header-widget-area {
		top: 35%;
	}
	aside {
		max-width: 30%;
	}
/*--------------HOME------------------*/



}
@media only screen and (min-width:1280px) {
	.parallax {
		background-attachment: fixed !important;
	}
	.logo img {
	    max-width: 200px;
		width:180px;
	}
	.popup-content .sfondo {
	    max-width: 1100px;
    }
}
@media only screen and (min-width:1600px) {
	html,body{
		font-size:18px;
	}
	.elenco_vantaggi_h{
		height: 900px;
	}
	
	.background-initial{
		min-height: 900px;
	}
}

