
/*	-------------------------------------------------------------------------- */
/*	Mobile  
/*	-------------------------------------------------------------------------- */
	@media screen and (max-width: 440px) {

		.Evento {
			display: block;
			padding: 0;
			margin: 0;
			box-sizing: border-box;
			position: relative;
			background-color: var(--Palette1);
			border-radius: 0.5rem;
			border:1px solid var(--Box_Evento_Border_Color);
			padding:0.5rem;
			margin-bottom:1rem;
		}
		.Evento A {
			text-decoration:none;
			display: block;
			width: 100%;
			min-height: 7rem;
			position: relative;
			padding-left: 8.5rem;
			padding-right: 1rem;
			box-sizing: border-box;
		}
		.Evento .Image {
			display: block;
			height: 7rem;
			width: 7rem;
			position: absolute;
			left: 0.6rem;
			top: 0.4rem;
		}
		.Evento .Titles {
			display: block;
			line-height:1.8em;
			color: #ffffff;
			font-family: var(--Box_Evento_Titles_Font);
			padding-top: 0rem;
		}
		.Evento .Titles .Title {
			font-size: 1.8rem;
			line-height: 1.05em;
			font-weight:bold;
			display: block;
			padding-bottom: 0.5rem;
		}
		.Evento .Titles .SubTitle {
			display: block;
			margin-top:-0.3rem;
			padding-bottom:0.7rem;
			font-size:var(--Box_Evento_Subtitle_FontSize);
		}
		.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;
			line-height:1.2em;
			color: #ffffff;
			font-family: var(--Box_Evento_Date_Font);
			font-size: var(--Box_Evento_Date_FontSize);
			padding-bottom: 4.1rem;
			font-weight: 300;
		}
		.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:0.5rem;
			bottom:0;
			width: 96%;
			text-align: center;
			font-size:1.2rem;
			line-height: 2em;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 0.5rem;
			background-color: var(--Box_Evento_Button_Background);
			color: var(--Box_Evento_Button_Text_Color);
			border: none;
			font-family: var(--Box_Evento_Button_Font);
			text-transform: uppercase;
			border-radius: 0.3rem;
			font-weight: 600;
		}
		.Evento:HOVER {
			box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
		}
		.Evento A:HOVER .FakeButton {
			background-color: #002A67;
			color: var(--Box_Evento_Button_Background);
			border:0.07em solid #ffffff;
		}
	}

/*	-------------------------------------------------------------------------- */
/*	Desktop  
/*	-------------------------------------------------------------------------- */
	@media screen and (min-width: 441px) {

		.Evento {
			display: block;
			padding: 0;
			margin: 0;
			box-sizing: border-box;
			position: relative;
			background-color: #ffffff;
			background-color: var(--Palette1);
			border: 0.1rem solid var(--Palette1);
			padding: 0.5rem;
			border-radius: 0.45rem;
			transition: all 0.2s ease;
		}
		.Evento A {
			text-decoration:none;
			display: block;
			width: 100%;
			height: 34rem;
			position: relative;
			box-sizing: border-box;
			transition: all 0.2s ease;
		}
		.Evento .Image {
			display: block;
			height:auto;
			width: 100%;
		}
		.Evento .Titles {
			display: block;
			line-height: 1.6em;
			color: #ffffff;
			padding-top: 1rem;
			text-align: center;
			box-sizing: border-box;
			height: 10rem;
		}
		.Evento .Titles .Title {
			font-size: 1.4rem;
    		line-height: 1.1em;
			font-weight:bold;
			display: block;
			padding-bottom:0.7rem;
		}
		.Evento .Titles .SubTitle {
			display: block;
			margin-top:-0.3rem;
			padding-bottom:0.7rem;
			font-size: 1.1rem;
			line-height: 1.1em;
		}
		.Evento .Abstract {
			display: none;
			font-weight: normal;
			line-height:1.4em;
			color: var(--Box_Evento_Abstract_Color);
			font-style: italic;
			font-size: var(--Box_Evento_Abstract_FontSize);
			padding-bottom:0.7rem;
			text-align: center;
		}
		.Evento .Date {
			display: block;
			line-height:1.1em;
			color: #ffffff;
			font-size: 0.9rem;
			font-weight: normal;
		    position: absolute;
		    left: 0;
		    bottom: 4.4rem;
		    width: 100%;
		    text-align: center;
		}
		.Evento .FakeButton {
			display: inline-block;
			/* position: absolute; */
			left: calc(50% - 4rem);
			bottom: 0;
			width: 100%;
			font-weight: 600;
			height: 2.4rem;
			text-transform: uppercase;
			border-radius: 0.3rem;
			text-align: center;
			font-size: 1.3rem;
			line-height: 1.9em;
			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:HOVER {
			box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
		}
		.Evento A:HOVER .FakeButton {
			background-color: #002A67;
			color: var(--Box_Evento_Button_Background);
			border:0.07em solid #ffffff;
		}
	}