@charset "UTF-8";
/* CSS Document */

body {
	font-family: 'Dyxleyx Light';
	}

	/* Mobile Styles */
	@media only screen and (max-width: 800px){


	}

	/* Tablet Styles */
	@media only screen and (min-width: 801px) and (max-width: 1100px){

	}

	/* Desktop Styles 1 */
	@media only screen and (min-width: 1101px) and (max-width: 1500px){

	}

	/* Desktop Styles 2 */
	@media only screen and (min-width: 1501px){

	}



	#infoRiquadroTXTinfo {
		width:40%;
		max-width: 600px;
		min-width: 400px;
		float: left;
		position: absolute;
		/*height:1370px;*/
		margin-left: 15%;
		top:0px;
		background-color:rgba(255,255,255,0.95);
		padding-bottom: 150px;
		padding-top: 24px;
	}


	#RiquadroTraspInfo {
		width:100%;
		position: fixed;
		/*height:1370px;*/
		margin: 0;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		background-color:rgba(255,255,255,0);
		overflow: scroll !important;
}

.page {
	overflow: hidden !important;
}

.infoTitolo {
	font-family: 'Dyxleyx regular';
	font-size:21px;
	margin-left:10%;
	margin-top:0;
	margin-bottom:0px;
	padding-top: 55px;
}

.infoSottotitolo {
	font-family: 'Dyxleyx Light';
	font-size:18px;
	line-height:25px;
	margin-left:10%;
	margin-bottom:0px;
}

.infoTestoinfo {
	font-family: 'Dyxleyx Light';
	font-size:15px;
	line-height:23px;
	color:#333;
	margin-left:10%;
	margin-right:10%;
	margin-top:0px;
	margin-bottom:5px;
}

.infoInciso {
	font-family: 'Dyxleyx Light';
	font-size:14px;
	line-height:23px;
	margin-top:34px;
	margin-bottom:0px;
}

