@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

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

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

/*------------------------------------*\
    MAIN
	
	.dm-sans-<uniquifier> {
	  font-family: "DM Sans", sans-serif;
	  font-optical-sizing: auto;
	  font-weight: <weight>;
	  font-style: normal;
	}
	
	body {
	font-family: "Right Grotesk Spatial", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	}
	
	
\*------------------------------------*/


@font-face {
  font-family: 'Right Grotesk Spatial';
  src: url('fonts/rightgrotesk/RightGrotesk-SpatialBlack.eot'); /* IE9+ Compat Modes */
  src: url('fonts/rightgrotesk/RightGrotesk-SpatialBlack.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('fonts/rightgrotesk/RightGrotesk-SpatialBlack.woff') format('woff'), /* Modern browsers */
	   url('fonts/rightgrotesk/RightGrotesk-SpatialBlack.ttf')  format('truetype'), /* Safari, Android, iOS */
	   url('fonts/rightgrotesk/RightGrotesk-SpatialBlack.svg#FontName') format('svg'); /* Legacy iOS */
}

/* variabili */

:root {
	--orange: #EF3900; 
	--black: #111111;
	--white: #FFFFFF; 
	--grey: #E6E6E6;
	--darkgrey: #CACACA;
	
	--dmsans:  "DM Sans", sans-serif;
	--right: "Right Grotesk Spatial", sans-serif;
}

/* 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 {
  scroll-behavior: smooth;
}

body {
	overflow-y: scroll;
}

/* GENERAL */
html,body {  
	margin:0;
	padding:0px;
	background-color:var(--white);
	color:var(--black);
	font-family: var(--dmsans);
	font-weight: 400;
	line-height: 1.3;
	font-size: 16px !important;
	text-rendering:optimizeLegibility;
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;
}

body.navmenu_open {
	overflow-y: hidden;
}

img,a img {
	border:none!important;
	object-fit: cover;
	width:100%;
	height:100%;
	vertical-align: middle;
}
video{
	border:none!important;
	object-fit: cover;
	width:100%;
	height:100%;
	vertical-align: middle;
}


a,a:visited { 
	outline-style:none;
	text-decoration:none;
	color:var(--black);
}

a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
}

/* TYPOS */

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

.right{
	font-family: var(--right);
	font-weight: 900 !important;
}

.big, .big p{
	font-size: 1.1rem;   
}
.small{
	font-size: 0.9rem;	 
}

.medium{
	font-weight: 500;
}

.superbig{
	font-size: 4rem;   
	font-family: var(--right);
	font-weight: 900;
	text-align: center;
}

.semibold{
	font-weight: 500;
}

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{ 
	color:var(--black);
	padding:0;
	margin:0;
}

h1,.h1{
	font-family: var(--right);
	font-weight: 900;
	line-height: 1;
	font-size: 3.7rem;
	color: var(--white);
}


h2,.h2{
	font-family: var(--right);
	font-weight: 900;
	font-size:2.2rem;
	color: var(--black);
}


h3,.h3{
	font-family: var(--dmsans);
	font-weight: 400;
	font-size:1.35rem;
	color: var(--black);
	letter-spacing: -0.5px;
}

h4,.h4{
	font-family: var(--right);
	font-size: 1.3rem;
	font-weight: 900;
	line-height: 1.1;
}

h5,.h5{
	font-family: var(--dmsans);
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.1;
}

p{
	
	margin: 0;
	padding:0;
	font-family: var(--dmsans);
}

.pagination {
	text-align: center;
}

/* SPAZIATURE */

@media(min-width: 1400px){
	/* .container-fluid{
		padding-left: 10vw;
		padding-right: 10vw;
	}
	.container-left{
		padding-left: 10vw;	
		padding-right: 0;
	}
	.container-right{
		padding-right: 10vw;	
		padding-left: 0;
	}	 */
}

@media (min-width: 992px){ 
	/* .container-fluid{
		padding-left: 5vw;
		padding-right: 5vw;
	}
	.container-left{
		padding-left: 5vw;	
		padding-right: 0;
	}
	.container-right{
		padding-right: 5vw;	
		padding-left: 0;
	} */
}

