/*
	Theme Name: Digitalia
	Theme URI: https://www.ctmenegazzo.com/
	Description: Impianti
	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;
}
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:#000;
	text-decoration:none;
	cursor: pointer;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
}
ul {
	list-style-type: none;
}
h1,h2,h3,h4,h5,h6,p {
    padding: 0;
    margin: 0;
    font-weight: normal;
}
h1 {
    font-weight: normal;
}
h2 {
    font-weight: normal;
}
h3 {
    font-weight: normal;
}
h4 {
    font-weight: normal;
}
h5 {
    font-weight: normal;
}
h6 {
    font-weight: normal;
}
strong, b {
    font-weight: bold;
}
/* 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;
	height: 1px;
	width: 100%;
	background: linear-gradient(
	to right,
	rgba(255, 255, 255, 0),
	rgba(255, 255, 255, 0.8),
	rgba(255, 255, 255, 0)
  );
}
.pulsante {
    padding: 10px 30px;
	border-radius: 20px;
	background-color: #EF7D00;
	color: #fff;
	text-transform: uppercase;
	font-family: 'AstaSans-Medium';
	display: inline-block;
	border: 1px solid #EF7D00;
	transition-duration: 0.5s;
	font-size: 14px;
}
.pulsante:hover {
    background-color: transparent;
	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;
	bottom: 0;
	left: 0;
	z-index: 2;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: start;
	justify-content: end;
	flex-direction: column;
	padding: 0 5% 60px;
}
.ancora {
	position: relative;
	top: -70px;
	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: #EF7D00;
	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: #EF7D00 transparent #fff transparent;
	animation: dg_loader_animation 1.2s linear infinite;
}


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

/* SLIDE */
.slick-dots {
	position: absolute;
    left: 5%;
    bottom: 5%;
    z-index: 1;
    width: 100%;
    text-align: left;
}
.slick-dots .slick-active {
    background-color: #fff;
}
.slick-dots li {
    display: inline-block;
    width: 20px;
    height: 5px;
    overflow: hidden;
    background-color: transparent;
    border-radius: 5px;
    margin: 20px 5px 0;
    border: 1px solid #fff;
}
.slick-dots button {
	color: transparent;
	background-color: transparent;
	display: contents;
}
.slick-slide div {
	display: grid;
}
.slick-prev {
	background-image: url(img/header/left-white.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: center;
	border: none;
	color: transparent;
	position: absolute;
	top: 40%;
	left: 1%;
	z-index: 1;
	outline: none;
	width: 40px;
	height: 50px;
}
.slick-next {
	background-image: url(img/header/right-white.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: center;
	border: none;
	color: transparent;
	position: absolute;
	top: 40%;
	right: 1%;
	z-index: 1;
	outline: none;
	width: 40px;
	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:8px;
	padding-right: 8px;
}
/* FORM */
label {
	font-size: inherit;
}
input,
textarea {
	outline: none;
	padding: 5px;
	color: #000;
	height: 40px;
	margin-top: 20px;
	background-color: #fff;
	border: 1px solid #000;
	width: 100%;
	border-radius: 5px;
}
::placeholder {
	color: #000;
}
.wpcf7-form .wpcf7-acceptance input {
	height: auto;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid #000;
	background-color: transparent;
	padding: 6px;
	margin-bottom: 0;
	max-width: 6px;
}
.wpcf7-form .wpcf7-acceptance input:checked {
	background-color: #000;
}
.wpcf7-form a {
	color: #000;
	text-transform: lowercase;
	font-size: 16px;
	text-decoration: underline;
}
span.wpcf7-list-item {
	margin: 0;
}
.wpcf7-submit {
	margin-top: 20px;
	border: 1px solid #062C46;
	background-color: #062C46;
	color: #fff;
	padding: 10px 30px;
    margin-bottom: 0;
    text-transform: uppercase;
	transition-duration: 0.5s;
	display: inline-block;
	font-family: 'AstaSans-Medium';
	font-size: 14px;
	border-radius: 20px;
}
.wpcf7-submit:hover {
	background-color: #fff;
	color: #062C46;
	border: 1px solid #062C46;
	transition-duration: 0.5s;
}
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,
.wpcf7 form .wpcf7-response-output {
	border: none;
	color: #000;
}
/** TABS **/

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

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

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

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

/* Style the accordion panel. Note: hidden by default */
.accordion .panel {
	padding: 0 20px;
	max-height: 0;
	overflow: hidden;
	transition: 0.44s max-height ease-out, 0.8s opacity ease;
	color: #fff;
	text-align: left;
	border-radius: 0 0 10px 10px;
}
.accordion.active .panel {
    max-height: 600px;
	background-color: rgb(226,0,25,0.5);
}
.accordion .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: 95%;
    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 i.fa {
    cursor: pointer;
    position: relative;
}
.lightbox-wrapper .lightbox-popup {
    padding: 15px;
}
.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-body {
    margin: 0 auto;
    width: fit-content;
    overflow: hidden;
    color: #fff;
    height: 85vh;
}
.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-in.delay-700 {
	transition-delay: 600ms;
}
.fade-in.delay-800 {
	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.delay-700 {
	transition-delay: 600ms;
}
.fade.delay-800 {
	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;
    position: relative;
    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 .pop-text {
    white-space: break-spaces;
}
.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-info .popinfo-content.with-x-close button {
    position: absolute;
    right: 20px;
    top: 20px;
    background: unset;
    padding: 0;
    margin: 0;
}
.popup-info .popinfo-content.with-x-close button svg {
    fill: #000;
    width: 25px;
    height: 25px;
}
/*--------------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 {
	color: #062c46;
}
.page-template-template-gdpr section h1 {
	text-align: center;
	color: #062c46;
}
.page-template-template-gdpr section h2 {
	padding-bottom: 20px;
	padding-top: 60px;
	color: #062c46;
	text-align: center;
}
.page-template-template-gdpr section p {
	color: #062c46;
	margin: 0 auto;
}
.page-template-template-gdpr a,
.page-template-template-gdpr h3 {
	color: #062c46;
}
#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%;
}



/*------------------------------------*\
    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 {
    background-color: #000;
	height: 100px;
    /*
      > header-wrapper mantiene altezza e colore del vero header per evitare lo scatto dopo scroll
    */
}
.header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100px;
}

.pre-scroll .header {
	position: fixed;
    opacity: 0.0;
    width: 100%;
}
.pre-scroll .header.visible {
    transition: opacity 0.86s ease;
}
.scroll .header {
	z-index: 5;
    opacity: 1.0;
}

/* logo */
.logo {
	position: absolute;
	top: 35%;
	left: 5%;
	z-index: 20;
}
.logo img {
	max-width: 150px;
}
/* nav */
.nav {
	user-select: none;
	pointer-events: none;
	background-color: #062c46;
	display: flex;
	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 {
	text-transform: uppercase;
	color: inherit;
}
.nav a:hover {
	border-bottom: 1px solid;
}
.nav .current_page_item a {
	font-family: 'AstaSans-Bold';
	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;
}
.nav .pulsante-header a {
	border: 1px solid #fff;
	border-radius: 20px;
	padding: 10px 30px;
	display: inline-block;
	transition-duration: 0.5s;
}
.nav .pulsante-header a:hover {
	background-color: #fff;
	color: #062c46;
	transition-duration: 0.5s;
	border: 1px solid #fff;
}
/* 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 {
	text-align: left;
	border-radius: 10px 10px 0 0;
}
.footer .logo-footer {
	max-width: 150px;
	margin-bottom: 20px;
}
.footer a {
	color: #fff;
}
.footer > div {
	width: 100%;
	padding: 0;
}
.footer .sfondo {
	position: relative;
}
.footer .copyright {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	height: 100%;
	width: 100%;
	padding: 20px 5%;
	background: linear-gradient(
		to top,
		#062c46 2%,
		rgb(6,44,70,0.5) 70%,
		#062c46 100%
	);
	display: flex;
	justify-content: end;
	align-items: start;
	flex-direction: column;
	font-size: 12px;
}
.footer .info {
	padding-top: 30px;
}
.footer .info a {
	display: flex;
	align-items: center;
	justify-content: start;
}
.footer .info img {
	max-width: 40px;
	margin-right: 10px;
}
.footer-widget-area {
	padding: 30px 5%;
	background-image: url(img/home/sfondo-white.svg);
	background-size: 50% auto;
	background-repeat: no-repeat;
	background-position: right center;
}
#custom_html-2 {
	padding-top: 30px;
}
.footer .divider {
	margin-bottom: 20px;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/

/*--------------HOME------------------*/
#home .row-1 {
	position: relative;
	background-color: #062C46;
	padding: 0 1%;
}
#home .row-1 .image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 50vh;
	width: 100%;
	border-radius: 10px;
}
#home .row-1 h3 {
	padding-bottom: 20px;
}
#home .row-1 .text {
	background-color: rgba(6, 44, 70, 0.3);
}
#home .row-2 {
	background-color: #062C46;
	padding: 60px 5% 0;
}
#home .row-2 h2 {
	padding-bottom: 60px;
}
#home .row-2 .rts-text-white {
	color: rgba(255,255,255,.18);
}
#home .row-2 .rts-text-white span {
	color: rgba(255,255,255,.18);
}
#home .row-3 {
	background-color: #062C46;
	padding: 0 5% 60px;
	border-radius: 0 0 10px 10px;
	background-image: url(img/home/sfondo-white.svg);
	background-size: 50% auto;
	background-repeat: no-repeat;
	background-position: right bottom;
}
#home .row-3 div {
	padding-top: 60px;
}
#home .row-3 img {
	border-radius: 0 50px 0 50px;
}
#home .row-3 h4 {
	padding-bottom: 30px;
}
#home .row-3 h4 span {
	background-color: #EF7D00;
	width: 15%;
	height: 1px;
	display: block;
	margin-top: 5px;
}
#home .row-3 p {
	padding: 20px 0;
}
#home .row-4 {
	padding: 60px 5%;
	background-color: #F5F5F5;
	background-image: url(img/home/sfondo.svg);
	background-size: 50% auto;
	background-repeat: no-repeat;
	background-position: right center;
	border-radius: 0 0 10px 10px;
}
#home .row-4 h2 {
	padding: 20px 0;
}
#home .row-4 .rts-text-blu {
	color: rgba(6,44,70,.18);
}
#home .row-4 .rts-text-blu span {
	color: rgba(6,44,70,.18);
}
#home .row-4 h2,
#home .row-4 h3 {
	color: #062C46;
}
#home .row-4 .pulsante {
	background-color: transparent;
	color: #062C46;
	border: 1px solid #062C46;
}
#home .row-4 .pulsante:hover {
	background-color: #062C46;
	color: #fff;
}
#home .row-4 img {
	border-radius: 10px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.video-sticky {
	height: 100vh;
	position: sticky;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.video-wrap {
	width: 100vw;
	height: 100vh;
	transform: scale(0.55);
	overflow: hidden;
}
#home .row-5 {
	padding: 60px 5%;
	background-image: url(img/home/sfondo.svg);
	background-size: 50% auto;
	background-repeat: no-repeat;
	background-position: right top;
}
#home .row-5 .rts-text-contatti {
	color: rgba(6,44,70,.18);
}
#home .row-5 .rts-text-contatti span {
	color: rgba(6,44,70,.18);
}
#home .row-5 h3,
#home .row-5 h2,
#home .row-5 p,
#home .row-5 p strong {
	color: #062C46;
}
#home .row-5 h2 {
	padding: 20px 0 60px;
}
#home .row-5 img {
	border-radius: 0 50px 0 50px;
}
.call-to-action .riga {
	padding-top: 60px;
}
.call-to-action .riga div {
	display: flex;
}
.call-to-action p {
	padding-bottom: 20px;
}
.call-to-action span {
	width: 2px;
	height:30px;
	margin-right: 10px;
	display: block;
	background-color: #062C46;
}
.call-to-action .pulsante {
	background-color: #062C46;
	border: 1px solid #062C46;
	width: 220px;
	text-align: center;
}
.call-to-action .pulsante:hover {
	background-color: transparent;
	color: #062C46;
}
/*--------------INTERVENTO------------------*/
#intervento {
	padding: 60px 5%;
	text-align: center;
	color: #062C46;
}
#intervento h1 {
	color: #062C46;
	padding-bottom: 20px;
	text-align: left;
	width: 100%;
}
#intervento h2 {
	color: #062C46;
	text-align: center;
	font-family: 'AstaSans-Bold';
	padding-bottom: 20px;
}
#intervento .intro {
	max-width: 800px;
	margin: 0 auto;
}
#intervento #multistepform {
	padding-top: 60px;
}
#intervento select {
	outline: none;
	padding: 10px;
	color: #062C46;
	background-color: #fff;
	border: none;
	border: 1px solid #062C46;
	border-radius: 5px;
	width: 100%;
}
#intervento input[type=radio] {
	appearance: none;
	border: 1px solid #062C46;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	padding: 0;
	margin: 0;
	margin-right: 10px;
	text-transform: normal;
}
#intervento input[type=radio]:checked {
	background-color: #062C46;
}
#intervento input[type=file] {
	border: none;
}
#intervento label {
	font-size: 18px;
	padding-bottom: 10px;
	display: block;
	text-align: left;
	font-family: 'AstaSans-Medium';
}
#intervento button {
	border: 2px solid #EF7D00;
	background-color: #EF7D00;
	border-radius: 20px;
	padding: 10px 30px;
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	transition-duration: 0.5s;
	font-size: 14px;
	display: inline-block;
	font-family: 'AstaSans-Medium';
}
#intervento .prev {
	background-color: #fff;
	color: #062C46;
	margin-bottom: 20px;
}
#intervento input {
	border-radius: 5px;
	height: auto;
	padding: 10px;
	margin: 0;
}
#intervento textarea {
	height: 150px;
	border-radius: 5px;
}
#intervento .step {
	margin: 0 auto;
	max-width: 620px;
}
#intervento .step div {
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: start;
	padding-bottom: 30px;
}
#intervento .step p {
	text-align: left;
	padding-bottom: 30px;
}
#intervento .wpcf7-acceptance input {
	padding: 6px;
}
#intervento .wpcf7-acceptance label {
	padding: 20px 0;
}
#intervento .wpcf7-submit {
	border-radius: 20px;
}
#intervento .chi label {
	display: flex;
	align-items: center;
}
#intervento .error-message {
	padding: 0 !important;
}
#intervento .end p {
	text-align: center;
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
	display: ruby;
}
/*--------------SERVIZI------------------*/
#servizi .row-1 {
	position: relative;
	background-color: #062C46;
	padding: 0 1%;
}
#servizi .row-1 .image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 50vh;
	width: 100%;
	border-radius: 10px;
}
#servizi .row-1 .text {
	background-color: rgba(6, 44, 70, 0.3);
}
#servizi .row-2 {
	background-color: #062C46;
	padding: 60px 5% 0;
}
#servizi .row-2 h2 {
	padding-bottom: 60px;
}
#servizi .row-2 h3 {
	padding-bottom: 20px;
}
#servizi .row-2 .rts-text-white {
	color: rgba(255,255,255,.18);
}
#servizi .row-2 .rts-text-white span {
	color: rgba(255,255,255,.18);
}
#servizi .row-3 {
	background-color: #062C46;
	padding: 0 5% 60px;
	border-radius: 0 0 10px 10px;
	background-image: url(img/home/sfondo-white.svg);
	background-size: 50% auto;
	background-repeat: no-repeat;
	background-position: right center;
}
#servizi .row-3 .flex {
	padding-top: 60px;
}
#servizi .row-3 img {
	border-radius: 0 50px 0 50px;
}
#servizi .row-3 h2 {
	padding: 20px 0;
}
#servizi .row-3 h2 span {
	color: #EF7D00;
}
#servizi .row-3 p {
	padding: 20px 0;
}
#servizi .row-3 .lista p {
	border-radius: 30px;
	border: 1px solid #2E526B;
	padding: 10px;
	display: flex;
	align-items: center;
	width: fit-content;
	margin: 10px 0;
}
#servizi .row-3 .lista p span {
	background-color: #EF7D00;
	border-radius: 50%;
	width: 5px;
	height: 5px;
	display: inline-block;
	margin-right: 10px;
}
#servizi .row-4 {
	padding: 60px 5%;
	background-color: #F5F5F5;
	background-image: url(img/home/sfondo.svg);
	background-size: 50% auto;
	background-repeat: no-repeat;
	background-position: right center;
	border-radius: 0 0 10px 10px;
}
#servizi .row-4 h2 {
	padding: 0 0 20px;
	color: #062C46;
	font-family: 'AstaSans-Medium';
}
#servizi .row-4 p strong {
	color: #062C46;
}
#servizi .row-4 p {
	color: #062C46;
}
#servizi .row-4 .gallery {
	padding-top: 60px;
}
#servizi .row-4 .gallery h2 {
	text-align: center;
}
#servizi .row-4 .gallery img {
	border-radius: 10px;
}
.page-template-template-servizi .footer {
	border-radius: 0;
}
.page-template-template-servizi .footer-widget-area {
	padding: 60px 5% 30px;
}
#servizi .row-5 {
	background-color: #062C46;
	padding: 60px 5% 0;
	border-radius: 10px 10px 0 0;
}
#servizi .row-5 h3 {
	padding-bottom: 20px;
}
#servizi .row-5 .rts-text-white-2 {
	color: rgba(255,255,255,.18);
}
#servizi .row-5 .rts-text-white-2 span {
	color: rgba(255,255,255,.18);
}
#servizi .row-5 .right {
	text-align: center;
	padding: 30px 0 60px;
}
#servizi .row-5 .pulsante {
	width: 250px;
	text-align: center;
	margin: 10px 0;
}
#servizi .row-5 .pulsante:first-child {
	background-color: transparent;
	border: 1px solid #fff;
}
#servizi .row-5 .pulsante:first-child:hover {
	background-color: #fff;
	color: #062C46;
}
/*--------------CONTATTI------------------*/
#contatti .row-1 {
	background-color: #062C46;
	padding: 60px 5%;
	border-radius: 0 0 10px 10px;
	background-image: url(img/home/sfondo-white.svg);
	background-size: 50% auto;
	background-repeat: no-repeat;
	background-position: right top;
}
#contatti .row-1 h2 {
	padding: 30px 0;
}
#contatti .row-1 .wpcf7 input, 
#contatti .row-1 .wpcf7 textarea {
	margin-top: 10px;
}
#contatti .row-1 .wpcf7 label {
	margin-top: 30px;
	display: block;
	color: #8295A2;
}
#contatti .row-1 .rts-text-white {
	color: rgba(255,255,255,.18);
}
#contatti .row-1 .rts-text-white span {
	color: rgba(255,255,255,.18);
}
#contatti .row-1 .wpcf7 a,
#contatti .row-1 .wpcf7 .wpcf7-acceptance label {
	color: #fff;
	margin-top: 0;
}
#contatti .row-1 .wpcf7-form .wpcf7-acceptance input {
	border: 1px solid #fff;
}
#contatti .row-1 .wpcf7-form .wpcf7-acceptance input:checked {
	background-color: #fff;
}
#contatti .row-1 .wpcf7-form .wpcf7-submit {
	border: 1px solid #EF7D00;
	background-color: #EF7D00;
	margin-top: 30px;
	width: auto;
}
#contatti .row-1 .wpcf7-form .wpcf7-submit:hover {
	background-color: #fff;
	color: #EF7D00;
	border: 1px solid #fff;
}
#contatti .row-1 .wpcf7-form .margine {
	padding-top: 30px;
	padding-bottom: 10px;
}
#contatti .row-1 .wpcf7-form p {
	width: 100%;
}
#contatti .row-2 {
	background-color: #F4F2EE;
	padding: 60px 5%;
	border-radius: 0 0 10px 10px;
}
#contatti .row-2 .rts-text-blu {
	color: rgba(6,44,70,.18);
}
#contatti .row-2 .rts-text-blu span {
	color: rgba(6,44,70,.18);
}
#contatti .row-2 h3 {
	padding: 60px 0 20px;
}
#contatti .row-2 h3,
#contatti .row-2 p,
#contatti .row-2 strong {
	color: #062C46;
}
#contatti .row-2 .info {
	margin-bottom: 30px;
}
#contatti .row-2 .info div {
	background-color: #153951;
	padding: 30px;
	border-radius: 0 30px 0 30px;
	margin: 10px 0;
}
#contatti .row-2 .info p {
	color: #fff;
}
#contatti .row-2 .info h4 {
	color: #EF7D00;
	padding-bottom: 10px;
}
#contatti .row-3 {
	padding: 60px 5%;
}
#contatti .row-3 h2 {
	color: #062C46;
	padding-bottom: 20px;
	font-family: 'AstaSans-Medium';
}
#contatti .row-3 iframe {
	border-radius: 10px;
}
#contatti .row-4 {
	background-color: #062C46;
	padding: 60px 5% 0;
	border-radius: 10px 10px 0 0;
}
#contatti .row-4 h3 {
	padding-bottom: 20px;
}
#contatti .row-4 .rts-text-white-2 {
	color: rgba(255,255,255,.18);
	padding-bottom: 60px;
}
#contatti .row-4 .rts-text-white-2 span {
	color: rgba(255,255,255,.18);
}
.page-template-template-contatti .footer {
	border-radius: 0;
}
.page-template-template-contatti  .footer-widget-area {
	padding: 60px 5% 30px;
}
/*--------------AZIENDA------------------*/
#azienda .row-1 {
	position: relative;
	background-color: #062C46;
	padding: 0 1%;
}
#azienda .row-1 .image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 50vh;
	width: 100%;
	border-radius: 10px;
}
#azienda .row-1 .text {
	background-color: rgba(6, 44, 70, 0.3);
}
#azienda .row-2 {
	background-color: #062C46;
	padding: 60px 5%;
	border-radius: 0 0 10px 10px;
}
#azienda .row-2 .rts-text-white {
	color: rgba(255,255,255,.18);
}
#azienda .row-2 .rts-text-white span {
	color: rgba(255,255,255,.18);
}
#azienda .row-2 #effect {
	background-color: #153951;
	border-radius: 0px 50px 0px 50px;
	padding: 30px;
	margin-top: 60px;
}
#azienda .row-2 #effect h2 {
	color: #EF7D00;
	font-family: 'AstaSans-Bold';
	font-size: 35px;
}
#azienda .row-2 #effect span {
	color: #fff;
}
#azienda .row-2 #effect div {
	margin: 20px 0;
}
#azienda .row-2 #effect .num-3,
#azienda .row-2 #effect .num-4 {
	display: none;
}
#azienda .storia h2 {
	font-family: 'AstaSans-Medium';
	padding-bottom: 30px;
}
#azienda .storia .left {
	padding: 60px 0 30px;
}
#azienda .storia img {
	border-radius: 5px 50px 5px 50px;
}
#azienda .row-3 {
	background-color: #F4F2EE;
	padding: 60px 5%;
	border-radius: 0 0 10px 10px;
}
#azienda .row-3 h2 {
	color: #062C46;
	font-family: 'AstaSans-Medium';
}
#azienda .row-4 {
	padding: 60px 5%;
}
#azienda .row-4 h2 {
	color: #062C46;
	font-family: 'AstaSans-Medium';
	padding-bottom: 30px;
}
#azienda .row-4 .elenco .riga {
	background-color: #D0DDE6;
	border-radius: 30px;
	padding: 20px;
	margin: 10px 0;
}
#azienda .row-4 .elenco .riga div {
	background-color: #fff;
	border-radius: 50%;
	padding: 12px;
	width: 50px;
	height: 50px;
}
#azienda .row-4 .elenco img {
	max-width: 50px;
}
#azienda .row-4 .elenco h4,
#azienda .row-4 .elenco p {
	color: #062C46;
}
#azienda .row-4 .elenco h4 {
	padding: 10px 0;
	font-family: 'AstaSans-Bold';
}
#azienda .sinergia {
	background-color: #062C46;
	padding: 60px 5%;
	border-radius: 10px;
}
#azienda .sinergia h2 {
	font-family: 'AstaSans-Medium';
	padding-bottom: 30px;
}
#azienda .sinergia .left {
	padding: 0 0 30px;
}
#azienda .sinergia img {
	border-radius: 0px 50px 0px 50px;
}
#azienda .futuro {
	padding: 60px 5%;
}
#azienda .futuro h2 {
	font-family: 'AstaSans-Medium';
	padding-bottom: 30px;
	color: #062C46;
}
#azienda .futuro p {
	color: #062C46;
}
#azienda .futuro .left {
	padding: 0 0 30px;
}
#azienda .futuro img {
	border-radius: 0px 50px 0px 50px;
}
#azienda .row-5 {
	background-color: #062C46;
	padding: 60px 5% 0;
	border-radius: 10px 10px 0 0;
}
#azienda .row-5 h3 {
	padding-bottom: 20px;
}
#azienda .row-5 .rts-text-white-2 {
	color: rgba(255,255,255,.18);
}
#azienda .row-5 .rts-text-white-2 span {
	color: rgba(255,255,255,.18);
}
#azienda .row-5 .right {
	text-align: center;
	padding: 30px 0 60px;
}
#azienda .row-5 .pulsante {
	width: 250px;
	text-align: center;
	margin: 10px 0;
}
#azienda .row-5 .pulsante:first-child {
	background-color: transparent;
	border: 1px solid #fff;
}
#azienda .row-5 .pulsante:first-child:hover {
	background-color: #fff;
	color: #062C46;
}
#azienda .row-6 {
	padding: 60px 5%;
	background-color: #F4F2EE;
	border-radius: 0 0 10px 10px;
}
#azienda .row-6 h2,
#azienda .row-6 h4,
#azienda .row-6 strong {
	color: #062C46;
}
#azienda .row-6 h2 {
	padding-bottom: 30px;
	font-family: 'AstaSans-Medium';
}
#azienda .row-6 h4 {
	font-family: 'AstaSans-Regular';
	width: 80%;
}
#azienda .row-6 img {
	max-width: 40px;
	margin-right: 20px;
}
#azienda .row-6 .right div {
	display: flex;
	flex-wrap: wrap;
	padding: 10px 0;
	align-items: center;
	justify-content: space-between;
}
.page-template-template-azienda .footer {
	border-radius: 0;
}
.page-template-template-azienda  .footer-widget-area {
	padding: 60px 5% 30px;
}





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

