.btn-agenda-ant-sig.disabled {
    background: #91b2c3;
    pointer-events: none;
    opacity: 0.5 !important;
}
.mod-agenda-titulo {
    cursor: pointer;
    transition: 0.25s;
	color: #0d6efd !important;
	text-decoration: underline;
}
.mod-agenda-titulo:hover {
    color: #91b2c3 !important;
}
