body.home {
	background: #FFF;
}
.home #barra_top {
	height: 162px;
}
.home #barra_top #barra_top_container {
	height: 162px;
}
.home #barra_top #main_logo {
	width: 220px;
	height: 137px;
}
.home #barra_top.sticky #main_logo {
	width: 170px;
	height: 41px;
}
.home #barra_top #main_logo img {
	width: 100%;
}
.home #sfondo {
	position: relative;
	transition: 1s;
	background: var(--primario);
}
.home #sfondo .sfondo {
	position: absolute;
	z-index: 0;
}
.home #sfondo .foglia {
	right: 0;
	bottom: 0;
	left: 0;
	transition: 0.1s;
}
.home #sfondo .foglia img {
	width: 80%;
	object-fit: contain;
}
.home #fascia_piscina .sfondo {
	position: absolute;
	z-index: 0;
}
.home #fascia_piscina .piatto {
	top: 100px;
	right: 0;
}
.home #fascia_piscina .piatto img {
	width: 460px;
	object-fit: contain;
}
.home #ordine_wrapper {
	display: flex;
	flex-direction: column;
}
.home #fascia_esplora .box_wrapper:hover .contenuto,
.home #fascia_esplora .box_wrapper:active .contenuto,
.home #fascia_esplora .box_wrapper:focus .contenuto {
	background: #F6F4F0;
}
@media screen and (max-width: 960px) {
	.home #ordine_wrapper {
		flex-direction: column-reverse;
	}
}
@media screen and (max-width: 767px) {
	.home #barra_top,
	.home #barra_top #barra_top_container {
		height: 170px;
	}
	.home #barra_top.sticky,
	.home #barra_top.sticky #barra_top_container {
		height: 70px;
	}
	.home #barra_top #main_logo {
		top: 40px;
		width: 210px;
		height: 130px;
	}
	.home #barra_top.sticky #main_logo {
		top: 5px;
		width: 110px;
		height: 62px;
	}
	.home #barra_top #btn_menu {
		margin: 20px 0 0;
	}
	.home #barra_top #btn_menu span {
		display: none;
	}
	.home #barra_top #btn_lingue {
		margin: 20px 0 0;
	}
	.home #fascia_recensioni {
		padding: 20px 0 50px;
	}
}


