
/*	-------------------------------------------------------------------------- */
/*	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: 22rem;
        	border-radius: 0em;
        	overflow: hidden;
        	margin-bottom: 1rem;
		}
		.Evento A {
			text-decoration:none;
			display: block;
			width: 100%;
			height: 100%;
			position: relative;
			box-sizing: border-box;
		}
		.Evento > .EventCol {
			padding: 0rem !important;
		}
		.Evento > a > .EvenTags {
			z-index: 10;
	        position: absolute;
	        top: 0.5rem;
	        right: 0.5rem;
	        background: #bf0e0e;
	        color: #ffffff;
	        height: 4rem;
	        width: 4rem;
	        border-radius: 5rem;
	        display: flex;
	        align-items: center;
	        justify-content: center;
	        text-transform: uppercase;
	        font-size: 0.7rem;
	        font-weight: 900;
		}
		.Evento > a > .EvenTags > span {
			max-width: 4rem;
			max-height: 4rem;
			overflow: hidden;
			text-overflow: ellipsis;
		}
		.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;
	        max-width: 18rem;
	        padding-left: 1rem;
		}
		.Evento .Titles .Title {
			font-weight: bold;
	        display: block;
	        padding-bottom: 0.7rem;
	        font-family: var(--Font_Text);
	        font-size: 1.8rem;
	        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:var(--Box_Evento_Subtitle_FontSize);
		}

		.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);
		    padding-left: 1rem;
        	padding-right: 1rem;
		}
		.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: 21rem;
        	height: 21rem;
        	border-radius: 0rem;
        	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: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.3);
	    	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 > a > .EvenTags {
			position: absolute;
		    top: 1rem;
		    right: 1rem;
		    text-transform: uppercase;
		    font-family: var(--Font_Text);
		    font-size: 0.7rem;
		    font-weight: 800;
		    color: #ffffff;
		    background: #bf0e0e;
		    width: 5rem;
		    height: 5rem;
		    text-align: center;
		    border-radius: 5rem;
		    display: flex;
		    align-items: center;
		    justify-content: center;
		}
		.Evento > a > .EvenTags > span {
			max-width: 4rem;
			max-height: 4rem;
			overflow: hidden;
			text-overflow: ellipsis;
		}
		.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: 2rem;
	        max-width: 13rem;
		}
		.Evento .Titles .Title {
			font-weight: bold;
	        display: block;
	        padding-bottom: 0.7rem;
	        font-family: var(--Font_Text);
	        font-size: 1.4rem;
	        color: #ffffff;
	        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
	        text-transform: uppercase;
		}
		.Evento .Titles .SubTitle {
			display: block;
			margin-top:-0.3rem;
			padding-bottom:0.7rem;
			font-size:var(--Box_Evento_Subtitle_FontSize);
		}
		.Evento > a > .DownEventBox {
			position: absolute;
		    bottom: 7rem;
		    font-family: var(--Font_Text);
		    font-size: 0.8rem;
		    color: #ffffff;
		    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
		    
	        width: 18rem;
		}
		.Evento > a > .DownEventBox > p {
			font-style: italic;
			font-size: 0.7rem;
			font-weight: 100;
		}
		.Evento > a > .DownEventBox > p > b {
			font-size: 1rem;
		    color: #ffffff;
		    font-style: normal;
		    font-weight: 600;
		    margin-right: 0.3rem;
		}

		.Evento > .EventButton {
			position: absolute;
	        bottom: 1rem;
	        right: 1rem;
	        width: 10rem;
	        height: 4rem;
	        display: flex;
	        align-items: center;
	        justify-content: center;
	        text-transform: uppercase;
	        font-size: 0.9rem;
	        font-weight: 700;
	        color: #ffffffff;
	        background: #bf0e0e;
	        border-radius: 5rem;
		}
		.Evento > .EventButton > i {
			margin-left: 1rem;
		}






		.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);
		}
	}