
/*	-------------------------------------------------------------------------- */
/*	Mobile  
/*	-------------------------------------------------------------------------- */
	@media screen and (max-width: 440px) {

		.Container {
			margin-top: 0rem; /*11.5rem*/
		}
		.ElencoEventiVerticale {
			max-width:92vw;
			display: grid;
			grid-template-columns: repeat(3, minmax(0, 1fr));
			grid-column-gap: 1.5rem;
			grid-row-gap: 1.5rem;
			margin-left: auto;
			margin-right: auto;
			display: none;
		}
		.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;
			display: none;
		}
		.ElencoEventi > .Evento > a > .DownEventBox {
			text-transform: uppercase;
		}
		.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;
			display: none;
		}
		.homeBody > .innerHomeBody > .homeButton {
			display: none !important;
		}
		.Container > .slider{
			display: none;
		}
		.Container > .newsLetterBox {
			display: none;
		}
		.coverMobile {
			width: 100%;
			margin-top: 1rem;
		}
		.coverMobile > img {
			width: 100%;
			border-bottom: 0.413rem solid var(--Palette2);
		}
		.homeBody > .innerHomeBody > .buttonBox {
			width: 100%;
		    display: flex;
		    justify-content: center;
		    margin-top: 2.5rem;
		    margin-bottom: 2rem;
		}
		.homeBody > .innerHomeBody > .buttonBox > button {
			height: 3rem;
		    width: 80%;
		    background: var(--Palette2);
		    border: none;
		    border-radius: 0.375rem;
		}
		.homeBody > .innerHomeBody > .buttonBox > button > a {
			text-decoration: none;
		    text-transform: uppercase;
		    color: var(--Palette3);
		    font-family: var(--Font_Normal);
		    font-size: 1.7em;
		    font-weight: 500;
		}
		.MobileEventBox {
			max-width:92vw;
			display: grid;
			grid-template-columns: repeat(1, minmax(0, 1fr));
			grid-column-gap: 0;
			grid-row-gap: 0.5rem;
			margin-left: auto;
			margin-right: auto;
		}
		.homeBody > .innerHomeBody > .homeButtonMobile {
			display: flex;
		    flex-direction: column;
		    width: 100%;
		    margin-bottom: 2rem;
		    max-width: 92vw;
		    align-items: center;
		    margin-top: 0.5rem;
		}
		.innerHomeBody > .homeButtonMobile > a {
			display: flex;
			align-items: center;
    		justify-content: center;
    		text-decoration: none;
		    background: var(--Palette1);
		    color: var(--Palette3);
		    font-size: 1.5rem;
		    width: 80%;
		    height: 3rem;
		    border-radius: 0.375rem;
		    margin-bottom: 1rem;
		    text-transform: uppercase;
		}
		.homeBody > .innerHomeBody > .homeButtonMobile > .popup-button{
			display: flex;
			align-items: center;
    		justify-content: center;
		    background: var(--Palette1);
		    color: var(--Palette3);
		    font-size: 1.5rem;
		    width: 80%;
		    height: 3rem;
		    border-radius: 0.375rem;
		    margin-bottom: 1rem;
		    text-transform: uppercase;
		}
		.homeBody > .innerHomeBody > .homeButtonMobile > .popup-button > i {
			display: none;
		}
		.homeBody > .innerHomeBody > .homeButtonMobile > .popup {
			display: none;
			z-index: 50;
			position: fixed;
		    left: 0px;
		    top: 6rem;
		    color: var(--Palette1);
		    background: var(--Header_Background_Color);
		    width: 102%;
		    overflow: hidden auto;
		    height: calc(100vh - 6rem);
		    overscroll-behavior: contain;
		}
		.popup::-webkit-scrollbar {
		    background-color:transparent;
		    height: 0rem;
		}
		.popup::-webkit-scrollbar-thumb {
		    background: transparent;
		    height: 0rem;
		}
		.popup::-webkit-scrollbar-track {
		    background-color: transparent;
		    height: 0rem;
		}
		.homeBody > .innerHomeBody > .homeButtonMobile > .popup > .innerPopUp {
			width: 100%;
		    height: auto;
		    display: flex;
		    flex-direction: column;
		    align-items: center;
		    margin-top: 1.5rem;
		}
		.homeBody > .innerHomeBody > .homeButtonMobile > .popup > .innerPopUp > a {
			font-size: 1.5rem;
		    font-weight: 400;
		    line-height: 4rem;
		    border-bottom: 0.225rem solid var(--Palette2);
		    color: var(--Page_Text_Color);
		    white-space: nowrap;
		    overflow: hidden;
		    text-overflow: ellipsis;
		    box-sizing: border-box;
		    width: 90%;
		    -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;
		    display: flex;
		    flex-direction: column;
		    align-items: center;
		    text-decoration: none;
		}
		.homeBody > .innerHomeBody > .homeButtonMobile > .popup > .innerPopUp > a:last-child {
			border: none;
		}
		.homeBody > .innerHomeBody > .homeButtonMobile > .popup > .innerPopUp > a > p {
			display: flex;
		    text-decoration: none;
		    color: var(--Palette1);
		    white-space: nowrap;
		    overflow: hidden;
		    text-overflow: ellipsis;
		    box-sizing: border-box;
		    width: 100vw;
		    font-size: 1.7rem;
		    font-weight: 500;
		    outline: none;
		    justify-content: center;
		    align-items: center;
		    text-transform: uppercase;
		    margin: 1rem;
		}
		.homeBody > .innerHomeBody > .homeButtonMobile > .popup > .close {
			font-size: 1.8rem;
		    position: fixed;
		    right: 1.5rem;
		    top: 7.5rem;
		    font-weight: 500;
		    background: var(--Palette2);
		    color: var(--Palette3);
		    width: 1.6rem;
		    height: 1.6rem;
		    display: flex;
		    align-items: center;
		    justify-content: center;
		    border-radius: 50%;
		    padding-bottom: 0.4rem;
		    padding-left: 0.2rem;
		    padding-right: 0.2rem;
		}
		.homeBody > .innerHomeBody > .homeButtonMobile > .popup > .innerPopUp > .CalendarBox {
			width: 80%;
			height: auto;
			margin-bottom: 1rem;
			margin-top: 1rem;
		}
		.homeBody > .innerHomeBody > .homeButtonMobile > .popup > .innerPopUp > .CalendarBox > p {
			text-align: center;
			font-size: 1.8rem;
			text-transform: uppercase;
			margin-top: 2rem;
		}
		.homeBody > .innerHomeBody > .homeButtonMobile > .popup > .innerPopUp > .popup-simple-button {
			width: 100%;
			height: auto;
			margin-bottom: 1.5rem;
		    display: flex;
		    flex-direction: column;
		    align-items: center;
		    justify-content: center;
		}
		.homeBody > .innerHomeBody > .homeButtonMobile > .popup > .innerPopUp > .popup-simple-button > a {
			background: var(--Palette1);
		    width: 80%;
		    height: 3rem;
		    display: flex;
		    align-items: center;
		    justify-content: center;
		    text-transform: uppercase;
		    color: var(--Palette3);
		    text-decoration: none;
		    border-radius: 0.375rem;
		    font-size: 1.5rem;
		}
		.homeBody > .innerHomeBody > .homeButtonMobile > .popup > .innerPopUp > .buttonBox {
			width: 100%;
		    display: flex;
		    flex-direction: row;
		    justify-content: center;
		    align-items: center;
		}
		.homeBody > .innerHomeBody > .homeButtonMobile > .popup > .innerPopUp > .buttonBox > button {
			background: var(--Palette2);
		    border: none;
		    width: 80%;
		    height: 4rem;
		    border-radius: 0.375rem;
		    margin-top: 1rem;
		    margin-bottom: 2rem;
		}
		.homeButtonMobile > .popup > .innerPopUp > .buttonBox > button > a {
			text-transform: uppercase;
			color: var(--Palette3);
			text-decoration: none;
			font-size: 1.5rem;
			font-family: var(--Font_Normal);
			font-weight: 500;
		}
		.newsLetterBoxMobile > a > img {
		    width: 100%;
		    		
		}
		.newsLetterBoxMobile > a > .bounceButton{
			display: none;
		}
		.homeButtonMobile > .popup > .innerPopUp > .popImg {
			width: 100%;
		}
		.homeButtonMobile > .popup > .innerPopUp > .popImg > img {
			width: 100%;
		}

	}