/** FASCIA INTRODUZIONE **/
#fascia_introduzione {
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	max-width: 1080px;
	margin: 110px auto 100px;
}
#fascia_introduzione .foto_sinistra {
	position: relative;
	width: 100%;
}
#fascia_introduzione .foto_sinistra img {
	display: block;
	max-width: 660px;
	margin: 60px 0 0 auto;
	aspect-ratio: 660/880;
	object-fit: cover;
}
#fascia_introduzione .foto_sinistra .cornice {
	position: absolute;
	z-index: 1;
	top: 70px;
	right: 70px;
	bottom: 70px;
	left: 70px;
	border: 1px solid rgba(255, 255, 255, 0.7);
}
#fascia_introduzione .testo h1,
#fascia_introduzione .testo h2 {
	font-size: 32px;
	line-height: 41px;
	display: block;
	margin: 0 0 20px;
	color: var(--secondario);
}
#fascia_introduzione .contenuto {
	flex: none;
	width: 360px;
}
#fascia_introduzione .contenuto .testo {
	position: relative;
	margin: 0 0 50px;
	padding: 0 20px 0 0;
	text-align: left;
}
#fascia_introduzione .contenuto .testo.secondo {
	margin: 50px 0 0 0;
}
#fascia_introduzione .contenuto .testo .stella {
	position: absolute;
	z-index: 1;
	top: -80px;
	left: -105px;
	width: 200px;
	height: auto;
	opacity: 0.1;
}
#fascia_introduzione .testo.mobile .stella {
	position: absolute;
	z-index: 1;
	top: -80px;
	left: 10px;
}
#fascia_introduzione .contenuto .puzzle {
	position: relative;
	margin: 0 -35% 0 0;
	padding: 15px;
	background: #FFF;
}
#fascia_introduzione .contenuto .puzzle1 {
	box-sizing: border-box;
	width: 50%;
	padding: 0 10px;
}
#fascia_introduzione .contenuto .puzzle2 {
	width: 50%;
}
#fascia_introduzione .contenuto .puzzle img {
	display: block;
	max-width: 360px;
	margin: 0 0 0 auto;
	aspect-ratio: 300/300;
}
#fascia_introduzione .contenuto .puzzle img.small {
	max-width: 72%;
	margin: 0 0 10px;
}
@media screen and (max-width: 1220px) {
	#fascia_introduzione {
		margin: 110px 0 100px 25px;
	}
	#fascia_introduzione .contenuto .testo .stella {
		top: -80px;
		left: 10px;
	}
}
@media screen and (max-width: 1060px) {
	#fascia_introduzione .foto_sinistra {
		display: flex;
		align-items: center;
	}
	#fascia_introduzione .foto_sinistra img {
		max-width: 350px;
		margin: 0;
	}
}
@media screen and (max-width: 767px) {
	#fascia_introduzione {
		align-items: center;
		flex-direction: column-reverse;
		margin: 40px 25px 60px;
	}
	#fascia_introduzione .contenuto .testo .stella {
		top: -55px;
		left: -35px;
		width: 100px;
	}
	#fascia_introduzione .foto_sinistra {
		align-self: end;
		width: 100%;
		max-width: 300px;
		margin: 0 -25px 0 0;
	}
	#fascia_introduzione .foto_sinistra .foto {
		position: relative;
	}
	#fascia_introduzione .foto_sinistra img {
		width: 100%;
	}
	#fascia_introduzione .foto_sinistra .cornice {
		top: 30px;
		right: 30px;
		bottom: 30px;
		left: 30px;
	}
	#fascia_introduzione .foto_sinistra h2 {
		font-size: 38px;
		position: static;
		display: inline-block;
		height: auto;
		padding: 0 20px;
	}
	#fascia_introduzione .foto_sinistra a {
		display: none;
		visibility: hidden;
	}
	#fascia_introduzione .contenuto {
		width: 100%;
		margin: 0;
	}
	#fascia_introduzione .contenuto .testo {
		margin: 0 0 40px;
		padding: 0;
	}
	#fascia_introduzione .testo h1,
	#fascia_introduzione .testo h2 {
		font-size: 26px;
		line-height: 30px;
		margin: 0 0 20px;
	}
	#fascia_introduzione .contenuto .puzzle {
		margin: 0 auto -70px;
		padding: 0;
		background: transparent;
	}
	#fascia_introduzione .contenuto .puzzle img {
		max-width: 230px;
		margin: 0 -20px;
		padding: 10px;
		background: #FFF;
	}
	#fascia_introduzione .contenuto .puzzle1 {
		padding: 0 10px 0 0;
	}
	#fascia_introduzione .contenuto .testo.secondo {
		display: none;
	}
	#fascia_introduzione .testo.mobile {
		position: relative;
		margin: 35px 0 0;
	}
}


