/*
Theme Name: Divi Child
Theme URI: https://www.evidenze.com/
Description: Child theme for Divi.
Author: Evidenze
Author URI: https://www.evidenze.com/
Template: Divi
Version: 1.0.0
Text Domain: divi-child
*/
.eventos-columnas {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 2rem;
}

.eventos-listado {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.evento-card {
	display: flex;
	align-items: stretch;
	background: #42b363;
	padding: 1rem 1.5rem;
	border-radius: 999rem;
	color: #fff;
}
.eventos-col-pasados .evento-card {
	background: #56565698;
}

.evento-fecha {
	width: 3.5rem;
	text-align: center;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-self: stretch;
}

.evento-dia {
	display: block;
	font-size: clamp(1.6rem, 2.5vw, 2.25rem);
	font-weight: 700;
	line-height: 1;
	font-family: Georgia, serif;
}

.evento-mes {
	display: block;
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: capitalize;
	margin-top: 0.25rem;
}



.evento-contenido {
	flex: 1;
	min-width: 0;

	border-left: 1px solid rgba(255,255,255,.7);
	margin-left: 15px;
	padding-left: 15px;
}

.evento-titulo {
	margin: 0;
	color: #fff;
	font-size: clamp(0.9rem, 1.2vw, 1rem);
	font-weight: 700;
	line-height: 1.3;
	font-family: Georgia, serif;
	padding-bottom: 0px !important;
}

@media (max-width: 61.25rem) { /* 980px */
	.eventos-columnas {
		grid-template-columns: 1fr;
	}

	.eventos-col-pasados {
		margin-top: 1.25rem;
	}
}
.eventos-col-titulo {
	font-family: 'Museo Sans', Helvetica, Arial, sans-serif;
	font-weight: 900;
	color: #fff;
	font-size: clamp(2rem, 4vw, 3.4375rem); /* hasta 55px */
	letter-spacing: -0.09rem;
	line-height: 1.18;
	margin: 0 0 1.5rem;
	
}
.eventos-col-pasados-titulo{
	opacity: 0.5;
}

.evento-localizacion {
	min-height: 1.5em;
	margin-top: 0.15rem;
	color: #fff;
	font-size: 0.9rem;
	line-height: 1.2;
}

.evento-boton {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	margin-top: 0.75rem;
	padding: 0.45rem 1rem;
	border-radius: 999rem;
	background: #174ebe;
	color: #fff;
	font-size: 0.85rem;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
}

.evento-boton:hover {
	color: #fff;
	opacity: .85;
}

/* HOME EVENTOS */

.home-eventos-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.25rem;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}

.home-evento-card {
	display: flex;
	align-items: center;
	background: #42b363;
	color: #fff;
	border-radius: 999rem;
	padding: 0.9rem 1.1rem;
	min-height: 7rem;
	box-sizing: border-box;
	overflow: hidden;
}

.home-evento-fecha {
	width: 3.25rem;
	flex: 0 0 3.25rem;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.home-evento-dia {
	display: block;
	font-size: 1.9rem;
	font-weight: 700;
	line-height: 1;
	font-family: Georgia, serif;
}

.home-evento-mes {
	display: block;
	margin-top: 0.2rem;
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: capitalize;
	font-family: 'Museo Sans', Helvetica, Arial, sans-serif;
}

.home-evento-contenido {
	flex: 1 1 auto;
	min-width: 0;
	border-left: 1px solid rgba(255,255,255,.7);
	margin-left: 0.85rem;
	padding-left: 0.85rem;
	padding-right: 2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
}

.home-evento-titulo {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0 !important;
	color: #fff;
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.15;
	font-family: Georgia, serif;
	white-space: normal;
	overflow-wrap: break-word;
	word-break: normal;
}

.home-evento-localizacion {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0 !important;
	color: #fff;
	font-size: 0.9rem;
	
	line-height: 1.15;
	font-family: 'Museo Sans', Helvetica, Arial, sans-serif;
	white-space: normal;
	overflow-wrap: break-word;
	word-break: normal;
}

.home-evento-boton {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	max-width: 100%;
	margin-top: 0.45rem;
	padding: 0.35rem 0.8rem;
	border-radius: 999rem;
	background: #174ebe;
	color: #fff;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
	font-family: 'Museo Sans', Helvetica, Arial, sans-serif;
}

.home-evento-boton:hover {
	color: #fff;
	opacity: .85;
}

@media (max-width: 980px) {
	.home-eventos-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.home-eventos-grid {
		grid-template-columns: 1fr;
	}

	.home-evento-card {
		border-radius: 999rem;
	}
}
