﻿.titolo-argomento {
	background-color: #EF6C27;
	color: #fff;
}
/* riga rossa */
.riga1 {
	width: 50%;
	float: left;
	height: 4px;
	background: #00B4F1;
	background: -webkit-linear-gradient(90deg,#00B4F1 75%,#fff);
	background: -o-linear-gradient(90deg,#00B4F1 75%,#fff);
	background: -moz-linear-gradient(90deg,#00B4F1 75%,#fff);
	background: linear-gradient(90deg, #00B4F1 75%,#fff);
}
.riga2 {
	width: 50%;
	float: left;
	height: 4px;
	background:  #00B4F1;
	background: -webkit-linear-gradient(-90deg,#00B4F1 75%,#fff);
	background: -o-linear-gradient(-90deg,#00B4F1 75%,#fff);
	background: -moz-linear-gradient(-90deg,#00B4F1 75%,#fff);
	background: linear-gradient(-90deg,#00B4F1 75%,#fff);
}
@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;
}
.jumbotron .jumbotron-overlay.overlay-middle-right {
	top: 50%;
	transform: translateY(-50%)!important;
	right: 0px;
}
.jumbotron.jumbotron-viola .jumbotron-overlay {
	background: rgba(255,255,255,.95);
	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 #A68CB7!important;
}
}
@media (max-width: 991.98px){
.jumbotron .w-50 {
	width: auto!important;
}
}
.jumbotron .display-4 {
	font-size: 2.5rem;
}
@media (max-width: 991.98px){
.jumbotron .display-4 {
	font-size: 1.7rem;
}
}
.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;
}
/* | news             | */
/* +------------------------------------------------------------------------+ */
.w-33 {
	width: 100%!important;
}
@media screen and (max-width: 575px){
.box-news {
	display: block!important;
}
}
.box-news {
	margin-left: 0px!important;
	float: none!important;
}
/* | fine             | */
/* +------------------------------------------------------------------------+ */
.bt-viola{ 
	border-bottom: 5px solid!important;
	border-bottom-color: #4C006E!important;
	box-shadow: 0 0 8px rgba(0,0,0,.23);
}
.bg-gray {
	background-color: #E0E0E0!important;
}
.bg-viola {
	background-color: #4C006E!important;
	color: #FFFFFF!important;
	
}
.bt-viola a {
	text-decoration:underline;  color:#005ea8;
}
.bt-viola a:hover {
	text-decoration:none;
}
.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;
}
.altre-flu a{
	color: #005ea8;
}

