/*
	Theme Name: Digitalia
	Theme URI: https://www.barborelle.com/
	Description: Align with your true nature.
	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
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
	margin: 0;
	padding: 0;
}

/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	overflow-y: scroll;
	font-family: "proxima-nova", sans-serif;
	font-weight: 500;
}
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:#1b4433;
	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 {
}
h2 {
}
h3 {
	font-family: "proxima-nova", sans-serif;
	font-weight: 600;
}
h4 {
}
h5 {
}
h6 {
}
strong {
	font-family: "proxima-nova", sans-serif;
	font-weight: 600;
} 
b {
	font-family: "proxima-nova", sans-serif;
	font-weight: 800;
}
.divider {
	background-color: #1b4433;
	width: 85%;
	height: 3px;
	display: block;
	margin: 30px auto 10px;
}
.pulsante {
	background-color: #2F6854;
	color: #FFF3EB;
	border-radius: 30px;
	text-align: center;
	display: block;
	width: 300px;
	padding: 15px;
	text-transform: uppercase;
	font-family: "proxima-nova", sans-serif;
	font-weight: 600;
	border: 1px solid #2F6854;
	transition-duration: 0.5s;
	margin: 0 auto;
}
.pulsante:hover {
	background-color: #1b4433;
	transition-duration: 0.5s;
}
.pulsante-white {
	background-color: transparent;
	color: #FFF3EB;
	border-radius: 30px;
	text-align: center;
	display: block;
	padding: 10px 30px;
	text-transform: uppercase;
	font-family: "proxima-nova", sans-serif;
	font-weight: 600;
	border: 2px solid #FFF3EB;
	transition-duration: 0.5s;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.pulsante-white span {
	position: relative;
	z-index: 1;
}
.pulsante-white::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(5px); /* Sfoca solo lo sfondo */
	-webkit-backdrop-filter: blur(5px);
	z-index: 0;
	border-radius: 30px;
}
.pulsante-white:hover {
	background-color: #FFF3EB;
	color: #0D110F;
	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;
	top: 0;
	left: 0;
	z-index: 2;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	padding: 0 5%;
}
.ancora {
	position: relative;
	top: -70px;
	overflow: hidden;
}
/* go up button */
.up-button {
	position: fixed;
	bottom: 5%;
	right: 2%;
	display: none;
	z-index: 2;
	background-color: #333;
	color: #fff;
	font-size: 20px;
	padding: 5px 10px;
	border: none;
}
.scroll .up-button {
	display: block;
}

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

/* spinner */
spinner {
	display: inline-block;
	width: 80px;
	height: 80px;
}
spinner::after {
	content: " ";
	display: block;
	width: 64px;
	height: 64px;
	margin: 8px;
	border-radius: 50%;
	border: 6px solid #fff;
	border-color: #fd175b transparent #fff transparent;
	animation: dg_loader_animation 1.2s linear infinite;
}


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

/* SLIDE */
.slick-dots {
	position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    text-align: center;
	margin-bottom: -35px;
}
.slick-dots .slick-active {
    background-color: #1B4433;
}
.slick-dots li {
    display: inline-block;
    width: 8px;
    height: 8px;
    overflow: hidden;
    background-color: #6F9A8A;
    border-radius: 50%;
    margin: 20px 5px 0;
}
.slick-dots button {
	color: transparent;
	background-color: transparent;
	display: contents;
}
.slick-prev {
	background-image: url(img/header/left.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	color: transparent;
	position: absolute;
	top: 25%;
	left: -8%;
	z-index: 1;
	outline: none;
	width: 10px;
	height: 20px;
	background-size: 100% auto;
}
.slick-next {
	background-image: url(img/header/right.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	color: transparent;
	position: absolute;
	top: 25%;
	right: -8%;
	z-index: 1;
	outline: none;
	width: 10px;
	height: 20px;
	background-size: 100% auto;
}
.carosello .slick-prev {
	top: 45%;
	left: -5%;
}
.carosello .slick-next {
	top: 45%;
	right: -5%;
}
.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: #1B4433;
	height: 40px;
	margin-top: 20px;
	background-color: transparent;
	border: none;
	border-bottom: 2px solid #1B4433;
	width: 100%;
	border-radius: 0 !important;
}
::placeholder {
	color: #1B4433;
}
.wpcf7-form .wpcf7-acceptance input {
	height: auto;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid #1B4433;
	background-color: transparent;
	padding: 6px;
	margin-bottom: 0;
	max-width: 6px;
	border-radius: 50% !important;
}
.wpcf7-form .wpcf7-acceptance input:checked {
	background-color: #1B4433;
}
.wpcf7-form a {
	color: #1B4433;
	text-transform: lowercase;
	text-decoration: underline;
}
span.wpcf7-list-item {
	margin: 0;
}
.wpcf7-submit  {
	background-color: #2F6854;
	color: #FFF3EB;
	border-radius: 30px !important;
	text-align: center;
	display: block;
	width: 300px;
	padding: 15px;
	text-transform: uppercase;
	font-family: "proxima-nova", sans-serif;
	font-weight: 600;
	border: 1px solid #2F6854;
	transition-duration: 0.5s;
	height: auto;
	margin: 40px auto 0;
	font-size: 16px;
}
.wpcf7-submit:hover {
	background-color: #1b4433;
	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 {
	border: none;
	color: #1b4433;
}
.wpcf7 .field {
	position: relative;
}
.wpcf7 .field label {
	position: absolute;
	top: 58px;
	left: 0;
	z-index: 0;
}
.field label.active {
	top: 0;
}
/** TABS **/

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

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

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

.tabulator tab.active {
    display: block;
}
.tabulator button.active {
    z-index: 2;
    font-weight: 750;
    border-color: black;
    color: black;
}
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
	background-color: transparent;
	cursor: pointer;
	padding: 20px 10px;
	width: 100%;
	text-align: left;
	border: none;
	outline: none;
	transition: 0.4s;
	border-bottom: 1px solid #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;
}

/*------------------------------------*\
	ANIMAZIONI
\*------------------------------------*/

.zoom {
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
	transform: scale(1,1);
	-webkit-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	-moz-transform: scale(1,1);
}
.zoom:hover {
	transition-duration: 2s;
	-webkit-transition-duration: 2s;
	-o-transition-duration: 2s;
	-moz-transition-duration: 2s;
	-ms-transition-duration: 2s;
	transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
}
.szoom {
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
	transform: scale(1,1);
	-webkit-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	-moz-transform: scale(1,1);
}
.szoom:hover {
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
	transform: scale(0.9,0.9);
	-webkit-transform: scale(0.9,0.9);
	-o-transform: scale(0.9,0.9);
	-ms-transform: scale(0.9,0.9);
	-moz-transform: scale(0.9,0.9);
}

.rotation {
	transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-webkit-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	transition-duration: 0.8s;
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8;
	-o-transition-duration: 0.8s;
}
.rotation:hover {
	transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	-webkit-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
	transition-duration: 0.8s;
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8;
	-o-transition-duration: 0.8s;
}
.rotation-inverse {
	animation-name: rotation-inverse;
	-webkit-animation: rotation-inverse;
	-ms-animation-name: rotation-inverse;
	-moz-animation-name: rotation-inverse;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-duration: 6s;
	-webkit-animation-duration: 6s;
	-ms-animation-duration: 6s;
	-moz-animation-duration: 6s;
}
.lampeggio {
	position: fixed;
	max-width: 50px;
	bottom: 2%;
	right: 2%;
	opacity: 0;
	animation-name: lampeggio;
	-webkit-animation: lampeggio;
	-ms-animation-name: lampeggio;
	-moz-animation-name: lampeggio;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-duration: 3s;
	-webkit-animation-duration: 3s;
	-ms-animation-duration: 3s;
	-moz-animation-duration: 3s;
}
.pulsazione {
	animation-name: pulsazione;
	-webkit-animation: pulsazione;
	-ms-animation-name: pulsazione;
	-moz-animation-name: pulsazione;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-duration: 5s;
	-webkit-animation-duration: 5s;
	-ms-animation-duration: 5s;
	-moz-animation-duration: 5s;
}

@keyframes rotation-inverse {
	0% {transform: rotateZ(0);}
	25% {transform: rotateZ(-90deg);}
	50% {transform: rotateZ(-180deg);}
	75% {transform: rotateZ(-270deg);}
	100% {transform: rotateZ(-360deg);}
}

@keyframes lampeggio {
	0% {opacity:0;}
	25% {opacity:0.5;}
	50% {opacity:1;}
	75% {opacity:0.5;}
	100% {opacity:0;}
}

@keyframes pulsazione {
	0% {transform: scale(0.5,0.5);}
	25% {transform: scale(0.65,0.65);}
	50% {transform: scale(0.75,0.75);}
	75% {transform: scale(0.65,0.65);}
	100% {transform: scale(0.5,0.5);}
}

@keyframes dg_loader_animation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
/* Animations */

/* Fade */
.fade {
    opacity: 0;
    transition: 1.7s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.fade.in-page {
    opacity: 1;
}
.fade-in {
    transform: translateY(50px);
    opacity: 0;
    transition: 1s all cubic-bezier(0.53, 0.03, 0.01, 0.46);
}
.fade-in.delay-200 {
	transition-delay: 200ms;
}
.fade-in.delay-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: 700ms;
}
.fade-in.delay-800 {
	transition-delay: 800ms;
}
.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: 700ms;
}
.fade.delay-800 {
	transition-delay: 800ms;
}
.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 #1b4433;
	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: #1b4433;
}
.page-template-template-gdpr label {
	padding: 0;
	width: 25%;
	text-align: left;
}
#cmplz-cookies-overview .cmplz-dropdown summary div h3, #cmplz-document .cmplz-dropdown summary div h3, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary div h3 {
	width: 50%;
}
#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div p, #cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div p, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div p {
	width: 15%;
	text-align: left;
}
.cmplz-category-title{
	width: 80%;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------

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


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* page loader*/
loader {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0px;
	left: 0px;
	z-index: 999;
	user-select: none;
	pointer-events: none;
}
.pagina_caricata loader {
	display: none;
}
/* main */
main {
	min-height: 640px;
}
/* wrapper */
.wrapper {
	width:100%;
	margin: 0 auto;
	max-width: 100vw;
	overflow: hidden;
	overflow-y: auto;
	opacity: 0.0;
	transition: opacity 0.46s ease;
}
.pagina_caricata .wrapper {
	opacity: 1;
}
.content {
	max-width:1600px;
	width:90%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {
	transition: all 1s linear;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 70px;
	background-color: rgba(255, 255, 255, 0.70);
}
.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: 30%;
	left: 0;
	z-index: 20;
	width: 100%;
	text-align: center;
}
.logo .desktop,
.logo .white {
	display: none;
}
.logo img {
	max-width: 100px;
}
/* nav */
.nav {
	user-select: none;
	pointer-events: none;
	background-color: rgba(255, 243, 235, 0.70);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px); /* Safari */
	display: flex;
	color: #1b4433;
	width: 100%;
	height: 60vh;
	position: fixed;
	top: 8vh;
	left: 0;
	z-index: 10;
	justify-content: start;
	align-items: center;
	transition: opacity 0.7s linear;
	opacity: 0;
	padding-left: 15%;
}
.navmenu_open .nav {
	user-select: none;
	pointer-events: unset;
	opacity: 1.0;
}
.mobile .navmenu_close .nav { 
	opacity: 0.0;  
} 
.nav a {
	color: #1b4433;
	font-family: "proxima-nova", sans-serif;
	font-weight: 500;
}
.nav .current_page_item a {
	font-family: "proxima-nova", sans-serif;
	font-weight: 800;
}
.nav ul {
	list-style-type: none;
	width: 100%;
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
	text-align: left;
}
.nav ul li {
	padding: 20px 0;
	line-height: 1;
}
.navmenu_open .menu-item-79,
.navmenu_open .menu-item-80 {
	border-left: 3px solid;
}
.navmenu_open .menu-item-79 {
	padding: 0 15px 20px;
}
.navmenu_open .menu-item-80 {
	padding: 20px 15px 0;
}
.navmenu_open .sottomenu {
	padding: 20px 0 40px;
}
.navmenu_open .menu-item-31 {
	padding: 40px 0 20px;
}
.nav .desktop {
	display: none;
}
.nav .sub-menu {
	display: none !important;
}
.navmenu_open .header {
	background-color: #EBE0D8;
}
/* closebutton */
.openclose {
	position: absolute;
	top: 30%;
	left: 5%;
	z-index: 90;
	cursor: pointer;
	display: block;
}
.navmenu_open .openclose {
	display: flex;
}
.openclose .iconbar {
	height: 3px;
	width: 20px;
	background-color: #1B4433;
	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;
}
.header .favicon {
	position: absolute;
	top: 15%;
	right: 5%;
	z-index: 90;
	display: block;
}
.header .favicon img {
	max-width: 50px;
}
/* footer */
.footer {
	text-align: center;
	font-family: "proxima-nova", sans-serif;
	font-weight: 600;
}
.footer > div {
	width: 100%;
	padding: 60px 15%;
}
.footer #media_image-2 img,
.footer #media_image-3 img {
	max-width: 70px !important;
}
.footer #media_image-3 img {
	display: none;
}
.footer #nav_menu-2 {
	border-top: 2px solid #FFF3EB;
	margin-top: 30px;
	padding-top: 30px;
}
.footer #nav_menu-2 a {
	color: #FFF3EB;
	margin-bottom: 30px;
	display: block;
}
.footer #custom_html-2 {
	border-top: 2px solid #FFF3EB;
}
.footer #custom_html-2 h3 {
	color: #FFF3EB;
	padding-top: 30px;
	font-size: 14px !important;
}
.footer #custom_html-2 .social {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	padding-top: 30px;
	max-width: 200px;
	margin: 0 auto;
}
.footer #custom_html-2 .social img {
	max-width: 20px;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/

