
/*	-------------------------------------------------------------------------- */
/*	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);
			padding:0.5rem;
			margin-bottom:1rem;
			box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.20);
			border-radius: 0.8rem;
		}
		.Evento A {
			text-decoration: none;
			display: block;
			width: 100%;
			min-height: 5rem;
			position: relative;
			padding-left: 1rem;
			padding-right: 1rem;
			box-sizing: border-box;
			padding-bottom: 1rem;
		}
		.Evento A img.carigeIMG {
			width: 3.4rem;
			position: absolute;
			right: 0.5rem;
			top: 0.3rem;
		}
		.Evento .Image {
			display: none;
			height:7rem;
			width: 7rem;
			position: absolute;
			left:0;
			top:0;
		}
		.Evento A i {
			position: absolute;
			top: 0.7rem;
			left: 0.8rem;
			font-size: 1.8rem;
			color: var(--Palette8);
			transform: rotate(354deg);
		}
		.Evento .Titles {
			display: block;
			line-height:1.8em;
			color: var(--Box_Evento_Titles_Color);
			font-family: var(--Box_Evento_Titles_Font);
			padding-top:0.5rem;
		}
		.Evento .Titles .Title {
			font-size: var(--Box_Evento_Title_FontSize);
			font-weight: 500;
			display: block;
			padding-bottom: 0.7rem;
			text-transform: uppercase;
			font-family: var(--Font_Condensed);
			color: var(--Palette3);
			padding-left: 2rem;
			padding-top: 0.3rem;
		}
		.Evento .Titles .SubTitle {
			display: block;
			font-size:var(--Box_Evento_Subtitle_FontSize);
			text-transform: uppercase;
	        font-size: 1rem;
	        text-align: center;
	        font-weight: 500;
		}
		.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 {
			position: relative;
			display: flex;
			flex-direction: row;
			align-items: center;
			margin: 0.4rem 0rem;
			font-family: var(--Font_Condensed);
	        text-transform: uppercase;
	        font-size: 1.1rem;
		}
		.Evento .Date {
			font-weight: normal;
			color: var(--Box_Evento_Date_Color);
			font-family: var(--Box_Evento_Date_Font);
			font-size: var(--Box_Evento_Date_FontSize);
			padding-bottom: 0rem;
			position: relative;
			margin: 0.4rem 0rem;
			position: relative;
			display: none;
			flex-direction: row;
			align-items: center;
			font-family: var(--Font_Condensed);
	        text-transform: uppercase;
	        font-size: 1.1rem;
		}
		.Evento .Authors i,
		.Evento .Date i {
			margin-right: 0.5rem;
			color: var(--Palette3);
			font-size: 1.3rem;
			font-weight: 600;
		}
		.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;
			width:8rem;
			text-align: center;
			font-size: 1.5rem;
			line-height: 3rem;
			margin-left: auto;
			margin-right: auto;
			margin-top: 1rem;
			background-color: var(--Palette7);
			color: var(--Palette2);
			border: none;
			font-family: var(--Box_Evento_Button_Font);
			width: 100%;
			height: 3rem;
			text-transform: uppercase;
			border-radius: 0.3rem;
			box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
		}
		.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;
			width: 90%;
			margin: 0;
			box-sizing: border-box;
			position: relative;
			background-color: var(--Palette2);
			padding: 0rem;
			overflow: hidden;
			border: none;
			border-radius: 0.5rem;
			box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.20);
			transition: all 0.2s ease;
		}
		.Evento A {
			text-decoration: none;
			display: flex;
			width: 100%;
			height: 100%;
			min-height: 11rem;
			position: relative;
			padding-left: 1rem;
			padding-right: 1rem;
			box-sizing: border-box;
			flex-direction: column;
			justify-content: space-between;
		}
		.Evento A:HOVER {
/*			box-shadow: 18px 4px 10px rgba(0, 0, 0, 0.35);*/
		}
		.Evento .Image {
			display: none;
			height:12rem;
			width: 12rem;
			position: absolute;
			left:0;
			top:0;
		}
		.Evento .carigeIMG {
			width: 4rem;
			position: absolute;
			top: 1rem;
			right: 1.2rem;
		}
		.Evento A i {
			position: absolute;
			top: 1.1rem;
			font-size: 2rem;
			left: 1rem;
			color: var(--Palette8);
			transform: rotate(350deg);
		}
		.Evento .Titles {
			display: block;
			line-height: 1.3em;
			color: var(--Box_Evento_Titles_Color);
			font-family: var(--Box_Evento_Titles_Font);
			padding-top: 1.1rem;
		}
		.Evento .Titles .Title {
			font-size: 2rem;
			font-weight: 600;
			display: block;
			padding-bottom: 0.7rem;
			font-family: var(--Font_Normal);
			text-transform: uppercase;
			letter-spacing: -0.04rem;
			color: var(--Palette3);
			line-height: 2.2rem;
			padding-left: 2.3rem;
		}
		.Evento .Titles .SubTitle {
			display: block;
			margin-top: -0.3rem;
			padding-bottom: 0.7rem;
			font-size: 0.9rem;
			text-transform: uppercase;
		}
		.Evento .Authors {
			display: block;
			line-height: 1.2em;
			color: var(--Palette1);
			font-family: var(--Box_Evento_Authors_Font);
			font-size: 1.1rem;
			text-transform: uppercase;
			font-weight: 400;
			font-style: normal;
        	font-family: var(--Font_Condensed);

        	color: #797979;
		}
		.Evento .Authors i {
			margin-right: 0.4rem;
			font-weight: 500;
			color: var(--Palette3);
		}
		/*.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: none;
			line-height: 2.2em;
			/* color: var(--Palette1); */
			font-family: var(--Box_Evento_Authors_Font);
			font-size: 1.1rem;
			text-transform: uppercase;
			font-weight: 400;
			font-style: normal;
			font-family: var(--Font_Condensed);
        	color: #797979;
		}
		.Evento .Date i {
			margin-right: 0.5rem;
			font-weight: 500;
			color: var(--Palette3);
		}
		.Evento .FakeButton {
			text-align: center;
			display: inline-block;
			line-height: 2.4em;
			background-color: var(--Palette7);
			color: var(--Palette2);
			text-transform: uppercase;
			border-radius: 0.3rem;
			transition: all 0.2s ease;
			width: 100%;
			box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
			/* position: absolute; */
			right: 1rem;
			bottom: 0;
			font-size: 1.2rem;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 1rem;
			font-family: var(--Font_Condensed);
		}
		.Evento A:HOVER .FakeButton {
			background-color: #900055;
		}
	}