@media only screen and (min-width:580px) {
    .lightbox-wrapper .lightbox-content {
        width: 80%;
    }
}
@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;
		width: 100%;
	}
	.wpcf7-form .flex div {
		width: 48%;
	}
	.nav ul li {
		padding: 15px 0;
	}
	.nav a {
		font-size: 25px;
	}
	.footer .copyright .flex {
		display: flex;
		flex-direction: row;
		align-items: center;
		flex-wrap: wrap;
		justify-content: start;
		width: 100%;
	}
	.footer .logo-footer {
		margin-bottom: 0;
		margin-right: 20px;
	}
	.footer .footer-widget-area {
		display: flex;
		justify-content: space-between;
		align-items: start;
	}
	.footer .footer-widget-area #media_image-2,
	.footer .footer-widget-area #custom_html-2 {
		width: 50%;
	}
	#custom_html-2 {
		padding-top: 0;
	}
	.footer .info a {
		margin-bottom: 5px;
	}
	.footer .footer-widget-area #media_image-2 img {
		width: 90%;
	}
	.footer-widget-area {
		padding: 60px 5%;
	}
	.footer .copyright ul {
		display: flex;
		justify-content: end;
		width: 100%;
	}
	.footer .copyright li {
		margin-left: 10px;
	}
/*--------------SERVIZI------------------*/
	#servizi .row-3 .lista {
		display: flex;
		flex-wrap: wrap;
		justify-content: start;
	}
	#servizi .row-3 .lista p {
		margin: 5px 10px 5px 0;
	}
	#servizi .row-5 .pulsante {
		margin: 10px;
	}