/*--------------HOME------------------*/
#home .intro {
	background-image: url(img/home/mobile_home_1.jpg);
}
.intro {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 100vh;
}
.intro .text {
	justify-content: start;
	padding-top: 30%;
}
.intro h3 {
	color: #FFF3EB;
	padding-top: 20px;
}
#home .row-2 {
	text-align: center;
	padding: 60px 5%;
	background-image: url(img/home/mobile_home_2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: auto;
}
#home .row-2 img {
	max-width: 70px;
	margin-top: 30px;
}
#home .row-3 {
	padding: 30px 0;
	text-align: center;
}
.carosello {
	width: 80%;
	margin: 0 auto;
}
#home .row-3 img {
	width: 90% !important;
}
#home .row-4 {
	text-align: center;
	padding: 60px 5%;
	background-image: url(img/home/mobile_home_3.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: auto;
}
#home .row-4 .testo {
	padding-bottom: 30px;
	max-width: 230px;
	margin: 0 auto;
}
#home .row-5 {
	background-image: url(img/home/mobile_home_4.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: auto;
	padding: 30px 5%;
	text-align: center;
}
#home .row-5 h2 {
	max-width: 300px;
	margin: 0 auto;
	padding-bottom: 30px;
}
#home .row-5 .testo {
	display: flex;
	flex-wrap: wrap;
	justify-content:space-around;
	align-items: start;
}
#home .row-5 .testo p {
	width: 45%;
}
#home .row-5 .testo-2 {
	color: #FFF3EB;
	text-align: left;
	padding-top: 80%;
}
#home .row-6 .left {
	display: grid;
}
#home .row-6 .right {
	background-image: url(img/home/mobile_home_6.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: auto;
	padding: 30px 5%;
}
#home .row-6.reverse .right {
	background-image: url(img/home/mobile_home_8.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: auto;
	padding: 60px 5%;
}
#home .row-6 h2 {
	padding-bottom: 20px;
}
#home .row-6 .divider {
	margin: 0;
	width: 30%;
	margin-bottom: 10px;
}
.recensioni {
	background-color: #B0C6BD;
	padding: 30px 10% 60px;
}
.recensioni h2 {
	text-align: center;
	padding-bottom: 10px;
}
.recensioni .testo {
	border-radius: 10px;
	background-color: #FFF3EB;
	padding: 20px;
}
.recensioni .profile {
	display: flex;
	align-items: center;
	justify-content: start;
}
.recensioni .profile img {
	max-width: 50px;
	margin-right: 10px;
}
.recensioni .profile .name img {
	max-width: 15px;
	margin-left: 20px;
}
.recensioni .profile .name h2 {
	display: flex;
	align-items: center;
	padding-bottom: 0;
	font-family: "proxima-nova", sans-serif;
	font-weight: 700;
	font-size: 16px !important;
	line-height: 20px !important;
}
.recensioni .profile .name p {
	color: #2F6854;
}
.recensioni .descrizione {
	padding-top: 30px;
}
#home .row-7 {
	padding: 60px 10%;
	background-image: url(img/home/Home_Tablet_9.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: auto;
}
#home .row-7 h2 {
	text-align: center;
	padding-bottom: 30px;
}
.news {
	padding-bottom: 30px;
	color: #FFF3EB;
}
.news a .zoom {
	border-radius: 10px;
}
.news a {
	position: relative;
	margin-top: 10px;
	display: grid;
	overflow: hidden;
	border-radius: 10px;
}
.news .text {
	text-align: left;
	align-items: start;
	justify-content: end;
	padding: 5%;
}
.news .text h2 {
	color: #FFF3EB;
	padding-bottom: 10px !important;
	text-align: left !important;
}
.news .text p {
	color: #FFF3EB;
}
.news .hover {
	max-width: 20px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	margin: 5%;
	display: block;
}
.news a:hover .hover {
	display: block;
	transition-duration: 0.5s;
}
.news a:hover .text {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.60);
	border-radius: 10px;
	transition-duration: 0.5s;
}
.news a .zoom {
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	transform: scale(1,1);
	-webkit-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	-moz-transform: scale(1,1);
}
.news a:hover .zoom {
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	transform: scale(1.2,1.2);
	-webkit-transform: scale(1.2,1.2);
	-o-transform: scale(1.2,1.2);
	-ms-transform: scale(1.2,1.2);
	-moz-transform: scale(1.2,1.2);
}
.form {
	padding: 60px 5%;
}
.form .testo h2 {
	padding: 10px 0;
}
.form .testo p {
	padding-bottom: 20px;
}
/*--------------ABOUT------------------*/
#about .intro {
	background-image: url(img/about/mobile-about-1.jpg);
	color: #FFF3EB;
}
#about h1 {
	font-size: 6vw;
	line-height: 7vw;
	max-width: 310px;
}
#about .intro .flex {
	display: flex;
	justify-content: space-between;
	align-items: start;
}
#about .intro .flex p {
	width: 31%;
}
#about .intro .divider {
	background-color: #FFF3EB;
	width: 70%;
}
#about .row-2 {
	text-align: left;
	padding: 60px 5% 180px;
	background-image: url(img/about/mobile-about-2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: auto;
	position: relative;
}
#about .row-2 div {
	padding-bottom: 30px;
	display: flex;
}
#about .row-2 div p {
	width: 100%;
}
#about .row-2 .circle {
	width: 11px;
	height: 11px;
	display: block;
	border-radius: 50%;
	background-color: #1b4433;
	margin-right: 10px;
	margin-top: 7px;
}
#about .row-2 .linea {
	position: absolute;
	top: 70px;
	left: 5%;
	height: 108vh;
	z-index: 10;
	width: 2px;
	background-color: #1b4433;
	margin-left: 4px;
}
#about .row-3 {
	padding: 60px 5%;
	text-align: center;
}
#about .row-3 h4 {
	padding-bottom: 30px;
}
#about .row-3 img {
	max-width: 70px;
}
#about .row-4 {
	text-align: center;
	padding: 60px 5%;
	background-image: url(img/about/mobile-about-3.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: auto;
}
#about .row-4 h2 {
	padding-bottom: 20px;
}
#about .row-4 .flex {
	display: flex;
	justify-content: space-between;
	align-items: start;
	flex-wrap: wrap;
	padding-bottom: 60px;
}
#about .row-4 .flex p {
	width: 48%;
}
#about .row-4 .margin {
	padding-top: 70vw;
}
#about .row-4 ul {
	list-style-type: disc;
	list-style-position: inside;
	line-height: 1.4;
}
#about .row-5 {
	padding: 60px 5%;
	text-align: center;
}
#about .row-5 h2 {
	padding-bottom: 20px;
}
#about .row-6 {
	text-align: center;
	padding: 60px 5%;
	background-image: url(img/about/mobile-about-4.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: auto;
}
#about .row-6 .flex {
	display: flex;
	justify-content: space-around;
	align-items: start;
	flex-wrap: wrap;
}
#about .row-6 .flex div {
	width: 50%;
	padding: 2%;
}
#about .row-6 h2 {
	padding-bottom: 20px;
}
#about .row-6 .flex h3 {
	padding-bottom: 10px;
}
#about .row-6 .divider {
	width: 65%;
}
#about .row-7 .left {
	display: grid;
}
#about .row-7 .right {
	padding: 30px 5% 60px;
	border-bottom: 1px solid #B0C6BD;
}
#about .row-7 .right h2 {
	padding-bottom: 20px;
}
#about .row-7 .right ul {
	list-style-type: disc;
	list-style-position: inside;
	line-height: 1.4;
}
#about .row-7 .right .divider {
	margin: 30px 0 10px;
	width: 30%;
}
/*--------------SERVICE------------------*/
#services .intro {
	background-image: url(img/service/mobile-services-1.jpg);
	color: #FFF3EB;
}
#services .intro .text {
	padding-top: 0;
	justify-content: center;
}
#services .intro h2 {
	font-size: 6.7vw;
	line-height: 7.7vw;
	color: #FFF3EB;
	padding: 15px 0;
	max-width: 272px;
}
#services .intro img {
	max-width: 70px;
	margin-top: 15px;
}
#services .row-2 {
	padding: 60px 5%;
}
#services .row-2 h2 {
	color: #1b4433;
	text-align: center;
}
#services .row-2 .divider {
	margin: 30px 0 10px;
	width: 40%;
}
#services .row-2 p {
	padding-top: 20px;
}
#services .row-3 .left {
	display: grid;
}
#services .row-3 .right {
	padding: 60px 5%;
	background-image: url(img/service/mobile-services-3.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: auto;
}
#services .row-3 .right h2 {
	padding-bottom: 20px;
}
#services .row-3 .right .divider {
	margin: 0 0 10px;
	width: 30%;
}
#services .row-4 {
	padding: 60px 5%;
	text-align: center;
}
#services .row-4 img {
	max-width: 70px;
	margin-top: 20px;
}
#services .row-5 {
	background-image: url(img/service/mobile-services-4.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: auto;
	padding: 60px 5%;
}
#services .row-5 ul {
	list-style-type: disc;
	list-style-position: outside;
	padding-top: 20px;
	padding-left: 5%;
	line-height: 1.8;
}
#services .recensioni .slick-next,
#services .recensioni .slick-prev {
	top: 45%;
}
#services .row-6 {
	padding: 60px 5%;
	text-align: center;
}
#services .row-6 h2 {
	padding-bottom: 20px;
}
#services .row-6 .image {
	position: relative;
	margin-bottom: 2%;
	overflow: hidden;
	border-radius: 10px;
	display: grid;
}
#services .row-6 .image img {
	border-radius: 10px;
}
#services .row-6 .image h2 {
	color: #FFF3EB;
	padding-bottom: 10px;
}
#services .row-6 .image .text {
	justify-content: end;
	padding-bottom: 10%;
}
#services .row-6 .image img {
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	transform: scale(1,1);
	-webkit-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	-moz-transform: scale(1,1);
}
#services .row-6 .image:hover img {
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	transform: scale(1.2,1.2);
	-webkit-transform: scale(1.2,1.2);
	-o-transform: scale(1.2,1.2);
	-ms-transform: scale(1.2,1.2);
	-moz-transform: scale(1.2,1.2);
}
/*--------------CONTACT------------------*/
#contacts .intro {
	background-image: url(img/contact/mobile-Contacts.jpg);
}
#contacts .intro .text {
	padding-top: 40%;
}
#contacts h1 {
	font-size: 9vw;
	line-height: 12vw;
	color: #1b4433;
}
#contacts h3 {
	color: #1b4433;
	padding-bottom: 20px;
}
#contacts .form .testo .social {
	display: none;
}
#contacts .social {
	text-align: center;
}
#contacts .social p {
	padding: 20px 0 0;
}
#contacts .social a {
	text-decoration: underline;
	display: inline-block;
}
#contacts .social .divider {
	margin: 30px auto;
	background-color: #B0C6BD;
	height: 1px;
	width: 70%;
}
#contacts .social .flex img {
	max-width: 20px;
	margin: 10px 10px 0;
}
#contacts .social .last {
	padding: 0;
}
/*--------------RESOURCES------------------*/
#resources .intro {
	background-image: url(img/resources/mobile-resources-1.jpg);
	color: #FFF3EB;
}
#resources .intro .text {
	padding-top: 0;
	justify-content: center;
}
#resources .intro h1 {
	font-size: 6vw;
	line-height: 7vw;
	color: #FFF3EB;
	padding: 15px 0;
}
#resources .intro img {
	max-width: 70px;
	margin-top: 15px;
}
#resources .row-1 {
	padding: 60px 5%;
	text-align: center;
	background-image: url(img/resources/mobile-resources-2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: auto;
}
#resources .row-1 img {
	max-width: 70px;
	margin-top: 20px;
}
#resources .news {
	padding: 60px 5%;
}
#resources .recensioni .slick-next,
#resources .recensioni .slick-prev {
	top: 45%;
}
#resources .form .testo .social {
	display: none;
}
#resources .social {
	text-align: center;
}
#resources .social p {
	text-decoration: underline;
	padding: 20px 0 0;
}
#resources .social .divider {
	margin: 30px auto;
	background-color: #B0C6BD;
	height: 1px;
	width: 70%;
}
#resources .social .flex img {
	max-width: 20px;
	margin: 10px 10px 0;
}
/*--------------EMBODY------------------*/
#embody .intro {
	background-image: url(img/embody/mobile-Embody-and-Rise-1.jpg);
}
#embody .intro .text {
	padding-top: 0;
	justify-content: center;
}
#embody .intro h1 {
	font-size: 6vw !important;
	line-height: 7vw !important;
	padding: 15px 0;
	max-width: 272px;
	color: #1b4433;
}
#embody .intro img {
	max-width: 70px;
	margin-top: 15px;
}
#embody ul {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 20px;
}
#embody .row-1 {
	background-image: url(img/embody/mobile-Embody-and-Rise-2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: auto;
	padding: 60px 5%;
}
#embody .row-1 h2 {
	padding-bottom: 20px;
}
#embody .row-2 .left {
	display: grid;
}
#embody .row-2 .right {
	background-image: url(img/embody/mobile-Embody-and-Rise-4.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: auto;
	padding: 30px 5% 60px;
}
#embody .row-2 h2 {
	padding-bottom: 20px;
}
#embody .row-2 h2 .divider {
	margin: 30px 0 10px;
	width: 30%;
}
#embody .row-3 .left {
	display: grid;
}
#embody .row-3 .right {
	background-image: url(img/embody/mobile-Embody-and-Rise-6.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: auto;
	padding: 30px 5% 60px;
}
#embody .row-3 h2 {
	padding-bottom: 20px;
}
#embody .row-3 h2 .divider {
	margin: 30px 0 10px;
	width: 30%;
}
#embody .row-4 {
	background-image: url(img/embody/mobile-Embody-and-Rise-7.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 140vh;
	padding: 60px 5%;
	color: #FFF3EB;
	text-align: center;
}
#embody .row-4 h2 {
	color: #FFF3EB;
	padding-bottom: 20px;
}
#embody .row-4 .divider {
	background-color: #FFF3EB;
	width: 80%;
}
#embody .row-4 .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: start;
	padding-bottom: 30px;
}
#embody .row-4 .flex p {
	width: 50%;
	padding:0 5%;
}
#embody .row-5 {
	background-image: url(img/embody/mobile-Embody-and-Rise-8.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: auto;
	padding: 60px 5%;
	text-align: center;
}
#embody .row-5 .flex {
	display: flex;
	justify-content: center;
	align-items: start;
	flex-wrap: wrap;
}
#embody .row-5 .flex p {
	width: 50%;
	padding: 3%;
}
#embody .row-6 {
	background-image: url(img/embody/mobile-Embody-and-Rise-9.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: auto;
	padding: 60px 5%;
	text-align: center;
}
#embody .row-6 h2 {
	padding-bottom: 20px;
	max-width: 250px;
	margin: 0 auto;
}
#embody .row-6 .lista {
	text-align: left;
	padding-left: 50px;
	position: relative;
}
#embody .row-6 .lista p {
	padding-top: 30px;
}
#embody .row-6 .step {
	height:372px;
	width: 2px;
	display: block;
	background-color: #1b4433;
	position: absolute;
	top: 35px;
	left: 35px;
}
#embody .row-6 .step .circle {
	height: 10px;
	width: 10px;
	background-color: #1b4433;
	border-radius: 50%;
	display: block;
	margin-left: -4px;
	margin-top: 20px;
}
#embody .row-6 .step .circle-2 {
	margin-top: 112px;
}
#embody .row-6 .step .circle-3 {
	margin-top: 135px;
}
#embody .row-6 strong {
	padding-bottom: 10px;
	display: inline-block;
}
#embody .row-7 {
	background-image: url(img/embody/mobile-Embody-and-Rise-10.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: auto;
	padding: 60px 5%;
}
#embody .row-7 h2 {
	text-align: center;
}
#embody .row-7 img {
	border-bottom: 2px solid;
	padding-bottom: 10px;
	margin-top: 20px;
}
#embody .row-7 h3 {
	padding: 10px 0;
}
#embody .video {
	padding: 30px 5%;
}
#embody .video h2 {
	padding-bottom: 20px;
	text-align: center;
	max-width: 300px;
	margin: 0 auto;
}
video {
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
}
#embody .row-8 {
	background-image: url(img/embody/mobile-Embody-and-Rise-15.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: auto;
	padding: 60px 5%;
	text-align: center;
}
#embody .row-8 h2 {
	padding-bottom: 20px;
}
#embody .row-8 ul {
	list-style-position: inside;
	padding: 0;
}
#embody .form .testo {
	padding-bottom: 20px;
}
#embody .form .testo a {
	text-decoration: underline;
	font-family: "proxima-nova", sans-serif;
	font-weight: 800;
}
.breadcrumps {
	position: relative;
	top: 0;
	left: 5%;
	z-index: 100;
	display: flex;
	align-items: center;
	padding-top: 80px;
}
.breadcrumps img {
	max-width: 8px !important;
	margin: 0 15px !important;
}
/*--------------CORPORATE------------------*/
#corporate .intro {
	background-image: url(img/corporate/mobile-Corporate-workshops-1.jpg);
}
#corporate .intro .text {
	padding-top: 50%;
}
#corporate .intro h1 {
	font-size: 6vw !important;
	line-height: 7vw !important;
	padding: 15px 0;
	color: #1b4433;
}
#corporate .row-2 {
	text-align: center;
	padding: 60px 5%;
	background-image: url(img/corporate/mobile-Corporate-workshops-2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: auto;
}
#corporate .row-2 img {
	max-width: 70px;
	margin-top: 30px;
}
#corporate .row-3 {
	padding: 30px 0;
	text-align: center;
}
#corporate .row-3 img {
	width: 80% !important;
}
#corporate .row-4 {
	text-align: center;
	padding: 60px 5%;
	background-image: url(img/corporate/mobile-Corporate-workshops-3.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: auto;
}
#corporate .row-4 h2 {
	padding-bottom: 20px;
}
#corporate .row-5 .left {
	display: grid;
}
#corporate .row-5 .right {
	background-image: url(img/corporate/mobile-Corporate-workshops-5.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: auto;
	padding: 30px 5% 60px;
}
#corporate .row-5 h2 {
	padding-bottom: 20px;
}
#corporate .row-5 h2 .divider {
	margin: 30px 0 10px;
	width: 30%;
}
#corporate .row-5 ul {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 20px;
}
#corporate .row-6 {
	padding: 60px 5%;
	text-align: center;
}
#corporate .row-6 h2 {
	padding-bottom: 20px;
}
#corporate .row-7 {
	background-image: url(img/corporate/mobile-Corporate-workshops-6.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 152vh;
	padding: 60px 5%;
	color: #FFF3EB;
	text-align: center;
}
#corporate .row-7 h2 {
	color: #FFF3EB;
	padding-bottom: 20px;
}
#corporate .row-7 .divider {
	background-color: #FFF3EB;
	width: 80%;
}
#corporate .row-7 .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: start;
	padding-bottom: 30px;
}
#corporate .row-7 .flex p {
	width: 50%;
	padding:0 5%;
}
#corporate .row-7 .last {
	border-top: 3px solid #FFF3EB;
	border-bottom: 3px solid #FFF3EB;
	padding: 20px 0;
	margin-top: 30px;
}
#corporate .row-8 {
	background-image: url(img/corporate/mobile-Corporate-workshops-7.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: auto;
	padding: 60px 5%;
	text-align: center;
}
#corporate .row-8 h2 {
	padding-bottom: 20px;
}
#corporate .row-8 .lista {
	text-align: left;
	padding-left: 50px;
	position: relative;
}
#corporate .row-8 .lista p {
	padding-top: 30px;
}
#corporate .row-8 .step {
	height:305px;
	width: 2px;
	display: block;
	background-color: #1b4433;
	position: absolute;
	top: 35px;
	left: 35px;
}
#corporate .row-8 .step .circle {
	height: 10px;
	width: 10px;
	background-color: #1b4433;
	border-radius: 50%;
	display: block;
	margin-left: -4px;
	margin-top: 20px;
}
#corporate .row-8 .step .circle-2 {
	margin-top: 112px;
}
#corporate .row-8 .step .circle-3 {
	margin-top: 110px;
}
#corporate .row-8 strong {
	padding-bottom: 10px;
	display: inline-block;
	text-transform: uppercase;
}
#corporate .row-9 {
	padding: 60px 5% 20px;
	text-align: center;
}
#corporate .row-9 h2 {
	padding-bottom: 20px;
}
#corporate .row-9 .flex {
	padding-top: 20px;
}
#corporate .row-9 .divider {
	margin: 10px auto;
	width: 95%;
}
#corporate .row-9 .flex div {
	padding-bottom: 40px;
}
#corporate .row-9 .flex h4 {
	font-family: "proxima-nova", sans-serif;
	font-weight: 500;
}
#corporate .row-9 .flex h4 span {
	font-size: 10vw;
}
#corporate .row-10 .left {
	display: grid;
}
#corporate .row-10 .right {
	background-image: url(img/corporate/mobile-Corporate-workshops-9.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: auto;
	padding: 30px 5% 60px;
}
#corporate .row-10 h2 {
	padding-bottom: 20px;
}
#corporate .row-10 h2 .divider {
	margin: 30px 0 10px;
	width: 30%;
}
#corporate .row-11 {
	padding: 60px 5%;
}
#corporate .row-11 img {
	border-radius: 10px;
	margin: 5px 0;
}



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

