
/*	-------------------------------------------------------------------------- */
/*	Mobile  
/*	-------------------------------------------------------------------------- */
	@media screen and (max-width: 440px) {

		.Container {
			margin-top: 0rem;
			padding-top: 5.5rem;
			background-image: url("/images/GenovaGreenMob.png");
			background-attachment: fixed;
			background-attachment: -webkit-fixed;
			background-position: center;
			background-size: cover;
			display: flex;
			max-width: none;
			max-height: none;
			flex-direction: column;
    		align-items: center;
		}
		.Container > .boxContainer {
			margin-top: 1rem;
			padding-top: 7rem;
			display: flex;
		    flex-direction: column;
		    align-items: center;
		    position: relative;
		    background-image: url("/images/ianuaTextureMoblast.svg");
    		background-attachment: fixed;
		    background-size: cover;
		    width: 100%;
		    margin-bottom: 1rem;
		}
		.boxContainer > .middleBox {
			position: relative;
    		bottom: 25.8rem;
		}
		.boxContainer > .middleBox > .redBox {
			display: flex;
		    width: 100%;
		    height: 15rem;
		    justify-content: center;
		}
		.boxContainer > .middleBox > .redBox > img {
			background: var(--Palette3);
			width: 75%;
    		padding: 3rem;
    		box-shadow: 5px 5px 23px rgba(0.4, 9.8, 9.2, 1.5);
    		border-radius: 0.3rem;
    		height: 6rem;
    		border: 0.3rem solid var(--Palette1);
		}
		.boxContainer > .firstBox {
			height: auto;
		    border-radius: 0.5rem;
		    margin-top: 1rem;
		    margin-bottom: 0rem;
		    display: flex;
		    flex-direction: column;
		    align-items: center;
		    background: rgba(0, 0, 0, 0.8);
		    backdrop-filter: blur(5px);
		    padding: 1rem 1.3rem;
		    position: relative;
		    top: 25rem;
		    width: 75%;
		}
		.boxContainer > .firstBox > .boxTitle {
			width: 100%;
		    background: var(--Palette1);
		    border-radius: 0.3rem;
		    display: flex;
    		justify-content: center;
    		border: 0.1rem solid var(--Palette3);
		}
		.boxContainer > .firstBox > .boxTitle > p {
			color: var(--Palette3);
		    font-weight: 600;
		    font-size: 1.1rem;
		    padding: 0rem 0.5rem;
		    text-align: center;
		}
		.boxContainer > .lastBox {
			width: 75%;
			height: auto;
		    border-radius: 0.5rem;
		    margin-top: 2rem;
		    margin-bottom: 4rem;
		    display: flex;
		    flex-direction: column;
		    align-items: center;
		    background: rgba(0, 0, 0, 0.8);
		    backdrop-filter: blur(5px);
		    padding: 1rem 1.3rem;
		    text-align: center;
		}
		.boxContainer > .lastBox > .boxTitle {
			width: 100%;
		    background: var(--Palette1);
		    border-radius: 0.3rem;
		    display: flex;
    		justify-content: center;
            border: 0.1rem solid var(--Palette3);
		}
		.boxContainer > .lastBox > .boxTitle > p {
			color: var(--Palette3);
		    font-weight: 600;
		    font-size: 1.1rem;
		    padding: 0rem 0.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;
		}
		.boxContainer > .middleBox > a {
			width: 100%;
		    display: flex;
		    justify-content: center;
		}
		.boxContainer > .middleBox > a > .redButton {
			background: var(--Palette2);
		    width: 90%;
		    height: 7rem;
			display: flex;
		    justify-content: center;
		    align-items: center;
		    box-shadow: 5px 5px 23px rgba(0.4, 9.8, 9.2, 1.5);
		    border: 0.2rem solid var(--Palette3);
		    margin-top: 1rem;
		    margin-bottom: 1.5rem;
		    border-radius: 0.5rem;
		}
		.boxContainer > .middleBox > a > .redButton:active {
	        box-shadow: inset 3px 6px 23px rgba(-48.6, 0.8, 1.2, 0.5);
	    }
		.boxContainer > .middleBox > a > .redButton > p {
			color: var(--Palette3);
    		text-decoration: none;
    		font-size: 2.5rem;
    		font-weight: 600;
    		text-align: center;
        	line-height: 2.1rem;
		}


		.firstBox > .firstInfoBox {
			width: 85%;
			display: flex;
    		flex-direction: column;
    		margin-top: 0rem;
    		align-items: center;
		}
		.firstBox > .firstInfoBox > .firstRow > p {
			text-align: center;
			color: var(--Palette3);
		}
		.firstBox > .firstInfoBox > .firstRow > p:first-child {
			font-weight: 600;
			font-size: 1.3rem;
			margin-bottom: -0.8rem;
    		padding-bottom: 0rem;
		}
		.firstBox > .firstInfoBox > .firstRow {
			margin-bottom: -1rem;
		}
		.firstBox > .firstInfoBox > .middleRow {
			margin-bottom: -1.5rem;
		}
		.firstBox > .firstInfoBox > .middleRow > p {
			text-align: center;
			color: var(--Palette3);
		}
		.firstBox > .firstInfoBox > .middleRow > p:last-child {
			font-weight: 600;
			font-size: 1.3rem;
			margin-top: -0.8rem;
    		padding-bottom: 0rem;
		}
		.firstBox > .firstInfoBox > .lastRow {
			margin-bottom: -0.5rem;
		}
		.firstBox > .firstInfoBox > .lastRow > p {
			text-align: center;
			color: var(--Palette3);
		}
		.firstBox > .firstInfoBox > .lastRow > p:last-child {
			font-weight: 600;
			font-size: 1.3rem;
			margin-top: -0.8rem;
    		padding-bottom: 0rem;
		}
		.firstBox > .firstInfoBox > p {
			text-align: center;
			color: var(--Palette3);
			font-size: 0.9rem;
		}
		.lastBox > .lastInfoBox {
			width: 85%;
			display: flex;
    		flex-direction: column;
    		margin-top: -0.2rem;
    		align-items: center;
		}
		.lastBox > .lastInfoBox > p {
			text-align: center;
			color: var(--Palette3);
			font-size: 0.8rem;
		}
		.lastBox > .lastInfoBox > p:first-child {
			font-size: 1.5rem;
			font-weight: 600;
			margin-bottom: 0rem;
			color: var(--Palette3);
		}
		.lastBox > .lastInfoBox > .lastRow {
			margin-bottom: -0.5rem;
		}
		.lastBox > .lastInfoBox > .firstRow > p:last-child {
			font-weight: 600;
			font-size: 1.3rem;
			margin-top: -0.8rem;
    		padding-bottom: 0rem;
    		color: var(--Palette3);
		}
		.lastBox > .lastInfoBox > .firstRow {
			margin-bottom: -1rem;
		}
		.lastBox > .lastInfoBox > .firstRow > p {
			text-align: center;
			color: var(--Palette3);
		}
		.lastBox > .lastInfoBox > .lastRow > p:last-child {
			font-weight: 600;
			font-size: 1.3rem;
			margin-top: -1.5rem;
    		padding-bottom: 0rem;
    		color: var(--Palette3);
		}
		.lastBox > .lastInfoBox > .lastRow > p {
			text-align: center;
			color: var(--Palette3);
		}





		.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: repeat(2, minmax(0, 1fr));
			grid-column-gap: 2.5rem;
			grid-row-gap: 2.5rem;
			margin-left: auto;
			margin-right: auto;
			display: none;
		}

	}

