﻿@media (max-width: 991px)
{
.titolo-argomento {
	display: block!important;
}
}

.jumbotron {
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0 15px;
	border-radius: 0;
	position: relative;
	margin-bottom:0px;
}
.jumbotron .jumbotron-overlay.overlay-middle-right {
	top: 50%;
	transform: translateY(-50%)!important;
	right: 0px;
}
.jumbotron.jumbotron-viola .jumbotron-overlay {
	background: rgba(255,255,255,.85);
	color: #000;
}
.jumbotron .jumbotron-overlay {
	padding: 1rem;
	position: absolute;
	overflow: hidden;
}
@media (max-width: 991.98px){
.jumbotron .jumbotron-overlay[class*=overlay-] {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	top: 0!important;
	left: 0;
	bottom: 0;
	height: auto;
	transform: none!important;
	position: relative;
	background: #e0e0e0;
	color: #000;
	border-bottom: 3px solid #263971!important;
}
}
@media (max-width: 991.98px){
.jumbotron .w-50 {
	width: auto!important;
}
}
.jumbotron .display-4 {
	font-size: 2.5rem; margin:0;
}
@media (max-width: 991.98px){
.jumbotron .display-4 {
	font-size: 1.7rem;
}
}

.lista-link {
    width: 100%;
    padding: 0;
    align-self: flex-end;
    margin: 0 0 3em 0;
    flex-grow: 1;
    list-style-type:none;
}
.lista-link li a {
    padding: .5em;
    font-size: 1em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: .1s all;
    border-radius: .3rem;
    color: #005ea8;
}
.lista-link li a:hover {
    background: #eff2f5;
    transition: .1s all;
    text-decoration: none;
}

/* | news             | */
/* +------------------------------------------------------------------------+ */
.shadow-flu {
	color: #000000;
}
.shadow-flu:hover {
	box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
	color: #000000;
}
.bg-gray {
	background-color: #E0E0E0!important;
}



/* | fine             | */
/* +------------------------------------------------------------------------+ */

