.agenda-bv{margin-bottom:50px}.agenda-well{background:#fff;border:0;border-radius:0;box-shadow:0 2px 12px rgba(0,0,0,.1);padding:30px}.agenda-titulo{color:#6B1B34;font-weight:600;margin-top:0}.agenda-intro{color:#444;font-size:16px}.agenda-filtros{margin:25px 0 10px}.agenda-filtros label{color:#6B1B34;;font-weight:600}.agenda-boton-col{padding-top:25px}.agenda-boton-col .btn{border-color:#6B1B34;color:#6B1B34}.agenda-boton-col .btn:hover{background:#6B1B34;color:#fff}.agenda-contador{color:#666;margin:10px 0 25px}.agenda-lista{display:flex;flex-wrap:wrap}.agenda-card-col{margin-bottom:25px;display:flex}.agenda-card{background:#fff;width:100%;border:1px solid #ddd;border-radius:12px;overflow:hidden;box-shadow:0 3px 10px rgba(0,0,0,.08);border-bottom:8px solid #6A1B30;display:flex;flex-direction:column;transition:.2s}.agenda-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px rgba(0,0,0,.14)}.agenda-imagen{height:205px;background:#6B1B34;;overflow:hidden}.agenda-imagen img{width:100%;height:100%;object-fit:cover}.agenda-imagen-default{height:100%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px;font-weight:600;text-align:center;padding:20px;background:linear-gradient(135deg,#6B1B34,#713a4c)}.agenda-card-body{padding:20px;display:flex;flex-direction:column;flex:1}.agenda-categoria{display:inline-block;align-self:flex-start;color:#6B1B34;background:#f2e7ea;border-radius:20px;padding:5px 10px;font-size:12px;font-weight:600;margin-bottom:12px}.agenda-card h3{color:#6B1B34;font-size:20px;line-height:1.3;margin:0 0 12px;font-weight:600}.agenda-resumen{color:#666;line-height:1.55;min-height:67px}.agenda-datos{border-top:1px solid #eee;padding-top:12px;margin-top:auto;color:#555;font-size:13px}.agenda-datos p{margin:7px 0}.agenda-datos i,.agenda-modal-datos i{color:#6A1B30;width:18px}.agenda-ver{margin-top:16px;background:#6B1B34;color:#fff;border:0}.agenda-ver:hover{background:#13322B;color:#fff}.agenda-vacio{text-align:center;padding:60px 20px}.agenda-vacio i{color:#6B1B34;font-size:52px}.agenda-vacio h3{color:#6B1B34}.agenda-vacio .btn{background:#6B1B34;border-color:#6B1B34}.agenda-modal{position:fixed;inset:0;z-index:99999;display:none;align-items:center;justify-content:center;padding:20px}.agenda-modal.activo{display:flex}.agenda-modal-fondo{position:absolute;inset:0;background:rgba(0,0,0,.72)}.agenda-modal-contenido{position:relative;z-index:2;width:100%;max-width:1000px;max-height:92vh;overflow:auto;background:#fff;display:grid;grid-template-columns:40% 60%}.agenda-modal-cerrar{position:absolute;right:12px;top:10px;z-index:5;width:40px;height:40px;border:0;border-radius:50%;background:#fff;color:#6B1B34;font-size:30px;line-height:35px;box-shadow:0 2px 8px rgba(0,0,0,.2)}.agenda-modal-imagen{min-height:500px;background:#6c6e6e}.agenda-modal-imagen img{width:100%;height:100%;object-fit:cover}.agenda-modal-info{padding:50px 40px}.agenda-modal-info h2{color:#6B1B34;margin-top:0}.agenda-modal-datos{background:#f5f5f5;padding:18px;margin:20px 0}.agenda-modal-datos p{margin:8px 0}.agenda-modal-acciones a{display:inline-block;margin:15px 10px 0 0;padding:10px 18px;background:#6B1B34;color:#fff;text-decoration:none}.agenda-modal-acciones a:hover{background:#575958}@media(max-width:767px){.agenda-well{padding:20px 15px}.agenda-boton-col{padding-top:0}.agenda-modal-contenido{display:block}.agenda-modal-imagen{min-height:250px}.agenda-modal-info{padding:35px 22px}}
.agenda-tipo-publico {
    margin: 0 0 12px;

    padding: 8px 10px;

    color: #555555;

    background: #f5f5f5;

    border-left: 4px solid #6B1B34;

    font-size: 13px;

    line-height: 1.4;
}

.agenda-tipo-publico strong {
    color: #6B1B34;
}
/* PAGINACIÓN DE EVENTOS */

.agenda-paginacion {
    display: flex;

    flex-wrap: wrap;

    justify-content: center;

    gap: 8px;

    margin: 15px 0 10px;

    padding-top: 10px;
}


.agenda-paginacion[hidden] {
    display: none;
}


.agenda-pagina {
    min-width: 42px;

    height: 42px;

    padding: 0 13px;

    color: #6B1B34;

    font-weight: 600;

    background: #ffffff;

    border: 1px solid #6B1B34;

    border-radius: 6px;

    cursor: pointer;

    transition: 0.2s;
}


.agenda-pagina:hover,
.agenda-pagina:focus,
.agenda-pagina.activo {
    color: #ffffff;

    background: #6B1B34;

    outline: none;
}


.agenda-pagina:disabled {
    color: #999999;

    background: #f2f2f2;

    border-color: #cccccc;

    cursor: not-allowed;
}


@media (max-width: 480px) {

    .agenda-pagina {
        min-width: 38px;

        height: 38px;

        padding: 0 10px;

        font-size: 13px;
    }

}