
/*	-------------------------------------------------------------------------- */
/*	Filtri Argomenti
/*	-------------------------------------------------------------------------- */

	.FiltriArgomenti {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		gap: 0.4rem;
		margin-top: 1.2rem;
		margin-bottom: 1.8rem;
		padding-bottom: 1.4rem;
		border-bottom: 0.1rem solid var(--Palette7);
	}

	.FiltroBtn {
		background: transparent;
		border: 0.1rem solid var(--Palette7);
		color: var(--Palette6);
		padding: 0.35rem 1rem;
		border-radius: 0.25rem;
		font-size: 0.775rem;
		letter-spacing: 0.05em;
		text-transform: uppercase;
		font-weight: 600;
		cursor: pointer;
		font-family: var(--Font_Normal);
		outline: none;
		transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
	}

	.FiltroBtn:hover {
		border-color: var(--Palette8);
		color: var(--Palette8);
	}

	.FiltroBtn.active {
		background: var(--Palette8);
		border-color: var(--Palette8);
		color: #ffffff;
	}

	@keyframes EventoFadeIn {
		from { opacity: 0; transform: translateY(0.4rem); }
		to   { opacity: 1; transform: translateY(0); }
	}

	.ElencoEventi .Evento.EventoHidden {
		display: none;
	}

	.ElencoEventi .Evento.EventoVisible {
		animation: EventoFadeIn 0.22s ease forwards;
	}

/*	Filtro luogo a tendina */
	.FiltroLuogoWrap {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 1.5rem;
	}

	.FiltroLuogoSelect {
		background-color: transparent;
		border: 0.1rem solid var(--Palette7);
		color: var(--Palette6);
		padding: 0.4rem 2.2rem 0.4rem 1.2rem;
		border-radius: 2rem;
		font-size: 0.775rem;
		letter-spacing: 0.05em;
		text-transform: uppercase;
		font-weight: 600;
		cursor: pointer;
		font-family: var(--Font_Normal);
		outline: none;
		appearance: none;
		-webkit-appearance: none;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23121212'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
		background-repeat: no-repeat;
		background-position: right 0.6rem center;
		background-size: 1.2rem;
		transition: border-color 0.18s ease, color 0.18s ease, background-image 0.18s ease;
	}

	.FiltroLuogoSelect:focus,
	.FiltroLuogoSelect:hover {
		border-color: var(--Palette8);
		color: var(--Palette8);
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23d8a62b'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
	}

/*	Luogo museo sulla card */
	.EventoLuogo {
		display: flex;
		align-items: center;
		gap: 0.3em;
		font-size: 0.78rem;
		color: var(--Palette6);
		font-weight: 500;
		margin-top: 0.35rem;
		margin-bottom: 0.1rem;
		font-family: var(--Font_Normal);
		opacity: 0.65;
		line-height: 1.2em;
	}

/*	Mobile: scroll orizzontale */
	@media screen and (max-width: 440px) {
		.FiltriArgomenti {
			flex-wrap: nowrap;
			justify-content: flex-start;
			overflow-x: auto;
			-webkit-overflow-scrolling: touch;
			scrollbar-width: none;
		}
		.FiltriArgomenti::-webkit-scrollbar { display: none; }
		.FiltroBtn { flex-shrink: 0; }
	}

