

/*	Mobile  */
	@media screen and (max-width: 443px){


		.PageTitle{
		    margin-top: 5.5rem !important;
		    background: #9c0034;
		    color: #fff;
			display: flex !important;
			flex-direction: row !important;
			align-items: center !important;
			justify-content: center !important;
			text-align: center !important;
			height: 12.5rem !important;
			width: 100% !important;
			font-size: 1.5rem !important;
			text-transform: uppercase;
			font-weight: 500 !important;
		}
		.Container{
			display: flex;
			max-width: 92vw;
			margin-left: auto;
			margin-right: auto;
			margin-top: 3.5rem;
			margin-bottom: 2rem;
			color: var(--Page_Text_Color);
			flex-direction: column;
			align-items: center;
			row-gap: 2rem;
		}

		.BoxGrigio > ul > li:last-child{
		    position: absolute;
		    bottom: 1rem;
		    right: 1rem;
		    width: 80%;
		}


		.BoxGrigio > ul > li:last-child > p {
		    height: 3.8rem;
		    line-height: 1.6rem;
		    width: 100%;
		    margin: 0;
		    margin-top: 0.5rem;
		    border-top: 1px solid #545454;
		    background: #f1f1f1;
		}





		.Contatti{
			text-align: center;
		    margin-top: 4rem;
		}

		.Contatti > p > a{
			color: #9c0034;
			font-weight: 500;
		}

		.Contatti > h3{
		    margin-top: 5rem;
		    font-size: 1.8rem;
		    font-weight: 600;
		}

		.Biglietti{
		    display: flex;
		    max-width: 100%;
		    width: 100%;
		    gap: 2rem;
		    justify-content: center;
		    flex-direction: column;
		    flex-wrap: nowrap;
		}

		.Biglietti p {
			font-size: 1.15rem;
			line-height: 2rem;
		}
		div.Biglietti > div:nth-child(6) > ul > li:nth-child(4) > p {

		}


		.BoxGrigio{
			background: #f1f1f1;
			padding: 1rem;
/*			padding-bottom: 2rem;*/
			width: calc(100% - 2rem);
			text-align: center;
			text-transform: uppercase;
			position: relative;
		}

		.BoxGrigio > ul{
			list-style: none;
			padding: 0;
			color: #9c0034;
		    font-weight: 600;
		    margin: 0rem;
		}

		.BoxGrigio > ul > li:last-child{
			color: #545454;
			position: static;
			width: calc(100% - 0.5rem);
			margin-top: 2rem;
		}

		.BoxGrigio > ul > li:last-child > p{
			height: 2rem;
			line-height: 2rem;
			width: 100%;
			margin: 0;
			margin-top: 0.5rem;
			border-top: 1px solid #545454;
			font-size: 1.5rem;
			padding: 0.3rem;
			padding-top: 1.5rem;
		}
		.BoxGrigio > ul > li p br {
			display: none;
		}

		.Agevolazioni{
			margin: 5rem 0rem;
			width: 90%;
		}

		.Agevolazioni > p{
			margin: 0;
			padding: 0;
			margin-bottom: 1rem;
			font-size: 1rem;
			line-height: 2rem;
		}

		.Agevolazioni > p > .Pulsante{
			display: inline-block;
			margin: auto;
			margin-top: 2rem;
		    margin-bottom: 2rem;
		    width: 100%;
		}

		.Agevolazioni > p > .Pulsante a{
			padding: 1rem;
			border: 1px solid #9c0034;
			font-size: 0.9rem;
			line-height: 1rem;
			color: #9c0034;
			transition: all 0.3s;
			text-transform: uppercase;
			text-decoration: none;
			font-weight: 600;
			display: block;
			text-align: center;
			transition: all 0.3s;
			width: calc( 100% - 2rem);
		}

		.Agevolazioni > p > .Pulsante a:hover{
			background: #9c0034;
			color: #fff;
			transition: all 0.3s;
		}


		.Container img.firstImg {
			margin-top: 3rem;
			margin-bottom: 4rem;
		}
		.Container .splitBox {
			width: 100%;
			max-width: 80%;
			display: flex;
			justify-content: flex-start;
			align-items: center;
			flex-direction: column;
			font-size: 1.3rem;
		}
		.Container .splitBox .splitSx {
			display: flex;
			align-items: center;
			margin-bottom: 1rem;
			text-align: left;
			font-size: 1.3rem;
		}
		.Container .splitBox .splitDx {
			color: var(--Palette1dark);
			margin-top: 0.7rem;
			width: 100%;
		}
		.splitBox .splitDx .accent a {
			color: var(--Palette1dark);
			font-weight: 600;
		}
		.Container .middleText {
			display: flex;
			flex-direction: column;
			align-items: flex-start;
			margin-top: 5rem;
			margin-bottom: 3rem;
			width: 80%;
		}
		.Container .middleText p {
		    font-size: 1.1rem;
		    line-height: 2rem;
		}
		.Container .middleText h4 {
			font-size: 1.7rem;
			margin: 0rem;
		}

		.Container .fileDownload {
			width: 100%;
			max-width: 80%;
			display: flex;
			flex-direction: column;
			align-items: center;
			margin-bottom: 4rem;
		}
		.Container .fileDownload .bottomTitle {
			margin-bottom: 3rem;
			font-size: 2rem;
		}
		.Container .fileDownload .btnBox {
			width: 100%;
			display: flex;
			flex-direction: column;
			flex-wrap: nowrap;
			margin-top: 1.3rem;
			row-gap: 2rem;
		}
		.Container .fileDownload .btnBox a {
			appearance: none;
			background-color: transparent;
			display: inline-block;
			font-size: 1.1rem;
			text-transform: uppercase;
			color: var(--Palette1dark);
			text-align: center;
			font-weight: 600;
			transition: 0.3s all ease;
			cursor: pointer;
			padding: 1.14em 2em;
			border: 1px solid var(--Palette1dark);
			text-decoration: none;
		}
		.Container .fileDownload .btnBox a:hover {
			background: var(--Palette1dark);
			color: #ffffff;
		}

		.Container .programma {
			display: flex;
			flex-direction: column;
			align-items: center;
			margin-bottom: 5rem;
			width: 100%;
		}
		.Container .programma h3 {
			margin-bottom: 3rem;
			font-size: 1.8rem;
		}
		.Container .programma .filter-wrap {
			width: 100%;
			padding: 2rem 0rem;
			border-bottom: 0.1rem solid #000000;
			border-top: 0.1rem solid #000000;
		}
		.programma .filter-wrap .container {
			display: flex;
			flex-direction: row;
			align-items: center;
			justify-content: center;
			width: 100%;
		}
		.programma .filter-wrap .container .filter-btns{
			display: flex;
			justify-content: center;
			flex-wrap: nowrap;
			max-width: 100%;
			width: 100%;
			flex-direction: column;
			align-items: center;
			row-gap: 0.5rem;
		}
		.filter-wrap .container .filter-btns .single-btn {
			text-transform: uppercase;
		    padding: 1rem 1.4rem;
		    font-weight: 500;
		}
		.filter-btns .single-btn a {
			text-decoration: none;
			font-weight: 600;
			font-size: 1.2rem;
		}

		#ElencoSpettacoli {
		        display: flex;
		        flex-direction: row;
		        gap: 0.7%;
		        width: 100%;
		        align-items: center;
		        justify-content: center;
		        flex-wrap: wrap;
		        margin-bottom: 2rem;
		        margin-top: 2rem;
		        row-gap: 5rem;
		}






	}



