/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 27 2026 | 03:54:35 */
#tribe-events-content {
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
	left: 0;
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow-y: auto
}

.divEvent .tribe-events-notices {
    border-bottom: 1px solid var(--tec-color-border-secondary);
    box-shadow: none;
    padding: 0;
    margin: 0;
    border: none !important;
}

.divEvent .tribe-events-ajax-loading{
    display: none;
}

.divEvent .tribe-events-notices ul {
    list-style: none;
    text-align: left;
    text-transform: none;
    color: red;
    border: 0;
    padding: 0;
    margin: 0;
}

.divEvent h1{
    font-size: 80px;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}
.divEvent .tribe-clearfix{
		justify-content: center !important;
	margin: 0;
}
.divEvent h2{
    font-size: 30px ;
    color: #00BBB4 !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    margin: 0 !important;
}
.divEvent li{
    text-align: center !important;
}
.divEvent .EventResume *{
    color: white;
    font-size: 1.2rem;
    font-weight: 500;
}

.divEvent .EventResume{
	overflow-y: auto;
    height: auto;
    max-height: 60vh;
}




#tribe-events-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(46, 26, 70, .85); /* Verde con 50% de transparencia */
    z-index: 1;
}

#tribe-events-content * {
    position: relative;
    z-index: 2; /* Asegura que el contenido esté por encima de la capa verde */
}

..divEvent .status-publish{

}

@media (max-width: 768px) {
	.divEvent h1{
    font-size: 2rem;
}
	.divEvent h2{
    font-size: 1.2rem !important;
}
	.divEvent .EventResume *{
    color: white;
    font-size: 1.2rem;
}
	

}