﻿.titolo-argomento {
    background-color: #BB4D00;
    color: #fff;
}


/* riga rossa */
.riga1{
	
    width: 50%;
    float: left;
    height: 4px;
    background: #FFECB3;
    background: -webkit-linear-gradient(90deg,#FFECB3 75%,#fff);
    background: -o-linear-gradient(90deg,#FFECB3 75%,#fff);
    background: -moz-linear-gradient(90deg,#FFECB3 75%,#fff);
    background: linear-gradient(90deg, #FFECB3 75%,#fff);
}

.riga2{
	width: 50%;
    float: left;
    height: 4px;
    background: #87060b;
    background: -webkit-linear-gradient(-90deg,#FFECB3 75%,#fff);
    background: -o-linear-gradient(-90deg,#FFECB3 75%,#fff);
    background: -moz-linear-gradient(-90deg,#FFECB3 75%,#fff);
    background: linear-gradient(-90deg,#FFECB3 75%,#fff);
}
.numeri {
    margin-bottom: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #BB4D00;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);   color:#8064A1
    border-radius: .25rem;
    width: 100%;
    color: #FFFFFF;
}
.numeri-tit {
    font-size: 20px;
    min-height: 50px;
    text-align: center;
    padding: 5px;
}
.numeri-num {
    font-size: 26px;
    text-align: center;
    padding: 5px;
}
.pulsante {
	text-decoration: none;
	background-color: #f5f5f5!important;
	width: 100%;
	color: #000;
	transition: .25s box-shadow;
	border-left: 5px solid #ffad42!important;
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: .25rem;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 18px;
	padding: 15px;
}
.pulsante:hover {
	box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15); text-decoration:none;
}
.img-pulsante {
	float: left;
	display: inline-block;
	margin-right: 10px;
}

.down{
	text-align:center; padding-top:15px; 
}
.rwd-video {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}
.rwd-video iframe,
.rwd-video object,
.rwd-video embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
@media screen and (max-width: 991px){
	

.bg-epicentro {
    background-color: #BB4D00;
    padding-left: 1px;
    padding-right: 1px;
}
ul li .dropdown-item {
    border-left: 0px solid #93B9E3;
}

}

@media (min-width: 992px){
	

ul li .dropdown-item {
    border-left: 2px solid #FFC107;
 
}
nav .menu-sx li ul li a:hover {
    border-right-color: #BB4D00;
}
}
.active {
    border-right-color: #BB4D00!important;
   
}
.selected2 {
    color: #BB4D00!important;
}
.box-sx {
    border-bottom: 3px solid #BB4D00 !important;
 
}
nav svg {
    fill: #BB4D00;
}
.box-ipc{
	margin-left: 1rem;
    clear: right;
    margin-bottom: 5px; width:30%; float:right;
}
@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:#BB4D00;
}
.decessi .card-title{
	color: #BB4D00;
}
.decessi .row{
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #999999; 
	padding-bottom:10px;
}
.box-decessi-indice{
	background-color: #F5F5F5;
	border: 1px solid #999999;
	border-radius: 3px; padding:5px;
}