/*--------------CONTATTI------------------*/
	#contatti .wpcf7-form .flex div {
		width: 32%;
	}
	#contatti .wpcf7-form textarea {
		height: 150px;
	}
	#contatti .wpcf7-form .flex .full {
		width: 100%;
	}
	#contatti .row-2 .info {
		display: flex;
		justify-content: space-between;
	}
	#contatti .row-2 .info div {
		width: 32%;
	}
	#contatti .row-2 .margine {
		width: 50%;
		margin-left: 50%;
	}
/*--------------AZIENDA------------------*/
	#azienda .row-2 #effect {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: start;
	}
	#azienda .row-2 #effect div {
		width: 48%;
	}
	#azienda .row-4 .elenco .riga {
		display: flex;
		justify-content: start;
		align-items: center;
		flex-wrap: wrap;
		border-radius: 50px;
	}
	#azienda .row-4 .elenco .riga div {
		margin-right: 30px;
	}
	#azienda .row-4 .elenco .riga h4 {
		width: 35%;
	}
	#azienda .row-4 .elenco .riga p {
		width: 50%;
	}
	#azienda .row-6 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: start;
	}
	#azienda .row-6 .left {
		width: 45%;
	}
	#azienda .row-6 .right {
		width: 50%;
	}
	#azienda .row-5 .pulsante {
		margin: 10px;
	}
}
@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-widget-area  {
		background-size: 180px auto;
	}
	.footer .copyright .flex {
		justify-content: space-between;
	}
