@import url('https://fonts.googleapis.com/css2?family=Fahkwang:wght@200;300;400&family=Wix+Madefor+Display:wght@400..800&display=swap');
/*
	Theme Name: Renergy Group - Landing
	Description: Renergy Group landing theme 2025
	Version: 1.4.3
	Author: Digitalia Srl
	Author URI: https://www.digitalia.srl
	Tags: HTML5, CSS3
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

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

:root {
	
	--black: #101010; 
	--white: #FFFFFF;
	--green: #396F6F;	
	--lightgreen: rgba(57, 111, 111, 0.26);
	--yellow: #EAE375;
	--wix: "Wix Madefor Display", serif; /* tutti i pesi */
	--fahkwang: "Fahkwang", serif; /* 300 e 400 */
	--bs-gutter-x: 1.5rem;
}

/* 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,body {  
	margin:0;
	padding:0;
	background-color:var(--white);
	color:var(--black);
	font-family: var(--wix);
	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;
}
body {
	overflow-y: scroll;
}
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;
	object-fit: cover;
}
picture {
	display: grid;
}
.ios .parallax {
	background-attachment: scroll !important;
}
a {
	color:#777;
	text-decoration:none;
	cursor: pointer;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
}
ul {
	list-style-type: none;
}

#comunità ul{
	list-style-type: disc;
}
h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{ 
	font-family: var(--fahkwang);
	color:var(--black);
	padding:0;
	margin:0;
}

h1,.h1{
	font-family: var(--fahkwang);
	font-size: 2.2rem;
	font-weight: 300;
	line-height: 1.1;
}

h2,.h2{
	font-family: var(--wix);
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 1.2;
}


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

h4,.h4{
	font-family: var(--wix);
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.1;
}

p{
	font-size: 1rem;
}

h3 strong,.h3 strong{
	color: var(--green);
	font-weight: 400;
}

h2 strong,.h2 strong{
	color: var(--green);
	font-weight: 600;
}

p strong{
	color:var(--green);
	font-weight: 400;
}
.big{
	font-size: 2rem;   
}
.small{
	font-size: 0.8rem;	 
}

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

hr{
	border-top: 1px solid var(--green);
}

.fahkwang{
	font-family: var(--fahkwang);
}
.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 15px;
	border: 1px solid var(--green);
	padding: 14px 45px;
	font-family: var(--fahkwang);
	color: #fff;
	font-weight: 400;
	background-color: var(--green);
	font-size: 1rem;
	text-transform: uppercase;
}

.buttonempty{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 15px;
	border: 1px solid var(--green);
	padding: 14px 35px;
	font-family: var(--fahkwang);
	color: var(--green);
	font-weight: 400;
	font-size: 1rem;
	text-transform: uppercase;
	background-color: transparent;
	transition: 0.2s;
}

.buttonempty:hover{
	background-color: var(--green);
	color: #fff;
	transition: 0.2s;
}

.mb20{
	margin-bottom:20px;
}

.buttonyellow{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 15px;
	border: 1px solid var(--yellow);
	padding: 14px 35px;
	font-family: var(--fahkwang);
	color: var(--black);
	font-weight: 400;
	font-size: 1rem;
	text-transform: uppercase;
	background-color: var(--yellow);
}

.call-icon{
	position: fixed;
	bottom: 90px;
	right: 25px;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	background-color: #fff;
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 20px rgba(0,0,0, 0.4);
	transition: 0.3s;
}

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

.whatsapp-icon:hover{
	transform: scale(1.1);
	transition: 0.3s;
}
.wpcf7-submit{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 15px;
	width:250px;
	border: 1px solid var(--green);
	padding: 14px 45px;
	font-family: var(--fahkwang);
	color: #fff;
	font-weight: 400;
	background-color: var(--green);
	font-size: 1rem;
	text-transform: uppercase;
	margin-top: 30px;
}

.button svg{
	margin-left: 10px;
	height: 14px;
	width: auto;
	transition: 0.2s;
}
.button:hover svg {
	transform: rotate(45deg);
	transition: 0.2s;
}

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

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

.container-left{
	width: 95%;
	margin-left: 5%;
}

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

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

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

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

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

.green-background{
	background-color: var(--green) !important; 
}

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

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

.relative{
	position: relative;
}

.block{
	display: block;
}

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

.p30{
	padding: 30px;
}
.pb20{
	padding-bottom: 20px;
}

.pb10{
	padding-bottom:10px;
}
.pt20{
	padding-top: 20px;
}

.mr20{
	margin-right: 20px;
}

.mr30{
	margin-right: 30px;
}

.ml20{
	margin-left: 20px;
}

.overlayfull{
	background-color: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
}

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


/* LENIS */
html.lenis, html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}


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

