
/*	Mobile  */
	@media screen and (max-width: 440px) {

		#Footer {
			width: 100%;
			margin-left: auto;
			margin-right: auto;
			display: flex;
			clear: both;
			padding-bottom: 2rem;
			padding-top: 2rem;
			background: #eff4f8;
			flex-direction: column;
        	align-items: center;
		}
		#Footer .FooterBox {
			width: 92vw;
		}
		.FooterBox H2 {
			font-family: var(--Font_Normal);
			color: var(--Palette1);
			font-weight: 500;
			font-size: 1.3rem;
			margin: 0rem;
			text-transform: uppercase;
			margin-bottom: 1.5rem;
		}
		.FooterBox H5,
		.FooterBox P {
			color: #ffffff;
		}
		.FooterBox div {
			margin-bottom: 4rem;
		}
		.FooterBox #BoxOffice {
			margin-bottom: 0rem;
		}
		.FooterBox #MessageInfo a {
			color: #ffffff;
			text-decoration: none;
			display: block;
			margin: 1rem 0rem;
			color: var(--Palette1);
		}
		#Footer .FooterBox #MessageInfo #MtmLogo {
			padding-bottom: 1.5rem;
    		border-bottom: 1px solid #747474;
		}
		#Footer .FooterBox #MessageInfo p {
	        font-family: var(--Font_Text);
	        font-size: 1.5rem;
	        font-weight: 100;
	        margin: 1.4rem 0rem;
	    }
	    #Footer .FooterBox #MessageInfo #Fondazione {
	        font-weight: 600;
	        width: 100%;
	        margin: 0rem;
	        line-height: 1.6rem;
	        margin-top: 1.5rem;
	    }
	    #Footer .FooterBox #FooterFocus {
	    	display: flex;
		    flex-direction: column;
		    align-items: flex-start;
	    }
	    .FooterBox #FooterFocus a {
	        font-family: var(--Font_Normal);
	        color: var(--Palette1);
	        text-decoration: none;
	        font-size: 1rem;
	        margin: 0.5rem 0rem;
		}
		.FooterBox #CountryInfo .teatro {
	        padding: 0rem;
	        width: 110%;
	        margin-bottom: 0.33rem;
	    }
	    .FooterBox #CountryInfo .teatro h5 {
	        margin: 0rem;
	        font-family: var(--Font_Text);
	        font-size: 1.9rem;
	    }
	    .FooterBox #CountryInfo .teatro Cp {
	        margin: 0rem;
	        font-size: 0.9rem;
	        font-family: var(--Font_Text);
	        margin-top: 0.3rem;
	    }
	    .FooterBox #CountryInfo .teatro a {
	    	text-decoration: none;
	    }
		.FooterBox P {
	        color: #929292;
            margin: 0rem;
            margin-bottom: 1.3rem;
            font-size: 0.85rem;
            font-family: var(--Font_Normal);
            letter-spacing: -0.03rem;
		}
		.FooterBox .lastBox .newsL a {
			color: var(--Palette1);
		    text-decoration: none;
		    font-size: 0.9rem;
		}
		.lastBox .innerSocial a i {
			font-size: 1.4rem;
			margin: 0rem 0.2rem;
		}
		.FooterBox #BoxOffice a {
	        font-family: var(--Font_Normal);
            color: var(--Palette1);
            text-decoration: none;
            font-size: 1rem;
            margin: 1rem 0rem;
            width: 100%;
            display: block;
            border-bottom: none;
	    }
	    #BoxOffice .social {
	    	margin-top: 3.1rem;
	        width: 100%;
	        padding-bottom: 1.94rem;
	        border-bottom: 1px solid #747474;
	        margin-bottom: 3rem;
	    }
	    .FooterBox #BoxOffice .privacy, .cookie {
	        margin-top: 2.1rem;
	        margin: 0rem;
	    }
	    .FooterBox #BoxOffice .social i {
	        color: #ffffff;
	        font-size: 2.3rem;
	        margin-right: 0.83rem;
	        cursor: pointer;
	        transition: all 0.2s ease;
	    }

	    .lastMessage {
	        padding-top: 3rem;
        	padding-bottom: 3rem;
	        padding-left: 1rem;
	        padding-right: 1rem;
	        background-color: #ffffff;
	        display: flex;
	        justify-content: center;
	        flex-direction: column;
	        align-items: center;
	        text-align: center;
	    }
	    .lastMessage p {
			margin: 0rem;
	        font-family: var(--Font_Normal);
	        font-size: 0.922rem;
	        color: #999;
	        font-weight: 500;
		}
		.lastMessage p a {
			color: #ffffff;
    		text-decoration: none;
		}
		#BoxOffice .imgFlex {
			display: flex;
		    flex-direction: column;
		    align-items: flex-start;
		}
		#BoxOffice h2 {
			margin-bottom: 1.5rem;
		}
		#BoxOffice .imgFlex .imgBox {
	        margin-bottom: 2rem;
	        padding: 0.3rem;
	        background: #ffffff;
	        overflow: hidden;
	        border-radius: 0.4rem;
		}
		#BoxOffice .imgFlex .imgBox img {
			width: 9rem;
		}
		#BoxOffice .imgFlex .imgBox:last-child img {
			width: 5rem;
		}
		#Footer .modal {
			display: none;
			position: fixed;
			z-index: 1000;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			overflow: auto;
			background-color: rgb(0,0,0);
			background-color: rgba(0,0,0,0.4);
			align-items: center;
			justify-content: center;
		}

		.lastMessage .Policy {
			margin-top: 1.5rem;
			display: flex;
			width: 100%;
			justify-content: center;
			column-gap: 1rem;
			text-transform: uppercase;
		}
		.lastMessage .Policy .privacy,
		.lastMessage .Policy .cookie {
			text-decoration: none;
			color: var(--Palette1);
			font-weight: 400;
			font-family: var(--Font_Normal)
		}

		#Footer .Message {
			display: block;
			padding-top:2rem;
		}
		#Footer .Message P {
			margin:0;
			padding: 0;
			text-align:center;
			font-size:0.9rem;
			line-height:1.5em;
			color:var(--Footer_Background);
		}

	}

