

	BODY {
	    padding-top: 9rem;

	}

#main-container{
	margin-top: 0rem !important;
	transition: all 0.5s;
	position: relative;
	height: 100%;
	width: 100%;
}




/*	-------------------------------------------------------------------------------	*/
/*	MENU IN PAGINA
/*	-------------------------------------------------------------------------------	*/
.PageTitle {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -65%);
    color: #fff !important;
    text-align: center;
    font-size: 2.3rem;
    font-weight: 500;
    z-index: 10;
}

h4{
	font-size: 1.7rem;
	color: #9c0034;
	font-weight: 600;
	text-transform: uppercase;
}

h3{
	font-size: 1.5rem !important;
	color: #545454 !important;
	text-align: left !important;
}

h3 > strong{
	font-size: 1.5rem !important;
	color: #545454 !important;
	text-align: left !important;
}

p > em > strong{
	font-style: normal !important;
	color: #545454 !important;
}

strong{
	font-weight: 700;
	color: #9c0034;
}
.Container .InPageText p:first-child {
	margin-bottom: -1rem;
	margin-top: 4rem;
}
p{
	font-size: 0.8rem;
	line-height: 1.4rem;
	font-weight: 500;
	margin-bottom: 1rem;
}

	.InPageMenu {
		float:right;
		width:20rem;
		overflow-x: hidden;
		box-sizing: border-box;
		margin-left:1rem;
		margin-bottom: 1rem;
	}
	.InPageMenu > UL {
		border:1px solid #cccccc;
	}
	.InPageMenu > UL > LI > UL > LI:last-of-type,
	.InPageMenu > UL > LI:last-of-type {
		border-bottom:0 !important;
	}
	.InPageMenu > UL, 
	.InPageMenu > UL > LI,
	.InPageMenu > UL > LI > UL,
	.InPageMenu > UL > LI > UL > LI {
		margin:0;
		padding:0;
		list-style: none;
		list-style-type: none;
		display: block;
	}
	.InPageMenu > UL > LI,
	.InPageMenu > UL > LI > UL > LI {
		font-size: 1.1rem;
		font-weight: 400;
		line-height: 2em;
		border-bottom: 1px solid #cccccc;
		color: var(--Page_Text_Color);
		padding-left: 1rem;
		padding-right: 1rem;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		box-sizing: border-box;
		width:100vw;
		-webkit-tap-highlight-color: transparent;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		background-color: #cccccc;
		color: #333333;
	}
	.InPageMenu > UL > LI > A,
	.InPageMenu > UL > LI > UL > LI > A {
		display: block;
		text-decoration: none;
		color: var(--Page_Text_Color);
		font-size: 1.3rem;
		line-height: 2.6em;
		margin-left: -1rem;
		margin-right: -1rem;
		padding-left: 1rem;
		padding-right: 1rem;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		box-sizing: border-box;
		outline: none;
		background-color: #fafafa;
	}
	.InPageMenu > UL > LI > UL {
		display: block;
		background-color: #ffffff;
		margin-left: -1rem;
		margin-right: -1rem;
	}
	.InPageMenu > UL > LI > A:ACTIVE,
	.InPageMenu > UL > LI > A:FOCUS,
	.InPageMenu > UL > LI > A:HOVER,
	.InPageMenu > UL > LI > UL > LI > A:ACTIVE,
	.InPageMenu > UL > LI > UL > LI > A:FOCUS,
	.InPageMenu > UL > LI > UL > LI > A:HOVER {
		background-color: var(--Palette1) !important;
		color: #ffffff !important;
	}


/*	-------------------------------------------------------------------------------	*/
/*	IMMAGINE APERTURA
/*	-------------------------------------------------------------------------------	*/
	.PageImage {
		display: block;
		width: 100%;
		height: 22rem;
		overflow: hidden;
		margin-top: 8rem;
		position: relative;
	}

/*  PELLICOLA SCURA */
	.PageImage::after {
	    content: "";
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    background-color: rgba(0, 0, 0, 0.5); 
	    pointer-events: none; 
	}
	.PageImage IMG {
		width:100%;
	}

