/** GENERALE **/
.camera #gallery_header {
	height: 550px;
}
.camera #gallery_header .immagine {
	height: 550px;
}
.camera #breadcrumbs {
	padding: 20px 0 0;
}
.camera #contenuto .testo h1 {
	max-width: 715px;
}
.camera #contenuto h1 {
	margin: 0 0 15px;
}
.camera #contenuto h3 {
	margin: 0 0 55px;
	-webkit-text-stroke: 1px var(--primario);
}
.camera #contenuto .testo .introduzione .nota {
	margin: 20px 0 0;
}
.camera #contenuto .testo .introduzione .nota svg {
	margin: 0 5px -3px 0;
}
@media screen and (max-width: 767px) {
	.camera #gallery_header {
		height: auto;
	}

	.camera #gallery_header .immagine {
		height: auto;
		aspect-ratio: 360/300;
	}

	.camera #contenuto h3 {
		margin: 0 0 30px;
	}
}


/** FASCIA DATI CAMERA **/
#dati_camera {
	position: absolute;
	top: 500px;
	left: calc(50% - 480px);
	width: 100%;
	max-width: 960px;
	text-align: right;
}
#dati_camera.mobile {
	display: none;
}
#dati_camera .dati {
	position: relative;
	display: inline-flex;
	padding: 0 20px;
	border-radius: 20px;
	background: #F5FBFC;
	column-gap: 40px;
}
#dati_camera .dati .info {
	width: 95px;
	padding: 15px 0;
	text-align: center;
}
#dati_camera .dati .info svg {
	width: auto;
	height: 35px;
	margin: 0 auto 5px;
}
#dati_camera .dati .info span {
	font-size: 13px;
	font-weight: 600;
	line-height: 20px;
	display: block;
}
@media screen and (max-width: 1000px) {
	#dati_camera {
		right: 20px;
		left: unset;
	}
}
@media screen and (max-width: 767px) {
	#dati_camera.mobile {
		display: block;
	}

	#dati_camera.desktop {
		display: none;
	}

	#dati_camera {
		position: static;
		margin: 0 0 35px;
		text-align: left;
	}

	#dati_camera .dati {
		position: static;
		width: 100%;
		column-gap: 10px;
	}

	#dati_camera .dati .info {
		width: 33.3%;
	}

	#dati_camera .dati .info svg {
		margin: 0 auto;
	}
}


/** FASCIA SERVIZI **/
#fascia_informazioni.scheda_pagina {
	margin: 60px 0 80px;
}
#fascia_informazioni .scheda_pagina_wrapper {
	position: relative;
	max-width: 960px;
	margin: 0 auto;
	background: #FFF;
}
#fascia_informazioni.scheda_pagina h2 {
	-webkit-text-stroke: 1px var(--primario);
}
#fascia_informazioni.scheda_pagina .testo {
	margin: 0 auto;
	color: #69685F;
}
#fascia_informazioni.scheda_pagina .servizi {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 960px;
}
#fascia_informazioni.scheda_pagina .servizi_more {
	display: none;
	flex-wrap: wrap;
	max-width: 960px;
}
#fascia_informazioni.scheda_pagina .servizi .box {
	position: relative;
	display: flex;
	flex-direction: row;
	width: 33.3%;
	margin: 0 0 10px;
}
#fascia_informazioni.scheda_pagina .servizi .box .immagine {
	display: block;
	width: 40px;
	height: 40px;
	margin: 0;
}
#fascia_informazioni.scheda_pagina .servizi .box .immagine img {
	object-fit: contain;
	object-position: center;
}
#fascia_informazioni.scheda_pagina .servizi .box .intro {
	position: relative;
	width: 72%;
	margin: 7px 15px 0 10px;
	text-align: left;
}
#fascia_informazioni.scheda_pagina .servizi .box p {
	font-size: 16px;
	font-weight: 600;
	line-height: 26px;
	margin: 0;
}
#fascia_informazioni.scheda_pagina .servizi .box .intro svg {
	position: absolute;
	bottom: -2px;
	left: 0;
}
@media screen and (max-width: 1000px) {
	#fascia_informazioni .scheda_pagina_wrapper {
		margin: 0 20px;
	}

	#fascia_informazioni.scheda_pagina p {
		margin: 0 5px;
	}

	#fascia_informazioni.scheda_pagina .servizi .box {
		width: 33.3%;
	}
}
@media screen and (max-width: 960px) {
	#fascia_informazioni.scheda_pagina .servizi .box {
		width: 50%;
	}
}
@media screen and (max-width: 767px) {
	#fascia_informazioni.scheda_pagina .servizi .box .extra .info svg {
		right: 70px;
	}

	#fascia_informazioni.scheda_pagina .servizi .box {
		width: 100%;
	}

	#fascia_informazioni.scheda_pagina .servizi .box .immagine {
		width: 30px;
		height: 30px;
	}

	#fascia_informazioni.scheda_pagina .servizi .box .intro {
		margin: 2px 15px 0 10px;
	}

	#fascia_informazioni.scheda_pagina .servizi .box p {
		font-size: 14px;
	}
}
@media screen and (max-width: 500px) {
	#fascia_informazioni.scheda_pagina {
		margin: 60px 0 80px;
	}
}


