@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

/*
	Theme Name: Covim costruzioni
	Description: 
	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
\*------------------------------------*/

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


body {
	font-family: "Outfit", sans-serif;
	overflow-y: scroll;
	color: #F3F1EF; 
	background-color: #0D0D0D;
	padding:0;
	margin:0;
	line-height: 1.6;
	font-size: 16px;
	font-weight: 400;
}
body.navmenu_open {
	overflow-y: hidden;
}

@media (min-width: 1200px){  
	.container-fluid {
		padding-left: 50px;
		padding-right: 50px;
	}
}

@media (min-width: 1600px){  
	.container-fluid {
		padding-left: 100px;
		padding-right: 100px;
	}
}
/* 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: 100%;
	object-fit: cover;
	vertical-align: middle;
}
picture {
	display: grid;
}
.ios .parallax {
	background-attachment: scroll !important;
}
a {
	color:#333;
	text-decoration:none;
	cursor: pointer;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
	color: #333;
}
input:focus {
	outline:0;
}
ul {
	list-style-type: none;
}
h1,h2,h3,h4,h5,h6,p {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
h1 {
	font-family: "Outfit", sans-serif;
	font-size: 2rem;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
}
h2 {
	font-family: "Outfit", sans-serif;
	font-size: 1.7rem;
	font-weight:300;
	color: #D1AC92;
}
h3 {
	font-family: "Outfit", sans-serif;
	font-size: 1.8rem;
	font-weight: 400;
	color: #D1AC92;
}
h4 {
	font-family: "Outfit", sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	color: #D1AC92;
}

h5 {
	font-family: "Outfit", sans-serif;
	font-size: 1.3rem;
	font-weight: 400;
	color: #fff;
}

strong, b {
	
}

.uppercase{
	color: #D1AC92;
}


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


/* 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;
}
.wpcf7-submit {
	margin-top: 20px;
	border: 1px solid #000;
	background-color: #000;
	color: #fff;
	padding: 0 50px;
	height: 40px;
	line-height: 35px;
	margin-bottom: 0;
	max-width: 150px;
	text-transform: uppercase;
}
.wpcf7-submit:hover {
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
}
div.wpcf7-response-output {
	padding: 0;
}
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
	border: none;
	color: #000;
}
/* Style the tab */
.tab {
	  overflow: hidden;
}

/* Style the buttons that are used to open the tab content */
.tab button {
	  background-color: inherit;
	  float: left;
	  border: none;
	  outline: none;
	  cursor: pointer;
	  transition: 0.3s;
	  width: 31%;
	  border-bottom: 2px solid #999;
	  margin: 0 1%;
	  text-transform: uppercase;
	  color: #666;
	  font-size: 16px;
}

/* Create an active/current tablink class */
.tab button.active {
	  color: #ff5028;
	  border-bottom: 2px solid #ff5028;
}

/* Style the tab content */
.tabcontent {
	 display: none;
	 padding: 20px 0 0;
	  border-top: none;
}
.tabcontent h4 {
	margin-top: 20px;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
	background-color: transparent;
	cursor: pointer;
	padding: 30px;
	width: 100%;
	text-align: center;
	border: none;
	outline: none;
	transition: 0.4s;
	border: 1px solid #199095;
	border-radius: 100px;
}
.accordion :after {
	content: ">";
	color: #f7c231;
	margin-top: 20px;
	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;
}
.accordion h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.accordion.active, 
.accordion:hover {
	
}
.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;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
	padding: 0 20px;
	background-color: #199095;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease-out;
	border-radius: 20px;
	margin: 20px auto;
	color: #fff;
	text-align: left;
}
.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;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	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: 85%;
	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;
	font-size: 40px;
	padding: 0px 10px;
}
.lightbox-arrows.left {
	left: 0px;
}

.lightbox-arrows.left img, .lightbox-arrows.right img {
	width:20px;
	height: auto;
}
.lightbox-arrows.right {
	right: 0px;
}
.lightbox-wrapper .lightbox-header {
	text-align: right;
}

.lightbox-wrapper .lightbox-header img {
	width: 30px;
	height: 30px;
	margin-left: auto;
	position: relative;
	top: -40px;
}
.lightbox-wrapper .lightbox-body {
	background-color: transparent;
	border-radius: 2px;
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.67);
	margin: 10px 0px;
	overflow: hidden;
	color: #3f3f3f;
	width: 100%;
}
.lightbox-wrapper i.fa {
	cursor: pointer;
	position: relative;
}
.lightbox-wrapper .lightbox-popup {
	padding: 15px;
}
.lightbox-wrapper .lightbox-footer {
	display: flex;
}
.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;
}
.lightbox-wrapper .lightbox-footer-dx h5{
	font-weight: 200;
}
.lightbox-wrapper .lightbox-container h5,
.lightbox-wrapper .lightbox-container h6,
.lightbox-wrapper .lightbox-container img,
.lightbox-wrapper .lightbox-container i.fa {
	pointer-events: initial;
}	

.lightbox-wrapper .lightbox-container .lightbox-body img{
	height: 100%;
	object-fit: cover;
	
}

.lightbox-wrapper .lightbox-container br{
display: none;
}
.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;
}

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