.pb30{
	padding-bottom: 30px;
}
.pt30{
	padding-top: 30px;
}

/* 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 #fd175b;
	border-color: #fd175b transparent #fd175b transparent;
	animation: dg_loader_animation 1.2s linear infinite;
}


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

/* SLIDE */
.slick-dots {
	position: absolute;
	right: 3%;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	z-index: 1;
	text-align: center;
}
.slick-dots .slick-active {
	background-color: var(--white);
}
.slick-dots li {
	display: inline-block;
	width: 12px;
	height: 12px;
	overflow: hidden;
	background-color: rgba(0,0,0,0.5);
	border-radius: 50%;
	margin: 20px 5px 0;
   
}
.slick-dots button {
	color: transparent;
	background-color: transparent;
	display: contents;
}
.slick-prev {
	background-image: url(img/header/left.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	color: transparent;
	position: absolute;
	top: 50%;
	left: 2%;
	z-index: 1;
	outline: none;
	width: 20px;
	height: 30px;
}
.slick-next {
	background-image: url(img/header/right.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	color: transparent;
	position: absolute;
	top: 50%;
	right: 3%;
	z-index: 1;
	outline: none;
	width: 20px;
	height: 30px;
}
.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;
}

.slideshow-fasi .slick-slide{
	margin-right: 15px !important;
}

.slideshow-fasi .slick-slide img {
	height: clamp(220px, 33.854vw, 650px);
	width: auto;
}
/* FORM */

/* form di contatto */



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

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

.wpcf7-list-item-label{
	color:var(--black);
}

label {
	font-size:0.9rem;
}
input {
	outline: none;
	padding-left: 20px;
	color: var(--black);
	height: 60px;
	margin-top: 20px;
	background-color: #fff;
	border: 1px solid #fff;
	width: 100%;
	border-radius: 10px;
	font-size: 0.8rem;
}

textarea {
	outline: none;
	padding-left: 20px;
	padding-top: 20px;
	color: var(--black);
	margin-top: 20px;
	background-color: #fff;
	border: 1px solid #fff;
	width: 100%;
	border-radius: 10px;
	font-size: 0.9rem;
}

input[type="file"]{
	padding-top: 15px;
}
::placeholder {
	color: #999;
}


.wpcf7-form .wpcf7-acceptance input {
	height: auto;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid var(--black);
	background-color: transparent;
	padding: 8px;
	margin-bottom: 0;
	margin-right: 8px;
	max-width: 8px;
}

.wpcf7-not-valid-tip{
	font-size: 0.9rem;
}
.wpcf7-form .wpcf7-acceptance input:checked {
	background-color: var(--green);
}
.wpcf7-form a {
	color: #0A0A0A;
	text-transform: lowercase;
	font-size: 16px;
	text-decoration: underline;
}
span.wpcf7-list-item {
	margin: 0;
}

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: #0A0A0A;
}
/** 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:30px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: var(--lightgreen);
	text-align: left;
	color: #0A0A0A;
	font-size:1.1rem;
	border: none;
	outline: none;
	transition: 0.4s;
	border: none;
	border-radius: 20px;
	margin-bottom:20px;
}
.accordion::after {
	content: "+";
	color: #0A0A0A;
	font-size: 30px;
	transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
}

.active, .accordion:hover {
  background-color: var(--green);
  color:#fff;
}

.active::after, .accordion:hover::after{
	color:#fff;
}
.accordions {
	margin-top: 30px;
}
.active::after {
	transform: rotateZ(90deg);
	-o-transform: rotateZ(90deg);
	-webkit-transform: rotateZ(90deg);
	-moz-transform: rotateZ(90deg);
	-ms-transform: rotateZ(90deg);
	transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
}

.panel {
	padding: 0;
	background-color: transparent;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease-out;
	border-radius: 20px;
	/* margin: 20px auto; */
	color: #333;
	text-align: left;
}

.panel ul {
	list-style-type: none; /* Rimuovi i marcatori predefiniti */
	padding: 0; /* Rimuovi il padding */
}

.panel ul li {
	position: relative; /* Necessario per posizionare il pseudo-elemento */
	padding-left: 20px; /* Spazio per il marker */
}

