﻿.titolo-argomento {
	background-color: #5881A1;
	color: #fff;
}
/* riga rossa */
.riga1 {
	width: 50%;
	float: left;
	height: 4px;
	background: #AB4748;
	background: -webkit-linear-gradient(90deg,#AB4748 75%,#fff);
	background: -o-linear-gradient(90deg,#AB4748 75%,#fff);
	background: -moz-linear-gradient(90deg,#AB4748 75%,#fff);
	background: linear-gradient(90deg, #AB4748 75%,#fff);
}
.riga2 {
	width: 50%;
	float: left;
	height: 4px;
	background: #AE8EB9;
	background: -webkit-linear-gradient(-90deg,#AB4748 75%,#fff);
	background: -o-linear-gradient(-90deg,#AB4748 75%,#fff);
	background: -moz-linear-gradient(-90deg,#AB4748 75%,#fff);
	background: linear-gradient(-90deg,#AB4748 75%,#fff);
}
@media screen and (max-width: 991px){
	

.bg-epicentro {
    background-color: #570171;
    padding-left: 1px;
    padding-right: 1px;
}
ul li .dropdown-item {
    border-left: 0px solid #AE8EB9;
}

}

@media (min-width: 992px){
	

ul li .dropdown-item {
    border-left: 2px solid #AE8EB9;
 
}
nav .menu-sx li ul li a:hover {
    border-right-color: #570171;
}
}
.active {
    border-right-color: #570171!important;
   
}
.selected2 {
    color: #570171!important;
}
.box-sx {
    border-bottom: 3px solid ##570171 !important;
 
}
nav svg {
    fill: #570171
}

.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;
}
.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;
}