/* .container-left{
	padding-left: 5vw;	
	padding-right: 0;
} */

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

.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(3rem, 6vw, 4rem);
	padding-bottom: clamp(3rem, 6vw, 4rem);
}

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

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

/* go up button */
.up-button {
	position: fixed;
	width: 40px;
	height: 40px;
	background-color: var(--orange);
	bottom: 2%;
	right: 1%;
	display: none;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border-radius: 50%;
	border: none;
}
.up-button img {
	width: 18px;
	height: auto;
}
.scroll .up-button {
	display: block;
}

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

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

/* SLIDE */
.slick-dots {
	position: absolute;
    right: 0;
    bottom: 5%;
    z-index: 1;
    width: 100%;
    text-align: center;
}
.slick-dots .slick-active {
    background-color: #fff;
}
.slick-dots li {
    display: inline-block;
    width: 8px;
    height: 8px;
    overflow: hidden;
    background-color: transparent;
    border-radius: 50%;
    margin: 20px 5px 0;
    border: 1px solid #fff;
}
.slick-dots button {
	color: transparent;
	background-color: transparent;
	display: contents;
}
.slick-prev {
	background-image: url(img/header/left.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	color: transparent;
	position: absolute;
	top: 45%;
	left: 0;
	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: 45%;
	right: 0;
	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;
}
.variable .slick-slide img {
	padding: 0 5px;
	height: clamp(220px, 33.854vw, 650px);
	width: auto;
}
.variable .slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	padding-left:8px;
	padding-right: 8px;
}
/* FORM */
label {
	
}


input,
textarea {
	outline: none;
	padding: 5px;
	color: #000;
	height: 40px;
	margin-top: 20px;
	background-color: #fff;
	border: 1px solid #000;
	width: 100%;
}
::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;
}

div.wpcf7-response-output {
	padding: 0;
}
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
	border: none;
	color: #000;
}

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

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

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

/* Animations */

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

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

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

.reveal-from-right.in-page img, .reveal-from-right.in-page .overlay {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
/* --------------------- POPUP INFORMATIVO ------------------------------ */

.popup-info {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    padding: 10px;
    justify-content: center;
    align-items: center;
}
.popup-info .overlay {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.5);
}
.popup-info .popup {
    width: 100%;
    max-width: 400px;
    display: block;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1001;
    height: fit-content;
}
.popup-info .popup h2 {
    margin-top: 0;
}
.popup-info .popup button {
    display: block;
    margin: 10px auto;
    padding: 10px 20px;
    background-color: red;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
/*--------------POPUP------------------*/

.popup-content {
	display: none;
	justify-content: center;
	align-items: center;
	position: fixed;
	z-index: 100;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.40);
}
.popup-content .sfondo {
	background-color: #4D4D4D;
	width: 80%;
	height: auto;
	max-width: 800px;
	text-align: left;
	position: relative;
}
.popup-content .sfondo .testo {
	padding: 30px;
}
.popup-content .sfondo p {
	color: #fff;
	font-size: 14px;
}
.popup-content .sfondo h5 {
	color: #fff;
	padding-bottom: 10px;
}
.popup-content .sfondo h4 {
	text-align: right;
	font-size: 30px;
}
.popup-content .sfondo .close {
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	margin-top: -40px;
	color: #fff;
}

/*--------------BLOG------------------*/

.pagina-del-blog {
	display: flex;
}
.pagina-del-blog > main {
	width: 70%;
}
.pagina-del-blog > aside.sidebar {
	width: 30%;
}
/*--------------GDPR------------------*/

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


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* page loader*/


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

/* header */
.header {
	transition: all 1s linear;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100px;
	position: fixed;
	top:0;
	left:5%;
	z-index: 100;
	width: 90%;
}

