.title-number-event{
    color: #FF3980;
    font-family: "Clan Pro";
    font-weight: bold;
    font-size: 24px;
}

/*Iconos de Cambio de vista*/

.icon-magenta {
    color: #FF3980 !important;
}
.icon-secondary {
    color: #cccccc !important;
}

.event-card.list-view {
    display: flex !important;
    flex-direction: row !important;
}
.event-card.list-view .card {
    flex-direction: row;
    width: 100%;
}
.event-card.list-view img {
    width: 200px;
    object-fit: cover;
}
.event-card.list-view .card-body {
    padding: 1rem;
}

/*Vista Grilla card*/

.custom-event-card .date-box {
    background-color: #23CCE2;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    margin-left: 18px;
}

.custom-event-card .date-box .day {
    font-size: 42px;
    line-height: 1;
    font-family: "Arboria";
    font-weight: 900;
}

.custom-event-card .date-box .month {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1;
    font-family: "Arboria";
    font-weight: 700;
}

.custom-event-card .title {
    margin: 5px 18px 26px;
    font-size: 24px;
    font-weight: 700;
    font-family: "Clan Pro";
}



/* Vista lista card */

.list-view {
    display: flex !important;
    flex-direction: row !important;
    border-radius: 12px;
    padding: 10px 15px;
    margin-bottom: 10px !important;
    align-items: center;
    box-shadow: none;
    max-width: 100%;
}

.list-view .image-container {
    display: none; /* Ocultamos la imagen en vista lista */
}

.list-view .overlay {
    all: unset; /* Resetea estilos overlay */
    display: flex;
    align-items: center;
    width: 100%;
}

.list-view .date-box {
    background-color: #23CCE2;
    padding: 10px 10px;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    margin-right: 15px;

}

.list-view .date-box .day {
    font-size: 42px;
    line-height: 1;
    font-family: "Clan Pro";
    font-weight: 900;
    color: #fff
}

.list-view .date-box .month {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1;
    font-family: "Clan Pro";
    font-weight: 900;
    color: #fff
}

.list-view .title {
    font-size: 18px;
    font-weight: bold;
    font-family: "Arboria";
    color: #555555;
    margin: 0;
}


.custom-event-card.grid-view .image-container {
    display: block;
}

.list-content {
    display: none;
}

.custom-event-card.list-view .image-container {
    display: none;
}

.list-content {
    display: flex;
    align-items: center;
    border-radius: 10px;
    width: 100%;
}


.list-view .date-box .day {
    font-size: 20px;
    line-height: 1;
    font-family: "Arboria";
    font-weight: 900;
}

.list-view .date-box .month {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1;
    font-family: "Arboria";
    font-weight: 700;
}


.list-view .description {
    font-size: 14px;
    font-weight: 600;
    font-family: "Arboria";
    color: #555;
    margin-top: 5px;
}

.list-view:nth-child(odd) {
    background-color: #e0e0e0;
}

/* Fondo gris claro (filas pares) */
.list-view:nth-child(even) {
    background-color: #f5f5f5;
}

.btn-light-view {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* Opcional: asegurar que al pasar el mouse no cambie */
.btn-light-view:hover, 
.btn-light-view:focus {
    background-color: transparent !important;
    box-shadow: none !important;
}

.text-resumen {
    color: #FFF;
    font-family: "Arboria";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: justify;
  }   