@media only screen and (min-width:768px) {
	.touch .parallax {
		background-attachment: scroll !important;
	}
	.wpcf7-form label {
		
	}
	.slick-next {
		right: -7%;
		top: 45%;
	}
	.slick-prev {
		left: -8%;
		top: 45%;
	}
	.slick-dots {
		margin-bottom: -50px;
	}
	.slick-dots li {
		width: 12px;
		height: 12px;
		margin: 0 10px;
	}
	.logo {
		top: 20%;
	}
	.logo img {
		max-width: 150px;
	}
	.nav {
		height: 50vh;
		top: 6.8vh;
		background-color: #A59E99;
		padding-left: 10%;
	}
	main {
		font-size: 18px !important;
		line-height: 20px !important;
	}
	h1 {
		font-size: 7vw !important;
		line-height: 8vw !important;
	}
	h2 {
		font-size: 4.5vw !important;
		line-height: 5.5vw !important;
	}
	h3 {
		font-size: 2.5vw !important;
		line-height: 3.5vw !important;
	}
	h4 {
		font-size: 3vw !important;
		line-height: 4vw !important;
	}
/*--------------HOME------------------*/
	#home .intro {
		background-image: url(img/home/Home_Tablet_1.jpg);
	}
	#home .intro .text {
		width: 70%;
		text-align: left;
		margin-left: 30%;
		padding-top: 35%;
	}
	#home .row-2 {
		background-image: url(img/home/Home_Tablet_2.jpg);
	}
	#home .row-2 img {
		max-width: 100px;
	}
	#home .row-2 h4 {
		max-width: 600px;
		margin: 0 auto;
	}
	#home .row-4 {
		background-image: url(img/home/Home_Tablet_3.jpg);
		padding: 80px 5%;
	}
	#home .row-4 .testo {
		display: flex;
		justify-content: space-between;
		align-items: start;
		text-align: left;
		max-width: 100%;
		padding-bottom: 60px;
	}
	#home .row-4 .testo p {
		width: 48%;
	}
	#home .row-4 .divider {
		margin: 30px 0 10px;
		width: 75%;
	}
	#home .row-5 {
		background-image: url(img/home/Home_Tablet_4.jpg);
		padding: 80px 5%;
	}
	#home .row-5 h2 {
		max-width: 100%;
	}
	#home .row-5 .testo {
		justify-content: space-around;
	}
	#home .row-5 .testo p {
		width: 40%;
		padding-bottom: 30px;
	}
	#home .row-5 .divider {
		width: 35%;
	}
	#home .row-5 .testo-2 {
		padding-top: 40%;
	}
	#home .row-6 .right {
		background-image: url(img/home/Home_Tablet_6.jpg);
		padding: 60px 5%;
	}
	#home .row-6.reverse .right {
		background-image: url(img/home/Home_Tablet_8.jpg);
	}
	.recensioni {
		padding: 60px 10% 120px;
	}
	.recensioni h2 {
		padding-bottom: 60px;
	}
	.recensioni .testo {
		padding: 30px;
	}
	#home .row-7 {
		background-image: url(img/home/Home_Tablet_9.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		width: 100%;
		height: auto;
		padding: 80px 10%;
	}