/*--------------HOME------------------*/
	#home .row-2 h2,
	#home .row-4 h2 {
		width: 76vw;
	}
	#home .row-3 {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 40px;
		background-size: 180px auto;
		background-position: right bottom;
	}
	#home .row-3 .flex {
		display: flex;
		flex-direction: column;
		align-items: start;
	}
	#home .row-3 .flex p {
		flex-grow: 1;
	}
	#home .row-3 .flex a {
		margin-top: 30px;
	}
	#home .row-4,
	#home .row-5 {
		background-size: 180px auto;
		background-position: right top;
	}
	#home .row-5 .flex {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#home .row-5 .flex img,
	#home .row-5 .flex .call-to-action {
		width: 48%;
	}
	.call-to-action .riga {
		display: flex;
		flex-direction: column;
		justify-content: start;
		align-items: start;
		padding: 30px 0;
	}
/*--------------SERVIZI------------------*/
	#servizi .row-1 h1 {
		max-width: 40vw;
	}
	#servizi .row-2 h2 {
		width: 76vw;
	}
	#servizi .row-3 {
		background-size: 180px auto;
		background-position: right top;
	}
	#servizi .row-3 .flex {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	#servizi .row-3 .flex .left,
	#servizi .row-3 .flex .right {
		width: 46%;
	}
	#servizi .row-3 .inverse {
		flex-direction: row-reverse;
	}
	#servizi .row-4 {
		background-size: 180px auto;
		background-position: right center;
	}
	#servizi .row-4 .testo {
		display: flex;
		justify-content: space-between;
		align-items: start;
	}
	#servizi .row-4 .testo h2,
	#servizi .row-4 .testo div {
		width: 45%;
	}
	#servizi .row-5 {
		display: flex;
		justify-content: space-between;
		align-items: start;
		flex-wrap: wrap;
	}
	#servizi .row-5 .left {
		width: 70%;
	}
	#servizi .row-5 .right {
		width: 30%;
	}
	.assistenza-e-manutenzione #servizi .row-1 h1 {
		max-width: 60vw;
	}