/*	-------------------------------------------------------------------------- */
/*	Desktop  
/*	-------------------------------------------------------------------------- */
	@media screen and (min-width: 441px) {


		.Container {
			display: flex;
			max-width: none;
			max-height: none;
		    width: 100%;
		    height: auto;
		    margin-left: 0rem;
		    margin-right: 0rem;
		    margin-top: 6.5rem;
		    margin-bottom: 0rem;
		    padding-top: 0rem;
		    background-image: url("/images/GenovaGreen.png");
		    background-attachment: fixed;
		    background-attachment: -webkit-fixed;
		    background-clip: content-box;
		    background-position: center; /* Aggiungi questa linea */
		    background-size: cover;
		    background-repeat: no-repeat;
		}
		.Container > .boxContainer {
			display: flex;
		    width: 100%;
		    justify-content: space-around;
    		flex-direction: row;
    		background-image: url("/images/ianuaTextureDesklast.svg");
    		background-attachment: fixed;
    		-webkit-background-attachment: fixed;
		    background-size: cover;
		    padding-top: 3rem;
		}
		.boxContainer > .middleBox {
			width: 33%;
			display: flex;
    		flex-direction: column;
    		align-items: center;
		}
		.Container > .boxContainer > .middleBox > .redBox {
		    display: flex;
		    justify-content: center;
		    margin-top: 2rem;
		    width: 60%;	
		}
		.boxContainer > .middleBox > .redBox > img {
			background: var(--Palette3);
			width: 100%;
    		padding: 3.9rem 2rem;
    		box-shadow: 5px 5px 23px rgba(0.4, 9.8, 9.2, 1.5);
    		border-radius: 0.2rem;
    		border: 0.3rem solid var(--Palette1);
    		height: 6vw;
		}
		.boxContainer > .middleBox > a {
			width: 60%;
			margin-top: 1.5rem;
			text-decoration: none;
		}
		.boxContainer > .middleBox > a > .redButton {
			background: var(--Palette2);
			border: 0.2rem solid var(--Palette3);
		    width: 100%;
		    height: 7rem;
			display: flex;
		    justify-content: center;
		    align-items: center;
		    box-shadow:  5px 5px 23px rgba(0, 0, 0, 0.55),
    		inset 3px 6px 23px rgba(0, 0, 0, 0);
		    border-radius: 0.5rem;
		    transition: box-shadow 0.2s ease, transform 0.3s ease;
		}
		.boxContainer > .middleBox > a > .redButton:hover {
			box-shadow: 5px 5px 23px rgba(0, 0, 0, 0.55),
    		inset 3px 6px 23px rgba(0, 0, 0, 0.35);
		}
		.boxContainer > .middleBox > a > .redButton > p {
			color: var(--Palette3);
    		text-decoration: none;
    		font-size: 2rem;
    		font-weight: 600;
    		text-align: center;
    		font-family: var(--Font_Normal);
    		line-height: 1.5rem;
		}
		.boxContainer > .firstBox {
			height: auto;
		    width: 25%;
		    margin-left: 7rem;
		    border-radius: 0.5rem;
		    margin-top: 1rem;
		    margin-bottom: 2rem;
		    display: flex;
		    flex-direction: column;
		    align-items: center;
		    background: rgba(0, 0, 0, 0.8);
		    backdrop-filter: blur(5px);
		}
		.boxContainer > .lastBox {
			height: auto;
		    background: black;
		    width: 25%;
		    margin-right: 7rem;
		    border-radius: 0.5rem;
		    margin-top: 1rem;
		    margin-bottom: 2rem;
		    display: flex;
		    flex-direction: column;
		    align-items: center;
		    background: rgba(0, 0, 0, 0.8);
		    backdrop-filter: blur(5px);
		}
		.boxTitle {
			background: var(--Palette1);
			border: 0.2rem solid var(--Palette3);
			margin-top: 1rem;
			padding: 0rem 0.5rem;
			width: 85%;
			border-radius: 0.3rem;
		}
		.boxTitle:first-of-type{
			height: 4.9rem;
		    display: flex;
		    align-items: center;
		    justify-content: center;
		}
		.boxTitle > p {
			font-family: var(--Font_Normal);
			font-size: 1.6vw;
			color: var(--Palette3);
			text-align: center;
			margin: 1rem;
			font-weight: 600;
		}
		.firstBox > .firstInfoBox {
			width: 85%;
			display: flex;
    		flex-direction: column;
    		margin-top: 1rem;
		}
		.firstBox > .firstInfoBox > .firstRow {
			margin-bottom: 0rem;
		}
		.firstBox > .firstInfoBox > .firstRow > p {
			text-align: center;
			color: var(--Palette3);
		}
		.firstBox > .firstInfoBox > .firstRow > p:first-child {
			font-weight: 600;
			font-size: 1.5rem;
			margin-bottom: -0.8rem;
    		padding-bottom: 0rem;
		}
		.firstBox > .firstInfoBox > .middleRow {
			margin-bottom: 0rem;
		}
		.firstBox > .firstInfoBox > .middleRow > p {
			text-align: center;
			color: var(--Palette3);
		}
		.firstBox > .firstInfoBox > .middleRow > p:last-child {
			font-weight: 600;
			font-size: 1.5rem;
			margin-top: -0.8rem;
    		padding-bottom: 0rem;
		}
		.firstBox > .firstInfoBox > .lastRow {
			margin-bottom: 0rem;
		}
		.firstBox > .firstInfoBox > .lastRow > p {
			text-align: center;
			color: var(--Palette3);
		}
		.firstBox > .firstInfoBox > .lastRow > p:last-child {
			font-weight: 600;
			font-size: 1.5rem;
			margin-top: -0.8rem;
    		padding-bottom: 0rem;
		}
		.firstBox > .firstInfoBox > p {
			text-align: center;
			color: var(--Palette3);
			font-size: 0.8rem;
		}
		.firstBox > .firstInfoBox > .boxEnd {
			margin-bottom: 2rem;
		}
		.lastBox > .lastInfoBox {
			width: 85%;
			display: flex;
    		flex-direction: column;
    		margin-top: 1rem;
		}
		.lastBox > .lastInfoBox > p {
			text-align: center;
			color: var(--Palette3);
			font-size: 0.8rem;
		}
		.lastBox > .lastInfoBox > .boxEnd {
			margin-bottom: 2rem;
		}
		.lastBox > .lastInfoBox > p:first-child {
			font-size: 1.5rem;
			font-weight: 600;
			margin-bottom: 2rem;
			color: var(--Palette3);
		}
		.lastBox > .lastInfoBox > .lastRow {
			margin-bottom: 0rem;
		}
		.lastBox > .lastInfoBox > .firstRow > p:last-child {
			font-weight: 600;
			font-size: 1.5rem;
			margin-top: -0.8rem;
    		padding-bottom: 0rem;
    		color: var(--Palette3);
		}
		.lastBox > .lastInfoBox > .firstRow > p {
			text-align: center;
			color: var(--Palette3);
		}
		.lastBox > .lastInfoBox > .lastRow > p:last-child {
			font-weight: 600;
			font-size: 1.5rem;
			margin-top: -0.8rem;
    		padding-bottom: 0rem;
    		color: var(--Palette3);
		}
		.lastBox > .lastInfoBox > .lastRow > p {
			text-align: center;
			color: var(--Palette3);
		}



		.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 {
			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;
		}

	}