
/*	-------------------------------------------------------------------------- */
/*	Mobile  
/*	-------------------------------------------------------------------------- */
	@media screen and (max-width: 440px) {

		.Evento {
			display: block;
			padding: 0;
			margin: 0;
			box-sizing: border-box;
			position: relative;
			background-color: var(--Box_Evento_Background_Color);
			width: 100%;
        	height: 17rem;
        	border-radius: 1rem;
        	overflow: hidden;
		}
		.Evento A {
			text-decoration:none;
			display: block;
			width: 100%;
			height: 100%;
			position: relative;
			padding-left: 1rem;
			padding-right: 1rem;
			box-sizing: border-box;
		}
		.Evento > a > .EvenTags {
			position: absolute;
		    top: 1rem;
		    transform: rotate(5deg);
		    display: flex;
		    right: 0.5rem;
		    min-height: 2rem;
		    max-width: 10rem;
		    width: auto;
		    text-align: center;
		    background: var(--Palette1);
		    color: #ffffff;
		    text-transform: uppercase;
		    align-items: center;
		    padding: 0rem 1rem;
		    border-radius: 0.5rem;
		    font-family: var(--Font_Title);
		    font-weight: 600;
		    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
		    font-size: 0.9rem;
		}
		.Evento > a > .imgCont {
			display: flex;
			height:100%;
			width: 100%;
			justify-content: center;
			align-items: flex-start;
			position: relative;
			z-index: 0;
		}
		.Evento > a > .imgCont > .Image {
			display: block;
			height:100%;
			width: fit-content;
			transition: all 0.3s ease;
		}
		.Evento > a > .BlackGlass {
			background-color: rgba(0, 0, 0, 0.1);
	    	height: 100%;
	    	width: 100%;
	    	position: absolute;
	    	top: 0;
	    	left: 0;
	    	transition: all 0.3s ease;
		}
		.Evento .Titles {
			display: block;
	        line-height: 1.6em;
	        font-family: var(--Box_Evento_Titles_Font);
	        padding-top: 0.5rem;
	        z-index: 2;
	        position: absolute;
	        top: 4rem;
		}
		.Evento .Titles .Title {
			font-weight: bold;
	        display: block;
	        padding-bottom: 0.7rem;
	        font-family: var(--Font_Title);
	        font-size: 1.444rem;
	        color: #ffffff;
	        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	        text-transform: uppercase;
		}
		.Evento .Titles .SubTitle {
			display: block;
			margin-top:-0.3rem;
			padding-bottom:0.7rem;
			font-size: 1rem;
			font-family: var(--Font_Title);
			color: #ffffff;
			text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
			line-height: 1.2rem;
		}

		.Evento > a > .DownEventBox {
			position: absolute;
		    bottom: 0.5rem;
		    font-family: var(--Font_Text);
		    font-size: 0.8rem;
		    color: #ffffff;
		    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
		}
		.Evento > a > .DownEventBox > p {
			font-style: italic;
			font-size: 1rem;
			font-weight: 100;
			margin: 0.2rem 0rem;
		}
		.Evento > a > .DownEventBox > p > b {
			font-size: 1.1rem;
		    color: #ffffff;
		    font-style: normal;
		    font-weight: 500;
		    margin-left: 0.3rem;
		}

		.Evento > a > .primoGiorno {
			position: absolute;
		    top: 0.5rem;
		    display: flex;
		    flex-direction: column;
		    color: #ffffff;
		    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
		}
		.Evento > a > .primoGiorno > .DataGiorno {
			font-family: var(--Font_Text);
		    font-size: 2rem;
		    font-weight: 800;
		    margin-bottom: -0.5rem;
		}
		.Evento > a > .primoGiorno > .DateMese {
			font-size: 0.8rem;
		    font-family: var(--Font_Title);
		    font-weight: bold;
		    text-transform: uppercase;
		}
		.Evento > a > .ultimoGiorno {
			position: absolute;
		    top: 0.7rem;
		    display: flex;
		    flex-direction: column;
		    color: #ffffff;
		    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
		    left: 3.7rem;
		}
		.Evento > a > .ultimoGiorno > .DataGiorno {
			font-family: var(--Font_Text);
		    font-size: 1.4rem;
		    font-weight: 800;
		}
		.Evento > a > .ultimoGiorno > .DateMese {
			font-family: var(--Font_Title);
		    font-weight: bold;
		    text-transform: uppercase;
		    font-size: 0.5rem;
	        position: relative;
	        left: 0.5rem;
		}


		.Evento .Authors {
			display: block;
			font-weight: normal;
			font-style: normal;
			line-height:1.2em;
			color: var(--Box_Evento_Authors_Color);
			padding-bottom:0.2rem;
			font-family: var(--Box_Evento_Authors_Font);
		}
		.Evento .Authors:last-of-type {
			padding-bottom:0.7rem;
		}
		.Evento .Date {
			display: block;
			font-weight: normal;
			line-height:1.2em;
			color: var(--Box_Evento_Date_Color);
			font-family: var(--Box_Evento_Date_Font);
			font-size: var(--Box_Evento_Date_FontSize);
			padding-bottom:5rem;
			font-weight: bold;
		}
		.Evento .Abstract {
			display: block;
			font-weight: normal;
			line-height:1.4em;
			color: var(--Box_Evento_Abstract_Color);
			font-style: italic;
			font-family: var(--Box_Evento_Abstract_Font);
			font-size: var(--Box_Evento_Abstract_FontSize);
			padding-bottom:0.7rem;
		}

		.Evento .FakeButton {
			display: inline-block;
			position: absolute;
			right:1rem;
			bottom:0;
			width:8rem;
			text-align: center;
			font-size:1.2rem;
			line-height: 2em;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 1rem;
			background-color: var(--Box_Evento_Button_Background);
			color: var(--Box_Evento_Button_Text_Color);
			border:0.07em solid var(--Box_Evento_Button_Text_Color);
			font-family: var(--Box_Evento_Button_Font);
		}
		.Evento A:HOVER .FakeButton {
			background-color: var(--Box_Evento_Button_Text_Color);
			color: var(--Box_Evento_Button_Background);
			border:0.07em solid var(--Box_Evento_Button_Text_Color);
		}
	}