/*--------------CONTATTI------------------*/
	#contatti h2 {
		width: 59vw;
	}
	#contatti .row-1 {
		background-size: 180px auto;
	}
/*--------------AZIENDA------------------*/
	#azienda .row-1 h1 {
		max-width: 60vw;
	}
	#azienda .row-2 h2 {
		width: 76vw;
	}
	#azienda .row-3 h2 {
		width: 65vw;
	}
	#azienda .row-2 #effect {
		padding: 60px 30px;
	}
	#azienda .row-2 #effect div {
		width: 24%;
		margin: 0;
	}
	#azienda .row-2 .storia {
		display: flex;
		justify-content: space-between;
		align-items: start;
		padding-top: 60px;
	}
	#azienda .row-2 .storia .right {
		width: 50%;
	}
	#azienda .storia .left {
		padding: 0 0 30px;
		width: 40%;
	}
	#azienda .row-4 .elenco .riga h4 {
		width: 40%;
	}
	#azienda .sinergia {
		display: flex;
		justify-content: space-between;
		align-items: end;
		flex-direction: row-reverse;
	}
	#azienda .sinergia .right {
		width: 50%;
	}
	#azienda .sinergia .left {
		width: 40%;
		padding: 0;
	}
	#azienda .row-6 h4 {
		width: 85%;
	}
	#azienda .row-5 {
		display: flex;
		justify-content: space-between;
		align-items: start;
		flex-wrap: wrap;
	}
	#azienda .row-5 .left {
		width: 70%;
	}
	#azienda .row-5 .right {
		width: 30%;
	}
	#azienda .futuro {
		display: flex;
		justify-content: space-between;
		align-items: end;
	}
	#azienda .futuro .left {
		width: 40%;
		padding: 0;
	}
	#azienda .futuro .right {
		width: 50%;
	}
}
@media only screen and (min-width:1280px) {
	.parallax {
		background-attachment: fixed !important;
	}
	.logo {
		top: 0;
	}
	.logo img {
	    max-width: 200px;
	}
	.popup-content .sfondo {
	    max-width: 1100px;
    }
	/*------------------------------------*\
		RESPONSIVE - layout desktop
	\*------------------------------------*/
	
	/* header */
	.header {
		display: flex !important;
		justify-content: space-between;
		align-items: center;
		height: 70px;
	}
	.header-wrapper {
		height: 70px;
	}
	/* nav */
	.pagina-desktop .nav {
		display: block;
		background-color: transparent;
		height: auto;
		width: 75%;
		position: relative;
		background-image: none;
		opacity: 1.0;
		pointer-events: unset;
		user-select: unset;
		left: auto;
		right: 5%;
	}
	.pagina-desktop .nav ul {
		margin-top: 0;
		text-align: right;
		display: inline-block;
	}
	.pagina-desktop .nav ul li {
		display: inline-block;
		text-transform: none;
		margin-left: 15px;
	}
	.pagina-desktop .nav ul li a {
		font-size: 14px;
		letter-spacing: 1px;
	}
	.pagina-desktop .openclose {
		display: none;
	}
	.pagina-desktop .logo {
		max-width: 150px;
		width: 100%;
		position: relative;
	}
	h1 {
		width: 65vw;
		font-size: 3vw !important;
	}
	h2 {
		font-size: 2.1vw !important;
	}
	footer.footer {
		font-size: 16px !important;
	}
	.footer .copyright {
		font-size: 14px;
	}
	.footer .custom-html-widget {
		width: 80%;
	}
	.text {
		padding: 0 5% 100px;
	}
/*--------------HOME------------------*/
	#home .row-1 .image {
		height: auto;
		aspect-ratio: 16/9;
	}
