
/* Para que los checkbox se puedan configurar como readonly */
input[type="checkbox"][readonly] {
  pointer-events: none !important;
}
