﻿.titolo-argomento {
    background-color: #631674;
    color: #fff;
}


/* riga rossa */
.riga1{
	
    width: 50%;
    float: left;
    height: 4px;
    background: #AE8EB9;
    background: -webkit-linear-gradient(90deg,#AE8EB9 75%,#fff);
    background: -o-linear-gradient(90deg,#AE8EB9 75%,#fff);
    background: -moz-linear-gradient(90deg,#AE8EB9 75%,#fff);
    background: linear-gradient(90deg, #AE8EB9 75%,#fff);
}

.riga2{
	width: 50%;
    float: left;
    height: 4px;
    background: #AE8EB9;
    background: -webkit-linear-gradient(-90deg,#AE8EB9 75%,#fff);
    background: -o-linear-gradient(-90deg,#AE8EB9 75%,#fff);
    background: -moz-linear-gradient(-90deg,#AE8EB9 75%,#fff);
    background: linear-gradient(-90deg,#AE8EB9 75%,#fff);
}
@media screen and (max-width: 991px){
	

.bg-epicentro {
    background-color: #631674;
    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: #631674;
}
}
.active {
    border-right-color: #631674!important;
   
}
.selected2 {
    color: #631674!important;
}
.box-sx {
    border-bottom: 3px solid #631674 !important;
 
}
nav svg {
    fill: #631674;
}
@media screen and (max-width: 550px){
	.box-ipc{
	margin-left: 0;
    clear: right;
    margin-bottom: 5px; width:100%; float:left;
}

}
.isdisabled {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}
.decessi .card-header{
	color:#FFFFFF; background-color:#631674;
}
.decessi .card-title{
	color: #631674;
}
