.oculto-calendario {
    display: none !important;
}

.vista-semanal {
    padding: 27px;
}

.nombre-evento-contenedor {
    width: 80%;
    padding: 12px 4px;
}

.hora-evento-contenedor {
    width: 20%;
    padding: 12px 4px;
}

.dia-evento {
    color: #FFF;
    padding: 10px;
    margin-bottom: 10px;
}

.dia-evento h3 {
    font-size: 16px;
    margin: 0;
    padding: 10px;
}

.eventos-dia {
    border: 1px solid #ccc;
    border-radius: 0 0 8px 8px;
}

h4.fecha-evento-semana {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 18px;
    text-align: left;
    line-height: 21.94px;
    background-color: rgb(148, 39, 175);
    color: #FFFFFF;
    padding: 4px 12px;
    margin-bottom: 0;
}


.evento-semana {
    display: flex;
    justify-content: space-between;

}

.hora-evento-semana {
    padding: 4px 12px;
    font-weight: bold;
    color: #2E465A;
}

.titulo-evento {
    font-size: 15px;
    color: #333;
    margin: 0;
}

.ubicacion-evento {
    font-size: 13px;
    color: #777;
}

.navegacion-semanas {
    display: flex;
}

.fechas-semana {
    font-family: Montserrat;
    font-size: 15px;
    line-height: 19.38px;
    text-align: left;
    color: #1D2345;
    margin-left: 27px;
    margin-bottom: 10px;
}

/********************************************************************/


.selector {
    border: 2px solid #F5F3F7;
    display: flex;
    background-color: #F5F5F5;
    border-radius: 25px;
    overflow: hidden;
    margin-right: 28px;
}

.btn-selector {
    padding: 8px 16px;
    border: none;
    background: none;
    background-color: #F5F6FA;
    cursor: pointer;
    font-size: 14px;
    color: #47475670;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;

}

.btn-selector-izquierda {
    padding: 10px 15px 10px 20px
}

.btn-selector.active {
    background-color: #FFFFFF;
    color: #47475670;
    font-weight: bold;
    padding: 10px
}

.btn-selector-derecha {
    padding: 10px 20px 10px 15px
}

/* estilos.css */
table.calendario-mes {
    width: 100%;
}

.navegacion-calendario {
    margin-bottom: 20px;
}

.navegacion-calendario {
    display: flex;
    justify-content: space-between;
}

h5.fecha-calendario-mes {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
    line-height: 24.38px;
    text-align: left;
    color: #1D2345;
    margin-left: 27px;

}

a.btn-mes-anterior svg {
    width: 20px;
}

a.btn-mes-siguiente svg {
    width: 20px;
}

.calendario {
    width: 100%;
    border-collapse: collapse;
    padding: 27px;
}

.calendario td {
    width: 14.28%;
    height: 164px;
    border: 1px solid #ccc;
    padding: 5px;
    vertical-align: top;
    position: relative;
}

.calendario th {
    padding: 12px;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 18px;
    text-align: left;
    line-height: 21.94px;
    width: 14.28%;
    background-color: rgb(148, 39, 175);

    color: #FFFFFF;
}

th:first-child {
    border-top-left-radius: 8px;
}

th:last-child {
    border-top-right-radius: 8px;
}

.dia-evento {
    padding-top: 6px;
    font-family: Montserrat;
    font-size: 21px;
    font-weight: 500;
    line-height: 25.6px;
    text-align: left;
    color: #474756;
    background-color: #F5F6FA;
    height: 100%;
    border-radius: 16px;
}

.calendario td {
    background-color: #fff;
}

.numero-dia-evento {
    margin-top: 12px;
    margin-left: 12px;
    margin-bottom: 6px;
}

.contenedor-evento-detalle {
    margin-bottom: 12px;
    padding: 6px 5px 31px 6px;
}

.titulo-evento-calendario {
    font-family: Montserrat;
    font-size: 10px;
    font-weight: 700;
    line-height: 15px;
    text-align: left;
    color: #1D2345;
    margin-top: 4px;
    margin-bottom: 2px;
}

.calendario td strong {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    color: #007bff;
    /* Color para los eventos */
}

.horario-evento {
    color: #FFFFFF;
    font-family: Nunito;
    font-size: 8px;
    font-weight: 900;
    line-height: 20px;
    text-align: left;
    padding: 4px 7px;
    border-radius: 5px;
}