/*	Desktop  */
	@media screen and (min-width: 441px) {




		body{
			background: #fff;
		}

		.PageTitle{
		    transition: all 0.5s;
		    margin-top: 10rem !important;
		    font-size: 2rem;
		    font-weight: 500;
		    background: #9c0034;
		    color: #fff;
		    height: 9rem;
		    text-align: center;
		    line-height: 9rem;
		    text-transform: uppercase;
		}

		.Container{
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			margin: 0 auto;
			margin-bottom: 1rem;
		}

		.Contatti{
			text-align: center;
		    margin-top: 4rem;
		}

		.Contatti > p > a{
			color: #9c0034;
			font-weight: 500;
		}

		.Contatti > h3{
		    margin-top: 5rem;
		    font-size: 1.8rem;
		    font-weight: 600;
		}

		.Biglietti{
		    display: flex;
		    max-width: 100%;
		    gap: 2rem;
		    justify-content: center;
		    flex-wrap: wrap;
		}
		.Biglietti p {
			font-size: 0.85rem;
			line-height: 2rem;
		}
		div.Biglietti > div:nth-child(6) > ul > li:nth-child(4) > p {

		}

		#ElencoSpettacoli {
			display: flex;
			flex-direction: row;
			gap: 0.7%;
			width: 70rem;
			row-gap: 5rem;
			align-items: center;
			justify-content: flex-start;
			flex-wrap: wrap;
			margin-bottom: 10rem;
		}


		.BoxGrigio{
			background: #f1f1f1;
			padding: 1rem;
			padding-bottom: 2rem;
			text-align: left;
			width: 30%;
		    text-align: center;
		    text-transform: uppercase;
		    position: relative;
		}

		.BoxGrigio > ul{
			list-style: none;
			padding: 0;
			color: #9c0034;
		    font-weight: 600;
		}

		.BoxGrigio > ul > li:last-child{
			color: #545454;
		    position: absolute;
		    bottom: 1rem;
		    right: 2.4rem;
		    width: 80%;
		}

		.BoxGrigio > ul > li:last-child > p{
		    height: 1.2rem;
		    line-height: 0.7rem;
		    width: 100%;
		    margin: 0;
		    margin-top: 0.5rem;
		    border-top: 1px solid #545454;
		    font-size: 1rem;
		    padding: 0.3rem;
		}

		.Agevolazioni{
			margin-top: 5rem;
			width: 70%;
		}

		.Agevolazioni > p{
			margin: 0;
			padding: 0;
			margin-bottom: 1rem;
			font-size: 0.75rem;
			line-height: 1.4rem;
		}

		.Agevolazioni > p > .Pulsante{
			display: inline-block;
			margin: auto;
			margin-top: 2rem;
		    margin-bottom: 2rem;
		    width: 100%;
		}

		.Agevolazioni > p > .Pulsante a{
			padding: 1rem;
			border: 1px solid #9c0034;
			font-size: 0.9rem;
			line-height: 1rem;
			color: #9c0034;
			transition: all 0.3s;
			text-transform: uppercase;
			text-decoration: none;
			font-weight: 600;
			display: block;
			text-align: center;
			transition: all 0.3s;
			width: calc( 100% - 2rem);
		}

		.Agevolazioni > p > .Pulsante a:hover{
			background: #9c0034;
			color: #fff;
			transition: all 0.3s;
		}

		.Container img.firstImg {
			margin-top: 3rem;
			margin-bottom: 4rem;
		}
		.Container .splitBox {
			width: 100%;
			max-width: 70%;
			display: flex;
			justify-content: center;
			align-items: flex-start;
		}
		.Container .splitBox .splitSx {
			display: flex;
			align-items: flex-start;
			text-align: center;
			justify-content: center;
		}
		.splitBox .splitSx h3 {
			text-transform: uppercase;
			font-size: 1.3rem;
			font-weight: 600;
		}
		.Container .splitBox .splitDx {
			color: var(--Palette1dark);
			margin-top: 0.7rem;

			display: none;
		}
		.splitBox .splitDx .accent a {
			color: var(--Palette1dark);
			font-weight: 500;
		}
		.Container .middleText {
			display: flex;
			flex-direction: column;
			align-items: flex-start;
			margin-top: 1rem;
			margin-bottom: 0rem;
			width: 70%;
			font-size: 0.8rem;
			line-height: 1.7;
			font-weight: 500;
		}
		.Container .middleText p strong {
			color: var(--Box_Evento_Button_Text_Color);
		}
		.Container .middleText h4 {
			font-size: 1.3rem;
			margin: 0rem;
		}
		.Container .middleText hr {
			width: 100%;
			align-self: stretch;
			background-color: var(--Palette1dark);
			border: none;
			height: 1px;
			display: block;
		}

		.Container .fileDownload {
			width: 100%;
			max-width: 70%;
			display: flex;
			flex-direction: column;
			align-items: center;
			margin-bottom: 4rem;
		}
		.Container .fileDownload .bottomTitle {
			margin-bottom: 3rem;
			font-size: 2rem;
		}
		.Container .fileDownload .btnBox {
			width: 100%;
			display: flex;
			flex-direction: row;
			flex-wrap: nowrap;
			justify-content: center;
			margin-top: 1.8rem;
			column-gap: 1rem;
		}
		.fileDownload .middleTiltle {
			text-align: center;
			margin-top: 4rem;
		}
		.Container .fileDownload .btnBox a {
			appearance: none;
			background-color: transparent;
			display: inline-block;
			font-size: 1.1rem;
			text-transform: uppercase;
			color: var(--Palette1dark);
			text-align: center;
			font-weight: 600;
			transition: 0.3s all ease;
			cursor: pointer;
			padding: 1.14em 2em;
			border: 1px solid var(--Palette1dark);
			text-decoration: none;
			min-width: 15rem;
		}
		.Container .fileDownload .btnBox a:hover {
			background: var(--Palette1dark);
			color: #ffffff;
		}

		.Container .programma {
			display: flex;
			flex-direction: column;
			align-items: center;
			margin-bottom: 5rem;
			width: 100%;
		}
		.Container .programma h3 {
			margin-bottom: 3rem;
			font-size: 1.8rem;
		}
		.Container .programma .filter-wrap {
			width: 100%;
			padding: 2rem 0rem;
			border-bottom: 0.1rem solid #000000;
			border-top: 0.1rem solid #000000;
		}
		.programma .filter-wrap .container {
			display: flex;
			flex-direction: row;
			align-items: center;
			justify-content: center;
			width: 100%;
		}
		.programma .filter-wrap .container .filter-btns{
			display: flex;
			justify-content: center;
			flex-wrap: wrap;
			max-width: 100%;
			width: 100%;
		}
		.filter-wrap .container .filter-btns .single-btn {
			text-transform: uppercase;
		    padding: 1rem 1.4rem;
		    cursor: pointer;
		    font-weight: 600;
		    transition: all 0.2s ease;
		}
		.filter-wrap .container .filter-btns .single-btn:hover {
			color: var(--Box_Evento_Button_Text_Color);
		}
		.filter-btns .single-btn a {
			text-decoration: none;
			font-size: 0.9rem;
			font-weight: 600;
		}


	}