/*	-------------------------------------------------------------------------- */
/*	Desktop  
/*	-------------------------------------------------------------------------- */
	@media screen and (min-width: 441px) {

		.Evento {
			display: block;
			padding: 0;
			margin: 0;
			box-sizing: border-box;
			position: relative;
			background-color: var(--Box_Evento_Background_Color);
			width: 22.74rem;
        	height: 17rem;
        	border-radius: 1rem;
        	overflow: hidden;
		}
		.Evento A {
			text-decoration:none;
			display: block;
			width: 100%;
			height: 100%;
			position: relative;
			padding-left: 1rem;
			padding-right: 1rem;
			box-sizing: border-box;
			transition: all 0.3s ease;
		}
		.Evento > a > .EvenTags {
			position: absolute;
		    top: 1rem;
		    transform: rotate(5deg);
		    display: flex;
		    right: 0.5rem;
		    min-height: 1.3rem;
		    max-width: 10rem;
		    width: auto;
		    text-align: center;
		    background: var(--Palette1);
		    color: #ffffff;
		    text-transform: uppercase;
		    align-items: center;
		    line-height: 1.1rem;
        	padding: 0.4rem 1rem;
		    border-radius: 0.5rem;
		    font-family: var(--Font_Title);
		    font-weight: 600;
		    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
		    font-size: 0.9rem;
		}
		.Evento > a:hover > .imgCont > .Image {
			transform: scale(1.1);
			filter: blur(0.05rem);
		}
		.Evento > a > .imgCont {
			display: flex;
			height:100%;
			width: 100%;
			justify-content: center;
			align-items: flex-start;
			position: relative;
			z-index: 0;
		}
		.Evento > a > .imgCont > .Image {
			display: block;
			height:100%;
			width: fit-content;
			transition: all 0.3s ease;
		}
		.Evento > a > .BlackGlass {
			background-color: rgba(0, 0, 0, 0.1);
	    	height: 100%;
	    	width: 100%;
	    	position: absolute;
	    	top: 0;
	    	left: 0;
	    	transition: all 0.3s ease;
		}
		.Evento > a:hover > .BlackGlass {
			background-color: rgba(0, 0, 0, 0.3);
		}
		.Evento .Titles {
			display: block;
	        line-height: 1.6em;
	        font-family: var(--Box_Evento_Titles_Font);
	        padding-top: 0.5rem;
	        z-index: 2;
	        position: absolute;
	        top: 4rem;
		}
		.Evento .Titles .Title {
			font-weight: bold;
	        display: block;
	        padding-bottom: 0.7rem;
	        font-family: var(--Font_Title);
	        font-size: 1.444rem;
	        color: #ffffff;
	        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
		}
		.Evento .Titles .SubTitle {
			display: block;
			margin-top:-0.3rem;
			padding-bottom:0.7rem;
			font-size: 1rem;
			width: 95%;
			font-family: var(--Font_Title);
			color: #ffffff;
			text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
			line-height: 1.2rem;
		}
		.Evento > a > .DownEventBox {
			position: absolute;
		    bottom: 0.5rem;
		    font-family: var(--Font_Text);
		    font-size: 0.8rem;
		    color: #ffffff;
		    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
		}
		.Evento > a > .DownEventBox > p {
			font-style: italic;
			font-size: 0.7rem;
			font-weight: 100;
		}
		.Evento > a > .DownEventBox > p > b {
			font-size: 0.8rem;
		    color: #ffffff;
		    font-style: normal;
		    font-weight: 500;
		    margin-left: 0.3rem;
		}






		.Evento .Authors {
			display: block;
			font-weight: normal;
			font-style: normal;
			line-height:1.2em;
			color: var(--Box_Evento_Authors_Color);
			padding-bottom:0.2rem;
			font-family: var(--Box_Evento_Authors_Font);
		}
		.Evento .Authors:last-of-type {
			padding-bottom:0.7rem;
		}
		.Evento .Abstract {
			display: block;
			font-weight: normal;
			line-height:1.4em;
			color: var(--Box_Evento_Abstract_Color);
			font-style: italic;
			font-family: var(--Box_Evento_Abstract_Font);
			font-size: var(--Box_Evento_Abstract_FontSize);
			padding-bottom:0.7rem;
		}
		.Evento .Date {
			display: block;
		    line-height: 1.2em;
		    font-size: 1.3rem;
		    padding-bottom: 0.7rem;
		    font-weight: 400;
		    position: absolute;
		    top: 1rem;
		    font-family: var(--Font_Text);
		    color: #ffffff;
		    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
		}
		.Evento > a > .primoGiorno {
			position: absolute;
		    top: 0.5rem;
		    display: flex;
		    flex-direction: column;
		    color: #ffffff;
		    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
		}
		.Evento > a > .primoGiorno > .DataGiorno {
			font-family: var(--Font_Text);
		    font-size: 2rem;
		    font-weight: 800;
		    margin-bottom: -0.5rem;
		}
		.Evento > a > .primoGiorno > .DateMese {
			font-size: 0.8rem;
		    font-family: var(--Font_Title);
		    font-weight: bold;
		    text-transform: uppercase;
		}

		.Evento > a > .ultimoGiorno {
			position: absolute;
		    top: 0.7rem;
		    display: flex;
		    flex-direction: column;
		    color: #ffffff;
		    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
		    left: 3.7rem;
		}
		.Evento > a > .ultimoGiorno > .DataGiorno {
			font-family: var(--Font_Text);
		    font-size: 1rem;
		    font-weight: 800;
		}
		.Evento > a > .ultimoGiorno > .DateMese {
			font-family: var(--Font_Title);
		    font-weight: bold;
		    text-transform: uppercase;
		    font-size: 0.5rem;
	        position: relative;
	        left: 0.5rem;
		}




		.Evento .FakeButton {
			display: none;
			position: absolute;
			right:1rem;
			bottom:0;
			width:8rem;
			text-align: center;
			font-size:1.2rem;
			line-height: 2em;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 1rem;
			background-color: var(--Box_Evento_Button_Background);
			color: var(--Box_Evento_Button_Text_Color);
			border:0.07em solid var(--Box_Evento_Button_Text_Color);
			font-family: var(--Box_Evento_Button_Font);
		}
		.Evento A:HOVER .FakeButton {
			background-color: var(--Box_Evento_Button_Text_Color);
			color: var(--Box_Evento_Button_Background);
			border:0.07em solid var(--Box_Evento_Button_Text_Color);
		}
	}