<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ELENCO */
section.elenco {
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:100% !important;
	display:flex;
	align-items:flex-start;
	justify-content:center;

	display:-webkit-flex;
	-webkit-align-items:flex-start;
	-webkit-justify-content:center;

	display:-ms-flexbox;
	-ms-align-items:flex-start;
	-ms-flex-pack:center;
	flex-flow:row wrap;
	-webkit-flex-flow:row wrap;
	-ms-flex-flow:row wrap;

	transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1) 0s;
	height:auto!important;
	clear:both;
}
#contenuto section.elenco h2 {
	text-align: left !important;
	border-bottom: 1px solid #DDD !important;
	width: 100%;
	font-weight: 400!important;
	text-transform: uppercase;
}
section.elenco article {
	position:relative;
	width:16rem;
	height:22rem;
	padding:0.625rem;
	transition: all 200ms ease-in-out;
	cursor:pointer;
	text-align:center;
	margin-top:1.25rem;
	margin-bottom:1.25rem;
	background: #F1EDE1;
}

section.elenco article a.vai {
	display:inline-block;
	color:#FFF !important;
	background:#9D202F;
	text-decoration:none;
	padding:0.3125rem;
	border-radius:0.3125rem;
	font-size:0.875rem!important;
	font-weight: 400!important;
}
#ordinamento {
 margin:0;
 padding:0;
 width:100%;
 text-align:right;
}
#ordinamento label {
 margin:0;
 padding:0;
}
#ordinamento label select{
 margin:0;
 padding:0;
}
#contenuto section article h3 {
	margin:0 0 0 0.3125rem;
	padding:0.3125rem 0 0 0;
	text-align:center;
	color:#293037 !important;
	font-weight: 400!important;
	font-size:0.9rem!important;
	text-transform: uppercase;
}
#contenuto section article h3 a {
	text-decoration:none;
	color:#293037 !important;
	font-weight: 600!important;
	
}
#contenuto section article:hover h3 a {
	color:#B21E28 !important;
}
#contenuto section.elenco article p {
	padding:0.3125rem 0 0 0;
	line-height:140%;
	color:#47535F !important;
	text-align: center;
	font-size:0.75rem!important;
}
#contenuto section.elenco article p a {
	color:#FFF !important;
}

#contenuto section.elenco article a.img {
	width:15rem;
	height:10rem;
	display:block;
	margin:1.25rem 0.5rem 0.625rem 0.5rem;
	overflow:hidden;
	transition: all 200ms ease-in-out;
	background-size:auto 100%!important;
	position:relative;
}
#contenuto section.elenco article:hover a.img {
	background-size:auto 125% !important;
}
#contenuto section.elenco article div.data {
	width:5rem;
	height:3rem;
	background:#F5F5F5;
	position:absolute;
	left: calc(50% - 2.5rem);
	top:-1.5rem;
	text-align:center;
}
#contenuto section.elenco article div.data span {
	width:100%;
	display:block;
	color:#293037;
}
#contenuto section.elenco article div.data span.mese {
	font-size:0.75rem;
	line-height:1.25rem;
	font-weight: 400;
	text-transform: uppercase;
}
#contenuto section.elenco article div.data span.giorno {
	font-size:1.6rem;
	line-height:1.75rem;
	font-weight: 700;
}
#contenuto section.elenco span.prezzo {
	margin:0 0 0 0;
	padding:0 0 0 0;
	position: absolute;
	bottom:0.3125rem;
	right:2.5rem;
	height:1.875rem;
	line-height: 1.875rem;
	width:5rem;
	text-decoration:none;
	text-align: right;
	color:#293037!important;
	font-size: 1rem!important;
	font-weight: 600!important;
	background: none!important;
	
}