/*	-------------------------------------------------------------------------- */
/*	Desktop  
/*	-------------------------------------------------------------------------- */
	@media screen and (min-width: 441px) {

		.Container > .slider {
			height: 25rem;
    		background-color: var(--Page_Background_Color);
    		width: 100%;
    		/*display: flex;*/
    		/*align-items: center;*/
    		/*border: 2px solid red;*/
    		display: block;
		}
		.coverMobile{
			display: none;
		}
		.MobileEventBox{
			display: none;
		}
		.Container > .homeBody {
			width: 85%;
    		height: auto;
    		display: flex; 
    		justify-content: center;
    		flex-wrap: wrap;
		}
		.Container > .homeBody > .innerHomeBody {
			width: 100%;
		    display: flex;
		    flex-direction: column;
		    align-items: center;
		    margin-bottom: -2rem;
		    z-index: 2;
		}

		.Container > .homeBody > .innerHomeBody > .titleBox > h1 {
			text-transform: uppercase;
    		font-weight: 500;
    		margin-top: 3rem;
    		margin-bottom: 3rem;
		}
		.homeBody > .innerHomeBody > .homeButtonMobile {
			display: none;
		}
		.Container > .homeBody > .innerHomeBody > .homeButton {
			width: 100%;
    		display: flex;
    		justify-content: center;
    		margin-bottom: 4rem;
    		max-width: 55rem;
    		position: relative;
		}
		.Container > .homeBody > .innerHomeBody > .homeButton > .popup-simple-button {
			margin: 0rem 0.5rem;
			width: 10rem;
			height: 2rem;
			border-radius: 0.625rem;
    		background: var(--Palette1);
    		border: none;
            font-size: 1.05rem;
            display: flex;
    		align-items: center;
    		text-align: center;
    		justify-content: center;
    		transition: transform 0.3s ease;
		}
		.Container > .homeBody > .innerHomeBody > .homeButton > .popup-simple-button:HOVER {
			transform: translateY(0.2rem);
		}
		.Container > .homeBody > .innerHomeBody > .homeButton > .popup-simple-button:FOCUS {
			outline: none;
		}
		.Container > .homeBody > .innerHomeBody > .homeButton > .popup-simple-button > a {
			color: var(--Palette3);
			text-transform: uppercase;
			text-decoration: none;
			width: 100%;
			font-size: 1rem;
			display: block;
			line-height: 2rem;
		}
		.homeButton > a {
			text-decoration: none;
			width: 25%;
			height: 2.7rem;
			margin: 0rem 0.5rem;
			line-height: 2rem;
			padding-left: 1rem;
            font-size: 1.3rem;
            background-color: var(--Palette1);
            border-radius: 0.625rem;
            color: white;
            border: none;
            cursor: pointer;
            text-align: center;
            text-transform: uppercase;
            transition: transform 0.3s ease;
            display: flex;
		    justify-content: center;
		    align-items: center;
		}
		.homeButton > a:hover {
			transform: translateY(0.222rem);
		}
		.Container > .homeBody > .innerHomeBody > .homeButton > .popup-button {
			width: 25%;
			height: 2.7rem;
			margin: 0rem 0.5rem;
			line-height: 2rem;
			padding-left: 1rem;
            font-size: 1.3rem;
            background-color: var(--Palette1);
            border-radius: 0.625rem;
            color: white;
            border: none;
            cursor: pointer;
            text-align: center;
            text-transform: uppercase;
            transition: transform 0.3s ease;
            display: flex;
		    justify-content: center;
		    align-items: center;
		}
		.Container > .homeBody > .innerHomeBody > .homeButton > .popup-button:HOVER {
			transform: translateY(0.222rem);
		}
		.Container > .homeBody > .innerHomeBody > .homeButton > .popup-button .fa-caret-right {
			display: inline-block;
			position: relative;
			line-height: 2rem;
			width: 2rem;
			height: 2rem;
			font-size: 1.5rem;
			text-align: center;
			transition: transform 0.3s ease;
			overflow: hidden;
    	}
    	.Container > .homeBody > .innerHomeBody > .homeButton > .popup-button.rotate .fa-caret-right {
    		transform: rotate(90deg);
    		color: var(--Palette2);
    	}

		.Container > .homeBody > .innerHomeBody > .homeButton > .popup {
			display: none;
            position: absolute;
            transform: translate(-50%, -50%);
            padding: 1rem;
            background-color: #ffffff;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
            z-index: 20;
		}
		.Container > .homeBody > .innerHomeBody > .homeButton > #popup1{
    		top: 7rem;
    		left: 17.4rem;
    		padding: 0rem;
    		border-radius: 0.8125rem;

    		height: 8rem;
		}
		.Container > .homeBody > .innerHomeBody > .homeButton > #popup1 > img {
			width: 25rem;
			margin: 0rem;
			padding: 0rem;
			height: auto;
			border-radius: 0.8125rem;
		}
		.Container > .homeBody > .innerHomeBody > .homeButton > #popup2{
    		top: 31.1rem;
    		left: 37.8rem;
    		width: 20.375rem;
    		height: auto;
    		border-radius: 0.8125rem;
			border: 2px solid var(--Palette3);
			box-shadow: 4px 5px 15px 0px var(--Palette1);
			background: var(--Palette1);
			padding: 1rem 2rem;

		}
		.Container > .homeBody > .innerHomeBody > .homeButton > #popup2 > A {
			width: 100%;
		    display: inline-block;
		    text-align: center;
		    color: var(--Palette3);
		    text-decoration: none;
		    text-transform: uppercase;
		    font-size: 1.1rem;
		    border-bottom: 2px solid var(--Palette2);
		    font-weight: 600;
		}
		.Container > .homeBody > .innerHomeBody > .homeButton > #popup2 > A:last-child{
			border: none;
		}
		.Container > .homeBody > .innerHomeBody > .homeButton > #popup2 > A:HOVER{
			color: var(--Palette2);
		}
		.Container > .homeBody > .innerHomeBody > .homeButton > .popup > .close {
			position: absolute;
            top: -6px;
            right: 10px;
            cursor: pointer;
            color: var(--Palette3);
            font-size: 2rem;
		}
		.ElencoEventiVerticale {
			max-width:71.222rem;
			display: grid;
			grid-template-columns: repeat(3, minmax(0, 1fr));
			grid-column-gap: 1.5rem;
			grid-row-gap: 1.5rem;
			margin-left: auto;
			margin-right: auto;
		}
		.ElencoEventi {
			width:100%;
			display: flex;
			grid-column-gap: 0;
			grid-row-gap: 1.5rem;
			margin-left: auto;
			margin-right: auto;
			justify-content: center;
			flex-wrap: wrap;
		}
		.ElencoEventi > .Evento > a > .DownEventBox {
			color: var(--Palette3);
			text-transform: uppercase;
			width: 90%;
		    display: flex;
		    height: 2rem;
		    align-items: center;
		    justify-content: center;
		    font-size: 0.8rem;
		    text-align: center;
        	line-height: 0.8rem;
		}
		.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;
		}

		.innerHomeBody > .buttonBox {
			width: 95%;
		    display: flex;
		    justify-content: center;
		    margin-top: 2rem;
		   	z-index: 10;
		}
		.innerHomeBody > .buttonBox > button {
			display: flex;
    		justify-content: center;
    		align-items: center;
	    	width: 25%;
	    	height: 2.7rem;
			background-color: var(--Palette1);
			transition:  0.3s ease;
			border-radius: 0.625rem;
			border: none;
		}
		.innerHomeBody > .buttonBox > button:HOVER {
			transform: translateY(0.222rem);
		}
		.innerHomeBody > .buttonBox > button > A {
			width: 15.0625rem;
    		height: 2.0625rem;
    		display: flex;
		    align-items: center;
		    justify-content: center;
		    color: var(--Palette3);
		    text-decoration-line: none;
		    font-family: var(--Font_Normal);
		    text-transform: uppercase;
		    font-size: 1.3rem;
		    font-weight: 500;
		    transition: transform 0.3s ease;
		}
		

		


}

	/*--------------------------------------------------------------*/	

		.boxFlyer {
			position: absolute;
			display: flex;
			align-items: center;
			justify-content: center;
			margin-right: 1rem;
			width: 19.5625rem;
			height: 25rem;
			overflow: hidden;
			border-right:0.3rem solid #ffffff;
			background: var(--Palette1);
		}
		.boxFlyer > A  {
			height: 25rem;
			display: block;
			cursor: grab;
		}
		.boxFlyer > A > .boxOrgFlyer {
			display: flex;
		    justify-content: center;
		    align-items: center;
		    width: 100%;
		    background-color: var(--Palette1);
		    z-index: 3;
    		position: relative;
		}
		.boxFlyer > A > .boxOrgFlyer > P {
			margin: 0rem;
			color: var(--Palette3);
			text-transform: uppercase;
			font-size: 1rem;
			font-family: var(--Box_Evento_Titles_Font);
			margin-top: 0.1rem;
		}
		.boxFlyer > A > .firstGradient {
			position: absolute;
			width: 19.444rem; /*19.5625rem;*/
    		height: 0.75rem;
    		background: linear-gradient(180deg, #000000 0%, rgba(29, 29, 27, 0.00) 100%);
    		z-index: 3;
		}
		.boxFlyer > A > .ImageFlyer {
			width: 19.444rem; /*19.5625rem;*/
    		height: 19.444rem; /*19.5625rem;*/
    		z-index: 2;
    		overflow: hidden;
    		display: flex;
    		align-items: flex-end;
    		transition: 0.3s ease-in-out;
		}
		.boxFlyer:HOVER .ImageFlyer {
			transform: scale(1.05);
		}
		.boxFlyer > A > .ImageFlyer > img {
			width: 19.444rem; /*19.5625rem;*/
    		height: 19.444rem; /*19.5625rem;*/
    		background-color: var(--Palette1);
		}
		.boxFlyer > A > .ImageFlyer > .lastGradient {
			width: 19.444rem; /*19.5625rem;*/
		    height: 5.659rem;
		    background: linear-gradient(180deg, rgba(29, 29, 27, 0.00) 19.13%, rgba(29, 29, 27, 0.33) 46.16%, rgba(29, 29, 27, 0.74) 74.05%, #000000 100%);
			position: absolute;
			z-index: 3;
			transition: transform 0.3s ease;
		}
		.boxFlyer:HOVER .lastGradient {
			transform: translateY(-2.36rem);
		}
		.boxFlyer > A > .titleFlyer {
			display: flex;
		    justify-content: flex-start;
		    align-items: center;
		    flex-direction: column;
		    width: 100%;
		    height: 6rem;
		    background-color: var(--Palette1);
		    transition: transform 0.3s ease;
		}
		.boxFlyer:HOVER .titleFlyer {
			transform: translateY(-2.5rem);
		}
		.boxFlyer > A > .titleFlyer > P {
			color: var(--Palette3);
			text-transform: uppercase;
			font-family: var(--Box_Evento_Titles_Font);
			text-align: center;
    		font-size: 1.5rem;
    		font-weight: 500;
    		width: 90%;
    		display: flex;
	    	height: 1.41825rem;
	    	flex-direction: column;
	    	justify-content: center;
	    	position: relative;
	    	line-height: 1.5rem;
		}
		.boxFlyer > A > .titleFlyer > .hiddenDate {
			margin: 0rem;
		    font-size: 0.9375rem;
		    line-height: 1.2rem;
		    position: relative;
		    top: 0.1rem;
		    border-top: 0.111rem solid var(--Palette2);
		    padding-top: 0.65rem;
		}



	}


@media screen and (min-width: 1366px) {

	.Container > .homeBody {
		
	}



}
