﻿.titolo-argomento {
    background-color: #AA252A;
    color: #fff;
}
@media (max-width: 991px)
{
	

.titolo-argomento {
    display: block!important;
}}

/* riga rossa */
.riga1{
	
    width: 50%;
    float: left;
    height: 4px;
    background: #F05A28;
    background: -webkit-linear-gradient(90deg,#F05A28 75%,#fff);
    background: -o-linear-gradient(90deg,#F05A28 75%,#fff);
    background: -moz-linear-gradient(90deg,#F05A28 75%,#fff);
    background: linear-gradient(90deg, #F05A28 75%,#fff);
}

.riga2{
	width: 50%;
    float: left;
    height: 4px;
    background: #F05A28;
    background: -webkit-linear-gradient(-90deg,#F05A28 75%,#fff);
    background: -o-linear-gradient(-90deg,#F05A28 75%,#fff);
    background: -moz-linear-gradient(-90deg,#F05A28 75%,#fff);
    background: linear-gradient(-90deg,#F05A28 75%,#fff);
}


.titlebar {
	border-radius: 3px;
	margin-top: 5px;
	width: 100%;
	font-weight: normal;
	min-height: 42px;
}
.titlebar h1 {
	color: #96060B;
	font-size: 26px;
	line-height: 40px;
	margin: 5px 15px;
	padding: 0;
	font-weight: 400;
}
@media screen and (max-width: 991px) {
.titlebar h1 {
	font-size: 22px;
}
}
.titlebar h1 a:link {
	text-decoration: none;
	color: #96060B;
}
.titlebar h1 a:visited {
	text-decoration: none;
	color: #96060B;
}
.titlebar h1 a:hover {
	text-decoration: underline;
	color: #96060B;
}
.consulta p {
	padding: 0px !important;
	padding-left: 10px !important;
}


.pulsante {
	text-decoration: none;
	width: 100%;
	color: #000;
	transition: .25s box-shadow;
	position: relative;
	display: block;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border-radius: .25rem;
	
	font-size: 18px;
}
.pulsante:hover {
	box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
	text-decoration:none;
}

.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,.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 #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;
    margin-bottom:1rem;
   
}
.box-news .card-header{
    
    color:#AA252A;
    font-size:26px;
   
}
.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;
}