/*--------------SERVIZI------------------*/
	#servizi .row-1 .image {
		height: auto;
		aspect-ratio: 16/9;
	}
	#servizi .row-4 .testo h2 {
		max-width: 400px;
	}
	.assistenza-e-manutenzione #servizi .row-4 .testo h2 {
		max-width: 520px;
	}
	#servizi .row-5 .left {
		padding-bottom: 60px;
	}
	#servizi .row-5 .right {
		padding: 30px 0 0;
	}
/*--------------AZIENDA------------------*/
	#azienda .row-1 .image {
		height: auto;
		aspect-ratio: 16/9;
	}
	#azienda .row-2 #effect h2 {
		font-size: 40px !important;
		padding-bottom: 10px;
	}
	#azienda .row-5 .left {
		padding-bottom: 60px;
	}
	#azienda .row-5 .right {
		padding: 30px 0 0;
	}
	#azienda .row-6 h4 {
		width: 89%;
	}
}
@media only screen and (min-width:1600px) {
	h4 {
		font-size: 22px !important;
	}
	main,
	main strong {
		font-size: 18px !important;
	}
	.footer-widget-area {
		padding: 100px 5% 0;
	}
	.pagina-desktop .logo {
		max-width: 200px;
	}
/*--------------HOME------------------*/
	#home .row-2 {
		padding: 100px 5% 0;
	}
	#home .row-2 h2 {
		padding-bottom: 100px;
	}
	#home .row-3 {
		padding: 0 5% 100px;
	}
	#home .row-3 div {
		padding-top: 100px;
	}
	#home .row-5,
	#home .row-4 {
		padding: 100px 5%;
	}
	.call-to-action .riga {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}
	.call-to-action .riga div {
		width: 60%;
	}
	.call-to-action .riga a {
		width: 35%;
	}