/*	Desktop  */
	@media screen and (min-width: 441px) {

		#Footer {
			display: flex;
	        clear: both;
	        padding-bottom: 2rem;
	        margin-top: 2rem;
	        background: #eff4f8;
	        width: 100%;
	        align-items: center;
	        justify-content: center;
	        padding-top: 1.5rem;
		}
		#Footer .FooterBox {
			display: flex;
		    flex-direction: row;
        	justify-content: space-between;;
		    align-items: flex-start;
		    width: 60rem;
		    flex-wrap: nowrap;
		}
		#Footer .FooterBox DIV {
			display: flex;
			justify-content: center;
        	flex-direction: column;
        	margin: 0rem;
        	padding: 0rem;
        	padding-right: 3rem;
        	width: 10rem;
		}
		.FooterBox H2 {
			font-family: var(--Font_Normal);
			color: var(--Palette1);
			font-weight: 400;
			font-size: 1.15rem;
			margin: 0rem;
			margin-bottom: 1.1rem;
			text-transform: uppercase;
			cursor: default;
			white-space: nowrap;
		}
		.FooterBox H5,
		.FooterBox P {
			font-family: var(--Font_Normal);
			font-size: 0.800rem;
			margin: 0.03rem 0px;
			font-weight: 400;
			text-decoration: none;
			margin-bottom: 1rem;
			color: var(--Palette1);
		}
		.FooterBox  #CountryInfo  .teatro {
			padding: 0rem;
			width: 110%;
			margin-bottom: 0.11rem;
		}
		.FooterBox  #CountryInfo  .teatro  h5{
			margin: 0rem;
			font-family: var(--Font_Text);
			font-size: 1.211rem;
		}
		.FooterBox  #CountryInfo  .teatro  a,
		.FooterBox  #CountryInfo  .teatro  p{
			font-family: var(--Font_Normal);
			font-size: 0.800rem;
			margin: 0.03rem 0px;
			font-weight: 400;
			text-decoration: none;
			margin-bottom: 1rem;
			color: var(--Palette1);
		}

		.FooterBox  #FooterFocus a {
			font-family: var(--Font_Normal);
			font-size: 0.800rem;
			margin: 0.03rem 0px;
			font-weight: 400;
			text-decoration: none;
			margin-bottom: 1rem;
			color: var(--Palette1);
			white-space: nowrap;
		}
		.FooterBox  #FooterFocus  a:hover {
			color: #ff3366;
		}

		.FooterBox  #BoxOffice {
			padding: 0rem !important;
			margin-top: 2rem !important;
		}
		.FooterBox  #BoxOffice  .imgFlex{
			display: flex;
		    flex-direction: column;
		    align-items: flex-start;
		    margin: 0rem;
    		padding: 0rem
		}
		.FooterBox  #BoxOffice  .imgFlex  .imgBox {
			margin-bottom: 0.3rem;
	        padding: 0.3rem;
	        width: 7rem;
	        background: #ffffff;
	        overflow: hidden;
	        border-radius: 0.4rem;
		}
		.FooterBox  #BoxOffice  .imgFlex  .imgBox:last-child{
			width: 3rem !important;
		}
		.FooterBox  #BoxOffice  p {
			margin: 0rem;
			margin-bottom: 1.66rem;
			font-size: 1.1rem;
			font-family: var(--Font_Text);
		}
		.FooterBox  #BoxOffice  .privacy, .cookie {
			margin: 0rem;
			cursor: pointer;
			transition: all 0.2s ease;
		}
		.FooterBox  #BoxOffice  .privacy:hover,
		.FooterBox  #BoxOffice  .cookie:hover {
			color: #ff3366;
		}
		.FooterBox  #BoxOffice  a {
			font-family: var(--Font_Normal);
			font-size: 0.800rem;
			margin: 0.03rem 0px;
			font-weight: 400;
			text-decoration: none;
			margin-bottom: 1rem;
			color: var(--Palette1);
		}
		.FooterBox  #BoxOffice  a:hover {
			color: #ff3366;
		}
		.FooterBox  #BoxOffice  .social {
			display: flex;
	        flex-direction: row;
	        justify-content: start;
	        padding: 1.66rem 0rem;
	        border-bottom: 1px solid #747474;
	        width: 100%;
		}
		.FooterBox #BoxOffice .social i {
			color: #ffffff;
			font-size: 1.33rem;
        	margin-right: 0.83rem;
        	cursor: pointer;
        	transition: all 0.2s ease;
		}
		.FooterBox #BoxOffice .social i:hover {
			color: #ff3366;
		}

		#Footer .FooterBox #MessageInfo a {
			font-family: var(--Font_Normal);
			font-size: 0.800rem;
			margin: 0.03rem 0px;
			font-weight: 400;
			text-decoration: none;
			margin-bottom: 1rem;
			color: var(--Palette1);
			white-space: nowrap;
		}
		#Footer .FooterBox #MessageInfo #Fondazione {
			font-weight: 600;
			width: 100%;
			margin: 0rem;
			line-height: 1.6rem;
		}
		#Footer .FooterBox #MessageInfo #MtmLogo {
			width: 10.5rem;
    		margin-bottom: 18px;
		}

		#Footer .FooterBox #MessageInfo #LittaLogo {
			width: 9.644rem;
			margin: 0.33rem 0px;
		}
		.FooterBox #MessageInfo .txt {
			border-top: 1px solid #747474;
			padding-top: 0.33rem;
		}
		.FooterBox  .lastBox {
			padding-right: 0rem !important;
		}
		.FooterBox  .lastBox .newsL {
			padding-right: 0rem !important;
		}
		.FooterBox  .lastBox .newsL a {
			text-decoration: none;
			font-size: 0.7rem;
		}
		.FooterBox  .lastBox .newsL .teatroNewsL {
			font-family: var(--Font_Normal);
			font-size: 0.7rem;
			margin: 0.03rem 0px;
			font-weight: 200;
			text-decoration: none;
			margin-bottom: 1rem;
			color: #929292;
		}
		.FooterBox  .lastBox .Social {
			margin-top: 2rem!important;
			padding-right: 0rem !important;
		}
		.FooterBox  .lastBox .Social .innerSocial {
			display: flex !important;
			justify-content: flex-start !important;
			flex-direction: row !important;
			column-gap: 0.4rem;
			font-size: 1.1rem;
		}


		.lastMessage {
			padding-top: 0.5rem;
			padding-bottom: 0.5rem;
			background-color: #ffffff;
			display: flex;
			justify-content: space-around;
			flex-direction: row;
			width: 100%;
			height: 5rem;
			align-items: center;
		}
		.lastMessage p {
			margin: 0rem;
			font-family: var(--Font_Normal);
			font-size: 0.822rem;
			color: #999;
			text-align: center;
			font-weight: 400;
			cursor: pointer;
		}
		.lastMessage p a {
			color: #ffffff;
    		text-decoration: none;
    		transition: all 0.2s ease;
		}
		.lastMessage .Policy {
			display: flex;
			flex-direction: row;
			gap: 1.2rem;
			align-items: center;
			font-family: var(--Font_Normal);
			text-transform: uppercase;
			text-decoration: none;
			font-size: 0.9rem;
		}
		.lastMessage .Policy p {
			color: var(--Palette1);
		}
		.lastMessage .Policy a {
			text-decoration: none;
		}

		#Footer .modal {
			display: none;
			position: fixed;
			z-index: 1000;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			overflow: auto;
			background-color: rgb(0,0,0);
			background-color: rgba(0,0,0,0.4);
			align-items: center;
			justify-content: center;
		}

		.modal .modal-content {
		  background-color: #fefefe;
		  margin: 15% auto;
		  padding: 0.33rem;
		  border: none;
		  width: 80%;
		}

		.modal .modal-content .close {
		  color: #aaa;
		  float: right;
		  font-size: 1.55rem;
		  font-weight: bold;
		}

		.modal-content .close:hover,
		.modal-content .close:focus {
		  color: black;
		  text-decoration: none;
		  cursor: pointer;
		}



	}

