/** GENERALE **/
.camere #breadcrumbs {
	padding: 10px 0 0;
}

/* BOX CAMERE */
#ripetitore_camere {
	overflow-x: clip;
	margin: 0;
}
#ripetitore_camere .ripetitore_camere_wrapper {
	max-width: 1500px;
	margin: 0 auto;
}
#ripetitore_camere .box {
	position: relative;
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-start;
	margin: 0 0 80px;
	background-color: #F3FBFB;
}
#ripetitore_camere .box.sx {
	flex-direction: row;
}
#ripetitore_camere .box:last-child {
	margin-bottom: 0;
}
#ripetitore_camere .box .sfondo {
	position: absolute;
	z-index: -1;
	left: 50%;
	width: 100vw;
	height: 100%;
	transform: translateX(-50%);
	background-color: #F3FBFB;
}
#ripetitore_camere .box .carousel_container {
	position: relative;
	flex: 0 0 auto;
	width: 53%;
	height: 530px;
}
#ripetitore_camere .box .wrapper {
	display: flex;
	align-items: center;
}
#ripetitore_camere .box img {
	display: block;
	width: 100%;
	height: 530px;
}
#ripetitore_camere .box .immagine .hover {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	background: #FFF;
}
#ripetitore_camere .box .immagine:hover .hover {
	opacity: 0.4;
}
#ripetitore_camere .box .testo {
	flex: 1 1 auto;
	max-width: 375px;
	margin: 0 60px;
}
#ripetitore_camere .box .testo h2,
#ripetitore_camere .box .titolo {
	-webkit-text-stroke: 1px var(--primario);
}
#ripetitore_camere .box .titolo.mobile {
	display: none;
}
#ripetitore_camere .box .testo #dati {
	display: block;
	margin: 0 0 40px;
}
#ripetitore_camere .box .testo #dati .info {
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	display: flex;
	align-items: center;
	margin: 0;
}
#ripetitore_camere .box .testo #dati .info svg {
	width: 30px;
	height: auto;
	margin: 0 10px 0 0;
}
#ripetitore_camere .box .testo #dati .info:last-child {
	margin: 0;
}
#ripetitore_camere .box .testo .descrizione {
	margin: 0 0 30px;
}
#ripetitore_camere .link a {
	background-color: transparent;
}
#ripetitore_camere .link a:hover,
#ripetitore_camere .link a:focus,
#ripetitore_camere .link a:active {
	color: #FFF;
	background: var(--cta);
}
@media screen and (max-width: 900px) {
	#ripetitore_camere .box,
	#ripetitore_camere .box.sx {
		flex-direction: column;
		margin: 0 0 60px;
		background: transparent;
	}
	#ripetitore_camere .box .sfondo {
		display: none;
	}
	#ripetitore_camere .box .carousel_container {
		width: 100%;
		height: auto;
	}
	#ripetitore_camere .box .owl-carousel,
	#ripetitore_camere .box .immagine,
	#ripetitore_camere .box .immagine img {
		height: auto;
		aspect-ratio: 360/240;
	}
	#ripetitore_camere .box .titolo {
		margin: 0 20px 20px;
	}
	#ripetitore_camere .box .titolo.mobile {
		display: block;
	}
	#ripetitore_camere .box .testo {
		width: 100%;
		max-width: unset;
		margin: 0 auto;
		padding: 20px 20px 0;
	}
	#ripetitore_camere .box .testo h2 {
		display: none;
	}
	#ripetitore_camere .box .testo .descrizione {
		margin: 0 0 20px;
	}
	#ripetitore_camere .box .testo #dati {
		margin: 0 0 20px;
	}
}
@media screen and (max-width: 767px) {
	#ripetitore_camere {
		margin: 0 0 60px;
	}
}


/** FASCIA MAPPA **/
#fascia_mappa h2 {
	max-width: 960px;
	margin: 70px auto 20px;
	-webkit-text-stroke: 1px var(--primario);
}
#fascia_mappa img {
	width: 100%;
	height: 500px;
	margin: 0 0 -80px;
}
#fascia_mappa iframe {
	display: block;
	width: 100%;
	max-width: 960px;
	height: 500px;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	#fascia_mappa img {
		height: 280px;
	}
}