/*
Theme Name: ONLINE VALLES
Template: kadence

*/


/* Theme admin customization starts here
-------------------------------------------------------------- */
.sbi_notice,
.trp-notice.error,
.sbi_notice.sbi_review_notice_step,
.trp-notice.trp-narrow.notice.notice-info,
.trp-notice.trp-narrow {
	display: none;
}




/* Theme customization starts here
-------------------------------------------------------------- */



.eventos-pasados {
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
	
	display: grid;
	grid-template-columns: repeat(1, 1fr);
    row-gap: var(--global-kb-gap-md, 2rem);
    column-gap: var(--global-kb-gap-md, 2rem);
	
}

@media (min-width: 600px) {
	.eventos-pasados {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1024px) {
	.eventos-pasados {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (min-width: 1280px) {
	.eventos-pasados {
		grid-template-columns: repeat(4, 1fr);
	}
}



.eventos-pasados li {
	background: var(--global-palette9, #ffffff);
	box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1);
    padding: 0 !important;
    margin:  0 !important;
    display: flex;
	flex-direction: column;
	
}

.evento-imagen {
    width: 100%;
    position: relative;
	background-color: #eee;
}
.cover-img {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
}
.cover-img img {
    position: absolute;
    top: 0;
    left: 0;
	aspect-ratio: 1 / 1;
    object-fit: cover;
}
.evento-info {
    width: 100%;
    padding: 1em;
}

.evento-fecha {
    text-transform: uppercase;
    font-weight: light;
    font-size: var(--global-kb-font-size-sm, 0.9rem);
    line-height: 1.5;
}
.evento-title {
    
    font-size: var(--global-kb-font-size-md, 1.25rem);
	line-height: 1.1;
	color: var(--global-palette4, #2D3748);
    margin: 0 !important;
    font-family: var(--global-heading-font-family);
}



/* header */



/* footer */
