.disabled-input {
    pointer-events: none;
    opacity: 0.7;
    border-color: rgba(118, 118, 118, 0.3);
    color: -internal-light-dark(rgb(170, 170, 170));
}


/* Estilos para pintar el color de texto */

.texto-rojo {
    color: red;
}

.texto-azul {
    color: blue;
}