/* CSS Document */

h4 {
    
   font-size:22px;
    line-height: 26px;
    
}

.box-header {
  padding: 25px;
  text-align: center;
  color: #C5281C;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 22px;
	text-transform: normal;
	 border-bottom: 0px solid rgba(0,0,0,0.3);
 
}

.box-header h4{
    color: #C5281C;
    font-size:40px;
    line-height: 40px;
    font-weight: 300;
}

.box-header h5{
    color: #000000;
    font-size:26px;
    line-height: 26px;
    font-weight: 300;
}


.btn_scopri{
   color: #C5281C;
  text-transform: uppercase;  
    font-weight: 500;
    font-size: 16px;
}
.big-number {
    color: #C5281C;
    font-size: 22px;
    
    
}

.premi-note{margin-top: 11px;}

.tutti-i-premi p{
    
    font-size:15px;
    
}
.tutti-i-premi .box-content{
    display: flex;
    padding:15px;
    height: inherit !important;
}

.buttonred-premi{
	padding:10px 20px;
	color:#ffffff;
	background: rgb(213,40,27);
background-image: linear-gradient(332.44deg, #D5281B 0%, #C5281C 100%);
	font-weight: 500;
	letter-spacing: 1.5px;
	width: 100%;
	display:block;
	text-align: center;
	border-radius: 4px;
	text-decoration: none;
    font-size: 14px !important;
    text-transform: uppercase;
}

.buttonred-premi:hover {
	
	color:#ffffff;
	background: rgb(213,40,27);
background-image: linear-gradient(332.44deg, #C5281C 0%, #D5281B 100%);
	text-decoration: none;
	
}

.outline{
    margin-top:10px;
   color:rgb(213,40,27) !important;
	background: #ffffff !important;
     border:1px solid #C5281C;
    

}

.outline:hover{
    
   background:rgb(213,40,27) !important;
	color: #ffffff !important;

}

.win{
    
    color:rgb(213,40,27) !important;
    
}


.premi-disabled{
    
    opacity: 0.4;
}


.premi-border-red{
    
    border-radius: 4px;
    border:2px solid #C5281C;
    
}

.premi-border-grey{
    
    border-radius: 4px;
    border:2px solid #ccc;
    
}
