
/*	-------------------------------------------------------------------------- */
/*	Mobile  
/*	-------------------------------------------------------------------------- */
	@media screen and (max-width: 440px) {

		body .FakeRotor {
			display: flex;
			align-items: center;
			flex-direction: column;
			justify-content: space-evenly;
			position: relative;
			width: 100%;
			height: 100vh;
			max-width: 100%;
			max-height: 100vh;
			overflow: hidden;
			margin-top: 0rem;
			margin-bottom: -0.1rem;
			border-bottom: 0.4rem solid #ffffff;
		}
		.FakeRotor .RotorCont {
		    background-image: url(/repository/files/20241203095819674EC82B6D799818834941.png);
		    background-size: cover;
		    background-position: center;
		    overflow: hidden;
		    width: 100%;
		    height: 100%;
		    display: block;
		    transition: all 0.3s ease;
		    position: relative;
		}

		.ElencoEventi {
			max-width:92vw;
			display: grid;
			grid-template-columns: repeat(1, minmax(0, 1fr));
			grid-column-gap: 0;
			grid-row-gap: 1.5rem;
			margin-left: auto;
			margin-right: auto;
		}
		.ElencoNotizie {
			max-width:71.222rem;
			display: grid;
			grid-template-columns: 100%;
			grid-column-gap: 0;
			grid-row-gap: 2.5rem;
			margin-left: auto;
			margin-right: auto;
			margin-top:3rem;
		}

	}

/*	-------------------------------------------------------------------------- */
/*	Desktop  
/*	-------------------------------------------------------------------------- */
	@media screen and (min-width: 441px) {

		BODY {
			padding-top:8rem;
		}

		body .FakeRotor {
			display: flex;
			align-items: center;
			flex-direction: column;
			justify-content: space-evenly;
			position: relative;
			width: 100%;
			height: 100vh;
			max-width: 100%;
			max-height: 100vh;
			overflow: hidden;
			margin-top: 0rem;
			margin-bottom: -0.1rem;
			border-bottom: 0.4rem solid #ffffff;
		}
		.FakeRotor .RotorCont {
		    background-image: url(/repository/files/20241203095758674EC81619935719260659.png);
		    background-size: cover;
		    background-position: center;
		    overflow: hidden;
		    width: 100%;
		    height: 100%;
		    display: block;
		    transition: all 0.3s ease;
		    position: relative;
		    /* border-top: 0.15rem solid #2eb4e8; */
		}
		/*.FakeRotor .RotorCont::before {
	        content: "";
	        position: absolute;
	        top: 0;
	        left: 0;
	        width: 100%;
	        height: 100%;
	        background-color: rgba(0, 0, 0, 0.30);
	    }*/


		.ElencoEventi {
			max-width:71.222rem;
			display: grid;
			grid-template-columns: repeat(1, minmax(0, 1fr));
			grid-column-gap: 0;
			grid-row-gap: 1.5rem;
			margin-left: auto;
			margin-right: auto;
		}
		.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;
		}

	}