/** FASCIA CAMERE **/
body #fascia_camere {
	position: relative;
	z-index: 1;
	margin: 0 0 100px;
}
#fascia_camere #video {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-left: 50vw;
	transform: translate(-50%);
	opacity: 0.5;
	object-fit: cover;
	object-position: center;
}
#fascia_camere .fascia_camere_wrapper {
	max-width: 1500px;
	margin: 0 auto;
	padding: 70px 0;
}
#fascia_camere .sfondo {
	position: absolute;
	z-index: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 210px;
	background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
}
#fascia_camere .sfondo span {
	font-family: "Optima", serif;
	position: absolute;
	z-index: -1;
	bottom: 20px;
	left: 10%;
	color: #FFF;
}
#fascia_camere .box .owl-carousel {
	width: 100%;
	max-width: 880px;
	height: 600px;
}
#fascia_camere .box.dx .owl-carousel {
	position: absolute;
	right: 0;
}
#fascia_camere .box .owl-carousel .owl-prev,
#fascia_camere .box .owl-carousel .owl-next {
	position: absolute;
	z-index: 1;
	bottom: 45px;
	width: 50px;
	height: 50px;
	cursor: pointer;
}
#fascia_camere .box .owl-dots {
	position: absolute;
	right: 70px;
	bottom: 20px;
}
#fascia_camere .box .owl-dots .owl-dot {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0 15px 0 0;
	border-radius: 50%;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgNiA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8Y2lyY2xlIG9wYWNpdHk9IjAuOSIgY3g9IjMiIGN5PSIzIiByPSIyLjUiIGZpbGw9IndoaXRlIiBzdHJva2U9IndoaXRlIi8+Cjwvc3ZnPg==");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 6px auto;
}
#fascia_camere .box .owl-dots .owl-dot:hover {
	border: 1px solid rgb(255, 255, 255, 0.2);
}
#fascia_camere .box .owl-dots .owl-dot.active {
	width: 40px;
	height: 40px;
	border: 1px solid #FFF;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgNiA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8Y2lyY2xlIG9wYWNpdHk9IjAuOSIgY3g9IjMiIGN5PSIzIiByPSIyLjUiIGZpbGw9IndoaXRlIiBzdHJva2U9IndoaXRlIi8+Cjwvc3ZnPg==");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 6px auto;
}
#fascia_camere .box .owl-carousel a {
	display: block;
}
#fascia_camere .box {
	position: relative;
	display: flex;
	flex-direction: row;
	margin: 0;
}
#fascia_camere .box.sx {
	flex-direction: row;
	justify-content: flex-start;
}
#fascia_camere .box .carousel_container {
	position: relative;
	flex: 0 0 auto;
	width: 59%;
	height: 600px;
	margin: 0;
}
#fascia_camere .box .immagine {
	width: 100%;
	max-width: 880px;
	height: 600px;
	object-fit: cover;
}
#fascia_camere .box .testo {
	flex: 1 1 auto;
	max-width: 350px;
	margin: 70px 0 0;
	padding: 0 0 0 40px;
	text-align: left;
}
#fascia_camere .box .testo h3 {
	font-family: "LaLuxesScript", serif;
	font-size: 78px;
	line-height: normal;
	display: block;
	margin: 0 0 30px;
	color: #686C56;
}
#fascia_camere .box .testo h2, #fascia_camere .box .titolo {
	font-size: 30px;
	line-height: 33px;
	margin: 0 0 20px;
	color: var(--secondario);
}
#fascia_camere .box .testo .descrizione {
	font-size: 16px;
	line-height: 25px;
	margin: 0 0 30px;
}
#fascia_camere .box .testo .testo_box {
	margin: 0 0 40px;
}
#fascia_camere .wrapper a,
#fascia_camere .link a {
	position: relative;
	z-index: 0;
	display: inline-block;
}
#fascia_camere .link {
	margin: 0 0 20px;
	padding: 0 40px;
}
#fascia_camere .link.mobile {
	margin: 0 20px;
	padding: 0;
}
#fascia_camere .box .wrapper img {
	position: relative;
	z-index: 1;
	width: auto;
	max-width: 380px;
	height: auto;
	margin: 50px -70px 0;
	padding: 10px;
	background: #FFF;
	aspect-ratio: 360/245;
}
@media screen and (max-width: 1200px) {
	#fascia_camere .box .carousel_container {
		width: 55%;
		height: auto;
	}
	#fascia_camere .box .owl-carousel {
		height: auto;
	}
	#fascia_camere .box .immagine {
		height: auto;
	}
	#fascia_camere .box .wrapper img {
		max-width: 300px;
	}
}
@media screen and (max-width: 960px) {
	.container1200 {
		margin: 0;
	}
	#fascia_camere .box {
		max-width: 700px;
		margin: 0 auto;
	}
	#fascia_camere .box.sx,
	#fascia_camere .box.dx {
		flex-direction: column;
	}
	#fascia_camere .box .titolo {
		display: block;
		margin: 0 20px 5px;
	}
	#fascia_camere .box .carousel_container {
		order: 1;
		width: 100%;
		height: auto;
		margin: 0 0 40px;
		padding: 0 0 50px;
	}
	#fascia_camere .link {
		display: none;
	}
	#fascia_camere .link.mobile {
		display: block;
		order: 2;
	}
	#fascia_camere .box .owl-carousel {
		height: auto;
	}
	#fascia_camere .box .immagine_wrapper {
		width: 100%;
	}
	#fascia_camere .box .immagine {
		width: 100%;
		height: auto;
	}
	#fascia_camere .sfondo {
		height: 130px;
	}
	#fascia_camere .box .owl-dots {
		bottom: -55px;
		left: 25px;
	}
	#fascia_camere .box .owl-dots .owl-dot,
	#fascia_camere .box .owl-dots .owl-dot.active {
		width: 30px;
		height: 30px;
		background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgNiA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8Y2lyY2xlIG9wYWNpdHk9IjAuOSIgY3g9IjMiIGN5PSIzIiByPSIyLjUiIGZpbGw9IiMyQjJEMkEiIHN0cm9rZT0iIzJCMkQyQSIvPgo8L3N2Zz4=");
	}
	#fascia_camere .box .owl-dots .owl-dot.active {
		border: 1px solid var(--testo);
	}
	#fascia_camere .box .testo {
		width: 100%;
		max-width: unset;
		margin: 0 auto;
		padding: 0 25px;
	}
	#fascia_camere .box.dx .testo {
		right: unset;
	}
	#fascia_camere .box .wrapper img {
		display: none;
	}
	#fascia_camere .wrapper a {
		display: none;
	}
	#fascia_camere .link a {
		display: block;
		width: fit-content;
	}
}
@media screen and (max-width: 767px) {
	body #fascia_camere {
		margin: 0 0 50px;
	}
	#fascia_camere .fascia_camere_wrapper {
		padding: 50px 0 40px;
	}
	#fascia_camere .box .testo h3 {
		font-size: 52px;
		margin: 0 0 10px;
	}
	#fascia_camere .box .testo h2,
	#fascia_camere .box .titolo {
		font-size: 26px;
		line-height: 33px;
		margin: 0 0 10px;
		padding: 0;
	}
	#fascia_camere .sfondo span {
		font-size: 16px;
		line-height: 33px;
	}
}


