﻿.titolo-argomento {
	background-color: #628189;
	color: #fff;
}
.titolo-argomento a{
	color: #fff;
}

/* riga rossa */
.riga1 {
	width: 50%;
	float: left;
	height: 4px;
	background: #D3AF2B;
	background: -webkit-linear-gradient(90deg,#D3AF2B 75%,#fff);
	background: -o-linear-gradient(90deg,#D3AF2B 75%,#fff);
	background: -moz-linear-gradient(90deg,#D3AF2B 75%,#fff);
	background: linear-gradient(90deg, #D3AF2B 75%,#fff);
}
.riga2 {
	width: 50%;
	float: left;
	height: 4px;
	background: #D3AF2B;
	background: -webkit-linear-gradient(-90deg,#D3AF2B 75%,#fff);
	background: -o-linear-gradient(-90deg,#D3AF2B 75%,#fff);
	background: -moz-linear-gradient(-90deg,#D3AF2B 75%,#fff);
	background: linear-gradient(-90deg,#D3AF2B 75%,#fff);
}
.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: #5A767C;
}
.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: #F1F5F5;
	color: #5A767C;
	border-bottom: 3px solid #D3AF2B!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: #5A767C;
}
.shadow-flu:hover {
	box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
	color: #5A767C;
}
@media screen and (max-width: 991px){
	

.bg-epicentro {
    background-color: #628189;
    padding-left: 1px;
    padding-right: 1px;
}
ul li .dropdown-item {
    border-left: 0px solid #AE8EB9;
}

}
a.navbar-brand:hover {
    color: #FFFFFF!important;
    text-decoration: underline!important;

}
