@charset "UTF-8";
@import url("webfonts/Frutiger/stylesheet.css");

html,

html *{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	cursor: url(cursors/archivio/200131/pointer.png) 25.5 25.5, crosshair;
}

a:hover {
	cursor: url(cursors/archivio/200131/pointer.png) 25.5 25.5, crosshair;
	color: #F1F1F1;
	transition: all 0.5s ease-in-out;
}

a:active {
	text-decoration: none;
	color: #000000;
}

a:focus {
	background: none;
}

a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

p {
	display: block;
	font-family: 'FrutigerNextLT';
}

.informazioni{
	position: absolute;
	top: 50%;
	bottom: 50%;
	width: 300px;
	text-align: justify;
	font-size: 16pt;
	line-height: 18pt;
	font-weight: 100;
	opacity: 0;
}

.mono {
	display: inline-block;
	width: 20px;
}

/*Mobile*/

@media (max-width: 760px){
	.informazioni {
		top: 10%;
	}
}

/*Tablet*/

@media (min-width: 768px){

	p {
		font-size: 18pt;
		line-height: 22pt;
	}
	
	.informazioni {
		top: 40%;
		left: -500px;
	}
	
}

/*Desktop*/

@media (min-width: 1080px){
	
	body {
		max-width: 1280px;
		margin-left: auto;
		margin-right: auto;
	}
	
	p {
		font-size: 18pt;
		line-height: 24pt;
	}
	
	.informazioni {
		position: absolute;
		top: 40%;
		left: 50%;
		transform: translate(200%, 0%);
	}
}

/*Desktop Retina*/

@media (min-width: 2160px){

	body {
		max-width: 1280px;
		margin-left: auto;
		margin-right: auto;
	}
	
	p {
		font-size: 18pt;
		line-height: 24pt;
	}
	
	.informazioni {
		position: absolute;
		top: 40%;
		left: 50%;
		transform: translate(300%, 0%);
	}
}