.panel ul li::before {
	content: ''; /* Contenuto vuoto per creare il marker */
	position: absolute; /* Posizionamento assoluto */
	left: 0; /* Allinea a sinistra */
	top: 10px; /* Allinea in alto */
	height: 5px; /* Altezza del marker */
	width: 5px; /* Larghezza del marker */
	border-radius: 50%; /* Forma circolare */
	background-color: #000; /* Colore del marker */
}
.panel p {
	margin: 30px auto;
	font-size:18px;
}

/* .single_news .news_title{
	position: absolute;
	opacity:0;
	visibility: hidden;
	bottom:40px;
	left:40px;
	z-index:5;
	transition: 0.3s;
} */

.single_news .overlay{
	display: none;
}

.single_news img{
	vertical-align: middle;
}


.single_news .news_title h3{
	color:var(--black);
	padding-bottom:20px;
}

.single_news:hover .news_title {
	opacity:1;
	visibility: visible;
}

.single h2{
	padding-bottom:30px;
}

.single p{
	padding-bottom:20px;
}

.desktop{
	display: none;
}

/*------------------------------------*\
	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: 100%;
	max-width: 550px;
	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;
}
.lightbox-wrapper .lightbox-header .close {
	max-width: 15px;
}
.lightbox-wrapper .lightbox-body {
	background-color: #0A0A0A;
	border-radius: 10px;
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.67);
	margin: 0 auto;
	overflow: hidden;
	width: 90%;
	height: auto;
	color: #fff;
}
.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;
}
.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;
}

/*------------------------------------*\
	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.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 */

#popup{
	display: none;
	  position: fixed;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  background-color: rgba(0,0,0,0.7);
	  z-index: 9999;
}

#popup .banner-content{
	position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	  background-color: white;
	  padding: 20px 30px;
	  overflow: auto; /* aggiunto overflow e altezza */
	  height: 650px;
	  width: 90%;
	  max-height: 80%; /* altezza massima del contenuto */
	  /* border-radius: 5px; */
	  padding-top: 50px;
	  padding-bottom: 50px;
	  display: flex;
	  flex-direction: column;
	  justify-content: center;
}

#popup .banner-content input{
	border-color:rgba(0,0,0,0.2);
	color: var(--black);
}

#popup .banner-content .wpcf7-list-item-label{
	color: #000;
}

#popup .banner-content a{
	line-height: 1.3;
}

#popup .wpcf7-submit{
	color:#fff !important;
}

#close-popup-button{
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	height: 25px;
	width: 25px;
	background-color: transparent;
	border-radius: 50%;
	position: absolute;
	color:#fff;
	text-decoration: underline;
	top: 50px;
	right: 10%;
	padding-bottom:2px;
}


.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;
}
/*--------------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 #0A0A0A;
	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: #0A0A0A;
}
.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: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0px;
	left: 0px;
	z-index: -1;
	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;
	height: 100px;
	position: fixed;
	width: 100%;
	top: 0;
	left:0;
	padding-top: 15px;
	z-index: 5;
	transition: 0.3s;
	opacity:0;
}

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

.header.show {
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(57, 111, 111, 0.7) 0%, rgba(57, 111, 111, 0.3) 60%, rgba(0,0,0,0) 100%);
	opacity:1;
	transition: 0.3s;
}

.header.showfull {
	background: transparent;
	opacity:1;
	transition: 0.3s;
}


.header .calltoaction a{
	color:#fff;
	font-weight: 600;
}

.header .calltoaction .buttonyellow{
	color: var(--black);
	font-weight: 400;
	font-size:0.9rem;
	padding: 10px 6px !important;
}

.header .calltoaction svg{
	width:23px;
	margin-right:6px;
	height: auto;
}
.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;
}

.wpml-ls-legacy-list-horizontal{
	padding:0 !important;
}
/* logo */

.logo img {
	max-width: 100px;
}
.overlay{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgb(0,0,0,0.45);
	z-index: 4;
}
/* nav */
.nav {
	user-select: none;
	pointer-events: none;
	background-color: #404040;
	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: #0A0A0A;
	text-transform: uppercase;
}
.nav a:hover {
	color: #c49140;
}
.nav .current_page_item a {
	color: #c49140;
	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;
}

.wpml-ls-native{
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 50%;
	height: 40px;
	width: 40px;
	font-size: 0.9rem;
	margin-right:8px;
}