/** FASCIA PISCINA **/
#fascia_piscina {
	position: relative;
	margin: 0 auto 130px;
	padding: 0;
}
#fascia_piscina .fascia_piscina_wrapper {
	display: flex;
	flex-direction: row;
	justify-content: center;
	max-width: 1080px;
	margin: 0 auto;
}
#fascia_piscina .foto_sinistra {
	position: relative;
	width: auto;
	max-width: 660px;
}
#fascia_piscina .foto_sinistra img {
	max-width: 660px;
	aspect-ratio: 660/870;
	object-fit: cover;
}
#fascia_piscina .contenuto {
	width: 420px;
}
#fascia_piscina .testo {
	margin: 40px 0 0;
	padding: 0 0 0 40px;
	text-align: center;
}
#fascia_piscina .testo h2 {
	font-size: 30px;
	line-height: 36px;
	display: block;
	margin: 0 0 40px;
	color: var(--secondario);
}
#fascia_piscina .contenuto .puzzle img {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 370px;
	margin: 0 0 50px;
	aspect-ratio: 370/260;
}
#fascia_piscina .cta {
	position: relative;
	z-index: 0;
	display: block;
	width: fit-content;
	margin: 50px auto 0;
}
@media screen and (max-width: 1120px) {
	#fascia_piscina .foto_sinistra img {
		max-width: 450px;
	}
}
@media screen and (max-width: 960px) {
	#fascia_piscina .foto_sinistra img {
		max-width: 400px;
	}
	#fascia_piscina .contenuto {
		width: 320px;
	}
	#fascia_piscina .testo h2 {
		margin: 0 0 20px;
	}
	#fascia_piscina .contenuto .puzzle img {
		margin: 0 0 30px;
	}
	#fascia_piscina .cta {
		margin: 30px auto 0;
	}
}
@media screen and (max-width: 767px) {
	#fascia_piscina {
		margin: 0 auto 60px;
	}
	#fascia_piscina .fascia_piscina_wrapper {
		align-items: center;
		flex-direction: column-reverse;
		margin: 0;
	}
	#fascia_piscina .foto_sinistra {
		width: 100%;
		max-width: 500px;
		height: auto;
	}
	#fascia_piscina .foto_sinistra .sfondo {
		display: block;
	}
	.home #fascia_piscina .piatto {
		display: none;
	}
	#fascia_piscina .foto_sinistra .foto {
		position: relative;
	}
	#fascia_piscina .foto_sinistra img {
		width: 100%;
		max-width: 500px;
		padding: 0 25px;
	}
	#fascia_piscina .foto_sinistra h2 {
		font-size: 26px;
		line-height: 33px;
		position: absolute;
		bottom: 90px;
		display: inline-block;
		padding: 0 20px;
		text-transform: uppercase;
		color: #FFF;
	}
	#fascia_piscina .cta {
		margin: 30px auto 40px;
	}
	#fascia_piscina .contenuto {
		width: 100%;
		max-width: 500px;
	}
	#fascia_piscina .contenuto .testo {
		font-size: 20px;
		line-height: 30px;
		margin: 0;
		padding: 0;
	}
	#fascia_piscina .contenuto .testo_box {
		margin: 0 25px;
	}
	#fascia_piscina .testo h1,
	#fascia_piscina .testo h2 {
		font-size: 26px;
		line-height: 31px;
		margin: 0 25px 30px;
	}
	#fascia_piscina a {
		position: static;
		display: block;
		margin: 30px -160px 0 auto
	}
}