/*--------------ABOUT------------------*/
	#about .intro {
		background-image: url(img/about/About_Tablet_1.jpg);
	}
	#about h1 {
		font-size: 4.5vw !important;
		line-height: 5.5vw !important;
		padding-bottom: 30px;
		max-width: 700px;
	}
	#about .intro .flex {
		justify-content: space-evenly;
	}
	#about .intro .flex p {
		width: 20%;
	}
	#about .row-2 {
		background-image: url(img/about/About_Tablet_2.jpg);
		padding: 60px 5% 0 12%;
		height: 110vh;
	}
	#about .row-2 .linea {
		left: 12%;
		margin-left: 6px;
		height: 74vh;
	}
	#about .row-2 .circle {
		margin-right: 20px;
		margin-top: 5px;
		width: 16px;
		height: 15px;
	}
	#about .row-2 div:nth-child(2) {
		max-width: 550px;
	}
	#about .row-2 div:nth-child(3) {
		max-width: 360px;
	}
	#about .row-2 div:nth-child(4) {
		max-width: 360px;
	}
	#about .row-2 div:nth-child(7) {
		max-width: 550px;
	}
	#about .row-3 h4 {
		max-width: 600px;
		margin: 0 auto;
	}
	#about .row-4 {
		background-image: url(img/about/About_Tablet_3.jpg);
	}
	#about .row-4 p {
		width: 650px;
		margin: 0 auto;
	}
	#about .row-4 .flex {
		padding-top: 30px;
	}
	#about .row-4 .flex p {
		width: 26%;
	}
	#about .row-4 .margin {
		padding-top: 40vw;
	}
	#about .row-4 .divider {
		width: 65%;
	}
	#about .row-5 {
		padding: 80px 5%;
	}
	#about .row-6 {
		background-image: url(img/about/About_Tablet_4.jpg);
		padding: 80px 5%;
	}
	#about .row-6 .flex {
		padding-top: 20px;
		justify-content: center;
	}
	#about .row-6 .flex div {
		width: 31%;
	}
	#about .row-7 .right .divider {
		width: 20%;
	}