.header .logo{
	position: relative;
	width: 90px;
	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;
}
/* 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: #000;
	text-transform: uppercase;
}
.nav a:hover {
	color: var(--orange);
	transition: 0.3s;
}
.nav .current_page_item a {
	color: var(--orange);
	font-weight: bold;
	transition: 0.3s;
}
.nav ul {
	list-style-type: none;
	width: 100%;
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.nav ul li {
	padding: 15px 0;
	line-height: 1;
}
/* closebutton */
.openclose {
	position: relative;
	
}
.navmenu_open .openclose {
	display: flex;
}
.openclose .iconbar {
	height: 2px;
	width: 20px;
	background-color: #fff;
	display: block;
	margin: 5px 0;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
}
.openclose img {
	max-width: 20px;
}
.openclose .uno {
	width: 15px;
}
.openclose .tre {
	width: 12px;
}
.openclose:hover .uno {
	width: 20px;
}
.openclose:hover .tre {
	width: 20px;
}
/** MEGA MENU **/

.sub-menu {
    display: none;
}

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

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

/* footer */

#footer ul{
	list-style-type: none;
}

/*------------------------------------*\
    PAGINE MOBILE
\*------------------------------------*/

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

.overlay{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: #111;
	background: linear-gradient(0deg, rgba(17, 17, 17, 0.36) 100%, rgba(17, 17, 17, 0.23) 0%, rgba(17, 17, 17, 0.42) 54%);
}

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

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

.uppercase{
	text-transform: uppercase;
}
.text-center{
	text-align: center;
}

.block{
	display: block;
}
.black{
	color: var(--black);
}

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

.orange{
	color: var(--orange);
}


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

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

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

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

.button{
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	font-family: var(--right);
	font-weight: 900;
	text-transform: uppercase;
	color: var(--white) !important;
	font-size:1rem;
	background-color: var(--black);
	border-radius: 0;
	padding: 13px 30px;
	line-height: 1;
}

.button-orange{
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	font-family: var(--right);
	font-weight: 900;
	text-transform: uppercase;
	color: var(--white) !important;
	font-size:1rem;
	background-color: var(--orange);
	border-radius: 0;
	padding: 13px 30px;
	line-height: 1;
}

.m-auto{
	margin:0 auto;
}

/* SPAZI */

.pb50{
	padding-bottom: 30px;
}

.pb20{
	padding-bottom: 20px;
}

#hero_section, #hero_section .slide, #hero_section .slide .slick-list, #hero_section .slide .slick-track, #hero_section .slide .slick-slide, #hero_section .slide .single-content{
	height: 100vh;
}

#hero_internal, #hero_internal .slide, #hero_internal .slide .slick-list, #hero_internal .slide .slick-track, #hero_internal .slide .slick-slide, #hero_internal .slide .single-content{
	height: 80vh;
}

#hero_section .slide-text{
	position: absolute;
	bottom:0;
	left:5%; /* container è 90% */
}

#hero_internal .slide-text{
	position: absolute;
	bottom:0;
	left:5%; /* container è 90% */
}

#call_to_action{
	background-repeat: no-repeat; 
	background-position: center; 
	background-size: cover;
	height: 300px;
	display: flex;
	align-items: end;
}