/** FASCIA SPA **/
body #fascia_spa {
	position: relative;
	z-index: 1;
	margin: 0 0 100px;
}
#fascia_spa #video {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	object-fit: cover;
	object-position: center;
}
#fascia_spa .fascia_spa_wrapper {
	max-width: 1500px;
	margin: 0 auto;
	padding: 70px 0;
}
#fascia_spa .sfondo {
	position: absolute;
	z-index: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 210px;
	background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
}
#fascia_spa .sfondo span {
	font-family: "Optima", serif;
	position: absolute;
	z-index: -1;
	bottom: 20px;
	left: 10%;
	color: #FFF;
}
#fascia_spa .box .owl-carousel {
	width: 100%;
	max-width: 880px;
	height: 600px;
}
#fascia_spa .box.dx .owl-carousel {
	position: absolute;
	right: 0;
}
#fascia_spa .box .owl-carousel .owl-prev,
#fascia_spa .box .owl-carousel .owl-next {
	position: absolute;
	z-index: 1;
	bottom: 45px;
	width: 50px;
	height: 50px;
	cursor: pointer;
}
#fascia_spa .box .owl-dots {
	position: absolute;
	right: 70px;
	bottom: 20px;
}
#fascia_spa .box .owl-dots .owl-dot {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0 15px 0 0;
	border-radius: 50%;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgNiA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8Y2lyY2xlIG9wYWNpdHk9IjAuOSIgY3g9IjMiIGN5PSIzIiByPSIyLjUiIGZpbGw9IndoaXRlIiBzdHJva2U9IndoaXRlIi8+Cjwvc3ZnPg==");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 6px auto;
}
#fascia_spa .box .owl-dots .owl-dot:hover {
	border: 1px solid rgb(255, 255, 255, 0.2);
}
#fascia_spa .box .owl-dots .owl-dot.active {
	width: 40px;
	height: 40px;
	border: 1px solid #FFF;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgNiA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8Y2lyY2xlIG9wYWNpdHk9IjAuOSIgY3g9IjMiIGN5PSIzIiByPSIyLjUiIGZpbGw9IndoaXRlIiBzdHJva2U9IndoaXRlIi8+Cjwvc3ZnPg==");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 6px auto;
}
#fascia_spa .box .owl-carousel a {
	display: block;
}
#fascia_spa .box {
	position: relative;
	display: flex;
	flex-direction: row;
	margin: 0;
}
#fascia_spa .box.sx {
	flex-direction: row;
	justify-content: flex-start;
}
#fascia_spa .box .carousel_container {
	position: relative;
	flex: 0 0 auto;
	width: 59%;
	height: 600px;
	margin: 0;
}
#fascia_spa .box .immagine {
	width: 100%;
	max-width: 880px;
	height: 600px;
	object-fit: cover;
}
#fascia_spa .box .testo {
	flex: 1 1 auto;
	max-width: 350px;
	margin: 70px 0 0;
	padding: 0 0 0 40px;
	text-align: left;
}
#fascia_spa .box .testo h3 {
	font-family: "LaLuxesScript", serif;
	font-size: 78px;
	line-height: normal;
	display: block;
	margin: 0 0 30px;
	color: #686C56;
}
#fascia_spa .box .testo h2, #fascia_spa .box .titolo {
	font-size: 30px;
	line-height: 33px;
	margin: 0 0 20px;
	color: var(--secondario);
}
#fascia_spa .box .testo .descrizione {
	font-size: 16px;
	line-height: 25px;
	margin: 0 0 30px;
}
#fascia_spa .box .testo .testo_box {
	margin: 0 0 40px;
}
#fascia_spa .wrapper a,
#fascia_spa .link a {
	position: relative;
	z-index: 0;
	display: inline-block;
}
#fascia_spa .link {
	margin: 0 0 20px;
	padding: 0 40px;
}
#fascia_spa .link.mobile {
	margin: 0 20px;
	padding: 0;
}
#fascia_spa .box .wrapper img {
	position: relative;
	z-index: 1;
	width: auto;
	max-width: 380px;
	height: auto;
	margin: 50px -70px 0;
	padding: 10px;
	background: #FFF;
	aspect-ratio: 360/245;
}
@media screen and (max-width: 1200px) {
	#fascia_spa .box .carousel_container {
		width: 55%;
		height: auto;
	}
	#fascia_spa .box .owl-carousel {
		height: auto;
	}
	#fascia_spa .box .immagine {
		height: auto;
	}
	#fascia_spa .box .wrapper img {
		max-width: 300px;
	}
}
@media screen and (max-width: 960px) {
	.container1200 {
		margin: 0;
	}
	#fascia_spa .box {
		max-width: 700px;
		margin: 0 auto;
	}
	#fascia_spa .box.sx,
	#fascia_spa .box.dx {
		flex-direction: column;
	}
	#fascia_spa .box .titolo {
		display: block;
		margin: 0 20px 5px;
	}
	#fascia_spa .box .carousel_container {
		order: 1;
		width: 100%;
		height: auto;
		margin: 0 0 40px;
	}
	#fascia_spa .link {
		display: none;
	}
	#fascia_spa .link.mobile {
		display: block;
		order: 2;
	}
	#fascia_spa .box .owl-carousel {
		height: auto;
	}
	#fascia_spa .box .immagine_wrapper {
		width: 100%;
	}
	#fascia_spa .box .immagine {
		width: 100%;
		height: auto;
	}
	#fascia_spa .sfondo {
		height: 130px;
	}
	#fascia_spa .box .owl-dots {
		bottom: -55px;
		left: 25px;
	}
	#fascia_spa .box .owl-dots .owl-dot,
	#fascia_spa .box .owl-dots .owl-dot.active {
		width: 30px;
		height: 30px;
		background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgNiA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8Y2lyY2xlIG9wYWNpdHk9IjAuOSIgY3g9IjMiIGN5PSIzIiByPSIyLjUiIGZpbGw9IiMyQjJEMkEiIHN0cm9rZT0iIzJCMkQyQSIvPgo8L3N2Zz4=");
	}
	#fascia_spa .box .owl-dots .owl-dot.active {
		border: 1px solid var(--testo);
	}
	#fascia_spa .box .testo {
		width: 100%;
		max-width: unset;
		margin: 0 auto;
		padding: 0 25px;
	}
	#fascia_spa .box.dx .testo {
		right: unset;
	}
	#fascia_spa .box .wrapper img {
		display: none;
	}
	#fascia_spa .wrapper a {
		display: none;
	}
	#fascia_spa .link a {
		display: block;
		width: fit-content;
	}
}
@media screen and (max-width: 767px) {
	body #fascia_spa {
		margin: 0 0 50px;
	}
	#fascia_spa .fascia_spa_wrapper {
		padding: 50px 0 40px;
	}
	#fascia_spa .box .testo h3 {
		font-size: 52px;
		margin: 0 0 10px;
	}
	#fascia_spa .box .testo h2,
	#fascia_spa .box .titolo {
		font-size: 26px;
		line-height: 33px;
		margin: 0 0 10px;
		padding: 0;
	}
	#fascia_spa .sfondo span {
		font-size: 16px;
		line-height: 33px;
	}
}