/*	-------------------------------------------------------------------------------	*/
/*	CONTENITORE TESTI
/*	-------------------------------------------------------------------------------	*/
	.Container {
	    margin-top: 0rem;
	}
	.Container .NewsDate {
		margin-top:2rem;
		margin-bottom: 2rem;
		font-size: 1.1rem;
		font-style: italic;
	}
	.Container .Testo {
		font-size: 1.1rem;
		line-height: 1.6em;
	}
    .Container .Testo img[style*="float: left"] {
    	margin:0;
    	padding:0;
    	margin-right:1rem;
    	margin-bottom:1rem;
    }
    .Container .Testo img[style*="float: right"] {
    	margin:0;
    	padding:0;
    	margin-left:1rem;
    	margin-bottom:1rem;
    }
	.Container .ElencoNotizie {
		max-width:71.222rem;
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-column-gap: 2.5rem;
		grid-row-gap: 2.5rem;
		margin-left: auto;
		margin-right: auto;
	}
	.Container H3 {
		display: block;
		margin: 0;
		padding: 0;
		padding-top: 5rem;
		margin-bottom: 3rem;
		font-size: 3.5rem;
		font-weight: 900;
		color: #444444;
		text-align: center;
	}

	.Container .Argomenti {
		display: block;
		margin-top:2rem;
	}
	.Container .Argomenti UL,
	.Container .Argomenti UL LI {
		display: block;
		list-style: none;
		list-style-type: none;
		margin:0;
		padding: 0;
	}
	.Container .Argomenti UL {
		margin-top:0.7rem;
	}
	.Container .Argomenti UL LI {
		display: inline-block;
		margin-right: 0.5rem;
	}
	.Container .Argomenti UL LI A {
		display: block;
		text-decoration: none;
		color: #ffffff;
		background-color: var(--Palette1);
		line-height: 2em;
		font-size:0.9rem;
		padding-left: 1em;
		padding-right: 1em;
	}
	.Container .InPageText {
		width: 60%;
	    margin: auto;
	    line-height: 1.7rem;
	}
	.Container .InPageText .BoxRosso {
		background: #9c0034;
		color: #ffffff;
		padding: 2rem;
		text-transform: uppercase;
		margin-bottom: 1rem;
		font-weight: 600;
		margin: 3rem 0rem;
	}
	.Container .InPageText .BoxRosso p {
		font-size: 0.75rem;
	    line-height: 1.35rem;
	    letter-spacing: 0.005rem;
	    margin-bottom: 0rem;
	    margin-top: 0rem;
	}
	.imgBox {
		margin-top: 10rem;
		padding: 0rem;
		position: relative;
	}
	.imgBox::before {
		  content: "";
		  position: absolute;
		  top: 0;
		  left: 0;
		  width: 100%;
		  height: 99%;
		  background: rgba(0, 0, 0, 0.3);
		  pointer-events: none;
		  z-index: 1;
	}




/*	Mobile  */
	@media screen and (max-width: 440px) {

		.Container H1.PageTitle {
        display: block;
        margin: 0;
        padding: 0;
        margin-bottom: 1.5rem;
        margin-top: -2rem;
        line-height: 1.1em;
        font-size: 3.1rem;
        font-weight: 900;
        color: var(--Page_Title_Color);
        text-align: left;
        font-family: var(--Font_Title);
        position: absolute;
        top: 39rem;
        width: 25rem;
    }

		BODY {
		    padding-top: 14rem;
		}
		.Container {
			font-size:1.2rem;
		}
		.PageImage {
		    margin-top: 6rem;
		}
		.PageImage IMG {
		    width: unset;
		    margin-top: 0;
		    height: 100%;
		    margin-left: -50%;
		}
		.InPageMenu {
		    float: none;
		    width: 100%;
		    overflow-x: hidden;
		    box-sizing: border-box;
		    margin-left: 0;
		    margin-bottom: 2rem;
		    margin-top: 3rem;
		}
		.Container .Testo {
		    font-size: 1.3rem;
		}
	    .Container .Testo img[style*="float: left"] {
	    	display:block;
	    	width:100% !important;
	    	height: auto !important;
	    	margin:0;
	    	padding:0;
	    	margin-bottom:1rem;
	    }
	    .Container .Testo img[style*="float: right"] {
	    	display:block;
	    	width:100% !important;
	    	height: auto !important;
	    	margin:0;
	    	padding:0;
	    	margin-bottom:1rem;
	    }

	    .imgBox {
	    	margin-top: 5.5rem;
	    	padding: 0rem;
	    	position: relative;
	    	height: 13rem;
	    }
	    .PageTitle {
	    	background: transparent;
			margin: 0;
			width: 100%;
			height: 13rem;
			text-align: center;
			line-height: 5rem;
			font-size: 1.5rem;
			font-weight: 500;
			text-transform: uppercase;
			display: flex;
			align-items: center;
			justify-content: center;
	        position: absolute;
	        color: #fff !important;
	        z-index: 10;
	    }
	    .Container .InPageText {
	    	width: 90%;
	        margin: auto;
	        line-height: 1.7rem;
	    }




	}

		.BoxRosso{
			padding: 2rem;
			background: #9c0034 !important;
			color: #fff;
		}