/*--------------SERVICE------------------*/
	#services .intro {
		background-image: url(img/service/Services_Tablet_1.jpg);
	}
	#services .intro h2 {
		max-width: 100%;
		padding: 0;
	}
	#services .intro img {
		max-width: 130px;
		margin-top: 60px
	}
	#services .row-2 {
		padding: 80px 5%;
	}
	#services .row-2 .flex {
		display: flex;
		justify-content: space-between;
		align-items: start;
		flex-wrap: wrap;
	}
	#services .row-2 .flex p {
		width: 48%;
	}
	#services .row-2 .divider {
		width: 75%;
	}
	#services .row-3 .right {
		background-image: url(img/service/Services_Tablet_3.jpg);
		padding: 60px 5%;
	}
	#services .row-3 .right .divider {
		width: 35%;
	}
	#services .row-4 {
		padding: 80px 5%;
	}
	#services .row-4 h2 {
		font-size: 3.5vw !important;
		line-height: 4.5vw !important;
	}
	#services .row-4 img {
		max-width: 100px;
		margin-top: 40px
	}
	#services .row-5 {
		background-image: url(img/service/Services_Tablet_4.jpg);
		padding: 80px 5%;
	}
	#services .row-6 {
		padding: 80px 5%;
	}
	#services .row-6 .image h2 {
		font-size: 5vw !important;
	}
	.pulsante-white {
		font-size: 2.5vw !important;
		padding: 15px 30px;
	}
/*--------------CONTACT------------------*/
	#contacts .intro {
		background-image: url(img/contact/contacts_tablet.jpg);
	}
	#contacts .intro .text {
		padding-top: 20%;
	}
	#contacts h3 {
		max-width: 460px;
	}
	#contacts .social {
		display: none;
	}
	#contacts .form {
		padding: 80px 5% 60px;
	}
	#contacts .form .testo .social {
		display: block;
		text-align: left;
		padding-bottom: 30px;
	}
	#contacts .form .testo .divider {
		display: none;
	}
	#contacts .social p {
		padding: 0 0 10px;
	}
	#contacts .form h2 {
		padding: 0 0 30px;
	} 
	#contacts .social .flex img {
		margin: 10px 10px 0 0;
	}
	#contacts .social .last {
		padding-top: 40px;
	}
/*--------------RESOURCES------------------*/
	#resources .intro {
		background-image: url(img/resources/Free-Resources_Tablet_1.jpg);
	}
	#resources .intro h1 {
		max-width: 450px;
		font-size: 4.5vw !important;
		line-height: 5.5vw !important;
	}
	#resources .intro img {
		max-width: 100px;
	}
	#resources .row-1 {
		background-image: url(img/resources/Free-Resources_Tablet_2.jpg);
	}
	#resources .row-1 h4 {
		max-width: 550px;
		margin: 0 auto;
	}
	#resources .row-1 img {
		max-width: 100px;
	}
	#resources .social {
		display: none;
	}
	#resources .form .testo .social {
		display: block;
		text-align: left;
		padding-bottom: 30px;
	}
	#resources .form .testo .divider {
		display: none;
	}
	#resources .form h2 {
		padding: 0 0 10px;
	} 
	#resources .social .flex img {
		margin: 10px 10px 0 0;
	}
	#resources .form .testo p {
		padding-bottom: 30px;
	}
	#resources .social p {
		padding: 0 !important;
	}

/*--------------EMBODY------------------*/
	#embody .intro {
		background-image: url(img/embody/Embody-&-Rise_Tablet_1.jpg);
	}
	#embody .intro h1 {
		max-width: 400px;
		font-size: 4.5vw !important;
		line-height: 5.5vw !important;
	}
	#embody .intro img {
		max-width: 100px;
	}
	#embody .row-1 {
		padding: 80px 5%;
		background-image: url(img/embody/Embody-&-Rise_Tablet_2.jpg);
	}
	#embody .row-1 h2 {
		padding-bottom: 30px;
	}
	#embody .row-2 .right {
		padding: 30px 5% 80px;
		background-image: url(img/embody/Embody-&-Rise_Tablet_4.jpg);
	}
	#embody .row-2 h2 {
		padding-bottom: 30px;
	}
	#embody .row-2 h2 .divider {
		width: 37%;
	}
	#embody .row-3 .right {
		padding: 30px 5% 80px;
		background-image: url(img/embody/Embody-&-Rise_Tablet_6.jpg);
	}
	#embody .row-3 h2 {
		padding-bottom: 30px;
	}
	#embody .row-3 h2 .divider {
		width: 37%;
	}
	#embody .row-4 {
		background-image: url(img/embody/Embody-&-Rise_Tablet_7.jpg);
		padding: 80px 5%;
		height: 100vh;
		background-position: bottom;
	}
	#embody .row-4 h2 {
		padding-bottom: 30px;
	}
	#embody .row-4 .flex {
		justify-content: space-between;
		padding-bottom: 40px;
	}
	#embody .row-4 .flex p {
		width: 30%;
		padding: 0;
	}
	#embody .row-4 .divider {
		width: 50%;
		margin: 40px auto 20px;
	}
	#embody .row-5 {
		background-image: url(img/embody/Embody-&-Rise_Tablet_8.jpg);
		padding: 80px 5%;
	}
	#embody .row-5 h2 {
		padding-bottom: 20px;
	}
	#embody .row-5 .flex p {
		width: 33.33333%;
		padding: 2%;
	}
	#embody .row-6 {
		background-image: url(img/embody/Embody-&-Rise_Tablet_9.jpg);
		padding: 80px 5%;
	}
	#embody .row-6 h2 {
		max-width: 100%;
	}
	#embody .row-6 .lista {
		padding-left: 80px;
	}
	#embody .row-6 .lista p {
		max-width: 500px;
		padding-top: 50px;
	}
	#embody .row-6 .step {
		left: 60px;
		top: 30px;
		width: 3px;
		height: 430px;
	}
	#embody .row-6 .step .circle {
		height: 15px;
		width: 15px;
		margin-left: -6px;
		margin-top: 48px;
	}
	#embody .row-6 .step .circle-2 {
		margin-top: 130px;
	}
	#embody .row-6 .step .circle-3 {
		margin-top: 130px;
	}
	#embody .row-6 strong {
		padding: 5px 0 10px;
	}
	#embody .row-7 {
		background-image: url(img/embody/Embody-&-Rise_Tablet_10.jpg);
		padding: 80px 5%;
	}
	#embody .row-7 .flex {
		display: flex;
		justify-content: space-between;
		align-items: start;
		flex-wrap: wrap;
	}
	#embody .row-7 .flex div {
		width: 48%;
	}
	#embody .row-7 h3 {
		padding: 10px 0;
	}
	#embody .row-7 img {
		margin-top: 30px;
	}
	#embody .video {
		padding: 60px 5%;
	}
	#embody .video h2 {
		max-width: 100%;
		padding-bottom: 30px;
	}
	#embody .row-8 {
		background-image: url(img/embody/Embody-&-Rise_Tablet_11.jpg);
		padding: 80px 5%;
	}
	#embody .row-8 h2 {
		padding-bottom: 30px;
	}
	#embody .form .testo p {
		max-width: 300px;
	}