.wpml-ls-legacy-list-horizontal a {
	padding: 0 !important;
}
.wpml-ls-current-language .wpml-ls-native{
	background-color: #fff;
	color: var(--green);
}
/* 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;
}

#hero-section .slide-text{
	position: absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: auto;
}

#hero-section .slide-text p{
	font-size:1.8rem;
	font-weight: 500;
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
}

#hero-section, #hero-section .slide, #hero-section .slick-slider, #hero-section .slick-slide img{
	height: 100vh;
}
#hero-section .video-background{
	height:100%;
}
#hero-section video{
	vertical-align: middle;
	width:100%;
	height: 100%;
	object-fit: cover;
}

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;
}

.service-box{
	display: flex;
	align-items:center;
	margin-top:20px;
}
.service-box svg{
	width:70px;
	height: 70px;
}

.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;
}

.elenco_plus {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.elenco_plus .box_servizio{
	
	margin-bottom: 30px;
	padding: 30px;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.elenco_plus .box_servizio h2 strong{
	color: var(--yellow);
}


.elenco_plus .circle_servizio{
	background-color: transparent;
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.elenco_plus .circle_servizio img{
	width:100%;
	height: 100%;
	object-fit: contain;
}

.elenco_plus p{
	padding-top: 30px;
}

#richiesta-preventivo .button{
	box-shadow: 0 3px 20px rgba(255,255,255,0.2);
}

.nav ul .mega-menu ul.sub-menu {
	display: grid;
	grid-template-columns: 1fr;
}
.nav ul .mega-menu.open ul.sub-menu {
	display: grid;
}

.opacitytext{
	opacity: 0.55;
	font-size: 15px;
}

.pl5{
	padding-left:5px;
}

.round-image{
	border-radius: 10px;
	overflow: hidden;
}

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output
{
	border-color: transparent;
}
.single-recensione{
	border: 1px solid #ddd;
	padding: 50px 30px;
	border-radius: 45px;
	height: 400px;
}

.slideshow-recensioni .slick-slide img{
	width: auto !important;
	height: 12px !important;
}

.slideshow-recensioni .slick-dots{
	bottom: 108%;
	text-align: right;
	right:4%;
}

.slideshow-recensioni .slick-slide{
	margin-right: 15px;
	margin-left: 15px;
}

/* footer */


#footer .form_contatto a{
	color:var(--black);
	text-decoration: underline;
}

#footer .piedipagina{
	background-size:cover;
	background-position: bottom;
	background-repeat: no-repeat;
}


#footer .piedipagina p, #footer .piedipagina a, #footer .piedipagina strong{
	color: #fff;
}

#footer strong{
	font-weight: 600;
}

#footer .logo-img{
	width: 170px;
	height: auto;
}

#footer .partner{
	width: 130px;
	height: 130px;
	padding: 10px;
	margin: 0 auto;
	margin-top: 20px;	
	background-color: var(--white);
	border-radius:50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#dimensioni_accessori{
	text-align: center;
}

.pulsanti{
	flex-direction:column;
	display: flex;
}

.spacetop{
	padding-top: 20px;
}

.wpcf7 form .wpcf7-response-output{
	margin: 0 !important;
	padding: 0 !important;
	padding-top: 30px !important;
	color:var(--green);
}

.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{
	color: var(--green) !important;
}

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