.dia-fuera {
    background-color: #f0f0f0;
    /* Color de fondo para los días fuera del mes */
    opacity: 0.5;
    /* Opcional: menor opacidad */
}


/*******************************HOVER *****************************/


.eventos-container {
    display: flex;
    flex-direction: column;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
}

.evento {
    display: flex;
    align-items: flex-start;
    /* Cambiado para alinear arriba */
    gap: 35px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #FFFFFF;
}

.imagen-evento img {
    width: 171px;
    height: auto;
    border-radius: 6px 0 0 6px;
    object-fit: cover;
}

.contenido-evento {
    flex: 1;
    padding-top: 16px;
    padding-right: 22px;
    width: 400px;
}

.hora-evento {
    background-color: var(--color-evento);
    font-family: Nunito;
    font-size: 14px;
    font-weight: 900;
    line-height: 20px;
    text-align: center;
    padding: 0px 7px 0px 7px;
    color: #FFFFFF;
    border-radius: 8px;
}

.fecha-evento {
    margin-left: 17px;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    line-height: 20.72px;
    text-align: left;
    color: #184D9B;
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    margin-right: 10px;
}

.btn-primary {
    background-color: #007bff;
}

.btn-secondary {
    background-color: #6c757d;
}

h3.titulo-evento {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    color: #474756;
    margin-top: 7px;
    margin-bottom: 11px;
}

p.resumen-evento {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.68px;
    text-align: left;
    color: #474756;
}

a.btn.btn-inscribete-aqui {
    font-family: Nunito;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.12px;
    text-align: center;
    color: #FFFFFF;
    padding: 10px 23px 10px 23px;
    background-color: #ED475B;
    border-radius: 24px;
}

a.btn-ver-invitacion {
    margin-left: 16px;
    text-decoration: none;
    font-family: Nunito;
    font-size: 18px;
    font-weight: 500;
    line-height: 23.76px;
    text-align: center;
    color: #2670E0;
}

.eventos-container {
    background-color: white;
    position: absolute;
    z-index: 999999;
    left: 98%;
    top: 0%;
}

.eventos-container {
    display: none;
}

.contenedor-evento-detalle:hover .eventos-container {
    display: block;
}

#lista-eventos {
    display: none;
}

.evento-botones {
    padding-bottom: 20px;
}

.fecha-card-evento-dia {
    color: #184D9B;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    line-height: 20.72px;
    text-align: left;

}

span.evento-hora {
    padding: 3px 9px;
    border-radius: 5px;
    color: #FFFFFF;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 900;
    line-height: 20px;
    text-align: center;
}

.evento-horario {
    margin-top: 7px;
}

.evento-contenido {
    padding-left: 16px;
    padding-right: 16px;
}

.evento-fecha {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    line-height: 23.68px;
    text-align: left;
    color: #474756;
    margin-left: 18px;
}

.evento-imagen img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: top;
    border-radius: 6px 6px 0 0;
}

.evento-imagen {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.evento-card {
    border: 1px solid #DBDBDB;
    margin-left: 18px;
    margin-right: 18px;
    border-radius: 6px 6px 0 0;
    margin-bottom: 32px;
}

h3.evento-titulo {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    line-height: 25.2px;
    text-align: left;
    color: #474756;
}

p.evento-descripcion {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.68px;
    text-align: left;
    color: #474756;
}

.list-meses-calendario {
    background-color: #184D9B;

}

.contenedor-filtros {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    margin: 0 auto;
    background-color: #184D9B;
    /* Color azul de fondo */
    padding: 10px;
    border-radius: 5px;
}

.filtro-mes,
.filtro-anio {
    flex: 1;
    margin-right: 10px;
}

.filtro-anio {
    margin-right: 0;
    /* Para eliminar el margen derecho del último elemento */
}

select {
    width: 100%;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
    color: #333;
    font-size: 16px;
}

select:focus {
    outline: none;
    border-color: #184D9B;

}

option {
    font-size: 16px;
}

@media (max-width: 768px) {
    #calendario {
        display: none;
        /* Oculta el calendario en pantallas pequeñas */
    }

    #lista-eventos {
        display: block;
        /* Asegura que la lista de eventos sea visible */
    }

    div#fecha-calendario {
        display: none;
    }

    .navegacion-calendario.calendario-movil-arrows {
        display: flex;
        width: 100%;
        justify-content: center;
        margin-top: 13px;
    }

}