/*--------------CORPORATE------------------*/
	#corporate .intro {
		background-image: url(img/corporate/Corporate-Workshops_Tablet_1.jpg);
	}
	#corporate .intro .text {
		padding-top: 35%;
	}
	#corporate .intro h1 {
		font-size: 4.5vw !important;
		line-height: 5.5vw !important;
	}
	#corporate .intro img {
		max-width: 100px;
	}
	#corporate .row-2 {
		background-image: url(img/corporate/Corporate-Workshops_Tablet_2.jpg);
	}
	#corporate .row-2 img {
		max-width: 100px;
	}
	#corporate .row-2 h4 {
		max-width: 620px;
		margin: 0 auto;
	}
	#corporate .row-4 {
		background-image: url(img/corporate/Corporate-Workshops_Tablet_3.jpg);
	}
	#corporate .row-4 p {
		max-width: 600px;
		margin: 0 auto;
	}
	#corporate .row-5 .right {
		background-image: url(img/corporate/Corporate-Workshops_Tablet_5.jpg);
	}
	#corporate .row-7 {
		background-image: url(img/corporate/Corporate-Workshops_Tablet_6.jpg);
		height: 145vh;
		background-position: bottom;
	}
	#corporate .row-7 .divider {
		margin: 60px auto 10px;
	}
	#corporate .row-7 .flex p {
		width: 33%;
		padding: 0;
	}
	#corporate .row-7 .last {
		padding: 30px 12%;
	}
	#corporate .row-8 {
		background-image: url(img/corporate/Corporate-Workshops_Tablet_7.jpg);
		padding: 80px 5%; 
	}
	#corporate .row-8 .lista {
		padding-left: 80px;
	}
	#corporate .row-8 .lista p {
		max-width: 500px;
	}
	#corporate .row-8 .step {
		left: 60px;
		top: 32px;
		width: 3px;
		height: 270px;
	}
	#corporate .row-8 .step .circle {
		height: 15px;
		width: 15px;
		margin-left: -6px;
		margin-top: 20px;
	}
	#corporate .row-8 .step .circle-2 {
		margin-top: 85px;
	}
	#corporate .row-8 .step .circle-3 {
		margin-top: 85px;
	}
	#corporate .row-9 {
		padding: 80px 5% 40px;
	}
	#corporate .row-9 .flex {
		display: flex;
		flex-wrap: wrap;
		align-items: start;
		justify-content: space-around;
		padding-top: 60px;
	}
	#corporate .row-9 .flex div {
		width: 38%;
	}
	#corporate .row-9 .flex h4 span {
		font-size: 8vw;
	}
	#corporate .row-10 .right {
		background-image: url(img/corporate/Corporate-Workshops_Tablet_9.jpg);
		padding: 30px 5% 80px;
	}
	#corporate .row-11 {
		padding: 80px 5%;
	}




}
@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 {
	    height: 90vh;
	    max-height: 1000px;
	}
	/*------------------------------------*\
	    RESPONSIVE - layout desktop
	\*------------------------------------*/
	
	/* header */
	.header {
		display: flex !important;
		justify-content: space-between;
		align-items: center;
		position: fixed !important;
	}
	.header .favicon {
		display: none;
	}
	.logo .green {
		display: none;
	}
	.logo .desktop {
		display: block;
	}
	.logo img {
		max-width: 180px;
	}
	.pagina-desktop .logo {
		max-width: 180px;
		width: 100%;
		position: relative;
		left: 2%;
		top: 0;
	}
	/* 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: 2%;
		top: 0;
	}
	.pagina-desktop .nav ul {
		margin-top: 0;
		text-align: right;
		display: inline-block;
	}
	.pagina-desktop .nav ul li {
		padding: 0 0 0 30px;
		display: inline-block;
		text-transform: none;
	}
	.pagina-desktop .nav ul li a {
		font-size: 16px;
		letter-spacing: 1px;
		color: #1B4433;
		text-transform: uppercase;
	}
	.nav .desktop {
		display: block;
	}
	.nav .mobile {
		display: none;
	}
	.nav .sottomenu {
		position: relative;
		cursor: pointer;
		height: 70px;
		line-height: 70px;
	}
	.nav .sottomenu:hover .sub-menu {
		display: flex !important;
	}
	.nav .sottomenu:hover img {
		transform: rotateZ(90deg);
		transition-duration: 0.5s;
	}
	.nav .sub-menu li {
		width: 100%;
		padding: 10px 0 10px 30px !important;
		transition-duration: 0.5s;
	}
	.nav .sub-menu li:nth-child(2) {
		border-radius: 0 0 10px 10px;
	}
	.nav .sub-menu li:hover {
		background-color: #fff3eb;
		transition-duration: 0.5s;
	}
	.nav .sub-menu li a {
		height: 40px;
		line-height: 40px;
	}
	.nav .sottomenu .sub-menu {
		flex-direction: column;
		justify-content: flex-start;
		background-color: rgba(255, 255, 255, 0.70);
		position: absolute;
		top: 0;
		left: 0;
		text-align: left;
		width: 200px;
		margin-top: 70px;
		z-index: 2;
		height: auto;
		border-radius: 0 0 10px 10px;
	}
	.nav .sottomenu a {
		display: flex;
		align-items: center;
	}
	.nav .sottomenu img {
		max-width: 8px;
		margin-left: 10px;
		transition-duration: 0.5s;
	}
	.pagina-desktop .openclose {
		display: none;
	}
	.wpml-ls-legacy-list-horizontal a {
		padding: 0;
	}
	.header-widget-area {
		top: 35%;
	}
	aside {
		max-width: 30%;
	}
	.footer > div {
		padding: 60px 5%;
	}
	.footer #nav_menu-2 {
		border: none;
		margin: 0;
	}
	.footer #nav_menu-2 ul {
		display: flex;
		justify-content: center;
	}
	.footer #nav_menu-2 ul li {
		padding: 0 10px;
	}
	.footer #nav_menu-2 a {
		margin: 0;
	}
	.footer #custom_html-2 {
		border: none;
	}
	main {
		font-size: 20px !important;
		line-height: 25px !important;
	}
/*--------------HOME------------------*/
	.recensioni .profile .name h2 {
		font-size: 20px !important;
		line-height: 30px !important;
	}
	#home .row-2 h4 {
		max-width: 750px;
	}
	.intro .text {
		padding-top: 15%;
	}
/*--------------ABOUT------------------*/
	#about h1 {
		max-width: 620px;
	}
	#about .row-2 {
		padding: 90px 5% 0 11%;
		height: 100vh;
	}
	#about .row-2 div {
		padding-bottom: 60px;
	}
	#about .row-2 div p {
		width: 90%;
	}
	#about .row-2 .circle {
		margin-right: 15px;
		width: 15px;
		height: 15px;
		margin-top: 0;
	}
	#about .row-3 h4 {
		max-width: 800px;
	}
	#about .row-4 p {
		width: 650px;
	}
	#about .row-7 .right .testo {
		max-width: 750px;
	}
/*--------------CORPORATE------------------*/
	#corporate .row-7 {
		height: 150vh;
	}
/*--------------RESOURCES------------------*/
	#resources .intro h1 {
		max-width: 600px;
	}
	#resources .row-1 h4 {
		max-width: 710px;
	}
/*--------------CONTACTS------------------*/
	#contacts h3 {
		max-width: 600px;
	}
ì}
@media only screen and (min-width:1280px) {
	.parallax {
		background-attachment: fixed !important;
	}
	.logo img {
	    max-width: 200px;
	}
	.popup-content .sfondo {
	    max-width: 1100px;
    }
	h1 {
		font-size: 4.4vw !important;
		line-height: 5.4vw !important;
	}
	h2 {
		font-size: 2.5vw !important;
		line-height: 3.5vw !important;
	}
	h3 {
		font-size: 1.6vw !important;
		line-height: 2.6vw !important;
	}
	h4 {
		font-size: 2vw !important;
		line-height: 3vw !important;
	}
	.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%;
	}
	.wpcf7-submit {
		margin: 40px 0 0;
	}
	.footer a,
	.footer #custom_html-2 h3 {
		font-size: 1.3vw !important;
		line-height: 1.6vw !important;
	}
	.footer #media_image-2 img {
		display: none;
	}
	.footer #media_image-3 {
		width: 20%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.footer #media_image-3 img {
		display: block;
	}
	.footer-widget-area {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.footer-widget-area #custom_html-2 .textwidget {
		display: flex;
		align-items: center;
		justify-content: start;
	}
	.footer #nav_menu-2 {
		width: 45%;
		text-align: left;
		padding: 0;
	}
	.footer #nav_menu-2 ul {
		justify-content: end;
	}
	.footer #custom_html-2 {
		width: 45%;
		text-align: right;
	}
	.footer #custom_html-2 .social {
		margin: 0;
		padding: 0;
	}
	.footer #custom_html-2 .social img {
		margin-left: 30px;
	}
	.footer #custom_html-2 h3 {
		padding: 0;
	}