#contenuto section.elenco article a.aggiungi {
	margin:0 0 0 0;
	padding:0 0 0 0;
	position: absolute;
	bottom:0.3125rem;
	right:0.3125rem;
	height:1.875rem;
	width:1.875rem;
	text-decoration:none;
	background: url(../../images/pubblico/addcart.svg) no-repeat center center!important;
	background-size:3rem 3rem!important;
	font-size: 0;
}
#contenuto section.elenco article a.aggiungi:hover {
	background: url(../../images/pubblico/addcartHover.svg) no-repeat center center!important;
	background-size:3rem 3rem!important;
}
#contenuto section.elenco span.prezzo_barrato {
	margin:0 0 0 0;
	padding:0 0 0 0;
	position: absolute;
	bottom:0.3125rem;
	right:7rem;
	height:1.875rem;
	line-height: 1.875rem;
	width:6rem;
	text-decoration:line-through;
	text-align: right;
	color:#777!important;
	font-size: 1rem!important;
	font-weight: 400!important;
	background: none!important;
    
}
/* --- PAGINAZIONE --- */
#contenuto #paginazione {
	width:100%;
	clear:both;
	margin:5px 0px;
	padding:0px;
	text-align:center;
}
#contenuto #paginazione a {
	display:inline-block;
	padding:0px 5px;
	margin:0px 1px;
	border-radius:5px;
}
#contenuto #paginazione a.selected {
	background:none;
}
#contenuto section.elenco article.item_nullo {
	display: none;
}

#contenuto section.elenco a.download{
	position:absolute;
	right:0.3125rem;
	bottom:0.3125rem;
	height:2.25rem;
	line-height:2.25rem; 
	background-size:contain;
	padding-left:2.625rem;
	width: calc(100% - 3.25rem);
	background: url('../../images/pubblico/download.svg') no-repeat top left;
	background-size: 36px 36px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	text-align: left;
	font-size: 0.875rem;
}
section.lista article.file a.download:hover {
}



@media only screen and (max-width : 600px) {
#contenuto section.elenco article {
	margin-left: calc((100% - 17.25rem - 2px) / 2);
	margin-right: calc((100% - 17.25rem - 2px) / 2);
}
}
@media only screen and (min-width : 601px) and (max-width : 900px)  {
#contenuto section.elenco article {
	margin-left: calc((50% - 17.25rem - 2px) / 2);
	margin-right: calc((50% - 17.25rem - 2px) / 2);
}
}
@media only screen and (min-width : 901px) and (max-width : 1200px) {
#contenuto section.elenco article {
	margin-left: calc((33.33% - 17.25rem - 2px) / 2);
	margin-right: calc((33.33% - 17.25rem - 2px) / 2);
}
}
@media only screen and (min-width : 1201px) {
#contenuto section.elenco article {
	margin-left: calc((25% - 17.25rem - 2px) / 2);
	margin-right: calc((25% - 17.25rem - 2px) / 2);
}
#contenuto.duecolonne section.elenco article {
	margin-left: calc((50% - 17.25rem - 2px) / 2);
	margin-right: calc((50% - 17.25rem - 2px) / 2);
}
}


/* LISTA */

section.lista {
	margin:0;
	padding:0;
	display:flex;
	align-items:flex-start;

	display:-webkit-flex;
	-webkit-align-items:flex-start;

	display:-ms-flexbox;
	-ms-align-items:flex-start;
	
	
	flex-flow:column nowrap;
	-webkit-flex-flow:column nowrap;
	-ms-flex-flow:column nowrap;

	transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1) 0s;
}
section.lista article {
	margin:0;
	padding:0;
	position:relative;
	border-bottom:1px solid #DDD;
}

section.lista article a.vai {
	display:none;
}
#contenuto section.lista article p {
	padding:0.3125rem 0;
	overflow:hidden;
	text-overflow:ellipsis;
	margin:0;
}

