<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* SLIDE IN HOMEPAGE */
section.quartopiano {
	width:calc(100% - 0.25rem);
	padding:0.125rem 0.125rem 0.0625rem 0.125rem;
	margin: 0 0 0 0;
	position:relative;
	display:block;
}
section.quartopiano h2 {
    display: none;
}
section.quartopiano .contenitore {
	width:100%;
	height:auto;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	position:relative;
	display:block;
	overflow: hidden;
}
section.quartopiano .contenuto {
	height:auto;
	margin:0 0 0 0;
	padding:0 0 0 0;
	z-index:1;
	width:100%;
    
    display: flex;
	flex-flow:row nowrap;
	align-items: flex-start;
	justify-content: flex-start;
	transition: all ease-in-out 300ms;
    
}
section.quartopiano article {
    background-size: cover!important;
	margin: 0.0625rem 0.125rem;
    padding: 0 0 0 0;
    overflow: hidden;
    position: relative;
    
    display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}
section.quartopiano article div.mask {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: flex;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(9,92,166,0.5) 50%, rgba(9,92,166,1) 100%);
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
}
section.quartopiano article div.testo {
	margin: 0 0 0 0;
	padding: 1.25rem;
	display: block;
	width: calc(100% - 2.5rem);
	height: auto;
	background: rgba(24,148,85,0.8);
	z-index: 2!important;
	position: relative;
	transition: all ease-in-out 600ms;
	overflow: hidden;
	max-height: 2rem;
	cursor: pointer;
}
section.quartopiano article div.testo:hover {
	max-height: 100%;
}
section.quartopiano article a.vai {
	width: auto;
	display: inline-block;
	margin: 0 0 0;
	padding: 0.3125rem 0.625rem;
	text-decoration: none;
	text-transform: uppercase;
	opacity: 1;
	z-index: 1001;
	background: rgba(255,125,33,0.8);
	color: #FFFFFF;
	border-radius: 0.3125rem;
	font-size: 1rem;
	font-weight: 400!important;
	border: none;
}
section.quartopiano article a.vai:hover {
	background: rgba(255,125,33,1);
	color: #FFF;
}
section.quartopiano article p {
    margin: 1.25rem 0;
    padding: 0 0 0 0;
	color: #FFFFFF;
	opacity: 1;
}
section.quartopiano article h3 {
    margin: 0 0 0 0;
    padding: 0 0 0 1.6rem;
	font-weight: 700;
	width: calc(100% - 1.6rem);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
	color: #FFFFFF!important;
	line-height: 2rem;
	background: url("../../../images/pubblico/quarto_su.svg") no-repeat;
	background-position: left 0.725rem;
	background-size: 0.8rem auto;
}
section.quartopiano article div.testo:hover h3 {
	white-space: normal;
	line-height: 130%;
	background: url("../../../images/pubblico/quarto_giu.svg") no-repeat;
	background-position: left 0.725rem;
	background-size: 0.8rem auto;
	color: rgba(255,125,33,1);
}
section.quartopiano article h3 a {
	color: #FFFFFF!important;
	text-decoration: none;
}
section.quartopiano div.paginazione, section.quartopiano article span.copertura, section.quartopiano article a.maggiori_info, section.quartopiano article a.aggiungi_copertura, section.quartopiano article span.prezzo, section.quartopiano article a.aggiungi, section.quartopiano article span.prezzo_scontato {
    display: none;
}
section.quartopiano article div.data {
	position: absolute;
	top: 0.3125rem;
	right: 0.5rem;
	z-index: 10;
    
    display: flex;
	flex-flow:column nowrap;
	align-items: flex-start;
	justify-content: flex-start;
}
section.quartopiano article div.data span {
	width: 100%;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0.125rem;
	text-transform: uppercase;
}
section.quartopiano article div.data span.giorno {
	background: #FFF;
	color: #444;
	font-size: 2rem;
}

section.quartopiano article div.data span.mese {
	background: #F00;
	color: #FFF;
	font-size: 0.6rem;
}
div#controlli_quartopiano {
	width: 100%;
	height: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;

}
div#controlli_quartopiano label {
	width: 3rem;
	height: 3rem;
	position: absolute;
	top: calc(45% - 3rem);
	z-index: 3;
	cursor: pointer;
}
div#controlli_quartopiano label.sinistra {
	left: 0.25rem;
	background: url("../../../images/pubblico/sxW.svg") no-repeat rgba(9,92,166,0.6);
	background-position: center center;
	background-size: 50% auto;

}
div#controlli_quartopiano label.destra {
	right: 0.25rem;
	background: url("../../../images/pubblico/dxW.svg") no-repeat rgba(9,92,166,0.6);
	background-position: center center;
	background-size: 50% auto;

}
div#controlli_quartopiano label.sinistra:hover {
	background: url("../../../images/pubblico/sxW.svg") no-repeat rgba(255,125,33,0.7);
	background-position: center center;
	background-size: 50% auto;

}
div#controlli_quartopiano label.destra:hover {
	background: url("../../../images/pubblico/dxW.svg") no-repeat rgba(255,125,33,0.7);
	background-position: center center;
	background-size: 50% auto;

}
@media only screen and (max-width : 600px) {
section.quartopiano article {
	height: 100vw;
	width: calc(100vw - 0.25rem);
}
section.quartopiano article p {
	font-size: 1rem;
}
section.quartopiano article h3 {
	font-size: 1.4rem;
}	
}
@media only screen and (min-width : 601px) and (max-width : 1200px)  {
section.quartopiano article {
	height: 50vw;
	width: calc(50vw - 0.25rem);
}
section.quartopiano article p {
	font-size: 1rem;
}
section.quartopiano article h3 {
	font-size: 1.6rem;
}	
}
/* ipad desktop ----------- */
@media only screen and (min-width : 1201px) {
section.quartopiano article {
	height: 33vw;
	width: calc(33vw - 0.25rem);
}
section.quartopiano article p {
	font-size: 1rem;
}
section.quartopiano article h3 {
	font-size: 1.4rem;
}
}</pre></body></html>