.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;
}



.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_prodotti::after{
	content:'';
	display:block;
	clear:left;
}

.assistenza_prodotto_elemento {
	width:20%;
	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;
}
h2{
	font-size:18px;
	font-weight:bold;
	/*text-decoration:underline;*/
	background-color:#CCCCCC;
	padding:5px;
}

h5{
	font-weight:bold;
}

.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"); 
		font-size:13px;
}

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

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

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

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

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

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

	}

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

	.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:560px) and (max-width:768px){
	#assistenza_prodotti ul{
		text-align:center;
		padding-left:0px;
	}
	.assistenza_prodotto_immagine img{
		max-width:100%;
	}
	.assistenza_prodotto_elemento {
		width:33.33333%;
		text-align: center;
	}
	.assistenza_prodotto_elemento:nth-child(3n+1) {
		clear:left;
		margin-left:0;
	}
	.assistenza_prodotto_elemento:nth-child(3n) {
		margin-right:0;
	}

}
@media screen and (min-width:400px) and (max-width:559px){
	#assistenza_prodotti ul{
		text-align:center;
		padding-left:0px;
	}
	.assistenza_prodotto_immagine img{
		max-width:100%;
	}
	.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:100%;
	}
	.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_4a{
	margin-top:40px;
    margin-left: 0px;
    margin-right: 0px;
	padding:0!important;
}
#assistenza_step_4a .card{
	/*border:1px solid #AAAAAA;
	box-shadow: 0 0 0 5px #EEEEEE;
	border-radius: 24px!important;*/
	margin-bottom: 30px;
}
#assistenza_step_4a .card-body{
	padding-left: 10px;
	padding-right: 10px;
	padding-top:21px;
	padding-bottom:28px;
}
#assistenza_step_4a .card-title{
	font-size: 27px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	line-height: normal;
	margin-bottom: 28px;
}
#assistenza_step_4a	.card-text{
	font-size: 22px;
	color: #333333;
	text-align: center;
	line-height: normal;
	margin-bottom: 28px;
}
#assistenza_step_4a .card-footer{
	text-align: center;
	padding-left:0px;
	padding-right:0px;
	/*border-radius: 0 0 24px 24px;*/
}
#assistenza_step_4a .card-body img{
	transition: opacity ease-in-out 0.3s;
	opacity:1;
}
#assistenza_step_4a .card-body img:hover {
	opacity:0.7;
}
#assistenza_step_4a .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_4a .btn-primary:hover {
	background:#9FCF23;
	padding-left:30px;
}

@media screen and (min-width:820px) and (max-width:920px){

	#assistenza_step_4a .btn-primary{
		font-size:18px;
	}

}
@media screen and (max-width:819px){
	
	#assistenza_step_4a {
		flex-direction: column!important;
	}
	#assistenza_step_4a .card_deck .card{
	}	
	#assistenza_step_4a .btn-primary{
		font-size:20px;
	}
	#assistenza_step_4a .card-text{
		margin-bottom:0px;
	}
}