/*	-------------------------------------------------------------------------- */
/*	Mobile
/*	-------------------------------------------------------------------------- */
	@media screen and (max-width: 440px) {

		body .FakeRotor {
/*			display: flex;*/
			align-items: center;
			flex-direction: row;
			position: relative;
			width:100vw;
			height: 100%;
			max-width:100%;
			max-height:calc(100vh - 10rem);
			overflow: hidden;
			margin-top: 10rem;
			margin-bottom: -0.1rem;
			border-bottom: 0.2rem solid #004694;

			display: none;
		}
		body .FakeRotor > .mobile {
			width: 100%;
        	height: auto;
		}
		body .FakeRotor > .desktop {
			display: none;
		}
		body .FakeRotor > h1 {
			position: absolute;
			text-transform: uppercase;
			color: #ffffff;
	        top: 5rem;
	        left: 0rem;
	        font-size: 2.7rem;
	        font-family: var(--Font_Normal);
    		text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    		text-align: center;
    		cursor: default;
		}

		.MuseumFilter {
			display: flex;
			flex-direction: column;
			align-items: flex-start;
		}
		a.MuseumBox {
			position: relative;
			margin-bottom: 1rem;
			width: 100%;
			border-radius: 0.4rem;
			overflow: hidden;
		}
		a.MuseumBox > img {
			position: absolute;
			z-index: 10;
			height: 0.95rem;
			top: 0.6rem;
			right: 1rem;

			display: none;
		}
		a.MuseumBox.Etno,
		a.MuseumBox.Arti {
			pointer-events: none;
			cursor: default;
		}
		a.MuseumBox.Etno > .imgCont,
		a.MuseumBox.Arti > .imgCont {
			filter: grayscale(0);
		}
		a.MuseumBox h3 {
			color: var(--Palette5);
			position: absolute;
			z-index: 10;
			top: 0.5rem;
			left: 0.8rem;
			font-size: 1.7rem;
			margin: 0rem;
			text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
			letter-spacing: -0.1rem;
		}
		.MuseumBox .imgCont {
			width: 100%;
			height: 8rem;
			overflow: hidden;
			position: relative;
		}
		.MuseumBox .imgCont::before {
		    content: '';
		    position: absolute;
		    top: 0;
		    left: 0;
		    width: 100%;
		    height: 100%;
		    background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
		    pointer-events: none;
		    z-index: 1;
		}
		.MuseumBox .imgCont img {
			width: 100%;
			height: auto;
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -30%);
			transition: all 0.2s ease;
		}
		.MuseumBox > span {
			position: absolute;
			bottom: 0.5rem;
			right: 0.5rem;
			text-transform: uppercase;
			font-weight: 600;
			padding: 0.5rem 1.1rem;
			border-radius: 0.3rem;
			background: var(--Palette1);
			color: var(--Palette5);
			font-size: 0.9rem;
			z-index: 2;
		}

		body .Container {
			margin-top: 6.5rem;
			margin-bottom: 0rem;
		}

		.Container {
			margin-top: 11.5rem;
		}
		.ElencoEventi {
			max-width:92vw;
			margin-left: auto;
			margin-right: auto;
/*			display: block;*/
			margin-top: 2rem;
			margin-bottom: 2rem;

		}
		.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) {


		body {
			margin-top: 0rem;
			margin-bottom: 0rem;
			min-height: 30vw !important;
		}

		.MuseumFilter {
			display: flex;
			flex-direction: column;
			align-items: flex-start;
		}

		.TitleHome {
			display: flex;
			flex-direction: column;
			align-items: center;
		}
		.TitleHome h2 {
			width: 100%;
			text-align: center;
			padding-bottom: 1rem;
			border-bottom: 0.1rem solid #dbdbdb;
			font-size: 1.7rem;
			color: var(--Palette6);
			font-weight: 700;
			margin-bottom: 1rem;
		}
		.TitleHome .TitleHomeSub {
			width: 100%;
			color: var(--Palette6);
			font-size: 1.2rem;
		}

		body .FakeRotor {
			display: flex;
			align-items: center;
			flex-direction: row;
			position: relative;
			width:100vw;
			height: 100%;
			max-width:100%;
			max-height:calc(100vh - 8rem);
			overflow: hidden;
			margin-top: 8rem;
			margin-bottom: -0.1rem;
			border-bottom: 0.2rem solid #004694;

			display: none;
		}
		body .FakeRotor > .mobile {
			display: none;
		}
		body .FakeRotor > .desktop {
			width: 100%;
        	height: auto;
		}
		body .FakeRotor > h1 {
			position: absolute;
			text-transform: uppercase;
			color: #ffffff;
	        top: 2rem;
	        left: 2rem;
	        font-size: 3rem;
	        font-family: var(--Font_Normal);
    		text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    		cursor: default;
		}

		body .Container {
			margin-bottom: 3rem;
			padding-top: 2rem;
			min-height: 40vw !important;
		}
		.ElencoEventi {
			max-width: 71.222rem;
			display: grid;
			grid-template-columns: repeat(3, 1fr);
			grid-column-gap: 2rem;
			grid-row-gap: 2.5rem;
			margin-left: 0;
			margin-right: 0;
			margin-top: 1rem;
			margin-bottom: 2rem;
		}
		.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;
		}

		


	}