/** FASCIA OFFERTE **/
#carosello_offerte {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 100px;
	padding: 0;
}
#carosello_offerte h2 {
	display: block;
	width: auto;
	max-width: 960px;
	margin: 0 auto 10px;
	color: #23477C;
}
#carousel_offerte {
	position: relative;
	overflow: visible;
	width: 1250px;
	margin: 0 auto;
	padding: 40px 0 0;
}
#carousel_offerte.only1 {
	width: 290px;
}
#carousel_offerte.only2 {
	width: 610px;
}
#carousel_offerte.only3 {
	width: 930px;
}
#carousel_offerte .offerta {
	box-sizing: border-box;
	width: 100%;
	padding: 0;
	border: 1px solid #ECE5D9;
}
#carousel_offerte .offerta a {
	display: block;
	width: 290px;
	height: auto;
	margin: 0 auto;
	text-decoration: none;
}
#carousel_offerte .offerta a:hover, #carousel_offerte .offerta a:active, #carousel_offerte .offerta a:focus {
	text-decoration: none;
}
#carousel_offerte .offerta .immagine {
	position: relative;
	width: 100%;
	height: 175px;
	margin: 0 0 10px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#carousel_offerte .offerta .immagine .hover1 {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	background: #23477CB2;
}
#carousel_offerte .offerta a:hover .immagine .hover1,
#carousel_offerte .offerta a:active .immagine .hover1,
#carousel_offerte .offerta a:focus .immagine .hover1 {
	display: block;
}
#carousel_offerte .offerta .testo_wrapper {
	position: relative;
	padding: 0 15px 50px;
}
#carousel_offerte .offerta .prezzo {
	font-size: 14px;
	line-height: 22px;
	display: block;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	text-align: left;
}
#carousel_offerte .offerta .prezzo span {
	font-size: 30px;
	line-height: 48px;
	color: #EAA800;
}
#carousel_offerte .offerta .titolo {
	font-size: 22px;
	line-height: 31px;
	display: block;
	box-sizing: border-box;
	margin: 0 0 10px;
	padding: 0;
	text-align: left;
}
#carousel_offerte .offerta .introduzione {
	font-size: 16px;
	line-height: 24px;
	display: block;
	box-sizing: border-box;
	margin: 0 0 10px;
	padding: 0;
	text-align: left;
}
#carousel_offerte .offerta .piu {
	position: absolute;
	right: 20px;
	bottom: 20px;
}
#carousel_offerte .offerta .btn {
	font-size: 16px;
	font-weight: 400;
	line-height: 39px;
	height: 45px;
	padding: 0 25px;
	transition: none;
	text-transform: uppercase;
	color: var(--grey);
	border: 3px solid rgba(244, 178, 35, 0.5);
	border-radius: 25px;
}
#carousel_offerte .offerta a:hover .btn, #carousel_offerte .offerta a:active .btn,
#carousel_offerte .offerta a:focus .btn {
	background: var(--yellow);
}
#carousel_offerte .offerta .btn span {
	display: inline-block;
	width: 7px;
	height: 10px;
	margin: 0 0 2px 10px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDcgMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik02IDRMMi4zIDAuM0MxLjkgLTAuMSAxLjMgLTAuMSAwLjkgMC4zTDAuNSAwLjdDMC4yIDEgMCAxLjQgMCAxLjhWMS45QzAgMi4xIDAuMSAyLjMgMC4yIDIuNUMwLjMgMi42IDAuNCAyLjcgMC41IDIuOEwyLjcgNUwwLjUgNy4yQzAuMiA3LjUgMCA3LjggMCA4LjFWOC4yQzAgOC40IDAuMSA4LjcgMC4yIDguOUMwLjMgOSAwLjQgOS4yIDAuNSA5LjNMMC45IDkuN0MxLjEgOS45IDEuNCAxMCAxLjYgMTBDMS45IDEwIDIuMSA5LjkgMi4zIDkuN0w2IDZDNi4zIDUuNyA2LjUgNS4zIDYuNSA1QzYuNSA0LjYgNi4zIDQuMyA2IDRaIiBmaWxsPSIjMTI0RTgyIi8+Cjwvc3ZnPg==");
	background-repeat: no-repeat;
	background-size: 7px auto;
}
#carousel_offerte .offerta a:hover .btn span, #carousel_offerte .offerta a:active .btn span,
#carousel_offerte .offerta a:focus .btn span {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDcgMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik02IDRMMi4zIDAuM0MxLjkgLTAuMSAxLjMgLTAuMSAwLjkgMC4zTDAuNSAwLjdDMC4yIDEgMCAxLjQgMCAxLjhWMS45QzAgMi4xIDAuMSAyLjMgMC4yIDIuNUMwLjMgMi42IDAuNCAyLjcgMC41IDIuOEwyLjcgNUwwLjUgNy4yQzAuMiA3LjUgMCA3LjggMCA4LjFWOC4yQzAgOC40IDAuMSA4LjcgMC4yIDguOUMwLjMgOSAwLjQgOS4yIDAuNSA5LjNMMC45IDkuN0MxLjEgOS45IDEuNCAxMCAxLjYgMTBDMS45IDEwIDIuMSA5LjkgMi4zIDkuN0w2IDZDNi4zIDUuNyA2LjUgNS4zIDYuNSA1QzYuNSA0LjYgNi4zIDQuMyA2IDRaIiBmaWxsPSIjRkZGRkZGIi8+Cjwvc3ZnPg==");
}
#carousel_offerte .owl-nav {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	column-gap: 10px;
}
#carosello_offerte .cta_wrapper {
	max-width: 960px;
	margin: 30px auto 0;
}
@media screen and (max-width: 1300px) {
	#carousel_offerte {
		position: static;
		margin: 0 0 0 20px;
	}
	#carousel_offerte .owl-nav {
		top: 35px;
		right: 20px;
	}
}
@media screen and (max-width: 1000px) {
	#carosello_offerte h2 {
		margin: 0 20px;
	}
	#carosello_offerte .cta_wrapper {
			margin: 30px 20px 0;
	}
}
@media screen and (max-width: 767px) {
	#carosello_offerte h2 {
		font-size: 27px;
		line-height: 31px;
	}
}