.sezione_video{
	height: 600px;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

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

/*------------------------------------*\
	PAGINE DESKTOP
\*------------------------------------*/
@media only screen and (min-width:1024px) {
	
	/*------------------------------------*\
	    RESPONSIVE - layout desktop
	\*------------------------------------*/
	
	html,body {  		
		font-size: 18px !important;		
	}
	
	h1,.h1{
		font-family: var(--right);
		font-weight: 900;
		font-size: 7rem;
		line-height: 1;
		color: var(--white);
	}
	
	
	h2,.h2{
		font-family: var(--right);
		font-weight: 900;
		font-size:2.7rem;
		color: var(--black);
	}
	
	
	h3,.h3{
		font-family: var(--dmsans);
		font-weight: 400;
		font-size:2.3rem;
		line-height: 1.15;
		color: var(--black);
	}
	
	h4,.h4{
		font-family: var(--right);
		font-size: 1.3rem;
		font-weight: 900;
		line-height: 1.1;
	}
	
	h5,.h5{
		font-family: var(--dmsans);
		font-size: 1.2rem;
		font-weight: 500;
		line-height: 1.1;
	}
	
	/* SPAZI */
	
	.pb50{
		padding-bottom: 50px;
	}
	
	/* LARGHEZZE */
	
	.w30{
		width:30%;
	}
	
	.w40{
		width:40%;
	}
	
	
	.w50{
		width:50%;
	}
	
	.w60{
		width:60%;
	}
	
	.w70{
		width:70%;
	}
	
	.d-flex{
		display: flex;
	}
	.justify-content-between{
		justify-content: space-between;
	}
	
	.justify-content-center{
		justify-content: center;
	}
	
	.d-row-reverse{
		flex-direction: row-reverse;
	}
	
	.flex-column{
		flex-direction: column;
	}
	.align-items-center{
		align-items: center;
	}
	
	.d-wrap{
		flex-wrap: wrap;
	}
	
	.align-items-end{
		align-items: end;
	}
	.justify-content-end{
		justify-content:end;
	}
	
	.text-end{
		text-align: end;
	}
	
	.sezione_video{
		height: 850px;
	}
	
	/* header */
	.header {
		display: flex !important;
		justify-content: space-between;
		align-items: center;
	}
	
	.header input{
		background-color: transparent;
		border:none;
		border-bottom: 0.5px solid var(--white);
		color:var(--white);
		height: 26px;
		margin-top:0;
		font-size: 0.9rem;
		padding:0;
	}
	
	.header input::placeholder {
		color: var(--white);
	}
	
	/* grandezze dei componenti */
	.header .nav{
		width: 60%;
	}
	
	.header .search{
		width: 20%;
	}
	
	.header .menuburger{
		width: 20%;
		text-align: end;
	}
	
	.header .menuburger:hover{
		cursor: pointer;
	}
	
	.openmenu_burger{
		width:100%;
		height: 100vh;
		position: absolute;
		top:0;
		visibility: hidden;
		opacity:0;
		transition:0.3s;
		
		left:0;
		z-index:1000;
		background-color: rgba(0,0,0,0.5);
	}
	
	.open_burger .openmenu_burger{
		visibility: visible;
		opacity:1;
		transition:0.3s;
	}
	
	.openmenu_burger .contenuto_burger{
		height: 100vh;
		display: flex;
		align-items: end;
		width: 370px;
		background-color: var(--black);
		position: absolute;
		top:0;
		right:0;
	}
	
	.openmenu_burger .contenuto_burger ul{
		list-style: none;
	}
	
	.openmenu_burger .contenuto_burger ul li a{
		color: var(--white);
		font-weight: 0.9rem;
		text-transform: uppercase;
		display: inline-block;
		padding-top: 10px;
	}
	
	.opacitytext{
		opacity: 0.5;
	}
	
	.header ul li a, .menuburger p, .search p{
		color: #fff;
		font-size: 0.9rem;
		
		text-transform: uppercase;
	}
	
	
	/* nav */
	.pagina-desktop .nav {
		display: block;
		background-color: transparent;
		height: auto;
		width: 70%;
		position: relative;
		background-image: none;
		opacity: 1.0;
		pointer-events: unset;
		user-select: unset;
		left: auto;
		right: 5%;
	}
	.pagina-desktop .nav ul {
		margin-top: 0;
		text-align: center;
		display: inline-block;
	}
	.pagina-desktop .nav ul li {
		padding: 0 0 0 23px;
		display: inline-block;
		text-transform: none;
	}
	.pagina-desktop .nav ul li a {
		
		line-height: 30px;
		font-size: 0.9em;
		
	}
	.pagina-desktop .openclose {
		display: none;
	}
	.header .logo{
		width: 120px;
	}
	.wpml-ls-legacy-list-horizontal a {
		padding: 0;
	}
	.header-widget-area {
		top: 35%;
	}
	#call_to_action{
		height: 550px;
	}
	
	#hero_section .slide-text h1{
		padding-bottom:0;
	}
	
	.h100{
		height: 100%;
	}
	
	.w100{
		width: 100%;
	}
	
	.offset40{
		margin-left: 40%;
	}
	
	.elenco_domande .big{
		padding:0;
		padding-bottom:20px;
	}


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


/*------------------------------------*\
	PAGINE DESKTOP
\*------------------------------------*/

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


}