#contenuto section.lista article {
	width:100%;
	padding:0 0 3rem 0;
	margin:0.625rem 0 1rem 0;
	opacity:1 !important;
	border-bottom:0.125rem dotted #DDDDDD;
}
#contenuto section.lista article a.img {
	float:left;
	width:18rem;
	height:12rem;
	margin-right:1rem;
	z-index: 1;
	
}
#contenuto section.lista article h3 {
	color:#293037!important;
	text-align:left;
	margin-top: 0;
	font-size: 1.4rem!important;
}
#contenuto section.lista article h3 a {
	color:#293037 !important;
}
#contenuto section.lista article p {
	text-align:left;
	padding:0.3125rem 0;
	margin:0;
	font-size: 1rem!important;
	color:#47535F !important;
}
#contenuto section.lista .controlli {
	width:100%;
}
#contenuto section.lista article a.aggiungi {
	margin:0rem auto 0 auto;
	padding:0 0 0 0rem;
	position: absolute;
	height:1.875rem;
	width:1.875rem;
	font-size:0rem;
	bottom:0.3125rem;
	line-height:1.5rem;
	right:0rem;
	text-transform:uppercase;
	text-decoration:none;
	background: url(../../images/pubblico/addcart.svg) no-repeat center center!important;
	background-size:3rem 3rem!important;
	font-size: 0;
}
#contenuto section.lista article a.aggiungi:hover {
	background: url(../../images/pubblico/addcartHover.svg) no-repeat center center!important;
	background-size:3rem 3rem!important;
}
#contenuto section.lista article span.prezzo {
	margin:0rem auto 0 auto;
	padding:0 0 0 0;
	position: absolute;
	height:1.875rem;
	width:6rem;
	bottom:0.3125rem;
	text-align:center;
	right:1.875rem;
	text-transform:uppercase;
	text-decoration:none;
	color:#293037 !important;
	font-weight: 700!important;
	font-size: 1rem!important;
}
#contenuto section.lista article span.prezzo_barrato {
	margin:0rem auto 0 auto;
	padding:0 0 0 0;
	position: absolute;
	height:1rem;
	bottom:0.3125rem;
	right:8.3125rem;
	text-transform:uppercase;
	text-decoration:line-through;
	font-weight:400;
}
#contenuto section.lista article span.copertura {
	display:none;
}
#contenuto section.lista article div.data span {
	width:5rem;
	display:block;
	color:#293037;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: #FFF;
}
#contenuto section.lista article div.data span.mese {
	font-size:0.75rem;
	line-height:1.25rem;
	font-weight: 400;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	left: 0;
}
#contenuto section.lista article div.data span.giorno {
	font-size:1.6rem;
	line-height:1.75rem;
	font-weight: 700;
	position: absolute;
	top: 1rem;
	left: 0;
}


/* Smartphones ----------- */
@media only screen and (max-width : 600px) {
#contenuto section.lista {
	overflow:visible;
	padding:1rem 0;
	margin: 0 0 0 0;
	width: 100% !important;
	content: "ridotto";
	margin-left: 0!important;
	height:auto!important;
}
#contenuto section.lista article h3 {
	font-size: 0.875rem;
}
#contenuto section.lista article a.img {
	float:left;
	width:100%;
	height:66vw;
	margin:0 0 1rem 0;
	z-index: 1;
	
}
}
/* ipad desktop ----------- */
@media only screen and (min-width : 601px) {
#contenuto section.lista {
	overflow:visible;
	padding:1rem 0;
	width: 100% !important;
}
}



/* --- ALLEGATI --- */
section.lista article.file {
	padding-bottom:3rem;
	position:relative;
}
#contenuto section.lista article.file a.download{
	position:absolute;
	right:0;
	bottom:0.3125rem;
	height:2.25rem;
	background-size:contain;
	padding-left:2.3125rem;
	width:35%;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
section.lista article.file a.download:hover {
}

/* Elenco con file */

section a.general {
	background: url('../../images/pubblico/icone/metro/general.png') no-repeat top left;
}
section a.archivio {
	background: url('../../images/pubblico/icone/metro/archivio.png') no-repeat top left;
}
section a.cad {
	background: url('../../images/pubblico/icone/metro/cad.png') no-repeat top left;
}
section a.db {
	background: url('../../images/pubblico/icone/metro/db.png') no-repeat top left;
}
section a.font {
	background: url('../../images/pubblico/icone/metro/general.png') no-repeat top left;
}
section a.immagine {
	background: url('../../images/pubblico/icone/metro/immagine.png') no-repeat top left;
}
section a.musica {
	background: url('../../images/pubblico/icone/metro/musica.png') no-repeat top left;
}
section a.pdf {
	background: url('../../images/pubblico/down.png') no-repeat top left;
}
section a.ppt {
	background: url('../../images/pubblico/icone/metro/ppt.png') no-repeat top left;
}
section a.txt {
	background: url('../../images/pubblico/icone/metro/txt.png') no-repeat top left;
}
section a.vector {
	background: url('../../images/pubblico/icone/metro/vector.png') no-repeat top left;
}
section a.video {
	background: url('../../images/pubblico/icone/metro/video.png') no-repeat top left;
}
section a.word {
	background: url('../../images/pubblico/icone/metro/word.png') no-repeat top left;
}
section a.xls {
	background: url('../../images/pubblico/icone/metro/xls.png') no-repeat top left;
}</pre></body></html>