.input-fechas {
    justify-content: space-around;
    height: 26px;
    width: 49%;
    border-radius: 4px;
    border: 1px solid #b1b1b1;
    padding-left: 8px;
    color: #676767;
    cursor: pointer;
}

.input-fechas:disabled {
    opacity: 0.3;
    text-decoration: line-through;
}