<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.row_loadmoreblogs
{
    text-align: center;
    margin-top: 40px;
}

/* REFERENZE */
.singleRef
{
    padding:15px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    overflow: hidden;
    aspect-ratio: 16/9;
    margin-bottom: 40px;
} 
.singleRef .singleRef_title 
{
    width: 55%;
}
@media screen and ( max-width:991px )
{
    .singleRef .singleRef_title 
    {
        width: 92%;
    }
}
@media screen and (max-width:1199px) and (min-width:767px)
{
    .singleRef
    {
        aspect-ratio: 4/3;
    } 
}
@media screen and (max-width:360px)
{
    .singleRef
    {
        aspect-ratio: 4/3;
    } 
}

.singleRef .singleRef_title .main_title_website
{
    font-size: 1.8rem;
    line-height: 1.8rem;
    color: var(--color-white);
    margin: 0;
    transform: translateY(0);
    -webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out; 
}
.singleRef:hover .singleRef_title .main_title_website
{
    transform: translateY(-25px);
    -webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out; 
}

.singleRef .singleRef_box
{
    position: relative;
    z-index: 7;
}

.singleRef .singleRef_button .button_website
{
    opacity: 0; visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out; 
}
.singleRef .singleRef_button .button_website i
{
   font-size: 20px; margin-left: 25px;
}


.singleRef:hover .singleRef_button .button_website
{
    opacity: 1.0; visibility: visible; 
    -webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
 
.cover_blog.cover_web
{
	background: transparent;
	background: linear-gradient(90deg, rgba(23, 24, 24, 0.85) 0%, rgba(23, 24, 24, 0.65) 55%, rgba(255, 255, 255, 0.10) 85%);
}


/* NEWS / EVENTI */
.singleNews  {
	border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    overflow: hidden;
    border: 1px solid var(--color-grey-light);
    min-height: calc(100% - 25px);
    margin-bottom: 25px;
}
.singleNews .imageNews_box {
	aspect-ratio: 3/2;
	width: 100%;
}
.singleNews .imageNews_box .cover_blog.cover_web
{
	background: transparent;
	/* background: linear-gradient(190deg, rgba(255, 255, 255,0.0) 0%, rgba(0, 94, 184,0.1) 55%, rgba(0, 73, 135,0.6) 85%); */
    background: linear-gradient(190deg, rgba(255, 255, 255,0.0) 15%, rgba(0, 73, 135,0.6) 85%);
}
.singleNews .imageNews_box .termsPost {
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 12;
	pointer-events: none;
	border-radius: 90px;
	text-transform: uppercase;
	font-size: 9px;
	line-height: 12px;
	background-color: var(--color-blue);
	color: white;
	padding: 2px 8px;
	font-weight: 700;
}
.singleNews .singleNews_box
{
    padding: 15px;
}
.singleNews_top &gt; *
{
    margin-bottom: 15px;
}
.singleNews_top .postDate {
	font-size: 12px; 
	color: var(--color-grey);
	line-height: 12px;
	font-weight: 400;
}
.singleNews_top .sep
{
    height: 1px;
    background-color:var(--color-grey-light);
}

.singleNews_bottom .link {
	color: var(--color-blue);
    text-decoration: underline;
}

/*RISORSE*/
.singleRisorsa .imageRisorsa_box
{
    /* border:5px solid var(--color-white); */
    /* padding:5px; */
    box-shadow: -2px 5px 13px -3px rgba(0,0,0,0.52);
    -webkit-box-shadow: -2px 5px 13px -3px rgba(0,0,0,0.52);
    -moz-box-shadow: -2px 5px 13px -3px rgba(0,0,0,0.52);
}

.singleRisorsa .imageRisorsa_box .cover_blog.cover_web
{
	background: transparent;
	background: linear-gradient(0deg, rgba(23, 24, 24, 0.35) 0%, rgba(23, 24, 24, 0.15) 55%, rgba(255, 255, 255, 0.10) 85%);
    opacity: 0;
}

.singleRisorsa .zoom_open_gallery
{
    padding: 20px; 
    background-color: rgba(255, 255, 255, 0.9); 
    color: var(--color-blue); font-size: 24px; line-height: 24px;
    border-radius: 90px; -webkit-border-radius: 90px; -moz-border-radius: 90px; -o-border-radius: 90px;
    -webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
     opacity: 0;
}
.singleRisorsa:hover .zoom_open_gallery,
.singleRisorsa:hover .cover_blog.cover_web
{
    -webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
    opacity: 1.0;
     
}

.singleRisorsa .singleRisorsa_box .titolo {
	color: var(--color-dark-light);
	margin-top: 10px;
	line-height: 1.4rem;
	font-size: 1.2rem;
}

@media screen and (max-width:767px) {
    .singleRisorsa .singleRisorsa_box .titolo
    {
        font-size: 14px; line-height: 20px;
    }
}</pre></body></html>