<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* Generale */
section.terzopiano {
	margin: 1.25rem 0 4rem;
	padding: 0 0 0 0;
	width: 100%;
	height: auto;
	position: relative;
}
section.terzopiano h2 {
	width: 90%;
	margin: 0 auto 0.5rem;
	line-height: 150%;
	font-size: 1.2rem;
	padding: 0.3125rem 0;
	text-align: center;
	color: #065EB3;
	text-transform: uppercase;
	font-weight: 700;
	border-top: 1px solid #065EB3;
	border-bottom: 1px solid #065EB3;
	z-index: 1;
	position: relative;
}
section.terzopiano .contenitore {
	padding:0 0;
	width: 90%;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
section.terzopiano .contenuto {
	margin:0;
	padding:0;
	display:flex;
	align-items:flex-start;
	justify-content:space-around;
	flex-flow:row nowrap;
	transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1) 0s;
}
section.terzopiano article {
	margin:0;
	padding:0;
	position:relative;
	border:none;
	width: calc(18vw - 0.625rem)!important;
	height: calc(18vw - 0.625rem);
	margin: 0 0.3125rem;
}
section.terzopiano article div.testo {
	display: none;
}
section.terzopiano article div.mask {
	display: none;
}
section.terzopiano article div.img {
	display: none;
}
section.terzopiano .controlli {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
div#controlli_terzopiano label {
	position: absolute;
	width: 2rem;
	height: 2rem;
	top: calc(50% + 1rem);
	cursor: pointer;
}
div#controlli_terzopiano label.sinistra {
	left: calc(5% - 2rem);
	background: url("../../../images/pubblico/sx.svg") no-repeat;
	background-position: center center;
	background-size: auto 80%;
}
div#controlli_terzopiano label.destra {
	left: 95%;
	background: url("../../../images/pubblico/dx.svg") no-repeat;
	background-position: center center;
	background-size: auto 80%;
}
div#controlli_terzopiano label.sinistra:hover {
	background: url("../../../images/pubblico/sxHover.svg") no-repeat;
	background-position: center center;
	background-size: auto 80%;
}
div#controlli_terzopiano label.destra:hover {
	background: url("../../../images/pubblico/dxHover.svg") no-repeat;
	background-position: center center;
	background-size: auto 80%;
}
section.terzopiano article span.copertura, section.terzopiano article a.aggiungi, section.terzopiano article span.prezzo, section.terzopiano article span.prezzo_scontato, section.terzopiano article a.vai, section.terzopiano article div.data {
	display: none;
}
/* Smartphones ----------- */
@media only screen and (max-width : 1200px) {
	section.terzopiano article {
	min-width: 17.5rem;
	min-height: 17.5rem;
	}
	section.terzopiano {
	margin: 1.25rem 0 1.25rem;
}
		div#controlli_terzopiano label.sinistra {
	left: calc(5% - 1.5rem);
}
	div#controlli_terzopiano label.destra {
	left: 93.5%;
}
	section.terzopiano h2 {
	font-size: 0.875rem;
}
}
/* ipad desktop ----------- */
/*@media only screen and (min-width : 1201px) {*/
/*}*/</pre></body></html>