/** FASCIA GALLERIA **/
#fascia_box h2 {
	max-width: 960px;
	margin: 0 auto 20px;
	-webkit-text-stroke: 1px var(--primario);
}
.fascia_gallery {
	position: relative;
	overflow-x: clip;
	max-width: 960px;
	margin: 0 auto 100px;
}
.fascia_gallery .gallery_principale {
	position: relative;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	table-layout: fixed;
}
.fascia_gallery .gallery_principale a.box {
	position: relative;
	display: block;
	height: 100%;
}
.fascia_gallery .gallery_principale .immagine {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.fascia_gallery .gallery_principale .hover {
	font-size: 35px;
	font-weight: 800;
	line-height: 44px;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: all 0.2s linear;
	text-align: center;
	color: #FFF;
}
.fascia_gallery .gallery_principale .bg {
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 0;
	left: 0;
	height: auto;
}
.fascia_gallery .gallery_principale .bg.mobile {
	display: none;
}
.fascia_gallery .gallery_principale a:hover .hover,
.fascia_gallery .gallery_principale a:active .hover,
.fascia_gallery .gallery_principale a:focus .hover {
	background: #E9666499;
}
.fascia_gallery .gallery_principale a.mobile {
	display: none;
}
.fascia_gallery .gallery_principale .td1 {
	width: 325px;
}
.fascia_gallery .gallery_principale .td2 {
	width: 325px;
}
.fascia_gallery .gallery_principale .td3 {
	width: 310px;
}
.fascia_gallery .gallery_principale .td1 a {
	width: 310px;
	aspect-ratio: 310/395;
}
.fascia_gallery .gallery_principale .separatore {
	width: 4%;
}
.fascia_gallery .gallery_principale .td2 a:first-child {
	width: 310px;
	margin: 0 0 15px;
	aspect-ratio: 310/190;
}
.fascia_gallery .gallery_principale .td2 a:last-child {
	width: 310px;
	aspect-ratio: 310/190;
}
.fascia_gallery .gallery_principale .td3 a {
	width: 310px;
	aspect-ratio: 310/395;
}
.fascia_gallery .gallery_principale .td1 .bottone,
.fascia_gallery .gallery_principale .td3 .bottone {
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	position: absolute;
	z-index: 2;
	right: 15px;
	bottom: -25px;
	width: fit-content;
	height: auto;
	margin: 0;
	padding: 0 20px;
	color: var(--cta);
	border: 5px solid #FFF;
	border-radius: 15px;
	background: #FDEDED;
	aspect-ratio: unset;
}
.fascia_gallery .gallery_principale .bottone:hover,
.fascia_gallery .gallery_principale .bottone:active,
.fascia_gallery .gallery_principale .bottone:focus {
	background: #FFE0E0;
}
.fascia_gallery .gallery_principale .td5 a {
	width: 220px;
	aspect-ratio: 220/310;
}
.fascia_gallery .gallery_principale a.box .hover table {
	width: 100%;
	height: 100%;
	border: none;
}
.fascia_gallery .gallery_principale a.box .hover td {
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}
.fascia_gallery .gallery_principale .owl-carousel {
	position: relative;
	width: 220px;
}
.fascia_gallery .gallery_principale a.carousel {
	position: relative;
	display: block;
	width: 100%;
	border-radius: 5px;
}
.fascia_gallery .gallery_principale a.carousel > img {
	height: 100%;
	border-radius: 5px;
	object-fit: cover;
}
.fascia_gallery .owl-prev,
.fascia_gallery .owl-next {
	position: absolute;
	bottom: -20px;
	display: block;
	width: 43px;
	height: 39px;
}
.fascia_gallery .owl-prev {
	left: calc(50% - 60px);
}
.fascia_gallery .owl-next {
	right: calc(50% - 60px);
}
.fascia_gallery .owl-prev:hover,
.fascia_gallery .owl-next:hover {
	transform: scale(1.1);
}

@media screen and (max-width: 1000px) {
	#fascia_box h2 {
		margin: 0 20px 20px;
	}

	.fascia_gallery .gallery_principale {
		max-width: 760px;
	}

	.fascia_gallery .gallery_principale .td1 {
		width: 240px;
	}

	.fascia_gallery .gallery_principale .td2 {
		width: 240px;
	}

	.fascia_gallery .gallery_principale .td3 {
		width: 240px;
	}

	.fascia_gallery .gallery_principale .owl-carousel {
		width: 240px;
	}

	.fascia_gallery .gallery_principale .td1 a {
		width: 240px;
	}

	.fascia_gallery .gallery_principale .td2 a:first-child {
		width: 240px;
	}

	.fascia_gallery .gallery_principale .td2 a:last-child {
		width: 240px;
	}

	.fascia_gallery .gallery_principale .td3 a {
		width: 240px;
	}
}
@media screen and (max-width: 767px) {
	.fascia_gallery {
		margin: 0 auto 60px;
	}

	.fascia_gallery .gallery_principale {
		width: calc(100vw - 40px);
		margin: 0 20px;
	}

	.fascia_gallery .gallery_principale .td1 {
		width: 48%;
	}

	.fascia_gallery .gallery_principale .td2 {
		width: 48%;
	}

	.fascia_gallery .gallery_principale .td3 {
		display: none;
	}

	.fascia_gallery .gallery_principale .td1 a:first-child {
		width: 100%;
		margin: 0 0 10px;
		aspect-ratio: 155/200;
	}

	.fascia_gallery .gallery_principale .td1 a:nth-child(2n) {
		position: relative;
		width: 100%;
		aspect-ratio: 155/105;
	}

	.fascia_gallery .gallery_principale .td1 a:nth-child(2n) .sfondo {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #E96664CC;
	}

	.fascia_gallery .gallery_principale .td1 a:nth-child(2n) .testo {
		font-size: 16px;
		font-weight: 700;
		position: absolute;
		z-index: 2;
		top: 50%;
		left: 50%;
		width: fit-content;
		transform: translate(-50%, -50%);
		color: #FFF;
	}

	.fascia_gallery .gallery_principale .td2 a:first-child {
		width: 100%;
		margin: 0 0 10px;
		aspect-ratio: 155/105;
	}

	.fascia_gallery .gallery_principale .td2 a:last-child {
		width: 100%;
		aspect-ratio: 155/200;
	}


	.fascia_gallery .gallery_principale a.mobile {
		display: block;
	}

	.fascia_gallery .gallery_principale .bg.mobile {
		display: block;
	}

	.fascia_gallery .gallery_principale .td1 .bottone,
	.fascia_gallery .gallery_principale .td3 .bottone {
		right: unset;
		left: 10px;
		width: fit-content;
		aspect-ratio: unset;
	}
}


