
/*	-------------------------------------------------------------------------- */
/*	Mobile  
/*	-------------------------------------------------------------------------- */
	@media screen and (max-width: 440px) {

		.Evento {
			display: block;
			margin: 0;
			box-sizing: border-box;
			position: relative;
			padding: 0.5rem;
			margin-bottom: 1rem;
			background: var(--Palette1);
			border-radius: 0.5rem;
			box-shadow: 0px -2px 20px rgba(0, 0, 0, 0.3);
			border: 0.2rem solid #fff;
		}
		.Evento:before {
			content: "";
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background-image: url('/repository/files/202506091221336846B5AD624BC217953105.png');
			background-size: 12.5rem;
			background-repeat: repeat;
			background-position: center;
			z-index: 0;
			opacity: 0.1;
			pointer-events: none;
		}
		.Evento A {
			text-decoration:none;
			display: block;
			width: 100%;
			min-height: 7rem;
			position: relative;
			padding-left: 7rem;
			padding-right: 1rem;
			box-sizing: border-box;
		}
		.Evento .imgCont {
			display: block;
			height: 97%;
			width: 6rem;
			position: absolute;
			left: 0;
			top: 0;
			overflow: hidden;
			border: 0.1rem solid #fff;
			border-radius: 0.3rem;
		}
		.Evento .imgCont img {
			width: fit-content;
			height: 100%;
			position: absolute;
			left: 0rem;
			top: 0rem;
		}
		.Evento .Titles {
			display: block;
			line-height: 1.8em;
			color: #fff;
			font-family: var(--Font_Title);
			padding-top: 0.5rem;
		}
		.Evento .Titles .Title {
			font-weight: 100;
			display: block;
			padding-bottom: 0.7rem;
			line-height: 1.5rem;
			font-size: 1.4rem;
		}
		.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: #fff;
			padding-bottom: 0.5rem;
			font-size: 1rem;
			font-family: var(--Font_Title);
			font-weight: 100;
		}
		.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 a p.EventLocation {
			display: block;
			line-height: 1.2em;
			color: #fff;
			padding-bottom: 0.5rem;
			font-size: 1rem;
			font-family: var(--Font_Title);
			font-weight: 100;
			margin: 0rem;
		}
		.Evento a p.EventLocation i,
		.Evento .Date i {
			color: var(--Palette2light);
		}

		.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);
			display: none;
		}
		.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);
		}
		.Evento a .identity {
			display: none;
		}
	}

/*	-------------------------------------------------------------------------- */
/*	Desktop  
/*	-------------------------------------------------------------------------- */
	@media screen and (min-width: 441px) {

		.Evento {
			display: block;
			margin: 0;
			box-sizing: border-box;
			position: relative;
			padding: 0.5rem;
			background: var(--Palette1);
			border-radius: 0.5rem;
			box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.2);
			border: 0.2rem solid #fff;
		}
		.Evento:before {
			content: "";
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background-image: url('/repository/files/202506091221336846B5AD624BC217953105.png');
			background-size: 12.5rem;
			background-repeat: repeat;
			background-position: center;
			z-index: 0;
			opacity: 0.1;
			pointer-events: none;
		}
		.Evento A {
			text-decoration:none;
			display: block;
			width: 100%;
			min-height: 12rem;
			position: relative;
			padding-left: 14rem;
			padding-right: 1rem;
			box-sizing: border-box;
		}
		.Evento A P {
			font-size: 1.2rem;
			font-family: var(--Font_Title);
			color: #fff;
		}

		.Evento A P I,
		.Evento a span I {
			color: var(--Palette2light);
			margin-right: 0.5rem;
		}
		.Evento .Image {
			display: block;
			height: 12rem;
			width: 12rem;
			position: absolute;
			left: 0;
			top: -0.1rem;
			border: 0.1rem solid #fff;
			border-radius: 0.3rem;
		}
		.Evento .Titles {
			display: block;
			line-height: 1.6em;
			color: #fff;
			padding-top: 2rem;
			text-transform: uppercase;
			font-family: var(--Font_Title);
			font-weight: 100;
			margin-bottom: 1rem;
		}
		.Evento .Titles .Title {
			font-size:var(--Box_Evento_Title_FontSize);
			font-weight: 100;
			display: block;
			padding-bottom:0.7rem;
			font-size: 1.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 .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;
			color: #ffffff;
			font-family: var(--Font_Title);
			padding-bottom: 0.7rem;
			font-weight: 100;
			font-size: 1.2rem;
		}
		.Evento .FakeButton {
			display: inline-block;
			position: absolute;
			right: 1rem;
			bottom: 0;
			min-width: 8rem;
			padding: 0rem 1.2rem;
			padding-top: 0.2rem;
			text-align: center;
			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);
			text-transform: uppercase;
			font-family: var(--Font_Title);
			font-size: 1.2rem;
			transition: all 0.2s ease;
			border-radius: 0.3rem;
		}
		.Evento A:HOVER .FakeButton {
			background-color: var(--Palette2);
			color: var(--Box_Evento_Button_Background);
			border:0.07em solid var(--Palette2);
		}
		.Evento a .identity img {
			width: 3.5rem;
			position: absolute;
			top: 0.2rem;
			right: 0.3rem;
		}



	}