/*--------------HOME------------------*/
	#home .intro {
		background-image: url(img/home/Home_Desktop_1.jpg);
		aspect-ratio: 16 / 10;
		height: auto;
	}
	#home .intro .text {
		padding-top: 18%;
		align-items: start;
		width: 70%;
		margin-left: 30%;
		height: auto;
	}
	#home .intro h3 {
		max-width: 50vw;
	}
	#home .row-2 {
		background-image: url(img/home/Home_Desktop_2.jpg);
	}
	#home .row-2 img {
		max-width: 70px;
	}
	#home .row-2 h4 {
		max-width: 75vw;
	}
	.carosello {
		width: 90%;
	}
	#home .row-3 img {
		width: 80% !important;
	}
	#home .row-4 {
		background-image: url(img/home/Home_Desktop_3.jpg);
	}
	#home .row-4 .testo {
		justify-content: center;
	}
	#home .row-4 h2 {
		padding-bottom: 20px;
	}
	#home .row-4 .testo p {
		width: 36%;
		padding: 0 30px;
	}
	#home .row-4 .divider {
		width: 45%;
		margin: 30px 0 20px;
	}
	#home .row-5 {
		background-image: url(img/home/Home_Desktop_4.jpg);
	}
	#home .row-5 h2 {
		padding-bottom: 10px;
	}
	#home .row-5 .testo {
		justify-content: center;
	}
	#home .row-5 .testo p {
		width: 25%;
		padding-bottom: 10px;
	}
	#home .row-5 .testo-2 {
		padding-top: 25%;
	}
	#home .row-5 .testo-2 b {
		padding-top: 30px;
	}
	#home .row-5 .testo-2 p {
		max-width: 850px;
	}
	#home .row-5 .divider {
		margin: 40px auto 20px;
	}
	#home .row-6 {
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
	}
	#home .row-6 h2 {
		padding-bottom: 40px;
	}
	#home .row-6 .right {
		background-image: url(img/home/Home_Desktop_5.jpg);
		width: 60%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	#home .row-6 .right .testo {
		max-width: 560px;
	}
	#home .row-6 .left {
		width: 40%;
	}
	#home .row-6.reverse {
		flex-direction: row;
	}
	#home .row-6.reverse .right {
		background-image: url(img/home/Home_Desktop_7.jpg);
		width: 60%;
	}
	#home .row-7 {
		background-image: url(img/home/Home_Desktop_9.jpg);
		padding: 80px 5%;
	}
	.news {
		display: flex;
		justify-content: space-between;
	}
	.news a {
		width: 49.5%;
	}
	.form {
		display: flex;
		justify-content: space-between;
		align-items: start;
	}
	.form .testo { 
		width: 30%;
	}
	.form .right {
		width: 65%;
	}
	.form .testo h2 {
		font-size: 2.8vw !important;
		line-height: 3.8vw !important;
	}
	.form .testo h3 {
		margin-top: 30px;
		font-size: 1.3vw !important;
		line-height: 1.6vw !important;
	}
	.form p {
		padding-bottom: 0;
	}
	.news .hover {
		display: none;
	}
/*--------------ABOUT------------------*/
	#about h1 {
		max-width: 750px;
		font-size: 3vw !important;
		line-height: 4vw !important;
	}
	#about .intro {
		background-image: url(img/about/About_Desktop_1.jpg);
		aspect-ratio: 16 / 12;
		height: auto;
	}
	#about .intro .text {
		padding-top: 10%;
		height: auto;
	}
	#about .row-2 {
		background-image: url(img/about/About_Desktop_2.jpg);
		height: auto;
		padding: 100px 0 40px 5%;
	}
	#about .row-2 div {
		padding-bottom: 40px;
	}
	#about .row-2 div:nth-child(1) {
		max-width: 830px;
	}
	#about .row-2 div:nth-child(2) {
		max-width: 600px;
	}
	#about .row-2 div:nth-child(3) {
		max-width: 680px;
	}
	#about .row-2 div:nth-child(4) {
		max-width: 100%;
	}
	#about .row-2 div:nth-child(5) {
		max-width: 550px;
	}
	#about .row-2 div:nth-child(6) {
		max-width: 650px;
	}
	#about .row-2 div:nth-child(7) {
		max-width: 500px;
	}
	#about .row-2 div:nth-child(8) {
		max-width: 250px;
	}
	#about .row-2 .circle {
		margin-top: 7px;
	}
	#about .row-2 .linea {
		margin-left: 6px;
		height: 82vh;
		top: 110px;
		left: 5%;
	}
	#about .row-3 h4 {
		max-width: 75vw;
		margin: 0 auto;
	}
	#about .row-4 .margin {
		padding-top: 30vw;
	}
	#about .row-4 {
		background-image: url(img/about/About_Desktop_3.jpg);
	}
	#about .row-4 .divider {
		width: 45%;
		margin: 60px auto 20px;
	}
	#about .row-4 .flex {
		padding-top: 0;
	}
	#about .row-6 {
		background-image: url(img/about/About_Desktop_4.jpg);
	}
	#about .row-6 .flex div {
		width: 20%;
		text-align: left;
		padding: 1%;
	}
	#about .row-6 .divider {
		margin: 30px 0 10px;
		width: 25%;
	}
	#about .row-6 .flex h3 {
		font-size: 1.3vw !important;
		line-height: 1.6vw !important;
	}
	#about .row-7 {
		display: flex;
		justify-content: center;
	}
	#about .row-7 .right h2 {
		padding-bottom: 40px;
	}
	#about .row-7 .right {
		width: 60%;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}
	#about .row-7 .right .testo {
		max-width: 650px;
	}
	#about .row-7 .left {
		width: 40%;
	}
	#about .row-7 .right .divider {
		width: 25%;
	}
/*--------------SERVICE------------------*/
	#services .intro {
		background-image: url(img/service/Services_Desktop_1.jpg);
		height: auto;
		aspect-ratio: 16/7;
	}
	#services .intro .text {
		height: auto;
		aspect-ratio: 16/7;
		padding-top: 5%;
	}
	#services .intro img {
		max-width: 70px;
		margin-top: 40px;
	}
	#services .row-2 .flex {
		max-width: 850px;
		margin: 0 auto;
	}
	#services .row-2 .flex p {
		width: 45%;
	}
	#services .row-2 .divider {
		width: 45%;
	}
	#services .row-3 {
		display: flex;
		justify-content: space-between;
	}
	#services .row-3 .right h2 {
		padding-bottom: 40px;
	}
	#services .row-3 .left {
		width: 40%;
	}
	#services .row-3 .right {
		background-image: url(img/service/Services_Desktop_2.jpg);
		width: 60%;
		padding: 60px 100px;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}
	#services .row-3 .right .testo {
		max-width: 600px;
	}
	#services .row-4 img {
		max-width: 80px;
		margin-top: 30px;
	}
	#services .row-4 h4 {
		max-width: 65vw;
		margin: 0 auto;
	}
	#services .row-5 {
		background-image: url(img/service/Services_Desktop_4.jpg);
		padding: 80px 15%;
	}
	.recensioni h2 {
		padding-bottom: 40px;
	}
	#services .row-6 .flex {
		display: flex;
		align-items: start;
		justify-content: space-between;
	}
	#services .row-6 .flex .image {
		width: 49.5%;
	}
	#services .row-6 h2 {
		padding-bottom: 40px;
	}
	#services .row-6 .image h2 {
		font-size: 30px !important;
		padding-bottom: 20px;
	}
	.pulsante-white {
		font-size: 18px !important;
	}
/*--------------CONTACT------------------*/
	#contacts .intro {
		background-image: url(img/contact/Contact_Desktop_1.jpg);
		height: auto;
		aspect-ratio: 16/12;
	}
	#contacts .intro .text {
		height: auto;
		aspect-ratio: 16/12;
	}
	#contacts .intro h3 {
		max-width: 100%;
		font-size: 1.5vw !important;
		line-height: 2vw !important;
	}
	#contacts .form .testo {
		padding-top: 20px;
	}
/*--------------RESOURCES------------------*/
	#resources .intro {
		background-image: url(img/resources/Free-Resources_Desktop_1.jpg);
		height: auto;
		aspect-ratio: 16/6;
	}
	#resources .intro h1 {
		max-width: 100%;
		font-size: 2.5vw !important;
		line-height: 3.5vw !important;
	}
	#resources .intro .text {
		height: auto;
		aspect-ratio: 16/6;
		padding-top: 50px;
	}
	#resources .intro img {
		max-width: 70px;
	}
	#resources .row-1 {
		background-image: url(img/resources/Free-Resources_Desktop_2.jpg);
	}
	#resources .row-1 h4 {
		max-width: 68vw;
		margin: 0 auto;
	}
	#resources .row-1 img {
		max-width: 70px;
		margin-top: 30px;
	}
	#resources .form .testo {
		margin-top: 20px;
	}
	#resources .news {
		padding: 80px 5%;
	}
	#resources .news a {
		width: 32.5%;
	}
