@font-face {
	font-family:'CicleSemi';
	src: local('?'), url("../css/Cicle_Semi.eot") format("eot"),url("../css/Cicle_Semi.woff") format("woff"),url("../css/Cicle_Semi.ttf") format("truetype"),url("../css/Cicle_Semi.svg#CicleSemi") format("svg");
	font-weight:normal;
	font-style:normal;
}



@font-face {
	font-family: 'Noto Sans';
	src: local('?'), url('../fonts/NotoSans-Regular-webfont.woff')format('woff'), url('../fonts/NotoSans-Regular-webfont.ttf') format('truetype'), url('../fonts/NotoSans-Regular-webfont.svg#webfontzqb2Knxj') format('svg');
}

a { text-decoration: underline !important;}


/*MOBILE*/
@media only screen and (max-width: 736px) { 
.logo { width: 80%;} 
.desktop { display: none; }
.contenitore { padding-top: 10%;}
.divider { height: 50px;}
	} 
/*TABLET*/
@media only screen and (min-width: 768px) and (max-width: 1279px) {
.logo { width: 70%;} 
.mobile { display: none; } .contenitore { padding-top: 20%;} .divider { height: 50px;}
.sinistra{ padding-left: 5%;} .destra{ padding-right: 5%; padding-left: 5%;} }

/*DESKTOP*/
@media only screen and (min-width: 1280px) { .mobile { display: none; } .contenitore { padding-top: 10%;} .divider { height: 70px;} .sinistra { width: 55%;} .destra { width: 45%;} } 


