.assistenza_titolo{
    font-size: 44px;
    font-weight: bolder;
    color: #000000;
    text-align: center;
    margin-bottom: 20px;

}
.assistenza_testo{
    font-size: 18px;
    font-weight: normal;
    color: #333333; 
    text-align: left;
    margin-bottom: 30px;
}


h5{
	font-weight:bold;
}
.assistenza_prodotto_titolo{
    font-size: 18px;
    font-weight: normal;
    color: #333333;
    text-align: left;
    margin-bottom: 30px;
}
.assistenza_hr{
    width: 70%;
    margin-top: 30px;
}

assistenza_prodotti{
}

.assistenza_prodotto_elemento {
	width:25%;
	text-align: center;
	margin:0;
	margin-bottom:20px;
	padding:0;
	float:left;
}

.assistenza_prodotto_immagine img{
	max-width:100%;
}

.assistenza_prodotto_titolo {
	font-size: 19px;
	font-weight: bolder;
	color: #333333;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.assistenza_prodotto_testo{
	border:0;
	background:none;
	text-align: center;
	padding-left:0px;
	padding-right:0px;
}

#assistenza_prodotti ul{
	list-style: none;
	list-style-type:none;
	list-style-position: inside;
}
#assistenza_prodotti li{
	list-style-image:url("/images/interfaccia/assistenza_icona_pdf.jpg"); 
}

@media screen and (min-width:1200px){

	#assistenza_prodotti li{
		padding-left:20px;
		text-align:left;
	}

	.assistenza_prodotto_elemento:nth-child(4n+1) {
		clear:left;
		margin-left:0;
	}
	.assistenza_prodotto_elemento:nth-child(4n) {
		margin-right:0;
	}
}

@media screen and (min-width:941px) and (max-width:1201px){

	#assistenza_prodotti li{
		padding-left:0px;
		text-align:left;
	}

	.assistenza_prodotto_elemento:nth-child(4n+1) {
		clear:left;
		margin-left:0;
	}
	.assistenza_prodotto_elemento:nth-child(4n) {
		margin-right:0;
	}
}
@media screen and (min-width:481px) and (max-width:940px){
	#assistenza_prodotti ul{
		text-align:center;
		padding-left:0px;
	}
	.assistenza_prodotto_elemento {
		width:50%;
		text-align: center;
	}

	.assistenza_prodotto_immagine img{
		max-width:100%;
	}

	.assistenza_prodotto_elemento:nth-child(2n+1) {
		clear:left;
		margin-left:0;
	}
	.assistenza_prodotto_elemento:nth-child(2n) {
		margin-right:0;
	}
	
}
@media screen and (min-width:400px) and (max-width:480px){
	#assistenza_prodotti ul{
		text-align:center;
		padding-left:0px;
	}
	.assistenza_prodotto_immagine img{
		max-width:60%;
	}
	.assistenza_prodotto_elemento {
		width:50%;
		text-align: center;
	}
	.assistenza_prodotto_elemento:nth-child(2n+1) {
		clear:left;
		margin-left:0;
	}
	.assistenza_prodotto_elemento:nth-child(2n) {
		margin-right:0;
	}

}
@media screen and (max-width:399px){
	#assistenza_prodotti ul{
		text-align:center;
		padding-left:0px;
	}
	.assistenza_prodotto_immagine img{
		max-width:60%;
	}
	.assistenza_prodotto_elemento {
		width:100%;
		text-align: center;
	}
	.assistenza_prodotto_elemento:nth-child(1n+1) {
		clear:left;
		margin-left:0;
	}
	.assistenza_prodotto_elemento:nth-child(1n) {
		margin-right:0;
	}

}


#assistenza_step_3f{
	margin-top:40px;
    margin-left: 0px;
    margin-right: 0px;
	padding:0!important;
	width:50%;
	flex:none!important;
	margin: auto!important;
    /*border-radius: 24px!important;*/
}
#assistenza_step_3f .card{
	border:1px solid #AAAAAA;
	box-shadow: 0 0 0 5px #EEEEEE;
	margin-bottom: 30px;
}
#assistenza_step_3f .card-body{
	padding-left: 10px;
	padding-right: 10px;
	padding-top:21px;
	padding-bottom:28px;
}
#assistenza_step_3f .card-title{
	font-size: 27px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	line-height: normal;
	margin-bottom: 28px;
}
#assistenza_step_3f	.card-text{
	font-size: 22px;
	color: #333333;
	text-align: center;
	line-height: normal;
	margin-bottom: 28px;
}
#assistenza_step_3f .card-footer{
	text-align: center;
	padding-left:0px;
	padding-right:0px;
	/*border-radius: 0 0 24px 24px;*/
}
#assistenza_step_3f .card-body img{
	transition: opacity ease-in-out 0.3s;
	opacity:1;
}
#assistenza_step_3f .card-body img:hover {
	opacity:0.7;
}
#assistenza_step_3f .btn-primary{
	height:auto;
	width: 90%;
	border:0px solid #26C9FF;
	margin-top: 20px;
	cursor: pointer;
	padding-left:16px;
	padding-right:16px;
	padding-top:17px;
	padding-bottom:15px;
	line-height:22px; 
	/*border-radius: 50px;*/ 
	background:#85AE1D;
	color:#FFFFFF;
	font-size:20px;
	font-family: "Futura Md BT", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-weight:bold;
	transition: background ease-in-out 0.3s, padding ease-in-out 0.3s;
}

#assistenza_step_3f .btn-primary:hover {
	background:#9FCF23;
	padding-left:30px;
}
@media screen and (max-width:700px){
	#assistenza_step_3f{
		width:96%!important;
	}
}