@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

	html,body {  
		
		font-size: 18px !important;
		
	}
	
	.spacetop{
		padding-top: 0;
	}
	
	.small{
		font-size: 0.9rem;	 
	}
	
	
	input{
		font-size: 0.9rem;
	}
	
	h1,.h1{
		font-size: 2.5rem;
		font-weight: 500;
		line-height: 1.1;
		text-shadow: 0 0 10px rgba(0,0,0,0.3);
	}
	
	h2,.h2{
		font-family: var(--wix);
		font-size: 2.5rem;
		font-weight: 600;
		line-height: 1.2;
	}
	
	h3,.h3{
		font-family: var(--wix);
		font-size: 2rem;
		font-weight: 400;
		line-height: 1.3;
	}
	h4,.h4{
		font-family: var(--wix);
		font-size: 1.4rem;
		font-weight: 600;
		line-height: 1.1;
	}
	
	.panel p {
		margin: 30px auto;
		font-size: 18px;
	}
	
	.logo img {
		max-width: 150px;
	}
	.w10{
		width:10%;
	}
	.w20{
		width: 18%;
	}
	
	.w30{
		width:28%;
	}
	
	.w32{
		width:32%;
	}
	
	.w40{
		width:40%;
	}
	
	.w50{
		width:48%;
	}
	
	.w53{
		width:53%;
	}
	
	.w10prev{
		padding-left: 10%;
	}
	
	.verical-hr{		
		width: 1px;
		background-color:#fff;
	}
	
	.w70{
		width:70%;
	}
		
	.w60{
		width:58%;
	}
	
	.w80{
		width:80%;
	}
	
	.m-auto{
		margin: 0 auto;
	}
	
	.d-flex{
		display: flex;
	}
	
	.d-wrap{
		flex-wrap: wrap;
	}
	.align-items-center{
		align-items: center;
	}
	
	.align-items-end{
		align-items: end;
	}
	.justify-content-center{
		justify-content: center;
	}
	
	.justify-content-between{
		justify-content:space-between;
	}
	
	.justify-content-end{
		justify-content:end;
	}
	
	.service-box{
		
		margin-top:0;
	}
	
	.ml10{
		margin-left:10%;
	}
	.mr21{
		margin-right:21%;
	}
	
	.form-half p{
		display: flex;
		justify-content: space-between;
	}
	
	#hero-section, #hero-section .slide, #hero-section .slick-slider, #hero-section .slick-slide img{
		height: 100vh;
	}
	
	#richiesta-preventivo{
		background-attachment: fixed;
	}
	
	.desktop{
		display: flex;
	}
	
	#dimensioni_accessori{
		text-align: left;
	}
	
	.flex-wrap{
		flex-wrap: wrap;
	}
	.elenco_plus .box_servizio{
		
		margin-bottom: 30px;
		background-color: #fff;
		padding: 30px;
		border-radius: 20px;
		box-shadow: 0 4px 15px rgba(0,0,0,0.05);
	}
	
	.single_news .news_title{
		position: absolute;
		opacity:0;
		visibility: hidden;
		bottom:40px;
		left:40px;
		z-index:5;
		transition: 0.3s;
	}
	
	.single_news .overlay{
		opacity:0;
		display: block;
		visibility: hidden;
		transition: 0.4s;
	}
	
	#footer .border-right{
		border-right:1px solid #fff;
	}

	#hero-section .slide-text p{
		font-size:2.5rem;
		font-weight: 500;
		text-shadow: 0 0 10px rgba(0,0,0,0.5);
		color: #fff;
	}
	
	.single_news img{
		vertical-align: middle;
	}
	
	.single_news:hover .overlay{
		opacity:1;
		visibility: visible;
		transition: 0.4s;
	}
	
	.single_news .news_title h3 strong{
		color:#fff;
	
	}
	
	.single_news .news_title h3{
		color:#fff;
		padding-bottom:0;
	}
	
	.single_news:hover .news_title {
		opacity:1;
		visibility: visible;
	}
	
	.elenco_plus .icona{
		width: auto;
		height: 130px;
	}
	
	.elenco-cta{
		position: absolute;
		top: -30px;
		right: 2%;
		width: 30%;
		text-align: right;
		display: flex;
		justify-content: end;
	}
	
	.call-icon{
		position: fixed;
		bottom: 100px;
		right: 30px;
		border-radius: 50%;
		width: 55px;
		height: 55px;
		background-color: #fff;
		z-index: 5;
		display: flex;
		align-items: center;
		justify-content: center;
		box-shadow: 0 0 20px rgba(0,0,0, 0.4);
		transition: 0.3s;
	}
	
	.form-half .wpcf7-form-control-wrap{
		width: 32%;
	}
	
	#footer .partner{
		width: 90px;
		height: 90px;
		padding: 15px;
		background-color: var(--white);
		border-radius:50%;
		margin: 0;		
		margin-left:10px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.header .calltoaction .buttonyellow{
		color: var(--black);
		font-weight: 400;
		font-size:1rem;
		padding: 14px 35px !important;
	}
	
	.whatsapp-icon{
		position: fixed;
		bottom: 30px;
		right: 30px;
		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.4);
		transition: 0.3s;
	}
	
	#close-popup-button{
		right: 5%;
	}
	
	.buttonheader{
		margin-top: 0;
		position: absolute;
		top: -30px;
		right: 180px;
	}
	
	#footer .logo-img{
		width: 200px;
		height: auto;
	}
	
	#popup .banner-content{
		padding: 50px 100px;
	}
	
	.pulsanti{
		
		display: block;
	}

}
@media only screen and (min-width:1280px) {

}
@media only screen and (min-width:1500px) {
	
	#hero-section .black-background{
		height: 100vh;
	}

	#footer .partner{
		width: 140px;
		height: 140px;
		padding: 30px;
		background-color: var(--white);
		border-radius:50%;
		margin: 0;		
		margin-left:20px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.single-recensione{
		
		height: 550px;
	}
}


