# FG added
.img100 {width:auto;}
.img100 img {width:100%;}
.img33 {
float:left; text-align:center;
width:33%;
}
.imgleft33 .img33,.imgleft50 .img50  {
float:left;
margin: 0px 20px 10px 0px;
}
.imgright33 .img33,.imgright50 .img50 {
float:right;
margin: 0px 0 10px 20px;
}
.img33 img {width:100%;  }
.img50 {
float:left; text-align:center;
width:50%;
}
.img33 img,.img50 img {width:100%;}
/*.sk-page .column p {text-align:justify;}*/
.img33_icon {float:left;}


.titoletto {
	font-size: 2.125rem;
	font-weight: 700; 
	line-height: 1.18; 
	letter-spacing: -0.02em;	
	color: var(--bs-body-color);
	#font-weight: 500;
	#color: #0072bb;
	#font-size: 1.6rem;
	#text-transform: uppercase;
	text-transform: none;
	#line-height: 1.6rem;
	#margin: 0 0 0.5em;
	margin-bottom: 10px;
}

.titoletto-large {
	font-size: 2.75rem;  
	font-weight: 700; 
	line-height: 1.12; 
	letter-spacing: -0.02em;	
	color: var(--bs-body-color);
	#font-weight: 600;
	#color: #0072bb;
	#font-size: 2.6rem;
	text-transform: none;
	#margin: 0 0 0.5em;
	margin-bottom: 10px;
}


.titolettowhite {
	font-size: 2.125rem;
	font-weight: 700; 
	line-height: 1.18; 
	letter-spacing: -0.02em;
	color: white;	
	#font-weight: 500;
	#color: #0072bb;
	#font-size: 2.4rem;
	text-transform: none;
	#line-height: 2rem;
	display: inline-block;
    #margin-bottom: 10px;
	margin: 0 0 0.5em;
}

.titolettowhite-large {
	font-size: 2.75rem;  
	font-weight: 700; 
	line-height: 1.12; 
	letter-spacing: -0.02em;	
	color: white;
	#margin: 0 0 0.5em;	
	#font-weight: 600;
	#color: #0072bb;
	#font-size: 2.6rem;
	text-transform: none;
	margin-bottom: 10px;
}

.imgauto50 img {width:520px;max-width: 90%;}
.imgauto33 img {width:340px;max-width: 90%;}
.imgauto25 img {width:250px;max-width: 90%;}

.titoletto.minuscolo {text-transform:none;float:none;}

.titolettomedium {
	font-weight: 500;
	color: #0072bb;
	font-size: 2rem;
	text-transform: none;
}


.blue {color:#0066cc !important; }

@media (max-width: 768px) {
 .titoletto-large { font-size: 2rem; }
 .titoletto { font-size: 1.625rem; }
 .titolettowhite-large { font-size: 2rem; }
 .titolettowhite { font-size: 1.625rem; }
}