/** FASCIA ALTRE CAMERE **/
#fascia_servizi {
	overflow: hidden;
	margin: 0 0 100px;
}
#fascia_servizi .monstera {
	position: absolute;
	z-index: 0;
	top: 150px;
	right: 0;
}
#fascia_servizi .fascia_servizi_container {
	position: relative;
	overflow: visible;
	box-sizing: border-box;
	width: 1300px;
	margin: 0 auto;
	padding: 0 0 80px;
}
#fascia_servizi .fascia_servizi_container h2 {
	display: block;
	max-width: 960px;
	margin: 0 auto 50px;
	padding: 0;
	text-align: left;
	-webkit-text-stroke: 1px var(--primario);
}
#fascia_servizi #fascia_servizi_carousel {
	position: static;
	width: 2264px;
}
#fascia_servizi #fascia_servizi_carousel .owl-nav {
	line-height: 0;
	position: absolute;
	z-index: 1;
	right: 170px;
	bottom: 0;
	width: 140px;
}
#fascia_servizi #fascia_servizi_carousel .owl-prev {
	float: left;
}
#fascia_servizi #fascia_servizi_carousel .owl-next {
	float: right;
}
#fascia_servizi #fascia_servizi_carousel .owl-prev:hover path,
#fascia_servizi #fascia_servizi_carousel .owl-next:hover path {
	fill: #C64947;
}
#fascia_servizi #fascia_servizi_carousel .owl-dots {
	line-height: 0;
	position: absolute;
	z-index: 1;
	bottom: 8px;
	left: 80px;
}
#fascia_servizi #fascia_servizi_carousel .owl-dot {
	font-size: 13px;
	font-weight: 700;
	line-height: 10px;
	float: left;
	width: 10px;
	height: 10px;
	margin: 0 50px 0 0;
	color: transparent;
	border-radius: 5px;
	background: var(--primario);
}
#fascia_servizi #fascia_servizi_carousel .owl-dot:hover {
	background: var(--secondario);
}
#fascia_servizi #fascia_servizi_carousel .owl-dot.active,
#fascia_servizi #fascia_servizi_carousel .owl-dot.active:hover {
	color: var(--secondario);
	border-radius: 0;
	background: none;
}
#fascia_servizi #fascia_servizi_carousel .owl-dot:last-child {
	margin: 0;
}
#fascia_servizi .servizio {
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: left;
	width: 1132px;
	height: 470px;
}
#fascia_servizi .servizio .sfondo {
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	left: 80px;
	width: 510px;
	background: #99CCCE;
}
#fascia_servizi .servizio .immagine {
	position: relative;
	width: 525px;
	height: auto;
}
#fascia_servizi .servizio .immagine img {
	margin: 0 10px 4px 0;
	vertical-align: middle;
}
#fascia_servizi .servizio .immagine .cornice {
	position: absolute;
	z-index: 1;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid rgba(255, 255, 255, 0.7);
}
#fascia_servizi .servizio .testo {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	position: relative;
	box-sizing: border-box;
	width: 607px;
	padding: 0 73px 0 124px;
}
#fascia_servizi .servizio .testo h3 {
	-webkit-text-stroke: 1px var(--testo)
}
#fascia_servizi .servizio .testo_wrapper {
	font-size: 15px;
	line-height: 23px;
	margin: 0 0 20px;
}
#fascia_servizi .servizio .testo #dati {
	display: block;
	margin: 0 0 40px;
}
#fascia_servizi .servizio .testo #dati .info {
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	display: flex;
	align-items: center;
	margin: 0;
}
#fascia_servizi .servizio .testo #dati .info svg {
	width: 30px;
	height: auto;
	margin: 0 10px 0 0;
}
#fascia_servizi .servizio .testo #dati .info:last-child {
	margin: 0;
}
#fascia_servizi .servizio .pulsanti {
	margin: 0;
}
#fascia_servizi .servizio .pulsanti a {
	font-size: 15px;
	font-weight: 600;
	line-height: 21px;
	display: inline-block;
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	text-transform: uppercase;
	color: var(--cta);
}
#fascia_servizi .servizio .pulsanti a:hover, #fascia_servizi .servizio .pulsanti a:active,
#fascia_servizi .servizio .pulsanti a:focus {
	-webkit-animation-name: hvr-avanti;
	animation-name: hvr-avanti;
	-webkit-animation-duration: 0.6s;
	animation-duration: 0.6s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