/** FASCIA ESPLORA **/
#fascia_esperienze {
	position: relative;
	overflow: hidden;
	margin: 0 0 100px;
	padding: 100px 0 90px;
}
#fascia_esperienze:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: " ";
	opacity: 0.5;
	background-image: url("../img/bg_esplora.jpg");
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
}
#fascia_esperienze .sfondo {
	position: absolute;
	top: 0;
	left: -60px;
	width: 100vw;
	height: 100%;
	background: #FFF;
}
#fascia_esperienze .fascia_esperienze_container {
	position: relative;
	overflow: visible;
	box-sizing: border-box;
	width: 1080px;
	margin: 0 auto;
	padding: 60px 0 90px;
}
#fascia_esperienze #fascia_esperienze_carousel {
	position: static;
	width: 1430px;
	height: 150px;
}
#fascia_esperienze #fascia_esperienze_carousel .owl-nav {
	line-height: 0;
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 30px;
	width: 100px;
}
#fascia_esperienze #fascia_esperienze_carousel .owl-prev {
	float: left;
}
#fascia_esperienze #fascia_esperienze_carousel .owl-next {
	float: right;
}
#fascia_esperienze #fascia_esperienze_carousel .owl-prev:hover path,
#fascia_esperienze #fascia_esperienze_carousel .owl-next:hover path {
	fill: #2B2D2A;
}
#fascia_esperienze .servizio {
	position: relative;
	display: flex;
	align-items: flex-start;
	flex-direction: row;
	justify-content: left;
	width: 320px;
}
#fascia_esperienze .servizio .immagine {
	position: relative;
	flex: none;
	width: 150px;
	height: auto;
}
#fascia_esperienze .servizio .immagine img {
	width: 100%;
	height: auto;
}
#fascia_esperienze .servizio .testo {
	font-size: 16px;
	line-height: 30px;
	position: relative;
	box-sizing: border-box;
	height: 150px;
	padding: 0 0 0 20px;
}
#fascia_esperienze .servizio .testo h3 {
	font-size: 24px;
	line-height: 34px;
	margin: 10px 0 0;
	padding: 0;
}
#fascia_esperienze .servizio .pulsanti {
	position: absolute;
	bottom: 0;
	margin: 0;
}
#fascia_esperienze .servizio .pulsanti a {
	font-family: "Optima", serif;
	font-size: 15px;
	line-height: 14px;
	position: relative;
	display: inline-block;
}
#fascia_esperienze .servizio .pulsanti a:hover,
#fascia_esperienze .servizio .pulsanti a:active,
#fascia_esperienze .servizio .pulsanti a:focus {
	margin: 0 0 0 10px;
}
@media screen and (max-width: 1360px) {
	#fascia_esperienze .fascia_esperienze_container {
		width: auto;
		margin: 0 30px;
	}
	#fascia_esperienze .sfondo {
		left: -30px;
	}
}
@media screen and (max-width: 767px) {
	#fascia_esperienze {
		padding: 30px 0;
		background: #F6F4F0;
	}
	#fascia_esperienze:before {
		display: none;
	}
	#fascia_esperienze .fascia_esperienze_container {
		max-width: 500px;
		margin: 0 auto;
		padding: 0;
	}
	#fascia_esperienze .sfondo {
		display: none;
	}
	#fascia_esperienze #fascia_esperienze_carousel {
		width: auto;
		height: auto;
	}
	#fascia_esperienze .servizio {
		justify-content: center;
		width: 100%;
		margin: 0 0 40px;
	}
	#fascia_esperienze .servizio .immagine {
		width: 120px;
	}
	#fascia_esperienze .servizio .testo {
		width: 200px;
		height: 120px;
		padding: 0 0 0 15px;
	}
	#fascia_esperienze .servizio .testo h3 {
		font-size: 24px;
		line-height: 30px;
		margin: 0;
	}
	#fascia_esperienze .servizio .pulsanti a {
		width: max-content;
	}
	#fascia_esperienze .servizio .pulsanti a svg {
		position: absolute;
		bottom: -5px;
		left: 0;
	}
}
@media screen and (max-width: 500px) {
	#fascia_esperienze {
		margin: 0 0 50px;
	}
	#fascia_esperienze .fascia_esperienze_container {
		margin: 0 25px;
	}
	#fascia_esperienze .servizio {
		justify-content: unset;
	}
	#fascia_esperienze .servizio .testo {
		width: auto;
	}
}