﻿.titolo-argomento {
    background-color: #00695C;
    color: #fff;
}
/* riga rossa */
.riga1{
	
    width: 50%;
    float: left;
    height: 4px;
    background: #4EBAAA;
    background: -webkit-linear-gradient(90deg,#4EBAAA 75%,#fff);
    background: -o-linear-gradient(90deg,#4EBAAA 75%,#fff);
    background: -moz-linear-gradient(90deg,#4EBAAA 75%,#fff);
    background: linear-gradient(90deg, #4EBAAA 75%,#fff);
}

.riga2{
	width: 50%;
    float: left;
    height: 4px;
    background: #4EBAAA;
    background: -webkit-linear-gradient(-90deg,#4EBAAA 75%,#fff);
    background: -o-linear-gradient(-90deg,#4EBAAA 75%,#fff);
    background: -moz-linear-gradient(-90deg,#4EBAAA 75%,#fff);
    background: linear-gradient(-90deg,#4EBAAA 75%,#fff);
}
@media screen and (max-width: 991px){
	

.bg-epicentro {
    background-color: #00695C;
    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 #4EBAAA;
 
}
nav .menu-sx li ul li a:hover {
    border-right-color: #00695C;}
}

.active {
    border-right-color: #00695C!important;
   
}
.selected2 {
    color: #00695C!important;
}
.box-sx {
    border-bottom: 3px solid #00695C !important;
 
}