#fascia_servizi .servizio .pulsanti a svg {
	height: 15px;
	margin: 0 0 -2px 11px;
}
@media screen and (max-width: 1360px) {
	#fascia_servizi .fascia_servizi_container {
		width: auto;
		margin: 0 20px;
	}
}
@media screen and (max-width: 1250px) {
	#fascia_servizi .monstera {
		width: 350px;
		height: auto;
	}

	#fascia_servizi #fascia_servizi_carousel {
		width: 1800px;
	}

	#fascia_servizi #fascia_servizi_carousel .owl-nav {
		right: 70px;
	}

	#fascia_servizi #fascia_servizi_carousel .owl-dot {
		margin: 0 40px 0 0;
	}

	#fascia_servizi .servizio {
		width: 900px;
		height: 330px;
	}

	#fascia_servizi .servizio .sfondo {
		width: 350px;
	}

	#fascia_servizi .servizio .immagine {
		width: 400px;
	}

	#fascia_servizi .servizio .immagine .cornice {
		top: 20px;
		right: 20px;
		bottom: 20px;
		left: 20px;
	}

	#fascia_servizi .servizio .testo {
		width: 500px;
		padding: 0 30px 0 60px;
	}
}
@media screen and (max-width: 960px) {
	#fascia_servizi .monstera {
		display: none;
		visibility: hidden;
	}

	#fascia_servizi .fascia_servizi_container {
		padding: 0 0 48px;
	}

	#fascia_servizi .fascia_servizi_container h2 {
		margin: 0 0 20px;
	}

	#fascia_servizi #fascia_servizi_carousel {
		width: 1120px;
	}

	#fascia_servizi #fascia_servizi_carousel.col3 {
		width: 840px;
	}

	#fascia_servizi #fascia_servizi_carousel.col2 {
		width: 560px;
	}

	#fascia_servizi #fascia_servizi_carousel .owl-nav {
		display: none;
		visibility: hidden;
	}

	#fascia_servizi #fascia_servizi_carousel .owl-dots {
		bottom: 0;
		left: 0;
	}

	#fascia_servizi .servizio {
		flex-direction: column;
		width: 250px;
		height: auto;
	}

	#fascia_servizi .servizio .sfondo {
		display: none;
		visibility: hidden;
	}

	#fascia_servizi .servizio .immagine {
		width: 250px;
	}

	#fascia_servizi .servizio .immagine .cornice {
		display: none;
		visibility: hidden;
	}

	#fascia_servizi .servizio .testo {
		font-size: 14px;
		line-height: 21px;
		width: 100%;
		padding: 10px 0 0;
	}

	#fascia_servizi .servizio .testo h3 {
		font-size: 26px;
		line-height: 39px;
		margin: 0 0 8px;
	}

	#fascia_servizi .servizio .testo p {
		font-size: 15px;
		line-height: 21px;
	}

	#fascia_servizi .servizio .pulsanti {
		margin: 16px 0 0;
	}

	#fascia_servizi .servizio .pulsanti a {
		font-size: 14px;
		line-height: 21px;
	}
}
@media screen and (max-width: 767px) {
	#fascia_servizi {
		margin: 75px 0 0;
	}
}