/*------------------------------------*\
	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 {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	display: flex;
	z-index: 6;
	height: 100px;
	background-color: #fff;
	align-items: center;
}
.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;
}
/* 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: #333;
	display: flex;
	flex-direction: column;
	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;
	margin-top: 5px;
	margin-bottom: 5px;
}

.scroll .nav {
	display: none;
}
.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;
}
/* 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;
}
.footer > div {
	width: 100%;
}

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

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



/* PAGINE */
.z-index{
	position: relative;
	z-index:5;
}

#hero-section-home{
height: 100vh;

}

#hero-section-home .slideshow-text {
	position: absolute;
	bottom: 50%;
	transform: translateY(50%);
	left: 0;
	color:#fff;
}

#hero-section-home .slideshow-text h2{
	color: #fff;
	font-size: 1.4rem;
	font-weight: 400;
}

.carosello-home{
	height: 100%;
}

.carosello-home .slick-slide{
	height: 100vh;
}

.carosello-home .slick-slide img{
	height: 100vh;
}
/* .carosello-progetti{
	height: 100vh;
} */

.carosello-progetti .slick-slide{
	height: 100%;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
}

.slick-prev, .slick-next{
	width:50px !important;
	height: 50px !important;
	opacity: 0.6 !important;
}

.slick-prev{
	left: -70px !important;
}
.slick-next{
	right: 10px !important;
	z-index: 200;
	top: 95% !important;
	left: 70px !important;
}

.button{
	background-color: transparent;
	display: inline-block;
	padding: 8px 30px;
	font-weight: 500;
	color: #fff !important;
	text-transform: uppercase;
	border: 1px solid #fff;
	border-radius:0;	
	margin-right: 5px;
}


.button:hover{
	text-decoration: none;
	color: #333 !important;
	border: 1px solid #fff;
	background-color: #fff;
}

#purposes-content-container .purposes-header .purposes-header-title{
	font-size: 30px !important;
}

#footer{
	background-color: #F1EAE0;
	color: #333 !important;
}

#footer h2{
	color: #333;
}

.border-bottom{
	border-bottom:1px solid  #D1AC92 !important;
}

.small{
	font-size: 0.8rem;
}

.overlay{
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left:0;
	background-color: rgba(0,0,0,0.5);
	z-index:4;
}

.logo-head{
	width: 155px;
	height: auto;
}

#navigazione a{
	font-size: 1rem;
	color: #333;
}
/*------------------------------------*\
	RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:768px) {
	.touch .parallax {
		background-attachment: scroll !important;
	}
	.wpcf7-form label {
		
	}
	.wpcf7-form .flex {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
		align-content: center;
	}
	.wpcf7-form .flex div {
		width: 48%;
	}
	.nav ul li {
		padding: 15px 0;
	}
	.nav a {
		font-size: 25px;
		padding-left: 30px;
	}
}
@media only screen and (min-width:1024px) {
	h2 {
		font-family: "Outfit", sans-serif;
		font-size: 2.5rem;
		font-weight: 400;
		color: #D1AC92;
	}
	
	h1 {
		font-family: "Outfit", sans-serif;
		font-size: 3rem;
		font-weight: 600;
		text-transform: uppercase;
		color: #fff;
	}
	.touch .parallax {
		background-attachment: scroll !important;
	}
	.flex-desktop {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
		display: flex;
	}
	.flex-desktop .left {
		width: 55%;
	}
	.flex-desktop .right {
		width: 40%;
	}
	.reverse-desktop {
		align-items: center;
		justify-content: start;
		flex-wrap: wrap;
		display: flex;
		flex-direction: row-reverse;
	}
	.reverse-desktop .right {
		width: 59%;
	}
	.reverse-desktop .left {
		width: 41%;
	}
	
	.lightbox-wrapper .lightbox-content {
		width: 100%;
		max-width: 75%;
		height: auto;
		z-index: 10;
		margin: 0 auto;
	}
	/*------------------------------------*\
		RESPONSIVE - layout desktop
	\*------------------------------------*/
	
	/* header */
	.pagina-desktop .header {
		height: 100px;
	}
	
	/* nav */
	.pagina-desktop .nav {
		display: block;
		background-color: transparent;
		height: auto;
		width: 100%;
		position: relative;
		background-image: none;
		opacity: 1.0;
		pointer-events: unset;
		user-select: unset;
	}
	.pagina-desktop .nav ul {
		margin-top: 0;
		text-align: center;
		display: inline-block;
	}
	.pagina-desktop .nav ul li {
		padding: 0 0 0 15px;
		display: inline-block;
		text-transform: none;
	}
	.pagina-desktop .nav ul li a {
		height: 30px;
		line-height: 30px;
		font-size: 16px;
		letter-spacing: 1px;
	}
	.pagina-desktop .openclose {
		display: none;
	}
	.pagina-desktop .logo {
		max-width: 150px;
		width: 100%;
		position: relative;
		left: 5%;
	}
	.wpml-ls-legacy-list-horizontal a {
		padding: 0;
	}
	.header-widget-area {
		top: 35%;
	}



}
@media only screen and (min-width:1280px) {
	.parallax {
		background-attachment: fixed !important;
	}
	.logo img {
		max-width: 200px;
	}
	
	.lightbox-wrapper .lightbox-content {
		max-width: 65%;
	}
}
@media only screen and (min-width:1600px) {
	.lightbox-wrapper .lightbox-content {
		max-width: 950px;
	}

}