/*--------------SERVIZI------------------*/
	#servizi .row-2 {
		padding: 100px 5% 0;
	}
	#servizi .row-2 h2 {
		padding-bottom: 100px;
	}
	#servizi .row-3 {
		padding: 0 5% 100px;
	}
	#servizi .row-3 .flex {
		padding-top: 100px;
	}
	#servizi .row-4 {
		padding: 100px 5%;
	}
	#servizi .row-4 .gallery {
		padding-top: 100px;
	}
	#servizi .row-5 {
		padding: 100px 5% 0;
	}
/*--------------AZIENDA------------------*/
	#azienda .row-2 {
		padding: 100px 5%;
	}
	#azienda .row-2 h2 {
		padding-bottom: 30px;
	}
	#azienda .row-2 #effect {
		margin-top: 70px;
	}
	#azienda .row-2 .storia {
		padding-top: 100px;
	}
	#azienda .row-3 {
		padding: 100px 5%;
	}
	#azienda .row-4 {
		padding: 100px 5%;
	}
	#azienda .sinergia {
		padding: 100px 5%;
	}
	#azienda .row-5 {
		padding: 100px 5% 0;
	}
	#azienda .row-6 {
		padding: 100px 5%;
	}
	#azienda .futuro {
		padding: 100px 5%;
	}
}

