﻿.titolo-argomento {
    background-color: #C1CDE2;
    color: #486BA7!important;

}


/* riga rossa */
.riga1{
	
    width: 50%;
    float: left;
    height: 4px;
    background: #9B5C2D;
    background: -webkit-linear-gradient(90deg,#9B5C2D 75%,#fff);
    background: -o-linear-gradient(90deg,#9B5C2D 75%,#fff);
    background: -moz-linear-gradient(90deg,#9B5C2D 75%,#fff);
    background: linear-gradient(90deg, #9B5C2D 75%,#fff);
}

.riga2{
	width: 50%;
    float: left;
    height: 4px;
    background: #9B5C2D;
    background: -webkit-linear-gradient(-90deg,#9B5C2D 75%,#fff);
    background: -o-linear-gradient(-90deg,#9B5C2D 75%,#fff);
    background: -moz-linear-gradient(-90deg,#9B5C2D 75%,#fff);
    background: linear-gradient(-90deg,#9B5C2D 75%,#fff);
}
@media (max-width: 420.98px){
.navbar-brand {
    margin-right: 1px;
    padding-left: 1px;
}
.navbar-interno button {
    margin-right: 1px;
}}
h2, h5{
	color:#4F6FAA;
}

h4, h3, h6{
	color:#B65B26;
}
[data-toggle=collapse] .fa:before {  
  content: "\f139";
}

[data-toggle=collapse].collapsed .fa:before {
  content: "\f13a";
}
.btn-ben{
	background-color:#A15725; color:#FFFFFF
}

.articolo-box{
	
	border-bottom: 5px solid #506BA8!important;
    background-color: #FFFFFF;
}

.articolo-box .card-header{
	 background-color: #B65A26!important; color: #FFFFFF;  font-size:26px; 
}
.articolo{
	margin-bottom:20px;
		border-bottom-style: dashed;
	border-bottom-width: 2px;
	border-bottom-color: #E1F0FF;

}

.articolo:last-child {
    border-bottom: none;
}
.articolo-titolo{
	font-size:1.4rem;
	line-height:1.7rem;
}
.articolo-titolo a{
 color: #4E6FAA;
}


.articolo-autori{
	font-size: 1rem;
	margin-bottom: 10px;
	color: #515151;

}
.articolo-diviso{
	
	 width: 100%;
   
    height: 7px;
    background: #87060b;
    background: -webkit-linear-gradient(90deg,#fff,#B95517,#fff);
    background: -o-linear-gradient(90deg,#fff,#B95517,#fff);
    background: -moz-linear-gradient(90deg,#fff,#B95517,#fff);
    background: linear-gradient(90deg,#fff,#B95517,#fff);
}
.epieuropa-indice a {
	font-size:32px; font-weight:bold; }
	.epieuropa-indice a span{
	 color: #B65A26; }

.epieuropa{
		border-left: 3px solid #B95517!important;

}
.epieuropa .card-header{
	  color: #4E6FAA;
}

.epieuropa .card-body{
	 background-color: #D1DAE9;
}



