

/*	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;
			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;
		}






	}



/*	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;
		}

		.Container{
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			margin: 0 auto;
			margin-bottom: 7rem;
		}

		.Contatti{
			text-align: center;
		    margin-top: 4rem;
		    margin-bottom: 2rem;
		}

		.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 {
			line-height: 1.2rem;
			text-align: left;
			margin: 1.3rem 1rem;
			font-size: 0.8rem;
			font-weight: 600;
			color: var(--Box_Evento_Button_Text_Color);
		}
		div.Biglietti > div:nth-child(6) > ul > li:nth-child(4) > p {

		}


		.BoxGrigio{
			background: #f1f1f1;
			padding: 1rem;
			padding-bottom: 2rem;
			text-align: left;
			width: 30%;
			text-align: center;
			text-transform: uppercase;
			position: relative;
			display: flex;
			flex-direction: column;
			align-items: flex-start;
			justify-content: space-between;
		}

		.BoxGrigio > ul{
			list-style: none;
			padding: 0;
			color: #9c0034;
		    font-weight: 600;
		    width: 100%;
		}

		/*.BoxGrigio > ul > li:last-child{
			color: #545454;
		    position: absolute;
		    bottom: 1rem;
		    right: 2.4rem;
		    width: 80%;
		}*/


		.BoxGrigio > ul li {
			text-align: left;
			margin: 1.3rem 1rem;
			font-size: 0.8rem;
		}

		.BoxGrigio h4 {
			padding: 0rem 1rem;
			padding-top: 2.5rem;
			border-top: 0.1rem solid hsl(0deg 1% 33% / 38%);
			margin: 1.7rem 0rem;
			width: calc(100% - 2rem);
			text-align: left;
			font-size: 0.9rem;
			font-weight: 700;
			margin-top: -1rem;
			margin-bottom: 0.5rem;
		}

		.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.35rem;
			color: hsl(0, 0%, 33%);
		}
		.Agevolazioni h3 {
			color: hsl(0, 0%, 33%);
			margin: 1.7rem 0rem;
		}

		.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;
		}


	}