/*--------------EMBODY------------------*/
	#embody .intro {
		background-image: url(img/embody/Embody-&-Rise_Desktop_1.jpg);
		height: auto;
		aspect-ratio: 16 / 7;
	}
	#embody .intro .text {
		height: auto;
		aspect-ratio: 16 / 7;
	}
	#embody .intro img {
		max-width: 70px;
	}
	#embody .intro h1 {
		max-width: 30vw;
		font-size: 2.5vw !important;
		line-height: 3.5vw !important;
	}
	.breadcrumps {
		left: 2%;
		padding-top: 90px;
	}
	#embody .row-1 {
		background-image: url(img/embody/Embody-&-Rise_Desktop_2.jpg);
		padding: 80px 14%;
	}
	#embody .row-2 {
		display: flex;
		justify-content: space-between;
		flex-direction: row;
	}
	#embody .row-2 h2 {
		padding-bottom: 40px;
		max-width: 400px;
	}
	#embody .row-2 .left {
		width: 40%;
	}
	#embody .row-2 .right {
		background-image: url(img/embody/Embody-&-Rise_Desktop_3.jpg);
		width: 60%;
		padding: 30px 100px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	#embody .row-2 .right .testo {
		max-width: 570px;
	}
	#embody .row-3 {
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
	}
	#embody .row-3 h2 {
		padding-bottom: 40px;
	}
	#embody .row-3 .left {
		width: 40%;
	}
	#embody .row-3 .right {
		background-image: url(img/embody/Embody-&-Rise_Desktop_5.jpg);
		width: 60%;
		padding: 30px 100px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	#embody .row-3 .right .testo {
		max-width: 570px;
	}
	#embody .row-4 {
		background-image: url(img/embody/Embody-&-Rise_Desktop_7.jpg);
		height: 100vh;
		min-height: 1400px;
	}
	#embody .row-4 .flex {
		max-width: 750px;
		margin: 0 auto;
	}
	#embody .row-4 .first {
		max-width: 730px;
		margin: 0 auto;
	}
	#embody .row-4 .last {
		max-width: 600px;
		margin: 0 auto;
	}
	#embody .row-5 {
		background-image: url(img/embody/Embody-&-Rise_Desktop_8.jpg);
	}
	#embody .row-5 .flex p {
		width: 25%;
	}
	#embody .row-6 {
		background-image: url(img/embody/Embody-&-Rise_Desktop_9.jpg);
	}
	#embody .row-6 .lista {
		display: flex;
		justify-content: space-between;
		align-items: start;
		text-align: center;
		padding: 0;
	}
	#embody .row-6 .lista p {
		width: 31%;
		padding-top: 20px;
	}
	#embody .row-6 strong {
		padding-top: 30px;
		font-size: 1.3vw !important;
		line-height: 1.6vw !important;
	}
	#embody .row-6 .step {
		width: 80vw;
		height: 2px;
		left: 5%;
		top: 65px;
	}
	#embody .row-6 .step .circle {
		height: 10px;
		width: 10px;
		margin-top: -4px;
		margin-left: 9vw;
	}
	#embody .row-6 .step .circle-2 {
		margin-left: 40vw;
		margin-top: -9px;
	}
	#embody .row-6 .step .circle-3 {
		margin-left: 71vw;
		margin-top: -10px;
	}
	#embody .row-7 {
		background-image: url(img/embody/Embody-&-Rise_Desktop_10.jpg);
	}
	#embody .row-7 h3 {
		font-size: 1.3vw !important;
		line-height: 1.6vw !important;
		padding: 10px 0 20px;
	}
	#embody .row-7 .flex div {
		width: 23%;
	}
	#embody .row-7 img {
		margin-top: 40px;
	}
	video {
		width: 70%;
	}
	#embody .video {
		padding: 80px 5%;
		text-align: center;
	}
	#embody .video h2 {
		padding-bottom: 60px;
	}
	#embody .row-8 {
		background-image: url(img/embody/Embody-&-Rise_Desktop_15.jpg);
	}
	#embody .row-8 h2 {
		padding-bottom: 60px;
	}
	#embody .row-8 p {
		max-width: 800px;
		margin: 0 auto;
	}
/*--------------CORPORATE------------------*/
	#corporate .intro {
		background-image: url(img/corporate/CorporateWorkshops_Dektop_1.jpg);
		height: auto;
		aspect-ratio: 16 / 7;
	}
	#corporate .intro h1 {
		font-size: 2.5vw !important;
		line-height: 3.5vw !important;
	}
	#corporate .intro .text {
		height: auto;
		aspect-ratio: 16 / 7;
		padding-top: 12%;
	}
	#corporate .intro .text img {
		display: none;
	}
	#corporate .row-2 {
		background-image: url(img/corporate/CorporateWorkshops_Dektop_2.jpg);
		padding: 80px 5%;
	}
	#corporate .row-2 h4 {
		max-width: 65vw;
		margin: 0 auto;
	}
	#corporate .row-2 img {
		max-width: 70px;
	}
	#corporate .row-3 {
		padding: 40px 0 0;
	}
	#corporate .row-4 {
		background-image: url(img/corporate/CorporateWorkshops_Dektop_3.jpg);
		padding: 80px 5%;
	}
	#corporate .row-4 p {
		max-width: 950px;
		margin: 0 auto;
	}
	#corporate .row-5 {
		display: flex;
		justify-content: space-between;
	}
	#corporate .row-5 h2 {
		padding-bottom: 40px;
	}
	#corporate .row-5 .left {
		width: 40%;
	}
	#corporate .row-5 .right {
		background-image: url(img/corporate/CorporateWorkshops_Dektop_5.jpg);
		width: 60%;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		padding: 30px 100px;
	}
	#corporate .row-5 .right .testo {
		max-width: 570px;
	}
	#corporate .row-5 h2 .divider {
		width: 35%;
	}
	#corporate .row-5 ul {
		padding-left: 30px;
	}
	#corporate .row-6 {
		padding: 80px 5%;
	}
	#corporate .row-6 p {
		max-width: 960px;
		margin: 0 auto;
	}
	#corporate .row-7 {
		background-image: url(img/corporate/CorporateWorkshops_Dektop_6.jpg);
		padding: 80px 5%;
		height: 140vh;
		min-height: 1700px;
	}
	#corporate .row-7 .flex {
		max-width: 900px;
		margin: 0 auto;
	}
	#corporate .row-7 .flex p {
		width: 33.333333%;
		padding: 0 3%;
	}
	#corporate .row-7 .divider {
		width: 45%;
	}
	#corporate .row-7 .last {
		max-width: 920px;
		margin: 0 auto;
	}
	#corporate .row-8 {
		background-image: url(img/corporate/CorporateWorkshops_Dektop_7.jpg);
	}
	#corporate .row-8 p {
		max-width: 550px;
		margin: 0 auto;
	}
	#corporate .row-8 .lista {
		display: flex;
		justify-content: space-between;
		align-items: start;
		text-align: center;
		padding: 0;
	}
	#corporate .row-8 .lista p {
		width: 31%;
	}
	#corporate .row-8 strong {
		padding-top: 30px;
	}
	#corporate .row-8 .step {
		width: 80vw;
		height: 2px;
		left: 5%;
		top: 65px;
	}
	#corporate .row-8 .step .circle {
		height: 10px;
		width: 10px;
		margin-top: -4px;
		margin-left: 9vw;
	}
	#corporate .row-8 .step .circle-2 {
		margin-left: 40vw;
		margin-top: -9px;
	}
	#corporate .row-8 .step .circle-3 {
		margin-left: 71vw;
		margin-top: -10px;
	}
	#corporate .row-9 .flex div {
		width: 23%;
	}
	#corporate .row-9 .flex h4 span {
		font-size:4vw;
	}
	#corporate .row-10 {
		display: flex;
		justify-content: space-between;
	}
	#corporate .row-10 h2 {
		padding-bottom: 40px;
	}
	#corporate .row-10 .left {
		width: 40%;
	}
	#corporate .row-10 .right {
		background-image: url(img/corporate/CorporateWorkshops_Dektop_8.jpg);
		width: 60%;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		padding: 40px 100px;
	}
	#corporate .row-10 .right .testo {
		max-width: 570px;
	}
	#corporate .row-10 h2 .divider {
		width: 28%;
	}
	#corporate .row-11 {
		display: flex;
		justify-content: center;
		align-items: start;
		flex-wrap: wrap;
	}
	#corporate .row-11 a {
		width: 33.333333%;
		padding: 0.5%;
	}
	#corporate .row-11 img {
		margin: 0;
	}



}
@media only screen and (min-width:1600px) {
	input, textarea {
		margin-top: 50px;
	}
	.wpcf7-form {
		margin-top: -30px;
	}
/*--------------HOME------------------*/
	#home .intro h3 {
		max-width: 800px;
	}
	#home .row-3 {
		padding: 60px 0;
	}
	#home .row-4 .testo p {
		width: 22%;
	}
	#home .row-5 .testo p {
		width: 21%;
	}
/*--------------ABOUT------------------*/
	#about .row-2 div {
		padding-bottom: 50px;
	}
	#about .row-2 .linea {
		height: 80vh;
	}
/*--------------EMBODY------------------*/
	#embody .row-6 .step {
		left: 5vw;
	}
	#embody .row-6 .step .circle {
		margin-left: 8.5vw;
	}
	#embody .row-6 .step .circle-2 {
		margin-left: 39.5vw;
	}
	#embody .row-6 .step .circle-3 {
		margin-left: 70.5vw;
	}
/*--------------CORPORATE------------------*/
	#corporate .row-8 .step {
		left: 5vw;
	}
	#corporate .row-8 .step .circle {
		margin-left: 9.5vw;
	}
	#corporate .row-8 .step .circle-2 {
		margin-left: 39.5vw;
	}
	#corporate .row-8 .step .circle-3 {
		margin-left: 69.5vw;
	}
/*--------------RESOURCE------------------*/
	#resources .intro h1 {
	#resources .news .text {
		padding-bottom: 80px;
	}
}
@media only screen and (min-width:1850px) {
/*--------------EMBODY------------------*/
	#embody .row-4 {
		height: 130vh;
		min-height: 1400px;
	}
	#embody .row-6 .step .circle {
		margin-left: 8vw;
	}
	#embody .row-6 .step .circle-3 {
		margin-left: 71.5vw;
	}
/*--------------CORPORATE------------------*/
	#corporate .row-7 {
		height: 150vh;
		min-height: 1700px;
	}
}

